Commit Graph

981 Commits

Author SHA1 Message Date
Zoe Roux 43d2153bd3 Merge pull request #34 from AnonymusRaccoon/startup
Startup
2021-08-14 21:08:37 +02:00
Zoe Roux 7a332c660b WebApp: Fixing a typo 2021-08-14 20:56:33 +02:00
Zoe Roux c575f83061 WebApp: Disabling symlink if webapp is disabled 2021-08-14 20:49:48 +02:00
Zoe Roux e93b48bc53 LibraryItemAPI: Fixing dual / in page responses 2021-08-14 20:44:59 +02:00
Zoe Roux e0f96d0b56 Fixing CI 2021-08-14 20:42:20 +02:00
Zoe Roux 7b78259086 WebApp: Fixing missing submodule build 2021-08-14 20:24:30 +02:00
Zoe Roux ed57fcc218 Database: Renaming CommonAPI to Database and moving unrelated files to Kyoo 2021-08-14 20:14:30 +02:00
Zoe Roux cd73ea953b Using a specific namespace for the abstraction 2021-08-14 19:32:26 +02:00
Zoe Roux fab9b8a5c7 Abstraction: Renaming Kyoo.Common to Kyoo.Abstractions 2021-08-14 19:00:53 +02:00
Zoe Roux 332b8f0634 Moving the webapp submodule and adding a csproj for it on the main repository 2021-08-14 18:34:49 +02:00
Zoe Roux 2891065e50 csproj: Copying the transcoder binary only to the output directory and not the source directory 2021-08-14 15:45:45 +02:00
Zoe Roux b7acae88b5 csproj: Reworking static file packing 2021-08-14 15:35:00 +02:00
Zoe Roux e35b4f5527 WebApp: Moving SPA logics to a new module 2021-08-13 21:40:30 +02:00
Zoe Roux 16eca6da8e Plugin: Handling custom configurations 2021-08-13 18:46:07 +02:00
Zoe Roux d1b3769f4f Plugins: Reworking ConfigureAspnet to use steps with prorities. Adding a configuration dictionary. 2021-08-13 16:36:27 +02:00
Zoe Roux 1d114cc91f Merge pull request #33 from AnonymusRaccoon/fix
Fixing public url with double '/'
2021-08-13 12:43:23 +02:00
Zoe Roux a0213d95f3 Cleaning up 2021-08-13 12:43:07 +02:00
Zoe Roux 53a9085727 PublicUrl: Using an Uri instead of a string to fix / handling 2021-08-13 12:21:49 +02:00
Zoe Roux 1ccb30ad26 ShowAPI: Fixing fonts path 2021-08-13 12:03:02 +02:00
Zoe Roux b67e0a629e Plugins: Adding an enabled property 2021-08-13 12:01:07 +02:00
Zoe Roux 2e0c96b228 Plugins: Removing provide and require 2021-08-13 11:25:16 +02:00
Zoe Roux 6d1e1261f8 Startup: Centering workflow arround the plugin manager 2021-08-07 01:30:22 +02:00
Zoe Roux a64cbcea62 Host: Using a genric host instead of a web host 2021-08-06 23:14:20 +02:00
Zoe Roux 33b74cac37 MergeUtils: Fixing dictionary merge for null values 2021-08-06 20:36:24 +02:00
Zoe Roux 886983fa5a Plugins: Loading all premade plugins manually instead of using the plugin loader 2021-08-06 14:01:13 +02:00
Zoe Roux 235325c06d README: Fixing download links 2021-08-06 13:25:34 +02:00
Zoe Roux 387bf4c34d Merge pull request #32 from AnonymusRaccoon/the-moviedb
Adding TheMovieDB provider
2021-08-06 13:01:00 +02:00
Zoe Roux c65c7ae922 FileSystem: Fixing SonarCloud errors 2021-08-06 12:45:06 +02:00
Zoe Roux 0ae6776812 Updating the webapp 2021-08-06 12:11:11 +02:00
Zoe Roux 14f4065921 Small bugs fixs 2021-08-06 00:24:23 +02:00
Zoe Roux daa8d1f04a TVDB: Fixing people images 2021-08-05 23:35:10 +02:00
Zoe Roux 6632ac5f1b TheMovieDB: Handling year search/get 2021-08-05 23:08:26 +02:00
Zoe Roux bb3e912ffa Fixing episodes, people and collection images 2021-08-05 22:38:21 +02:00
Zoe Roux 559160ad7b ThumbnailManager: Handling different file extensions 2021-08-05 15:41:11 +02:00
Zoe Roux 1a33f38384 FileSystem: Creating an api to retrieve a file mime type 2021-08-04 23:43:17 +02:00
Zoe Roux b60046eddc FileSystem: Using a single folder for shows-content 2021-08-04 20:19:31 +02:00
Zoe Roux 87e1b5aca1 FileSystem: Reworking the extra directory 2021-08-04 00:11:18 +02:00
Zoe Roux 924d03291c CI: Fixing test sanitize 2021-08-02 00:57:58 +02:00
Zoe Roux 7f2ef68d04 Fixing tests CI 2021-08-02 00:53:46 +02:00
Zoe Roux 928a8d2147 EF: Fixing multiple same-entity references 2021-08-02 00:41:05 +02:00
Zoe Roux 6566b717f6 ShowLink: Fixing them and testing it 2021-08-01 19:21:23 +02:00
Zoe Roux 7540adb822 Moving unit tests to a specific folder 2021-08-01 15:21:44 +02:00
Zoe Roux 63e5c81691 Fixing tests 2021-08-01 15:00:09 +02:00
Zoe Roux 5152368950 EpisodeRepository: Adding tests 2021-08-01 14:44:19 +02:00
Zoe Roux 1472ff1cfa SeasonsRepository: Adding creation/edits tests 2021-07-31 23:39:58 +02:00
Zoe Roux c0b83d2d58 ShowRepository: Fixing relation adding 2021-07-31 23:16:36 +02:00
Zoe Roux 181eb5ba2e Merger: Fixing Dictionary complete and merge 2021-07-31 22:50:45 +02:00
Zoe Roux 0fa73b1d6a CollectionRepository: Adding tests 2021-07-31 17:22:55 +02:00
Zoe Roux 4ae28f2594 LibraryRepository: Adding more tests 2021-07-31 14:18:02 +02:00
Zoe Roux 47f855bdb9 Fixing tests 2021-07-31 01:22:46 +02:00