Commit graph

16 commits

Author SHA1 Message Date
c14c0149ec Merge branch 'podcast' into dev 2025-07-18 11:36:27 +02:00
4818828817 feat (fe podcast): finishing podcast implementation 2025-07-18 11:14:11 +02:00
a4e1a3328f feat: spots 2025-07-11 15:03:59 +02:00
222b1d2d7b fix (be podcast): trying to retreive file and podcast data to update third party track references and celery tasks tables 2025-07-10 18:06:52 +02:00
2dae6e07e7 feat (be podcast): fe connected to be, trying to download podcast episode, save it in cc_files and updating podcast_episodes 2025-07-03 15:39:56 +02:00
69b6f089e4 fix(file): fix name:null error 2025-03-17 16:45:18 +01:00
cc61e69dfe fix(file): fixed name error when edit file 2025-03-13 10:31:04 +01:00
e1fc79e50e fix(file): fixed full_path error when edit file 2025-03-13 10:25:46 +01:00
d02267fd59 fix(file): fixed file controller and added method to check file upload 2025-03-12 10:32:41 +01:00
0e00207fb4 fix(file): fixed file index filtering 2025-03-06 17:46:42 +01:00
ae20567e41 fix(file): fixed index response with track_type and orderby 2025-03-04 17:14:49 +01:00
2ba7b3c281 fix(file): edited filter scope to searchFilter 2025-02-18 10:05:02 +01:00
5efea506d5 fix(file): removed unused code 2025-02-12 17:13:34 +01:00
d921da99f4 feat(file management): added all CRUD coverage and index with filters
Here the filters guide: https://laravel.io/articles/filter-eloquent-models-with-multiple-optional-filters
2025-02-11 17:06:15 +01:00
5682eec1cc feat: added connection to rabbitmq in file management. Created App\Lib\RabbitMQSender from /legacy/application/model/RabbitMQ.php 2025-02-09 17:24:22 +01:00
880a997828 feat: adding file management 2025-02-07 15:23:17 +01:00