227 Commits

Author SHA1 Message Date
Zoe Roux
30da20a456 A basic account system exists now 2020-03-08 23:11:52 +01:00
Zoe Roux
bd12c35073 Implemening login 2020-03-07 03:23:11 +01:00
Zoe Roux
520aca1278 Users can now registers and get a One Time Token Access Code 2020-03-06 01:04:29 +01:00
Zoe Roux
4ed7451004 Fixing a bug with libraries that didn't have any providers 2020-03-02 23:58:33 +01:00
Zoe Roux
f081c1cf66 Starting to create a logging system 2020-03-02 23:51:59 +01:00
Zoe Roux
ec74c8ef0f Returning shows in a sorted way 2020-03-02 22:21:51 +01:00
Zoe Roux
b79ed8a198 Solving a bug with collections 2020-03-02 21:44:17 +01:00
Zoe Roux
7e20e7d318 Making movies playables 2020-03-01 04:26:50 +01:00
Zoe Roux
2aea6e3a6b Implementing movies in the watch and video API 2020-03-01 04:16:26 +01:00
Zoe Roux
f8b43be244 Auto creating the plugins folder 2020-03-01 03:42:16 +01:00
Zoe Roux
71c72a1cff Cleaning up 2020-03-01 03:34:20 +01:00
Zoe Roux
e5cbe99ad6 Update Makefile 2020-03-01 03:32:36 +01:00
Zoe Roux
1081a66a73 The transcoder now builds well with linux 2020-03-01 03:22:25 +01:00
Zoe Roux
5959a9ef54 The transcoder is now compiled during the build process. 2020-03-01 03:18:54 +01:00
Zoe Roux
a012612e03 Copying static files 2020-03-01 02:32:32 +01:00
Zoe Roux
77cac3afec Starting to rework the build process 2020-03-01 02:28:36 +01:00
Zoe Roux
d5925f386b Implementing movies inside the database 2020-02-29 22:47:19 +01:00
Zoe Roux
5aa222d799 Removing usless | at the begining of externals id 2020-02-29 22:06:39 +01:00
Zoe Roux
e2f76b62e2 Making merge of lists work well 2020-02-29 21:38:39 +01:00
Zoe Roux
7e873aaed5 Making the crawler more robust to bad responses of providers 2020-02-29 19:54:27 +01:00
Zoe Roux
51bf93c00c Switchint to dotnet core 3.1.100 2020-02-29 18:41:45 +01:00
Zoe Roux
afcc6366e7 Adding helper constructors 2020-02-29 16:37:19 +01:00
Zoe Roux
253b8561bc Cleaning up 2020-02-29 16:32:27 +01:00
Zoe Roux
8c8db5e9b6 Modifing parameters of the get show by id 2020-02-29 15:29:58 +01:00
Zoe Roux
4a989abd83 Implementing safe add 2020-02-29 01:56:30 +01:00
Zoe Roux
96f5b61b15 Implementing plugin's external dependencies loading 2020-02-29 01:23:08 +01:00
Zoe Roux
fe3407b334 Implementing the movies for the providers 2020-02-13 23:19:24 +01:00
Zoe Roux
e5bb71084b Reworking the crawler to use only one regex and adding movies support 2020-02-13 22:48:37 +01:00
Zoe Roux
eb0aa23293 Handling absolute ordering episodes 2020-02-13 21:03:07 +01:00
Zoe Roux
c0abd43aac Initializing the link's show' 2020-02-12 00:46:46 +01:00
Zoe Roux
4efceb4238 Removing duplicated found by the metadataprovider 2020-02-12 00:41:00 +01:00
Zoe Roux
862b4a42a7 Solving a bug with duplicated people in the database 2020-02-12 00:34:42 +01:00
Zoe Roux
4fa5655178 Including aliases in the search query 2020-02-12 00:13:36 +01:00
Zoe Roux
0bdc69cb86 Fixing the search 2020-02-12 00:04:25 +01:00
Zoe Roux
2f53f2bc67 Cleaning up the serializer 2020-02-11 23:51:38 +01:00
Zoe Roux
84f8d545a6 Only serializing useful informations for each query. Cleaning up the rest API 2020-02-11 22:26:38 +01:00
Zoe Roux
aca93acc86 Limiting the queries in the search 2020-02-11 00:31:25 +01:00
Zoe Roux
cfe78d820c Solving a bug with the search query 2020-02-11 00:23:28 +01:00
Zoe Roux
5eed35d4ac Pointing out the bug with the scan task 2020-02-11 00:11:53 +01:00
Zoe Roux
82add5cd50 Adding error messages for the thumbnail downloader 2020-02-10 23:16:39 +01:00
Zoe Roux
f318d66efe Sorting seasons on show query 2020-02-10 23:02:17 +01:00
Zoe Roux
29ed7dfa0a Solving a bug with the episodes query 2020-02-10 22:42:45 +01:00
Zoe Roux
55448b4caf Sorting items in query responses 2020-02-10 22:38:28 +01:00
Zoe Roux
1eba074e1d Adding the FromServices modifier 2020-02-10 22:31:14 +01:00
Zoe Roux
7b080ce0df Moving the crawler reference to the Controller Call 2020-02-10 22:23:07 +01:00
Zoe Roux
d28f976d2b Finishing the Lazy load migration and solving some bugs with the API 2020-02-10 22:17:49 +01:00
Zoe Roux
cbc10acf54 Starting to use Lazy loading 2020-02-10 02:12:03 +01:00
Zoe Roux
46cfd6f3c7 Moving crawler first call to a startup code 2020-02-10 01:53:17 +01:00
Zoe Roux
9d6da207fe Now using PeopleLink instead of People when we were talking about people related to a show 2020-02-10 01:14:46 +01:00
Zoe Roux
d8a21f1cf1 Solving a bug with people in the database 2020-02-10 00:11:46 +01:00