Commit Graph
51 Commits
Author SHA1 Message Date
Kyrch 110950e0f2 feat: announcement dates (#1035) 2025-12-31 00:29:55 -03:00
Kyrch f90c3d3732 refactor: reorganize models (#1033) 2025-12-24 15:31:51 -03:00
Kyrch d73ff841bd refactor: add observers (#1028) 2025-12-19 22:04:43 -03:00
Kyrch fefff9b8ab feat(submissions): notes field (#1020) 2025-12-10 20:50:16 -03:00
Kyrch a4c2d3a0de refactor: general code improvement (#1006) 2025-11-15 16:00:49 -03:00
Kyrch ad899b7271 chore: rector (#970) 2025-10-01 17:18:31 -03:00
Kyrch b220154cd3 fix: added many-to-many generics & fix its keys (#946) 2025-09-01 09:43:45 -03:00
Kyrch 9963515a31 docs: clean unnecessary docs (#942) 2025-08-29 21:17:01 -03:00
Kyrch ed8322d62a clean: removed unnecessary eager load for subtitle as it auto eager loads dinamically now (#940) 2025-08-27 23:53:13 -03:00
Kyrch 7e2712386d fix(filament): fixed pivot action logs (#939) 2025-08-27 22:28:43 -03:00
Kyrch 7382ed4a37 feat: auditable (#933) 2025-08-27 01:30:42 -03:00
Kyrch 13074d716a refactor: added morph map (#930) 2025-08-23 04:04:51 -03:00
Kyrch 6ae0cf12b1 chore: bump dependencies (#905) 2025-07-31 17:05:00 -03:00
Kyrch 0a9f393c8c fix: fix link attributes when model doesnt exist (#904) 2025-07-31 04:50:48 -03:00
Mani 51bcd875d4 fix: Added link attribute to dump model (#902) 2025-07-30 20:03:34 -03:00
Kyrch aed66607be refactor(graphql): update code schema (#893) 2025-07-27 15:08:00 -03:00
Kyrch 5c5e96f2e6 docs: clean unnecessary phpdocs (#880) 2025-07-24 01:22:29 -03:00
Kyrch 7fd7141a38 feat(graphql): added edge types programmatically (#877) 2025-07-23 16:38:02 -03:00
Kyrch 37662dd4c4 feat(graphql): added profile / like mutations (#876) 2025-07-18 21:50:45 -03:00
Kyrch b24dfebbf3 feat: added announcement public attribute (#870) 2025-07-13 10:27:47 -03:00
Kyrch f84a4b33a5 docs: added generic types (#869) 2025-07-12 12:52:29 -03:00
Kyrch 1dd9a8a606 feat: merge filament-v4 into main (#868) 2025-07-11 17:32:02 -03:00
Kyrch b0dee5998f style: added pint.json (#838) 2025-06-27 02:52:13 -03:00
Kyrch 5962a7c3c2 feat: improve action log fields (#808) 2025-05-04 04:01:39 -03:00
Kyrch efbdcc1e6a feat: added admin dumps (#807) 2025-05-04 00:47:26 -03:00
Kyrch d468811adc feat: added encodes (#806) 2025-05-03 04:19:29 -03:00
Kyrch bc9df20162 feat: added notifications (#795) 2025-04-11 18:38:36 -03:00
Kyrch b181a0b254 feat: merge performances into main (#791) 2025-04-03 18:31:11 -03:00
Kyrch d49085432c feat: added user info to the footer of the discord embeds (#782) 2025-02-08 18:41:45 -03:00
Kyrch aad7f54c92 feat(api): added intermediate paths as allowed includes (#774) 2025-01-25 15:17:58 -03:00
Kyrch 33f62dae1a feat: WIP initial commit for reports (#769) 2024-12-30 20:34:38 -03:00
Kyrch 310e300bbd feat: added new fields to views table (#764) 2024-12-11 10:48:19 -03:00
Kyrch 2a856c3eee chore: update to php 8.4 (#763) 2024-12-08 19:53:24 -03:00
Kyrch 3ce9bb09b7 feat: introducing flexible cache to improve performance (#754) 2024-10-22 12:10:44 -03:00
Kyrch 326f8283a6 docs: added generics notation for eloquent relationships (#745) 2024-09-12 16:03:49 -03:00
Kyrch 70d325374b feat: laravel 11 (#727) 2024-08-18 23:55:41 -03:00
Kyrch 14c378bd80 feat(filament): added developer dashboard (#722) 2024-08-12 20:14:05 -03:00
Kyrch c02840a580 clean: removed nova (#717) 2024-07-29 13:07:36 -03:00
Kyrch 483bec0231 feat(filament): added a refresh for relation managers after every action (#703) 2024-06-28 03:48:36 -03:00
Kyrch ea5683d080 feat: action logs (#702) 2024-06-27 06:22:16 -03:00
Kyrch cbd7fe75d3 fix(filament): fixed attach action (#682) 2024-05-29 14:50:43 -03:00
Kyrch 97b49dbb5e feat: filament (#679) 2024-05-23 17:22:01 -03:00
Mani 67828f430b clean: Removed settings package which is now fully replaced by feature flags (#620)
* clean: Removed settings package which is now fully replaced by feature flags

* clean: Remove left-over config values
2024-03-09 02:55:52 +01:00
paranarimasu 6015dcbbbf refactor: migration from laravel-enum package to native php enums (#585)
* refactor: migration from laravel-enum package to native php enums

* style: fix StyleCI findings
2023-06-09 14:29:10 -05:00
paranarimasu 9334d05b13 feat(api): add missing feature allowed include path, feat(admin): narrow feature index query (#579) 2023-05-22 23:21:54 -05:00
paranarimasu d168afd4e7 #470 feat: add featured theme model (#574)
* feat: add featured theme model

* style: fix StyleCI findings
2023-05-14 02:04:21 -05:00
paranarimasu 088ea287c5 feat: initial migration to pennant features for feature flags and global site config [incremental] (#573)
* feat: initial commit for feature management

* style: fix StyleCI findings

* fix(api): prohibit features of nonnull scope from API & fix(admin): wrong translate key

* style: fix Static Analysis error
2023-04-23 18:54:34 -05:00
paranarimasu 1d93000c6f feat(admin): migrate db dumps from github to platform (#463)
* feat(admin): migrate db dumps from github to platform

* style: fix StyleCI findings
2022-09-18 22:31:29 -05:00
paranarimasu 57cc3d508d chore: prune redundant auditing dependency (#462) 2022-09-06 14:31:37 -05:00
paranarimasu 5517d4061e feat(admin): add settings to override config values (#448)
* feat(admin): add settings to override config values

* style: fix StyleCI findings

* refactor: use model constants in migration
2022-08-26 12:53:55 -05:00