Commit Graph
112 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
KyrchandGitHub 6d18ac287c feat(filament): actions on view page (#697) 2024-06-10 16:29:57 -03:00
KyrchandGitHub 67f4cd83ce refactor(filament): relation managers (#696) 2024-06-09 19:42:04 -03:00
KyrchandGitHub 63a86e708a feat: added filament notification listener (#694) 2024-06-08 03:50:00 -03:00
KyrchandGitHub 9f0a6a3ae2 refactor: changed thread pk type (#688) 2024-06-02 14:56:18 -03:00
KyrchandGitHub a7f314d357 fix(filament): fixed filter errors (#681) 2024-05-27 03:14:30 -03:00
KyrchandGitHub 97b49dbb5e feat: filament (#679) 2024-05-23 17:22:01 -03:00
KyrchandGitHub 229b89c46f tests: added synonym by type test (#669) 2024-05-07 21:51:49 -03:00
KyrchandGitHub 1744b5457a refactor: changed theme_group relationship name and removed group field (#664) 2024-04-30 20:56:38 -03:00
KyrchandGitHub 811e8672e3 feat: added allowed include group to schemas (#663) 2024-04-29 19:33:45 -03:00
ManiandGitHub 5100f13dd8 feat: Added permission for revalidating pages (#654)
* Added permissions as allowed include path.
* Added tracks and playlists as allowed include paths to videos
2024-04-16 17:52:53 +02:00
KyrchandGitHub de0d09a68e refactor: improving the getUrlCaptureGroups function for future proposals (#644)
* refactor: improving the getUrlPattern function for future proposals

* feat: added more capture groups to the function

* fix: fixed the youtube resource validate
2024-03-27 18:29:25 -03:00
KyrchandGitHub f50dd32daa feat(admin): the video path attribute is no longer required in the upload action (#639)
* feat: the video path is not required

* refactor: get resolution by arr laravel class

* test: removed the resolution attribute on tests
2024-03-25 22:59:11 -03:00
KyrchandGitHub 4c8eded119 test: playlists/tracks events shouldnt dispatch discord nots (#636) 2024-03-24 17:31: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
KyrchandGitHub a609bf0be7 fix: the streaming resources should have more patterns (#626)
* fix: the streaming resources should have more patterns

* fix: fixing resources tests
2024-03-15 17:05:45 -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
KyrchandGitHub 46dca69a82 tests: enabled the validation rules features flags for the tests (#621)
* tests: enabled the validation rules features flags for the tests

* tests: fixed array feature to string
2024-03-09 02:14:04 +01:00
ManiandGitHub 0e7def3024 clean: Removed anything billing related (#618) 2024-03-03 21:37:22 +01:00
KyrchandGitHub f8ed4da5a2 feat: anime streaming resources (#613) 2023-11-20 16:12:17 -03:00
KyrchandGitHub 1e8e816abc test: fixed the password validator test (#612) 2023-11-18 01:34:44 -03:00
KyrchandGitHub 8279465803 test: resources link format test (#607) 2023-10-31 14:15:42 -03: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 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
paranarimasuandGitHub d857d922d6 chore: bump dependencies, update stubs & code inspection items (#582) 2023-05-31 00:08:25 -05:00
paranarimasuandGitHub 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
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 638549b329 feat: adding hashids support (#564) 2023-03-25 03:40:21 -05:00
paranarimasuandGitHub 9c3413789f feat: wrap remaining actions in database transactions where more than one write query may be executed (#563) 2023-03-23 00:32:08 -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
paranarimasuandGitHub a0d560cb32 fix(api): playlist first and last relations should be managed through track DLL actions (#533) 2023-02-26 20:33:33 -06:00
paranarimasuandGitHub bff3c8601d feat(api): adding studio resource pivot endpoints (#532)
* feat(api): adding studio resource pivot endpoints

* style: fix StyleCI findings
2023-02-26 17:40:35 -06:00
paranarimasuandGitHub f9c6990171 feat(api): add track update operations for doubly-linked list (#531) 2023-02-26 16:16:59 -06:00
paranarimasuandGitHub 688381c7b0 feat(api): adding studio image pivot endpoints (#530)
* feat(api): adding studio image pivot endpoints

* style: address StyleCI findings
2023-02-26 01:32:31 -06:00