Commit Graph

70 Commits

Author SHA1 Message Date
Zoe Roux fb2d5b24bd Implementing shows/genres & GetGenresByShow 2020-07-25 04:22:27 +02:00
Zoe Roux b73be95f11 Adding shows/people route & GetPeopleByShow 2020-07-25 03:47:30 +02:00
Zoe Roux 59e72b6dca Adding episodes related info & NotFound exceptions 2020-07-24 02:47:31 +02:00
Zoe Roux 3e7ddff99e Completing the basic show api 2020-07-20 04:11:01 +02:00
Zoe Roux 2ad4c89806 Adding abstract class for repositories & CRUD APIs 2020-07-18 19:33:37 +02:00
Zoe Roux d0117a8325 Starting to clean up 2020-07-16 21:25:22 +02:00
Zoe Roux 63a85124b7 Fixing the sort by 2020-07-06 20:38:34 +02:00
Zoe Roux 4357d599e4 Working on the sortBy 2020-07-06 02:20:05 +02:00
Zoe Roux 6bdd363b7b Making where & pagination works 2020-07-05 18:29:16 +02:00
Zoe Roux ea625fa45b Implementing a basic query parser for where, sort & pagination 2020-06-30 00:12:06 +02:00
Zoe Roux 38bb0a2efe Adding parameters everywhere 2020-06-28 23:30:10 +02:00
Zoe Roux 3eaf4c005a Starting the GetAll of the collection repository 2020-06-28 21:56:05 +02:00
Zoe Roux e21f5d44a8 Creating the interface for where, sort & pages for the repository 2020-06-28 19:37:25 +02:00
Zoe Roux cf713cf5fa Implementing delete range 2020-06-22 04:24:57 +02:00
Zoe Roux 0952197cf6 Adding id & slug based delete 2020-06-20 18:14:23 +02:00
Zoe Roux 6cb7946569 Starting to rightfully handle the delete function 2020-06-19 19:10:08 +02:00
Zoe Roux d34a6fd75a Starting to implement a dispose pattern for the library manager/repositories 2020-06-11 16:46:17 +02:00
Zoe Roux 2d77ca992b Basic crawler working 2020-06-07 17:03:51 +02:00
Zoe Roux 5d96452309 Reworking the crawler 2020-06-06 21:01:46 +02:00
Zoe Roux c5b0858d4a Implemnting relational data loading inside the repositories 2020-06-06 17:53:08 +02:00
Zoe Roux b3847a5bc5 Finishing the library manager 2020-06-06 13:51:53 +02:00
Zoe Roux 3c90003914 Implementing the track repository 2020-06-05 19:48:45 +02:00
Zoe Roux 965fb7ed5b Creating the season repository 2020-06-03 03:52:27 +02:00
Zoe Roux 4414d94c7e Handling external ids 2020-06-03 01:51:53 +02:00
Zoe Roux b59f208781 Using ids of entities instead of the whole entity in create responeses 2020-06-02 23:34:37 +02:00
Zoe Roux bf66f0ca9c Restarting the library manager to use repositories 2020-06-02 04:01:23 +02:00
Zoe Roux b9e040673c Revert "Trying to fix the edit"
This reverts commit 38e61b828b.
2020-05-31 21:43:44 +02:00
Zoe Roux 5f030b281f Trying to fix the edit 2020-05-31 05:16:04 +02:00
Zoe Roux d5439fafe3 Cleaning the validator (optimization, less queries, more flexible, usable for edit) 2020-05-23 04:47:20 +02:00
Zoe Roux bd15d425df Validating with a reflection based methodé 2020-05-09 21:34:00 +02:00
Zoe Roux 7f0302f832 Using scopes for the rescan task 2020-05-08 02:32:51 +02:00
Zoe Roux 7530d239d9 Cleaning up 2020-05-07 04:59:37 +02:00
Zoe Roux c8e3e92491 Reworking WatchEpisode creation 2020-05-07 04:43:19 +02:00
Zoe Roux 90d0180650 Threading the crawler 2020-05-07 04:21:58 +02:00
Zoe Roux f720545d67 Reworking the whole library manager 2020-05-07 03:42:38 +02:00
Zoe Roux 40ea4a37af Adding a task to rescan a show and it's related properties 2020-05-05 03:23:39 +02:00
Zoe Roux 562c39b970 Adding an identify for shows 2020-05-04 03:26:49 +02:00
Zoe Roux b48bb61608 Adding a library/create route 2020-04-27 00:58:28 +02:00
Zoe Roux aa0c672d42 Cleaning up 2020-04-27 00:18:41 +02:00
Zoe Roux 9580056df1 Reworking handling of providers 2020-04-23 21:58:35 +02:00
Zoe Roux da12eae0a2 Reworking external ids hadnling 2020-04-22 03:37:02 +02:00
Zoe Roux 14227edf36 Adding an identify route for shows 2020-04-19 21:29:48 +02:00
Zoe Roux f6a418ca26 Reworking the common to support identifiy 2020-04-19 18:23:10 +02:00
Zoe Roux 114f105f37 Adding a metadata editor for shows 2020-04-19 04:27:20 +02:00
Zoe Roux 2293eb9494 Solving a bug with genres in the crawler and adding a genre api 2020-04-19 03:09:41 +02:00
Zoe Roux 7d7265ba12 Allowing shows to be edited 2020-04-18 05:31:12 +02:00
Zoe Roux 4a41dd6f88 Adding helper methods inside of tasks to allow users to use them freely 2020-04-08 03:04:05 +02:00
Zoe Roux f00d1ec4e9 Allowing tasks to take parameters 2020-04-08 02:27:22 +02:00
Zoe Roux f01b25b827 Implementing a task manager 2020-04-07 01:24:17 +02:00
Zoe Roux 8df8cd4b20 Reworking the search API 2020-04-04 15:30:53 +02:00