Commit Graph
320 Commits
Author SHA1 Message Date
Kyrch ea5683d080 feat: action logs (#702) 2024-06-27 06:22:16 -03:00
Kyrch 847189aad4 feat(filament): added entries tab to create theme form (#701) 2024-06-21 05:03:48 -03:00
Kyrch 41e4a90347 feat(filament): added should force thread option on create discord notification (#700) 2024-06-16 06:31:19 -03:00
Kyrch 0416985efc feat(filament): ignore all file validations feature flag (#699) 2024-06-14 14:41:40 -03:00
Kyrch d53f49654d feat(filament): artist schema on theme page (#698) 2024-06-11 03:12:35 -03:00
Kyrch 6d18ac287c feat(filament): actions on view page (#697) 2024-06-10 16:29:57 -03:00
Kyrch 67f4cd83ce refactor(filament): relation managers (#696) 2024-06-09 19:42:04 -03:00
Kyrch 376e3a96a3 feat(filament): as field on attach actions (#695) 2024-06-08 18:58:35 -03:00
Kyrch 63a86e708a feat: added filament notification listener (#694) 2024-06-08 03:50:00 -03:00
Kyrch 6a76dbf85d feat(api): added ip forwarding (#693) 2024-06-07 23:03:39 -03:00
Kyrch 68999dc4f6 feat(filament): URL hint action on discord message field (#692) 2024-06-06 10:24:32 -03:00
Kyrch c27059b7d2 fix(filament): fixed dump action policies (#691) 2024-06-05 23:01:56 -03:00
Kyrch 354c6b1bc7 feat(filament): added discord message action (#690) 2024-06-05 22:01:03 -03:00
Kyrch 09f91ca426 feat(filament): added image editor (#689) 2024-06-03 23:49:31 -03:00
Kyrch 9f0a6a3ae2 refactor: changed thread pk type (#688) 2024-06-02 14:56:18 -03:00
Kyrch d4dea635b0 fix(filament): fixed actions policies (#687) 2024-06-02 03:38:45 -03:00
Kyrch 80e48e543c fix: fixed slug rule when record is null (#686) 2024-06-02 01:18:36 -03:00
Kyrch f0d1e0687e fix(filament): fixed thread id as big integer (#685) 2024-06-02 00:02:33 -03:00
Kyrch f2e4dce092 style(filament): the panel should use the full width (#684) 2024-06-01 20:36:00 -03:00
Kyrch 80ed802c97 feat: discord bot integration (#683) 2024-05-31 21:20:40 -03:00
Kyrch cbd7fe75d3 fix(filament): fixed attach action (#682) 2024-05-29 14:50:43 -03:00
Kyrch a7f314d357 fix(filament): fixed filter errors (#681) 2024-05-27 03:14:30 -03:00
Kyrch 7f00114415 feat: added description field to playlists (#680) 2024-05-24 17:44:38 -03:00
Kyrch 97b49dbb5e feat: filament (#679) 2024-05-23 17:22:01 -03:00
Mani f33db28908 feat: Added additional include paths (#677) 2024-05-19 01:29:34 +02:00
Kyrch 229b89c46f tests: added synonym by type test (#669) 2024-05-07 21:51:49 -03:00
Kyrch 52dd8c2e94 feat(nova): backfill synonyms action (#668) 2024-05-07 19:18:56 -03:00
Kyrch 74f8395ec4 feat: update amazon music regex pattern (#666) 2024-05-04 15:13:08 -03:00
Kyrch 92dc3a5138 feat: added theme group include to forwardbackward schema (#665) 2024-05-04 14:04:29 -03:00
Kyrch 1744b5457a refactor: changed theme_group relationship name and removed group field (#664) 2024-04-30 20:56:38 -03:00
Kyrch 811e8672e3 feat: added allowed include group to schemas (#663) 2024-04-29 19:33:45 -03:00
Kyrch 2da92a9cf0 feat(seeder): create new synonyms (#661) 2024-04-29 11:03:01 -03:00
Kyrch b265ad0bbc feat: added type attribute to synonym resource (#660) 2024-04-28 23:21:56 -03:00
Kyrch e472a1d3bd feat: migrating theme groups to an appropriate table (#611) (#659) 2024-04-28 16:23:25 -03:00
Kyrch 99153cbf5f feat: added document, avatar & banner facets (#658) 2024-04-24 12:49:04 -03:00
Mani 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
Kyrch 928de7c96c fix: the backfill audio action should rollback db when not completed (#653) 2024-04-04 14:02:06 -03:00
Kyrch 991491f746 fix(api): the comparison & logical operators should use enum names (#652) 2024-04-02 08:07:34 -03:00
Kyrch c2cdb15287 fix: trying to fix the backfill action part 2 (#651) 2024-04-02 07:33:42 -03:00
Kyrch 1f2b81e05c feat: added anidb as song resource (#649) 2024-04-02 00:55:46 -03:00
Kyrch 55a471369a fix: trying to fix the backfill action (#648) 2024-04-01 15:50:07 -03:00
Kyrch e4d068f428 style: formatting recent updates (#646) 2024-03-31 04:47:51 -03:00
Kyrch 856b4b53d7 feat(nova): the video will search for same basename when uploading through video resource (#645) 2024-03-27 22:56:13 -03:00
Kyrch 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
Kyrch 4f6c7aeed8 refactor: changed update first theme function to eloquent ORM (#643) 2024-03-27 01:10:10 -03:00
Kyrch c7cbed03bf feat: the first theme will be updated when creating a new theme (#642)
* feat: the first theme will be updated  when creating a new theme

* clean: removed the unused import
2024-03-27 00:47:50 -03:00
Mani ee7e2c1412 feat: Added "download" query parameter to video and audio routes to force file download (#640) 2024-03-27 01:58:45 +01:00
Kyrch 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
Kyrch 559db075b1 feat: parsing id from apple music link (#638)
* feat: parsing id from apple music link

* fix: allow special char on youtube resource
2024-03-25 13:54:10 -03:00
Kyrch 4c8eded119 test: playlists/tracks events shouldnt dispatch discord nots (#636) 2024-03-24 17:31:45 -03:00