0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-30 15:30:11 +00:00

Commit graph

  • 4e9066d569 new bearer security scheme Kevin Papst 2024-02-14 22:47:56 +01:00
  • bedf5c1ce5 added test for new AccessTokenHandler Kevin Papst 2024-02-14 18:13:00 +01:00
  • 278c8e90f7 differentiate between not found and invalid token Kevin Papst 2024-02-14 18:09:08 +01:00
  • 00807ec9ec added test for AccessToken entity Kevin Papst 2024-02-14 18:08:48 +01:00
  • aff94214f4 added test to verify deprecated auth token still works and fails properly Kevin Papst 2024-02-14 17:26:49 +01:00
  • d0a957b715 phpstan Kevin Papst 2024-02-14 17:18:34 +01:00
  • 002a0dc250 spped up API tests by using new access token mechanism Kevin Papst 2024-02-14 16:35:58 +01:00
  • 3a830d2f03 fixtures with access tokens Kevin Papst 2024-02-14 16:31:30 +01:00
  • 349426a76c fix name can be null in form Kevin Papst 2024-02-14 16:16:57 +01:00
  • 5b740b517b create API access token for default users Kevin Papst 2024-02-14 16:16:28 +01:00
  • fb50e09d67 migrated to schema API Kevin Papst 2024-02-14 16:13:25 +01:00
  • 24e8f2fe58 fix migration Kevin Papst 2024-02-14 11:35:14 +01:00
  • fa899391f0 fix test Kevin Papst 2024-02-14 11:21:08 +01:00
  • 76756ffe31 fix test Kevin Papst 2024-02-14 10:55:53 +01:00
  • 53202e4f13 phpstan Kevin Papst 2024-02-14 09:54:53 +01:00
  • 4e5a3b0cc9 fix request matcher to incorporate new token handler and previous session Kevin Papst 2024-02-14 08:51:47 +01:00
  • 5b832a71b8 added API token handler Kevin Papst 2024-02-14 08:51:01 +01:00
  • 3a44be9212 added API token handler Kevin Papst 2024-02-14 08:50:54 +01:00
  • 4dc5e5edc7 only match deprecated token handler if header are present Kevin Papst 2024-02-14 08:48:56 +01:00
  • 98b6c0fe3e added AccessToken entity and repository Kevin Papst 2024-02-14 08:46:53 +01:00
  • 8d931c2358 remove session authenticator Kevin Papst 2024-02-14 08:44:55 +01:00
  • b54b587325 prevent session access in stateless firewall Kevin Papst 2024-02-14 08:40:33 +01:00
  • f88832700f code style Kevin Papst 2024-02-14 08:39:46 +01:00
  • 59ef22f95c
    Merge branch 'main' into groupby-project-activity harryhobson 2024-02-13 22:58:36 +10:00
  • 36c578452e
    show top nav links as buttons (#4633) Kevin Papst 2024-02-12 17:50:22 +01:00
  • 6e643ee99c
    revert to classical bootstrap form layout (#4632) Kevin Papst 2024-02-12 17:35:30 +01:00
  • a8ef26fb0c new theme, new notification options, show top nav links as buttons Kevin Papst 2024-02-12 17:30:36 +01:00
  • 26c0fa6c66 revert to classical bootstrap form layout Kevin Papst 2024-02-12 16:14:45 +01:00
  • 58cbf1776f
    Weekly hours improvements (#4631) Kevin Papst 2024-02-12 14:20:17 +01:00
  • ea6f4ad07a Add Project and Activity grouping for invoice lines Harry Hobson 2024-02-12 23:04:21 +10:00
  • 3797d8e194 use activity favorites in weekly hours Kevin Papst 2024-02-12 13:51:20 +01:00
  • 8ffbe0355f reduced minimum quick-entry recent row amount Kevin Papst 2024-02-12 13:44:35 +01:00
  • 1d89061687 code style Kevin Papst 2024-02-12 12:23:40 +01:00
  • 89af3f03ee check for defined Kevin Papst 2024-02-12 12:23:17 +01:00
  • d79a35a37d fix table padding Kevin Papst 2024-02-12 12:23:04 +01:00
  • 30348db431 isYearPrevious used DateTimeImmutable Chinmay Purav 2024-02-11 22:11:42 +05:30
  • cef8589929 FinancialYearEnd getter using DateTimeImmutable Chinmay Purav 2024-02-11 22:06:16 +05:30
  • b612d0a662 typo fix Chinmay Purav 2024-02-11 21:15:53 +05:30
  • a32229451d
    Update src/Invoice/NumberGenerator/ConfigurableNumberGenerator.php Chinmay Purav 2024-02-11 21:13:32 +05:30
  • dbf0d55e17 style fix Chinmay Purav 2024-02-11 21:12:06 +05:30
  • 693f6f8dad FinancialYearCalculator.php changes done Chinmay Purav 2024-02-11 21:11:54 +05:30
  • 5ba6812ed3 FinancialYearNotSetException.php replaced by InvalidArgumentException Chinmay Purav 2024-02-10 20:40:26 +05:30
  • 90012f70ba
    Merge branch 'main' into feat/add-financial-year-formatting-to-invoices Chinmay Purav 2024-02-10 15:12:40 +05:30
  • 5485dcf182 Test case logic fixed Chinmay Purav 2024-02-10 14:53:29 +05:30
  • f0fd5789fc exception thrown on getters Chinmay Purav 2024-02-03 14:11:27 +05:30
  • ec945210f6
    Use duration instead of durationBillable for time budget Daniele Gobbetti 2024-02-09 10:28:14 +01:00
  • 85a16a9363
    Release 2.12 (#4609) Kevin Papst 2024-02-07 23:47:25 +01:00
  • 9f406a8f9c allow entries with negative values Kevin Papst 2024-02-07 18:38:28 +01:00
  • 7abe787778
    added project filter in user-list reports (#4615) Kevin Papst 2024-02-07 18:00:29 +01:00
  • 4530be507f fix empty translation Kevin Papst 2024-02-07 17:58:50 +01:00
  • ccdb02a798 code style Kevin Papst 2024-02-07 17:28:11 +01:00
  • 71c7bb970f fixes #3557 - infinite redirect loop with Azure SAML Kevin Papst 2024-02-07 17:13:39 +01:00
  • 60dc4a3975 fix translation flags Kevin Papst 2024-02-06 16:13:10 +01:00
  • 0874e85e7c added translation Kevin Papst 2024-02-06 16:07:25 +01:00
  • 600f3db41e Merge branch 'main' into release-1.12 Kevin Papst 2024-02-06 16:07:12 +01:00
  • e98732f44a
    Translated using Weblate (#4614) Weblate (bot) 2024-02-06 16:06:40 +01:00
  • 0c7f6ae4d9 support half days Kevin Papst 2024-02-06 15:24:14 +01:00
  • e80a2f81e4
    Translated using Weblate (Ukrainian) Hosted Weblate 2024-02-05 17:18:24 +01:00
  • edbe5120db added project filter in user-list reports Kevin Papst 2024-02-05 17:12:44 +01:00
  • 99f3c1d2e0
    Merge branch 'main' into feat/add-financial-year-formatting-to-invoices Chinmay Purav 2024-02-05 12:48:28 +05:30
  • 428b2f713d added void return type Kevin Papst 2024-02-04 10:57:08 +01:00
  • d3e78fbfdd added return type Kevin Papst 2024-02-04 10:52:18 +01:00
  • 2b6408a836 added void return type Kevin Papst 2024-02-04 10:47:47 +01:00
  • c035cc4cad fix missing length in column definition Kevin Papst 2024-02-03 18:23:36 +01:00
  • 3ed8f88788 remove all categories from release draft Kevin Papst 2024-02-03 16:23:05 +01:00
  • 53ea4ca8d7 strict check Kevin Papst 2024-02-03 10:55:01 +01:00
  • b79a9acdd9 bump version Kevin Papst 2024-02-03 10:54:50 +01:00
  • a560a3686b getFinancialYearEnd method added Chinmay Purav 2024-02-03 13:54:38 +05:30
  • 36c7630b55 FinancialYearCalculator.php refactored for flexibility Chinmay Purav 2024-02-03 13:47:34 +05:30
  • ce7132e793 Increase margin of buttons Simon Schaufelberger 2023-12-19 23:36:41 +01:00
  • c2afebbb5e
    Fix Doctrine deprecations (#4608) 2.11.0 Kevin Papst 2024-02-02 15:48:11 +01:00
  • 95310e26f3 code style Kevin Papst 2024-02-02 15:32:58 +01:00
  • 6bdf6d24d8 bump composer packages Kevin Papst 2024-02-02 15:13:43 +01:00
  • fde9266090 bump action Kevin Papst 2024-02-02 15:13:22 +01:00
  • 166e59217d fix deprecated config name Kevin Papst 2024-02-02 15:03:51 +01:00
  • b2282d1161 code style Kevin Papst 2024-02-02 15:02:17 +01:00
  • a4a0793c29 new helper class to parse doctrine DSNs Kevin Papst 2024-02-02 15:02:11 +01:00
  • d1ecfb9094 added call to prevent empty sql warning Kevin Papst 2024-02-02 14:59:37 +01:00
  • 58f77fd1e1 fixed wrong base class Kevin Papst 2024-02-02 14:59:21 +01:00
  • 628d04a6f8 add migration template to never forget to switch the import again Kevin Papst 2024-02-02 14:58:41 +01:00
  • 7e8761e14b remove superfluous methods Kevin Papst 2024-02-02 14:39:11 +01:00
  • 49e69d1ae3
    Release 2.11 (#4580) Kevin Papst 2024-02-02 13:52:24 +01:00
  • a9a32c83ac
    Add library to re-enable TLS certificate verification for LDAP connections (#4598) Andreas Brain 2024-02-02 13:46:40 +01:00
  • 64fa67f15d
    Translated using Weblate (#4587) Weblate (bot) 2024-02-02 13:44:25 +01:00
  • d5ea290739 keep order of dropdown-items when filtering Kevin Papst 2024-02-02 13:41:57 +01:00
  • 7a445eb986
    Translated using Weblate (Russian) Hosted Weblate 2024-02-02 13:29:28 +01:00
  • a414ce0394 wip Chinmay Purav 2024-02-02 08:33:33 +05:30
  • 516f34eb4f tests fixed Chinmay Purav 2024-02-02 08:32:30 +05:30
  • 214b02d4b2 wip Chinmay Purav 2024-02-02 08:22:35 +05:30
  • 7598837104 wip Chinmay Purav 2024-02-02 07:55:09 +05:30
  • 2eb36d0baf Exception replaced with FinancialYearNotSetException Chinmay Purav 2024-02-02 07:51:36 +05:30
  • afb3c27aa4 financial year set in Y-m-d for test case Chinmay Purav 2024-02-02 07:49:11 +05:30
  • 811fa3230e only use translated locales for redirect Kevin Papst 2024-01-31 18:13:56 +01:00
  • 4d603e8765 remove deprecated X-UA-Compatible meta tag Kevin Papst 2024-01-31 18:06:52 +01:00
  • 40be72aa41 reduce min name length to 2 Kevin Papst 2024-01-30 01:07:45 +01:00
  • ff7d13a847 Merge branch 'main' into release-2.11 Kevin Papst 2024-01-30 00:35:07 +01:00
  • df3ca9d5a9
    Split user language (UI translation) from locale (formatted values) (#4595) Kevin Papst 2024-01-30 00:09:53 +01:00
  • be657ab12b code style Kevin Papst 2024-01-29 23:57:40 +01:00
  • 1731ed2c65
    Add library to re-enable TLS certificate verification for LDAP connections Brain 2024-01-29 23:29:56 +01:00
  • 98d5a8a662 fix test Kevin Papst 2024-01-29 19:49:15 +01:00