Alexander Groß
|
9a1dd4861c
|
Extend description to 5000 chars, closes #914
|
2025-10-21 12:36:32 +02:00 |
|
Gregor Vostrak
|
19a206d57c
|
add prevent_overlapping_time_entries setting to organization
when enabled users are blocked from creating or editing new time entries that are overlapping with other time entries
|
2025-10-13 14:23:41 +02:00 |
|
Constantin Graf
|
f9c0d64f82
|
Add email notifications for expiring api tokens
|
2025-07-17 18:16:25 +02:00 |
|
Constantin Graf
|
3d58f570bd
|
Fixed Laravel passport migrations
|
2025-07-17 11:47:34 +02:00 |
|
Constantin Graf
|
2ab28001be
|
Updated dependencies; Major update laravel passport
|
2025-07-17 11:47:34 +02:00 |
|
Constantin Graf
|
d64f0c52be
|
Fixed bugs in current organization; Add database consistency checks; Add foreign key
|
2025-05-16 13:03:47 +02:00 |
|
Constantin Graf
|
e374d8b3de
|
Fixed typos in organization format settings
|
2025-05-13 16:32:11 +02:00 |
|
Constantin Graf
|
ef9f353047
|
Fixed data type of project and task spend time
|
2025-04-25 22:32:37 +02:00 |
|
Constantin Graf
|
ae00fdb0e9
|
Add localization settings
|
2025-04-23 14:33:32 +02:00 |
|
Constantin Graf
|
c03aad1abd
|
Added shareable reports
|
2024-12-09 12:57:25 +01:00 |
|
Constantin Graf
|
95c1bcd4cb
|
Change precheck order in migrations
|
2024-11-05 12:32:51 +01:00 |
|
Constantin Graf
|
3b3f593080
|
Fix foreign keys and deletion service
|
2024-11-05 12:09:04 +01:00 |
|
Constantin Graf
|
51cd919db6
|
Add organization setting employees_can_see_billable_rates
|
2024-10-01 22:48:27 +02:00 |
|
Constantin Graf
|
bff766d363
|
Add spend_time to projects and tasks
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
2e8da98287
|
Added php-cs-fixer rule void_return
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
a820d8540f
|
Added time estimates for projects and tasks, fixes ST-283
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
156d2ff1a0
|
Add auditing
|
2024-09-03 14:26:01 +02:00 |
|
Constantin Graf
|
8db0a7d25e
|
Added mail to inform users about still running time entries
|
2024-07-18 13:27:46 +02:00 |
|
Constantin Graf
|
7fd5d25781
|
Fixed failed jobs table
|
2024-07-03 17:14:35 +02:00 |
|
Constantin Graf
|
364168debd
|
Add ability to set task to done, fixes ST-244
|
2024-07-01 17:06:44 +02:00 |
|
Constantin Graf
|
a69d1cb4c4
|
Added ability to archive projects and clients, fixes ST-37
|
2024-07-01 17:06:44 +02:00 |
|
Constantin Graf
|
9a920bd4e9
|
Fixed migration
|
2024-06-13 16:26:44 +02:00 |
|
Constantin Graf
|
bb8c944df5
|
Added telescope migration for local setup
|
2024-06-13 16:26:44 +02:00 |
|
Constantin Graf
|
bd9cede081
|
Prevent and remove zero values for billable rates
|
2024-06-13 16:26:44 +02:00 |
|
Constantin Graf
|
86f5ea47bb
|
Added user and organization deletion system; Added coverage annotations
|
2024-06-09 13:58:46 +02:00 |
|
Constantin Graf
|
86555664c5
|
Added billable flag to projects
|
2024-06-06 17:19:41 +02:00 |
|
Constantin Graf
|
20f9b344f6
|
Added is_imported flag to time entries
|
2024-06-06 17:19:41 +02:00 |
|
Constantin Graf
|
ec239f20f2
|
Added client to time entries
|
2024-05-29 18:03:26 +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
|
21194eaa05
|
Added jobs and cache table
|
2024-04-15 16:21:30 +02:00 |
|
Constantin Graf
|
b67961cb07
|
Added member and invitation endpoints
|
2024-04-11 12:43:30 +02:00 |
|
Constantin Graf
|
ba0212ea01
|
Added billable rates; Added project members; Added visibility to projects
|
2024-04-02 14:33:29 +02:00 |
|
Constantin Graf
|
fc5b35661d
|
Added week start
|
2024-03-21 13:53:05 +01:00 |
|
Constantin Graf
|
5a733b17aa
|
Added timezone to registration
|
2024-03-19 19:11:36 +01:00 |
|
Constantin Graf
|
6ecfef6bf1
|
Added timezone for user; Moved dashboard to controller
|
2024-03-19 19:11:36 +01:00 |
|
Constantin Graf
|
21b09777a4
|
Added default importer; Fixed bug in clockify importer
|
2024-03-12 17:46:27 +01:00 |
|
Constantin Graf
|
0ed5d14817
|
Added import system
|
2024-03-05 19:19:07 +01:00 |
|
Constantin Graf
|
a86e72f655
|
Added tag endpoints
|
2024-03-04 18:44:44 +01:00 |
|
Constantin Graf
|
e60e502612
|
Added telescope, basic project endpoint, basic filament resources, GitHub actions
|
2024-02-05 22:50:43 +01:00 |
|
Constantin Graf
|
0a8d958ccc
|
Renamed jetstream team to organization
|
2024-01-21 19:52:19 +01:00 |
|
Constantin Graf
|
6377df1f44
|
Added basic models and factories
|
2024-01-21 18:35:29 +01:00 |
|
Constantin Graf
|
89865b935b
|
Added pint rules; Stricter eloquent settings
|
2024-01-16 23:16:53 +01:00 |
|
Constantin Graf
|
0e3e7b4c30
|
Moved from sanctum to passport; Changed primary keys to uuid
|
2024-01-16 20:31:37 +01:00 |
|
Constantin Graf
|
d7bdcf5e70
|
Init laravel; add jetstream with inertia
|
2024-01-16 19:48:32 +01:00 |
|