Commit Graph
92 Commits
Author SHA1 Message Date
KyrchandGitHub 110950e0f2 feat: announcement dates (#1035) 2025-12-31 00:29:55 -03:00
KyrchandGitHub c0ffa7083d feat: optimize image action (#992) 2025-11-03 07:12:25 -03:00
KyrchandGitHub 269cf22996 feat(graphql): rate limit per query (#971) 2025-10-02 15:25:29 -03:00
KyrchandGitHub 128a2bf9cf clean: remove views (#958) 2025-09-05 14:16:44 -03:00
KyrchandGitHub 444884921c refactor: imageable morph pivot (#924) 2025-08-16 01:52:18 -03:00
KyrchandGitHub c540c7bb7f refactor: resourceable morph pivot (#923) 2025-08-15 23:10:53 -03:00
KyrchandGitHub 3860f3ef73 tests: fixed tests failing for no reason (#903) 2025-07-31 03:47:17 -03:00
KyrchandGitHub e58518f51a feat(tests): pest php (#899) 2025-07-29 23:31:12 -03:00
KyrchandGitHub 5c5e96f2e6 docs: clean unnecessary phpdocs (#880) 2025-07-24 01:22:29 -03:00
KyrchandGitHub b24dfebbf3 feat: added announcement public attribute (#870) 2025-07-13 10:27:47 -03:00
KyrchandGitHub 1dd9a8a606 feat: merge filament-v4 into main (#868) 2025-07-11 17:32:02 -03:00
KyrchandGitHub 7b75be439c style: fixed pint php unit method casing (#839) 2025-06-27 03:12:05 -03:00
KyrchandGitHub b0dee5998f style: added pint.json (#838) 2025-06-27 02:52:13 -03:00
KyrchandGitHub abbadf9fcd chore: external entry/token are not trashable (#818) 2025-05-15 22:21:36 -03:00
KyrchandGitHub 69cc755077 feat: add proper rate limiting for external profile sync job (#816) 2025-05-12 05:47:42 -03:00
KyrchandGitHub 6f8bcd9ba0 feat: video throttling (#637) 2025-05-12 02:47:47 -03:00
KyrchandGitHub bc9df20162 feat: added notifications (#795) 2025-04-11 18:38:36 -03:00
KyrchandGitHub 912a9c737b feat: added new way to authorize pivots (#768) 2024-12-13 19:12:36 -03:00
KyrchandGitHub 2a856c3eee chore: update to php 8.4 (#763) 2024-12-08 19:53:24 -03:00
KyrchandGitHub ed6662c11f tests: added livewire tests for filament resources & bump dependencies (#759) 2024-11-17 04:36:03 -03:00
KyrchandGitHub e374b7d1d2 tests: added api schemed tests for external lists (#758) 2024-11-11 20:37:34 -03:00
KyrchandGitHub f782d17eb2 chore: bump dependencies & fixed video notification in upload video action (#731) 2024-08-23 06:38:02 -03:00
KyrchandGitHub d8a673bb74 fix: removed null values from backfill anime responses (#729) 2024-08-20 23:21:48 -03:00
KyrchandGitHub 9238fd3d57 feat: external lists (#710) 2024-07-01 23:46:37 -03:00
KyrchandGitHub 6d18ac287c feat(filament): actions on view page (#697) 2024-06-10 16:29:57 -03:00
KyrchandGitHub 229b89c46f tests: added synonym by type test (#669) 2024-05-07 21:51:49 -03:00
KyrchandGitHub 811e8672e3 feat: added allowed include group to schemas (#663) 2024-04-29 19:33:45 -03:00
KyrchandGitHub 68bd228931 tests: filtering anime by media format and better consistency in relationships (#627)
* style: better consistency in relationships

* tests: filtering anime by media format

* tests: fixed checking resource pattern
2024-03-20 15:23:33 -03:00
ManiandGitHub 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
ManiandGitHub 342a409bed fix: Fixed some flaky tests (#624) 2024-03-09 02:55:14 +01:00
ManiandGitHub 0e7def3024 clean: Removed anything billing related (#618) 2024-03-03 21:37:22 +01:00
KyrchandGitHub 6fe645d783 test: media_format attribute and song resource pivot (#605) 2023-10-31 13:23:21 -03:00
paranarimasuandGitHub 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
paranarimasuandGitHub d857d922d6 chore: bump dependencies, update stubs & code inspection items (#582) 2023-05-31 00:08:25 -05:00
paranarimasuandGitHub 02fef3aed2 fix: use class string to resolve db connection for models in validation (#577) 2023-05-20 14:44:47 -05:00
paranarimasuandGitHub 7ba0416c20 fix: explicitly set database connection on service config (#576)
* fix: explicitly set database connection on service config

* style: address StyleCI finding
2023-05-19 23:53:47 -05:00
paranarimasuandGitHub 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
paranarimasuandGitHub 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
paranarimasuandGitHub 2e930b17ff feat: initial migration to Laravel 10 (#572)
* feat: initial migration to Laravel 10

* style: fix StyleCI findings
2023-04-18 16:22:36 -05:00
paranarimasuandGitHub cadaa73f18 feat(api): use hashids for playlist route keys (#565) 2023-03-29 00:15:07 -05:00
paranarimasuandGitHub 864c70198b feat(api): add content moderation filtering using external service (#561)
* feat(api): add content moderation filtering using external service

* style: fix StyleCI findings
2023-03-20 23:44:15 -05:00
paranarimasuandGitHub 8faf07d56f chore: update depdendencies to anticipate Laravel 10 update (#559)
* chore: update depdendencies to anticipate Laravel 10 update

* style: fix StyleCI findings
2023-03-19 23:37:43 -05:00
paranarimasuandGitHub 54af771c4f feat(api): adding track forward & backward endpoints (#557)
* feat(api): adding track forward & backward endpoints

* style: fix StyleCI findings
2023-03-17 17:21:30 -05:00
paranarimasuandGitHub 315de28398 feat(api): add playlists to global search endpoint (#555) 2023-03-14 22:36:48 -05:00
paranarimasuandGitHub 3dcd4e27fc feat(api): add configurable limits to playlist and track creation (#545) 2023-03-12 15:32:31 -05:00
paranarimasuandGitHub de084e4eda feat(api): adding feature flag for playlist management (#544) 2023-03-11 20:57:49 -06:00
paranarimasuandGitHub da02b741e1 feat(auth): adding patron role with new permission to bypass feature flags (#542)
* feat(auth): adding patron role with new permission to bypass feature flags

* style: fix StyleCI finding

* fix: wiki editors shouldn't have extended CRUD permissions
2023-03-10 00:36:21 -06:00
paranarimasuandGitHub 411eb51fbc feat(api): adding playlist image endpoints (#541)
* feat(api): adding playlist image endpoints

* style: fix StyleCI finding
2023-03-08 23:42:13 -06:00
paranarimasuandGitHub ef7f2f8048 feat(api): adding artist member pivot endpoints (#535) 2023-02-28 00:21:59 -06:00
paranarimasuandGitHub 1e7648b4b4 feat(api): adding artist song pivot endpoints (#534) 2023-02-27 10:04:36 -06:00