Kyrch and GitHub
e472a1d3bd
feat: migrating theme groups to an appropriate table ( #611 ) ( #659 )
2024-04-28 16:23:25 -03:00
Mani and GitHub
ee7e2c1412
feat: Added "download" query parameter to video and audio routes to force file download ( #640 )
2024-03-27 01:58:45 +01:00
Mani and GitHub
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
Mani and GitHub
0e7def3024
clean: Removed anything billing related ( #618 )
2024-03-03 21:37:22 +01:00
Kyrch and GitHub
8c789924ae
feat: songresource pivot ( #602 )
2023-10-30 14:55:43 -03:00
paranarimasu and GitHub
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 and GitHub
d857d922d6
chore: bump dependencies, update stubs & code inspection items ( #582 )
2023-05-31 00:08:25 -05:00
paranarimasu and GitHub
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 and GitHub
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 and GitHub
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
paranarimasu and GitHub
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 and GitHub
cadaa73f18
feat(api): use hashids for playlist route keys ( #565 )
2023-03-29 00:15:07 -05:00
paranarimasu and GitHub
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 and GitHub
315de28398
feat(api): add playlists to global search endpoint ( #555 )
2023-03-14 22:36:48 -05:00
paranarimasu and GitHub
4dfd46be9a
feat(api): adding roles and permissions relations to my schema ( #554 )
...
* feat(api): adding roles and permissions relations to my schema
* style: fix StyleCI findings
2023-03-13 17:13:28 -05:00
paranarimasu and GitHub
5cf9301710
fix(api): fix insert track timeout ( #553 )
2023-03-12 21:34:44 -05:00
paranarimasu and GitHub
fbff1356a9
fix(api): use database transactions for all track doubly-linked list actions ( #552 )
2023-03-12 20:50:25 -05:00
paranarimasu and GitHub
62cba9bd34
fix(api): propagate exception from failed db transaction on insert track ( #549 )
2023-03-12 17:24:58 -05:00
paranarimasu and GitHub
17f2df3e48
fix(api): use single db transaction for insert action [incremental] ( #547 )
2023-03-12 16:48:25 -05:00
paranarimasu and GitHub
a721faa645
debug(api): add debug logging to track store action ( #546 )
2023-03-12 16:31:33 -05:00
paranarimasu and GitHub
3dcd4e27fc
feat(api): add configurable limits to playlist and track creation ( #545 )
2023-03-12 15:32:31 -05:00
paranarimasu and GitHub
de084e4eda
feat(api): adding feature flag for playlist management ( #544 )
2023-03-11 20:57:49 -06:00
paranarimasu and GitHub
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
paranarimasu and GitHub
2328acff83
fix(api): don't format pivot destroy messages like discord messages ( #539 )
2023-03-07 20:43:34 -06:00
paranarimasu and GitHub
ef7f2f8048
feat(api): adding artist member pivot endpoints ( #535 )
2023-02-28 00:21:59 -06:00
paranarimasu and GitHub
1e7648b4b4
feat(api): adding artist song pivot endpoints ( #534 )
2023-02-27 10:04:36 -06:00
paranarimasu and GitHub
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
paranarimasu and GitHub
f9c6990171
feat(api): add track update operations for doubly-linked list ( #531 )
2023-02-26 16:16:59 -06:00
paranarimasu and GitHub
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
paranarimasu and GitHub
f87046724b
feat(api): add track restore operations for doubly-linked list ( #529 )
2023-02-26 00:38:13 -06:00
paranarimasu and GitHub
ecf9b83997
feat(api): adding artist resource pivot endpoints ( #528 )
2023-02-25 22:47:04 -06:00
paranarimasu and GitHub
3a9d78f122
feat(api): add track force delete operations for doubly-linked list ( #527 )
2023-02-25 14:07:06 -06:00
paranarimasu and GitHub
47074aee36
feat(api): adding artist image pivot endpoints ( #526 )
2023-02-24 00:53:16 -06:00
paranarimasu and GitHub
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 and GitHub
808d0cd56d
feat(api): adding anime theme entry video pivot endpoints ( #524 )
2023-02-23 00:53:54 -06:00
paranarimasu and GitHub
d289dcf9df
feat(api): adding anime studio pivot endpoints ( #522 )
2023-02-19 12:14:50 -06:00
paranarimasu and GitHub
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 and GitHub
454a1c02c3
feat(api): adding anime series pivot endpoints ( #520 )
2023-02-18 16:25:04 -06:00
paranarimasu and GitHub
bbed2f9bba
feat(api): adding crud endpoints for anime resource pivot type ( #518 )
...
* feat(api): adding crud endpoints for anime resource pivot type
* fix: wrong binding parameter for anime & new route registration function should specify editability
2023-02-17 22:49:59 -06:00
paranarimasu and GitHub
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 and GitHub
09aec12920
feat(api): add /me endpoint ( #515 )
...
* feat(api): add /me endpoint
* style: fix StyleCI finding
2023-02-08 23:58:02 -06:00
paranarimasu and GitHub
12871c3252
feat(api): add endpoint to retrieve the current user's playlists ( #505 )
2023-01-19 19:06:34 -06:00
paranarimasu and GitHub
4017d69a1f
feat(api): support playlist track adjacency ( #491 )
2022-12-11 17:19:12 -06:00
paranarimasu and GitHub
c4220e55d0
feat: add static link for latest db dumps ( #485 )
2022-11-20 19:18:27 -06:00
paranarimasu and GitHub
eb7f07fe34
fix(api): use truncated name for playlist track routing ( #484 )
2022-11-08 22:42:12 -06:00
paranarimasu and GitHub
517ba0ebf8
Playlists ( #472 )
...
* feat: add playlist resources
* style: fix StyleCI findings
* fix(admin): address nova exceptions
2022-10-19 00:32:06 -05:00
paranarimasu and GitHub
6d66a3b6d1
feat(auth): remove jetstream auth scaffolding in favor of fortify SPA ( #468 )
...
* feat(auth): remove jetstream auth scaffolding in favor of fortify SPA
* fix: don't attempt to install non-existent npm dependencies in test runner
2022-09-26 15:03:01 -05:00
paranarimasu and GitHub
4c4977ca8c
feat(api): migrate transparency page from blade to api ( #467 )
...
* feat(api): add transparency endpoint
* chore: remove old transparency implementation
* style: fix StyleCI findings
2022-09-24 14:19:11 -05:00
paranarimasu and GitHub
8b6b196c99
feat(admin): migrate db dumps from github to platform ( #465 )
...
* feat: migrate encoding scripts from github to platform
* style: fix StyleCI finding
* fix: don't concatenate updated videos when attempting to attach entry on video upload
* fix(api): fix field dependencies & feat(admin): upload script from video detail screen
2022-09-24 00:01:37 -05:00
paranarimasu and GitHub
1d93000c6f
feat(admin): migrate db dumps from github to platform ( #463 )
...
* feat(admin): migrate db dumps from github to platform
* style: fix StyleCI findings
2022-09-18 22:31:29 -05:00