Commit Graph
40 Commits
Author SHA1 Message Date
Kyrch 73c2400a0f chore: bump dependencies (#1211) 2026-07-08 17:46:31 -03:00
Kyrch fc3f146bb4 chore: Laravel 13 (#1135) 2026-03-23 15:31:57 -03:00
Kyrch 8386535251 feat(graphql): add middleware to mutations (#1120) 2026-03-05 07:30:09 -03:00
Kyrch 6c86a0b9de refactor: rename resource classes (#1075) 2026-02-02 04:29:20 -03:00
Kyrch ad899b7271 chore: rector (#970) 2025-10-01 17:18:31 -03:00
Kyrch 9963515a31 docs: clean unnecessary docs (#942) 2025-08-29 21:17:01 -03:00
Kyrch 5c5e96f2e6 docs: clean unnecessary phpdocs (#880) 2025-07-24 01:22:29 -03:00
Kyrch f8b9aca0fc feat(graphql): added mutations programmatically (#874) 2025-07-18 12:26:58 -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 2a856c3eee chore: update to php 8.4 (#763) 2024-12-08 19:53:24 -03:00
Kyrch e374b7d1d2 tests: added api schemed tests for external lists (#758) 2024-11-11 20:37:34 -03:00
Kyrch eeff29b0fc fix: external lists routes were moved from api middleware (#742) 2024-09-10 20:29:01 -03:00
Kyrch 4013c91a63 fix: fixed mostly stuff on external token callback (#740) 2024-08-31 01:57:40 -03:00
Kyrch a27a46305a feat: added a proper function to the token callback controller (#738) 2024-08-29 19:40:07 -03:00
Kyrch 8d4f27f8ce faet: added external token model (#737) 2024-08-28 22:23:06 -03:00
Kyrch db0fbe9d32 fix: external entries should be read-only (#733) 2024-08-25 00:41:36 -03:00
Kyrch 50e0bab1fd feat: added feature flag to enable only localhost middleware (#711) 2024-07-03 02:55:07 -03:00
Kyrch 9238fd3d57 feat: external lists (#710) 2024-07-01 23:46:37 -03: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 d857d922d6 chore: bump dependencies, update stubs & code inspection items (#582) 2023-05-31 00:08:25 -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 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
paranarimasu 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
paranarimasu 5cf9301710 fix(api): fix insert track timeout (#553) 2023-03-12 21:34:44 -05:00
paranarimasu fbff1356a9 fix(api): use database transactions for all track doubly-linked list actions (#552) 2023-03-12 20:50:25 -05:00
paranarimasu 62cba9bd34 fix(api): propagate exception from failed db transaction on insert track (#549) 2023-03-12 17:24:58 -05:00
paranarimasu 17f2df3e48 fix(api): use single db transaction for insert action [incremental] (#547) 2023-03-12 16:48:25 -05:00
paranarimasu a721faa645 debug(api): add debug logging to track store action (#546) 2023-03-12 16:31:33 -05:00
paranarimasu 3dcd4e27fc feat(api): add configurable limits to playlist and track creation (#545) 2023-03-12 15:32:31 -05:00
paranarimasu de084e4eda feat(api): adding feature flag for playlist management (#544) 2023-03-11 20:57:49 -06:00
paranarimasu f9c6990171 feat(api): add track update operations for doubly-linked list (#531) 2023-02-26 16:16:59 -06:00
paranarimasu f87046724b feat(api): add track restore operations for doubly-linked list (#529) 2023-02-26 00:38:13 -06:00
paranarimasu 3a9d78f122 feat(api): add track force delete operations for doubly-linked list (#527) 2023-02-25 14:07:06 -06:00
paranarimasu 779a6a602c feat(api): add track destroy operations for doubly-linked list & flatten flow for insert operations (#525) 2023-02-24 00:21:07 -06:00
paranarimasu 1bd30c8bd5 feat(api): set first relation of playlist when creating initial track (#521)
* feat(api): set first relation of playlist when creating initial track

* fix(api): check that newly created track is the only playlist track
2023-02-19 00:50:07 -06:00
paranarimasu 27778857b1 Request action composition (#516)
* refactor(api): prefer composition to strict inheritance for API queries, requests & actions

* style: fix StyleCI findigns
2023-02-16 23:30:57 -06:00
paranarimasu 4017d69a1f feat(api): support playlist track adjacency (#491) 2022-12-11 17:19:12 -06:00
paranarimasu eb7f07fe34 fix(api): use truncated name for playlist track routing (#484) 2022-11-08 22:42:12 -06:00
paranarimasu 517ba0ebf8 Playlists (#472)
* feat: add playlist resources

* style: fix StyleCI findings

* fix(admin): address nova exceptions
2022-10-19 00:32:06 -05:00