Commit Graph
104 Commits
Author SHA1 Message Date
KyrchandGitHub 743b319340 feat(externalprofiles): add validation to token controllers (#1043) 2026-01-03 21:30:23 -03:00
KyrchandGitHub 110950e0f2 feat: announcement dates (#1035) 2025-12-31 00:29:55 -03:00
KyrchandGitHub ad899b7271 chore: rector (#970) 2025-10-01 17:18:31 -03:00
KyrchandGitHub 9963515a31 docs: clean unnecessary docs (#942) 2025-08-29 21:17:01 -03:00
KyrchandGitHub 01827680b6 chore: bump dependencies (#935) 2025-08-27 10:20:55 -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 8065d567f3 feat(graphql): eloquent singular queries (#889) 2025-07-25 23:08:05 -03:00
KyrchandGitHub 5c5e96f2e6 docs: clean unnecessary phpdocs (#880) 2025-07-24 01:22:29 -03:00
KyrchandGitHub f8b9aca0fc feat(graphql): added mutations programmatically (#874) 2025-07-18 12:26:58 -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 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 efbdcc1e6a feat: added admin dumps (#807) 2025-05-04 00:47:26 -03:00
KyrchandGitHub bc9df20162 feat: added notifications (#795) 2025-04-11 18:38:36 -03:00
KyrchandGitHub 9e46ba9a2c feat: added user notifications (#794) 2025-04-10 12:01:29 -03:00
KyrchandGitHub b181a0b254 feat: merge performances into main (#791) 2025-04-03 18:31:11 -03:00
KyrchandGitHub 89ce3e05be feat: added insert songs only to Filament (#776) 2025-02-02 16:23:00 -03:00
KyrchandGitHub d45545e7e1 feat: added anime synonyms to series scout search (#772) 2025-01-10 01:48:54 -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 3ff694fba2 feat: added MAL option to external profiles (#760) 2024-11-18 15:23:51 -03:00
KyrchandGitHub e374b7d1d2 tests: added api schemed tests for external lists (#758) 2024-11-11 20:37:34 -03:00
KyrchandGitHub ef0bfb8298 feat: added sync external profile job (#748) 2024-09-24 08:04:49 -03:00
KyrchandGitHub eeff29b0fc fix: external lists routes were moved from api middleware (#742) 2024-09-10 20:29:01 -03:00
KyrchandGitHub 4013c91a63 fix: fixed mostly stuff on external token callback (#740) 2024-08-31 01:57:40 -03:00
KyrchandGitHub a27a46305a feat: added a proper function to the token callback controller (#738) 2024-08-29 19:40:07 -03:00
KyrchandGitHub 8d4f27f8ce faet: added external token model (#737) 2024-08-28 22:23:06 -03:00
KyrchandGitHub db0fbe9d32 fix: external entries should be read-only (#733) 2024-08-25 00:41:36 -03:00
KyrchandGitHub 50e0bab1fd feat: added feature flag to enable only localhost middleware (#711) 2024-07-03 02:55:07 -03:00
KyrchandGitHub 9238fd3d57 feat: external lists (#710) 2024-07-01 23:46:37 -03:00
KyrchandGitHub e472a1d3bd feat: migrating theme groups to an appropriate table (#611) (#659) 2024-04-28 16:23:25 -03:00
ManiandGitHub ee7e2c1412 feat: Added "download" query parameter to video and audio routes to force file download (#640) 2024-03-27 01:58:45 +01: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 0e7def3024 clean: Removed anything billing related (#618) 2024-03-03 21:37:22 +01:00
KyrchandGitHub 8c789924ae feat: songresource pivot (#602) 2023-10-30 14:55:43 -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 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 a3cf74bb2d refactor(api): remove redundant statements that convert API resources to response (#567)
* refactor(api): remove redundant statements that convert API resources to response

* style: fix StyleCI findigns
2023-04-05 16:29:54 -05:00
paranarimasuandGitHub cadaa73f18 feat(api): use hashids for playlist route keys (#565) 2023-03-29 00:15:07 -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 4dfd46be9a feat(api): adding roles and permissions relations to my schema (#554)
* feat(api): adding roles and permissions relations to my schema

* style: fix StyleCI findings
2023-03-13 17:13:28 -05:00
paranarimasuandGitHub 5cf9301710 fix(api): fix insert track timeout (#553) 2023-03-12 21:34:44 -05:00
paranarimasuandGitHub fbff1356a9 fix(api): use database transactions for all track doubly-linked list actions (#552) 2023-03-12 20:50:25 -05:00
paranarimasuandGitHub 62cba9bd34 fix(api): propagate exception from failed db transaction on insert track (#549) 2023-03-12 17:24:58 -05:00