Commit Graph

1028 Commits

Author SHA1 Message Date
Constantin Graf
a36f33dfa7 Restricted data sent by jestream; Fixed profile picture 2024-04-19 18:00:31 +02:00
Constantin Graf
1ee3a3072a Added dashboard chart lastSevenDays 2024-04-19 18:00:31 +02:00
Gregor Vostrak
1cba8c39de add empty state for members activity, fix organization switch data loading problem 2024-04-19 02:33:18 +02:00
Gregor Vostrak
5d95dd4fae add dynamic charts to last 7 days card 2024-04-19 00:14:04 +02:00
Gregor Vostrak
4a89f22885 fix/refactor dashboard card separators 2024-04-18 23:39:04 +02:00
Gregor Vostrak
4400741391 fix last tracked tasks empty state 2024-04-18 01:16:31 +02:00
Gregor Vostrak
3d9ed4a4e5 fix last tracked tasks empty state 2024-04-18 01:13:26 +02:00
Gregor Vostrak
5b86c85aca add project color selector 2024-04-18 00:48:57 +02:00
Constantin Graf
e593430d72 Added missing chart data to dashboard endpoint 2024-04-17 12:39:23 +02:00
Gregor Vostrak
0b90407303 change time entries requests to always filter on user_id 2024-04-17 00:15:34 +02:00
Gregor Vostrak
fffa3639d3 add import types and description from the server, add report data modal 2024-04-16 23:47:54 +02:00
Constantin Graf
43e096b153 Updated readme and docs 2024-04-16 23:47:54 +02:00
Constantin Graf
1f79d5e50a Added importer details endpoint 2024-04-16 23:47:54 +02:00
Gregor Vostrak
fe61a54c35 fix billable toggle on time tracker, add billable toggle on time entries row 2024-04-16 23:47:54 +02:00
Gregor Vostrak
a7d425be0f fix 2fa background color to make 2fa codes readable 2024-04-16 23:47:54 +02:00
Gregor Vostrak
884cd10a34 add billing section links to the organization switcher and organization settings 2024-04-16 23:47:54 +02:00
Gregor Vostrak
e4bf56d55d add invitations tab to members page 2024-04-16 23:47:54 +02:00
Gregor Vostrak
c30763d718 add empty state for time page 2024-04-16 23:47:54 +02:00
Gregor Vostrak
5a359583eb add login / register links to navigate between screens directly 2024-04-16 23:47:54 +02:00
Gregor Vostrak
c292afa359 only send api initial api requests on page load, not on every navigation 2024-04-16 23:47:54 +02:00
Gregor Vostrak
22272aebb1 add invite button for placeholder users on members table 2024-04-16 23:47:54 +02:00
Gregor Vostrak
54603bbc6e added importer to organization settings 2024-04-16 23:47:54 +02:00
dependabot[bot]
bb7cb7cdd1 Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4.
- [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)
- [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4)

---
updated-dependencies:
- dependency-name: aglipanci/laravel-pint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 17:00:20 +02:00
dependabot[bot]
3b7057496e Bump codecov/codecov-action from 4.0.1 to 4.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.3.0.
- [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.0.1...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 16:56:54 +02:00
Constantin Graf
761b827212 Updated readme; Added security and code of conduct files 2024-04-15 22:31:45 +02:00
Constantin Graf
d48b38293d Fixed phpstan 2024-04-15 22:31:45 +02:00
Constantin Graf
1972fc51aa Updated readme 2024-04-15 22:31:45 +02:00
Constantin Graf
34c57cc5f0 Fixed composer requirements 2024-04-15 22:31:45 +02:00
Constantin Graf
ee7ffd9e95 Added verified middleware to api endpoints 2024-04-15 22:31:45 +02:00
Constantin Graf
eea5a3d01b Added tests 2024-04-15 22:31:45 +02:00
Constantin Graf
feb70910c7 Added email verified as requirement for non-local environments 2024-04-15 22:31:45 +02:00
Constantin Graf
7618b3d8a5 Increased rate limiter 2024-04-15 22:31:45 +02:00
Constantin Graf
a12b662c8e Updated dependencies 2024-04-15 22:31:45 +02:00
Constantin Graf
0b564e1371 Added codecov to phpunit action 2024-04-15 22:31:45 +02:00
Constantin Graf
9cab386100 Made playwright action manual 2024-04-15 22:31:45 +02:00
Constantin Graf
726aabe724 Fixed private build 2024-04-15 16:21:30 +02:00
Constantin Graf
d99847ef19 Added trusted proxy config 2024-04-15 16:21:30 +02:00
Constantin Graf
2045bf6ba9 Added healthcheck endpoints; Fixed filament check 2024-04-15 16:21:30 +02:00
Constantin Graf
21194eaa05 Added jobs and cache table 2024-04-15 16:21:30 +02:00
Constantin Graf
e3cc613477 Added test commands 2024-04-15 16:21:30 +02:00
Constantin Graf
6e2d0739ef Added private build 2024-04-15 16:21:30 +02:00
Constantin Graf
91128ae0b3 Added public build 2024-04-15 16:21:30 +02:00
dependabot[bot]
3a43b9cec4 Bump aglipanci/laravel-pint-action from 2.0.0 to 2.3.1
Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.0.0 to 2.3.1.
- [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)
- [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.0.0...2.3.1)

---
updated-dependencies:
- dependency-name: aglipanci/laravel-pint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 11:02:08 +02:00
dependabot[bot]
00593eb758 Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 11:01:25 +02:00
Gregor Vostrak
38535142b2 add responsive tables and time/client/member/tags index page 2024-04-13 16:03:47 +02:00
Gregor Vostrak
335a057ba1 add responsiveness for the dashboard and menu 2024-04-13 16:03:47 +02:00
Gregor Vostrak
528865fc1c fix organization switcher dropdown orientation 2024-04-12 03:34:44 +02:00
Gregor Vostrak
64023f3930 added success and error notifications 2024-04-12 03:34:44 +02:00
Constantin Graf
0e96ad992f Fixed timezones in time entry endpoints 2024-04-11 12:43:30 +02:00
Constantin Graf
b67961cb07 Added member and invitation endpoints 2024-04-11 12:43:30 +02:00