61 Commits

Author SHA1 Message Date
Zoe Roux
d9cca97961 Reworking login requests 2021-05-07 01:45:26 +02:00
Zoe Roux
79995ea191 Reworking the plugin manager 2021-04-29 23:59:46 +02:00
Zoe Roux
22b9f3240f Removing usless IDisposable patterns 2021-04-23 18:15:17 +02:00
Zoe Roux
8db47d62fd Finishing documentation for all repositories 2021-04-21 23:28:22 +02:00
Zoe Roux
6cc65d5aa8 Add documentation to episodes and show repositories 2021-04-21 22:44:18 +02:00
Zoe Roux
411eaa7aed Unifing ItemNotFound behaviors and adding GetOrDefault. 2021-04-21 01:49:21 +02:00
Zoe Roux
d2de442b64 Adding documentation to the IRepository interface 2021-04-19 21:19:20 +02:00
Zoe Roux
f937d2f308 Adding documentations to the repository interface 2021-04-18 23:42:15 +02:00
Zoe Roux
7dbb84780c Reworking the LibraryManager's interface 2021-04-18 02:17:15 +02:00
Zoe Roux
aac1975a75 Adding a delete range and fixing show's editing 2021-03-17 22:04:28 +01:00
Zoe Roux
457dcd0db2 Removing usless calls, cleaning track's slugs, adding a track api, cleaning show & episode repository 2021-03-17 19:56:02 +01:00
Zoe Roux
b3fdee4bcd Fixing composed slug handling & page field serialization 2021-03-07 21:20:03 +01:00
Zoe Roux
072dd7d9b8 Reworking People's Role 2021-02-28 23:41:06 +01:00
Zoe Roux
466873da9f Finishing the Load method 2021-02-21 18:37:02 +01:00
Zoe Roux
14e4772dd1 Recreating the Load method using repositories and pattern matching 2021-02-21 16:00:09 +01:00
Zoe Roux
3fe7c83415 Starting to rework related properties loading. (Removing lazy loading) 2021-02-14 00:05:55 +01:00
Zoe Roux
41cabdd1b5 Making edit routes kinda work 2020-12-24 18:49:34 +01:00
Zoe Roux
4f0800c990 Update IRepository.cs 2020-12-19 22:29:39 +01:00
Zoe Roux
cdf5acbbe9 Reworking the whole watch api and creating a /count endpoint for crud items 2020-10-10 02:33:34 +02:00
Zoe Roux
68ea76ed1c Fixing the silent fail 2020-09-21 00:40:35 +02:00
Zoe Roux
5a1826d01d Adding a security for only int resources & adding a silent fail 2020-09-21 00:36:22 +02:00
Zoe Roux
00bc1a1732 Cleaning the whole api with the help of the expression rewritter 2020-09-13 17:25:03 +02:00
Zoe Roux
fb14eb4ef2 Creating an expression rewritter that work with members 2020-09-11 00:35:21 +02:00
Zoe Roux
828f4d3f47 Solving bugs with the database mapping & adding a find function 2020-08-18 22:41:24 +02:00
Zoe Roux
b7a5b0579a Fixing studios & genres related items API 2020-08-16 22:57:40 +02:00
Zoe Roux
ec47dbde53 PAL_SEHException. AGAIN. (Task's casting works now) 2020-08-16 01:36:28 +02:00
Zoe Roux
8f6578dfb9 Starting to rework models 2020-08-15 01:33:41 +02:00
Zoe Roux
eeb0fe25e3 Fixing IEnumerables to the dotnet ef store 2020-08-07 05:03:51 +02:00
Zoe Roux
7e098b4005 Creating the episode api 2020-08-05 01:20:43 +02:00
Zoe Roux
2df3562045 Updating the search api 2020-08-04 20:18:33 +02:00
Zoe Roux
6a0fb2dd38 Creating the collection's rest api 2020-08-03 17:29:17 +02:00
Zoe Roux
d77cae6d2b Fixing sort limit with native types (non boxed ones) 2020-08-01 18:22:46 +02:00
Zoe Roux
5b0b2fbb7b Finishing the library's items route 2020-07-29 00:33:58 +02:00
Zoe Roux
6d29298073 Starting the library crud api & fixing the regex 2020-07-27 17:48:47 +02:00
Zoe Roux
193004a3ee Finishing the show api 2020-07-25 17:14:53 +02:00
Zoe Roux
1f53affafa Adding the /show/studio 2020-07-25 04:49:48 +02:00
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