Commit Graph

240 Commits

Author SHA1 Message Date
Constantin Graf
68ecc1227d Fixed validations and response naming in aggregate time entries endpoint 2024-05-19 12:06:20 +02:00
Constantin Graf
2e0db46fff Added endpoint to update multiple time entries at once 2024-05-19 12:05:53 +02:00
Constantin Graf
b6f5f77781 Added healthcheck endpoint tests 2024-05-19 12:04:25 +02:00
Gregor Vostrak
b44f3fa066 Merge branch 'main' of github.com:solidtime-io/solidtime into feature/reporting
# Conflicts:
#	tests/Feature/RegistrationTest.php
2024-05-16 17:39:18 +02:00
Gregor Vostrak
420508322c change tests to always register a new user before running, skip flaky tests 2024-05-16 13:11:22 +02:00
Gregor Vostrak
e2c6026b47 add aggregation/grouping of time entries with same attributes in time view 2024-05-16 13:11:22 +02:00
Constantin Graf
4edf282083 Fixed log level for sentry 2024-05-14 17:40:43 +02:00
Constantin Graf
992365360f Updated composer dependencies 2024-05-14 17:17:47 +02:00
Constantin Graf
f47b3cdf98 Fixed duration in time entries index endpoint 2024-05-14 17:17:47 +02:00
Constantin Graf
0448ebc180 Added newsletter consent and term/privacy checkbox to registration 2024-05-14 17:17:47 +02:00
dependabot[bot]
11af9fab7e Bump codecov/codecov-action from 4.3.0 to 4.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 19:55:37 +02:00
Constantin Graf
b2365e2778 Migrated endpoints from user to member; Renamed membership to member 2024-05-13 19:50:50 +02:00
Constantin Graf
ba335b4f05 Migrated to UUID v4 2024-05-07 15:43:05 +02:00
Constantin Graf
d5bbba2c2f Added aggregate time entries endpoint 2024-05-06 18:38:55 +02:00
Gregor Vostrak
f18620b15f fix bug where billable rates do not update because of whitespace 2024-05-06 13:56:08 +02:00
Gregor Vostrak
1c8d895c1e add proper error handling for expired CSRF Token 2024-05-03 18:33:11 +02:00
Gregor Vostrak
271d804091 remove unused tabbars 2024-05-03 01:52:09 +02:00
Gregor Vostrak
98f6e8c5a6 fix manual time entry button responsiveness 2024-05-03 01:42:40 +02:00
Gregor Vostrak
a3dc8c6550 always use remember me on the login form 2024-05-03 01:22:18 +02:00
Constantin Graf
97751b3499 Fixed redirect after two factor login for filament admin panel 2024-05-02 16:20:52 +02:00
Gregor Vostrak
0f898130e0 add redirect to login page if session is expired 2024-05-02 16:01:33 +02:00
Gregor Vostrak
6f12c1907e fix hover color on register and login pages links 2024-05-02 15:14:38 +02:00
Gregor Vostrak
3b5e09267f add tooltips to weekly overview on dashboard 2024-05-02 15:13:43 +02:00
Constantin Graf
f989a06dc8 Fixed redirect after login for filament admin panel 2024-05-01 21:40:29 +02:00
Constantin Graf
c3010c7f62 Activate exception on failed file write 2024-05-01 21:40:07 +02:00
Constantin Graf
7117dfca6c Added S3 flysystem 2024-04-29 19:32:44 +02:00
Constantin Graf
94777814be Renamed S3 config variables; Added disk config for profile picture 2024-04-29 19:22:42 +02:00
Gregor Vostrak
e7fde0695d add row hover design fix 2024-04-29 19:04:54 +02:00
Constantin Graf
a98e4649e3 Fixed bug in filament OrganizationResource 2024-04-29 18:59:56 +02:00
Constantin Graf
31c7bdf420 Deactivate reporting for api exceptions 2024-04-29 18:59:56 +02:00
Constantin Graf
a4667589f2 Enhanced admin panel 2024-04-29 18:59:56 +02:00
Constantin Graf
fccd57a3f3 Fixed timezone issue in timentry index endpoint 2024-04-29 18:59:56 +02:00
Constantin Graf
4242b23ada Added GitHub action to publish api docs 2024-04-29 18:59:56 +02:00
Gregor Vostrak
f3b3dbb6d8 add automatic resizing to all charts, so they update on window resize 2024-04-29 18:49:48 +02:00
Gregor Vostrak
b910662ae1 add missing error in create team member modal 2024-04-29 18:36:46 +02:00
Gregor Vostrak
fb3d326c28 respect start of week setting for charts 2024-04-29 16:49:58 +02:00
Gregor Vostrak
492be92592 lock sidebar timer when running in a different organization 2024-04-29 16:49:58 +02:00
Gregor Vostrak
056c909e82 fix project chart border color 2024-04-29 16:49:58 +02:00
Gregor Vostrak
01e9bf310c fix project update notification texts 2024-04-29 16:49:58 +02:00
Gregor Vostrak
a46668703d fix 7 recent days card alignment 2024-04-29 16:49:58 +02:00
Gregor Vostrak
77623f77e5 fix error handling for 404 error in active time entry 2024-04-29 12:38:59 +02:00
Gregor Vostrak
d0bc2edf5d Merge branch 'main' of github.com:solidtime-io/solidtime 2024-04-26 15:20:18 +02:00
Gregor Vostrak
09595b49af fix empty state 2024-04-26 15:20:08 +02:00
Constantin Graf
c25276b9a8 Added per page pagination config 2024-04-26 15:14:28 +02:00
Gregor Vostrak
1efd661d96 Merge branch 'main' of github.com:solidtime-io/solidtime 2024-04-26 14:48:43 +02:00
Gregor Vostrak
e5122f106a fix datepicker bug 2024-04-26 14:48:34 +02:00
Constantin Graf
0bf8a25d64 Enhanced admin panel 2024-04-26 14:44:37 +02:00
Gregor Vostrak
42ad5e004a make currency dependent on the organization setting 2024-04-26 02:41:02 +02:00
Gregor Vostrak
212ee27d13 fix formatting of billable amount on the dashboard 2024-04-26 02:40:44 +02:00
Gregor Vostrak
bb5ccf3606 add notice when time tracker is running in a different organization 2024-04-26 02:10:45 +02:00