Commit Graph
16 Commits
Author SHA1 Message Date
KyrchandGitHub 847189aad4 feat(filament): added entries tab to create theme form (#701) 2024-06-21 05:03:48 -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 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 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
paranarimasuandGitHub f326a1623d feat(api): add track store insert operations for doubly-linked list (#523)
* feat(api): add track store insert operations for doubly-linked list

* style: fix insert action phpdoc descriptions
2023-02-21 21:35:31 -06:00
paranarimasuandGitHub 90bbe971ed test: fix value boundary in billing factories & backfill anime studios needs unique value from external api (#514) 2023-02-07 23:57:09 -06:00
paranarimasu c98058a61d #490 fix(admin): update pattern for mal studio cover image (#492) 2022-12-13 13:55:09 -06:00
paranarimasuandGitHub 80899b07df Delete video action (#444)
* feat(admin): remove video from storage

* style: fix StyleCI findings
2022-08-23 13:45:40 -05:00
paranarimasuandGitHub 146833338d chore: bump dependencies (#438) 2022-08-16 16:16:13 -05:00
paranarimasuandGitHub e973f68537 feat(admin): upload video action (#436)
* feat(admin): upload video action

* style: fix StyleCI findings

* tests: fix video storage tests
2022-08-15 21:58:42 -05:00
paranarimasuandGitHub 3a77f95e49 feat(admin): allow overwriting and skipping source video derivation for backfilling audio (#435)
* feat(admin): allow overwriting and skipping source video derivation for backfilling audio

* test: fix video streaming test
2022-08-13 14:47:00 -05:00
paranarimasuandGitHub c18006badb test: backfill audio action & audio/video streaming (#433)
* test: backfill audio & streamed response

* style: fix StyleCI Findings
2022-08-11 18:39:43 -05:00
paranarimasuandGitHub 2d17f7b9f7 test: backfill actions & drop support for backfilling studios through ANN (#432) 2022-08-10 23:16:25 -05:00
paranarimasuandGitHub 5f915c86ea Local filesystem streaming (#431)
* feat: support streaming from local filesystems

* style: fix StyleCI findings
2022-08-09 18:54:43 -05:00