Commit graph

115 commits

Author SHA1 Message Date
deb9523aa7 feat(fe track type): added track type composable 2025-03-12 10:14:16 +01:00
126d0553b0 feat(track type): added index test request 2025-03-12 10:13:48 +01:00
fa73605de8 fix(track type): fixed index arguments 2025-03-12 10:11:12 +01:00
0e00207fb4 fix(file): fixed file index filtering 2025-03-06 17:46:42 +01:00
d41884226d fix: rm unused dep 2025-03-05 19:43:25 +01:00
607c4320d7 feat(db show): added migrations for timestamps 2025-03-05 19:42:55 +01:00
0fca506c4c feat(show http): added show creation update 2025-03-05 19:42:23 +01:00
10f6f895e9 feat(show repeat enum): added to match repetition with db values 2025-03-05 19:42:11 +01:00
b389ebf167 feat(show instances): added trait, controller store func, carbonRepetition class 2025-03-05 19:41:40 +01:00
ed59ffd558 feat(show, showinstances): added relations, fillables, rm soft_delete 2025-03-05 19:40:58 +01:00
ae20567e41 fix(file): fixed index response with track_type and orderby 2025-03-04 17:14:49 +01:00
e5b136dec4 fix(fe general and archive): added backoffice components first logic and archive page table with simple items fetch 2025-03-04 17:14:05 +01:00
4a7d898cf9 fix(routes): moved frontend route to the bottom of file so other routes work 2025-03-04 17:11:16 +01:00
75d56a1b7b feat(fe): added header
ToDo: connect clock to shows, style corrections
2025-03-04 17:10:30 +01:00
0b570a25af fix(fe login): fixed login errors 2025-03-04 17:08:10 +01:00
f1c4a7ad78 fix(login): login response contract 2025-03-03 16:31:38 +01:00
08d43f99a7 feat(BE show): boilerplate show code 2025-03-01 12:52:33 +01:00
b21e06149a fix(BE login): fixed improper login session set up 2025-03-01 12:51:52 +01:00
d5d429e7d9 fix(FE login): timezone http call 2025-03-01 12:47:03 +01:00
76d0a573ad feat(fe): added material design icons and custom theme to test colors 2025-02-28 17:47:45 +01:00
d45016407e fix(fe): added material design icons 2025-02-28 17:47:21 +01:00
f36a605886 fix(vite): fix to defineConfig 2025-02-28 17:46:33 +01:00
d31f88cbd3 feat(fe): started working on header 2025-02-28 17:46:06 +01:00
03551436dc feat(fe login): finished login
ToDo: add timezone at login
2025-02-28 17:44:17 +01:00
c84bc8b102 feat(fe i18n): added locale files 2025-02-28 17:43:20 +01:00
ffac56616f fix(fe): removed test console.log 2025-02-28 17:42:28 +01:00
d5c0177195 feat(fe login): added logout method 2025-02-28 17:41:56 +01:00
0392c0c7cf feat(frontend): added pinia, i18n and started login 2025-02-21 14:39:57 +01:00
64c11393c4 Merge remote-tracking branch 'origin/dev' into dev 2025-02-20 18:00:46 +01:00
9d46ec7269 feat(login): new login controller, returns user 2025-02-20 18:00:31 +01:00
e1002635a8 feat(frontend): added typescript, vue3 and vuetify support 2025-02-19 17:36:13 +01:00
5891bfc6cf fix(views): removed livewire views 2025-02-19 17:34:12 +01:00
9f20486b6b fix(views): removed livewire views 2025-02-19 17:33:57 +01:00
190183cdd7 feat(routes): Shows and instances 2025-02-18 18:17:32 +01:00
c97ea9a522 fix: typos 2025-02-18 18:17:10 +01:00
7603c6ad99 fix: typos 2025-02-18 18:15:50 +01:00
385dd87f35 feat: Model, resources, requests and controllers for shows and show instances 2025-02-18 18:13:45 +01:00
55d354bfc8 feat(smart blocks): added smartoblock test route 2025-02-18 16:10:22 +01:00
52ba912397 fix(smart blocks): added tojson method 2025-02-18 16:08:18 +01:00
25a1fc0c37 feat(preferences): added preferences model and helper to get and set them 2025-02-18 16:06:56 +01:00
d5abe92eb2 fix(filters): fixed filters 2025-02-18 16:05:39 +01:00
2ba7b3c281 fix(file): edited filter scope to searchFilter 2025-02-18 10:05:02 +01:00
3079909ff6 feat(smart blocks): added file scope to filter them using smart block criteria. 2025-02-18 10:04:30 +01:00
a4ce73587c Merge remote-tracking branch 'origin/dev' into dev 2025-02-17 18:19:24 +01:00
1fab88b637 feat(smart blocks): added models, controller and filters.
ToDo: add repeat tracks, schedule (smart block length: remaining)
2025-02-17 18:18:08 +01:00
6e02efd164 fix(user): moved enum in its own file, fixed permission permission issue with register route 2025-02-13 15:24:47 +01:00
6ffd52d38d feat(file): adds an http file to send a mock mp3 file 2025-02-13 13:53:53 +01:00
5737ccb84d fix(routes): rewrote controller routes 2025-02-12 17:14:45 +01:00
5efea506d5 fix(file): removed unused code 2025-02-12 17:13:34 +01:00
0adc40eecf feat(playlist): added playlist support for file, partial for blocks and webstreams 2025-02-12 17:11:59 +01:00