Commit Graph

256 Commits

Author SHA1 Message Date
Kyrch 5a9fa858b3 feat(admin): parse video resolution in upload video action (#609) 2024-03-09 02:13:35 +01:00
Kyrch c7a9f6af4d refactor: migrate validation rules to features flags (#619) 2024-03-04 13:29:38 -03:00
Mani 0e7def3024 clean: Removed anything billing related (#618) 2024-03-03 21:37:22 +01:00
Mani 3c33fd5d66 feat: Added Laravel Sail as a way to run a local development environment (#617) 2024-03-02 00:14:30 +01:00
Kyrch 1d1509b35b feat(nova): attach audio to related videos action (#616) 2024-02-03 18:44:57 -03:00
Kyrch 55301d3c91 feat: added backfill streaming sites action (#615) 2024-01-05 21:36:43 -03:00
Kyrch 6a2b0f3a51 feat: seeder that updates the theme slug according to our new standard (#614) 2023-12-21 16:01:44 -03:00
Kyrch f8ed4da5a2 feat: anime streaming resources (#613) 2023-11-20 16:12:17 -03:00
Kyrch 1e8e816abc test: fixed the password validator test (#612) 2023-11-18 01:34:44 -03:00
Kyrch 6aa43bbdf9 fix: added attach resources to song policy (#610) 2023-11-13 20:35:34 -03:00
Mani 683f9ff41b test: Fixed failing tests for resource links (#608) 2023-11-01 00:29:37 +01:00
Kyrch 8279465803 test: resources link format test (#607) 2023-10-31 14:15:42 -03:00
Kyrch 708e6e41a0 test: added missing song resource factory (#606) 2023-10-31 13:36:39 -03:00
Kyrch 6fe645d783 test: media_format attribute and song resource pivot (#605) 2023-10-31 13:23:21 -03:00
Kyrch 3aa49ba7ed feat: new included paths to song resources (#604) 2023-10-31 02:36:31 -03:00
Kyrch b39c321683 feat: new resource sites (#603) 2023-10-31 00:33:32 -03:00
Kyrch 8c789924ae feat: songresource pivot (#602) 2023-10-30 14:55:43 -03:00
Kyrch 9b81a5476d feat(nova): backfill external links from anilist resource (#601) 2023-10-30 10:12:06 -03:00
Kyrch 5bfee4aafb feat: included movie format on mal seeder (#600) 2023-10-29 22:26:24 -03:00
Kyrch 9456a47de3 feat: mal seeder (#599) 2023-10-29 21:59:23 -03:00
Kyrch 26c2fb5d38 fix: set null on seeder search (#598) 2023-10-29 19:44:37 -03:00
Kyrch a77f3c5fa4 feat: new media_format attribute to anime (#591) 2023-10-29 18:19:37 -03:00
Mani 5302b2b820 fix(api): Fix track add action timing out because of recursive toArray() method (#597) 2023-10-29 19:00:51 +01:00
Kyrch 1d205a8041 feat(nova): attach images action (#596) 2023-10-27 21:34:38 -03:00
Kyrch 89d4dd3d31 feat(nova): attach resources dialog with multiple inputs for multiple sites (#595) 2023-10-27 03:53:14 -03:00
Kyrch e3baa82f75 feat: discord thread action (#594) 2023-10-26 20:34:04 -03:00
Kyrch 016593b3ba feat(api): added more include paths to artist schema (#593) 2023-10-25 23:25:49 +02:00
Kyrch 5f5d015b79 feat: added more lenses (#590) 2023-09-18 00:24:50 +02:00
paranarimasu d376477705 fix(api): explicitly provide global scope for all defined feature checks (#588) 2023-06-13 12:26:39 -05:00
paranarimasu ce794f40ff fix(api): load aggregate fields for search builder (#587) 2023-06-12 21:54:06 -05:00
paranarimasu 4c33114f38 fix(api): address queue lockout for store playlist track action (#586) 2023-06-11 23:23:38 -05: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 fd2cebe3cf chore: address deprecations to validation rules in Laravel 10 (#584)
* chore: address deprecations to validation rules in Laravel 10

* style: fix StyleCI findings
2023-06-05 01:01:49 -05:00
paranarimasu d857d922d6 chore: bump dependencies, update stubs & code inspection items (#582) 2023-05-31 00:08:25 -05:00
paranarimasu 54943c9b2c feat: use process facade for FFmpeg routines (#581)
* feat: use process facade for FFmpeg routines

* style: fix StyleCI findings
2023-05-29 23:33:00 -05:00
paranarimasu 5a0e3404ea fix(admin): apply pivot existence rule & subtitles for entry on featured theme form (#580) 2023-05-23 23:36:42 -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
Mani dd011b2886 fix: append token to reset password URL correctly (#578) 2023-05-20 19:50:06 -05:00
paranarimasu 02fef3aed2 fix: use class string to resolve db connection for models in validation (#577) 2023-05-20 14:44:47 -05:00
paranarimasu 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
paranarimasu e2d0fe3cd6 feat: allow models to specify database connection (#575) 2023-05-15 23:53:18 -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 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
Mani 1e586c94a0 feat(api): add one more include path needed for the client (#571) 2023-04-14 19:37:18 -05:00
paranarimasu 295a997354 Api allowed pivots (#570)
* refactor(api): prefer including pivot types to conditional pivot information

* style: fix StyleCI findings
2023-04-14 18:36:29 -05:00
Mani ae9952ad68 feat(api): add additional include paths needed for the client (#569) 2023-04-14 17:01:23 -05:00
paranarimasu 22d57c1fb4 adding logging for insert track action to investigate latency (#568) 2023-04-07 16:17:00 -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 c356db1ed7 refactor(api): infer direct relations from resource schema (#566) 2023-04-03 00:23:36 -05:00