Commit Graph

21 Commits

Author SHA1 Message Date
62ef567280 YACReaderLibrary Server: Add webui status page 2022-10-23 20:01:05 +02:00
be0c0ff341 Rename Startup class to YACReaderHttpServer 2022-10-13 23:24:35 +02:00
0333c9f050 Add a new server controller for opening comics from reading lists 2021-05-25 21:45:07 +02:00
3de099491f Move QtWebApp sources to third_party 2020-08-20 18:22:57 +02:00
ab96056b0e Normalize line endings
Normalize the line endings for a bunch of files previously not covered 
by .gitattributes.
2018-08-07 11:09:02 +02:00
0e9a3a6407 Stop QtWebApp from eating out debug messages
QtWebapp installs a custom logger/message handler which reroutes all
debug messages to it's custom logger class.

As the default logging level for QtWebApp's logger is set to "critical"
this means that all debug messages are sent to nirvana. Solution:
Replace QtWebApp's messageHandler with our own (using QsLog).
2018-08-04 12:31:34 +02:00
d3bb598a7d Add controllers to provide comics information from reading lists and labels 2018-05-01 11:54:00 +02:00
20c7ecadd4 Add new controller for requesting the "full" information for a comic.
For now it doesn't serve the full information, only the information shown in the current/next comic view in iOS. I will see if I create two separated controllers or just on sending all the information when more information is needed in another iOS view.
2018-04-23 19:24:56 +02:00
68db72078f Separate v1 and v2 server api classes and execution path. 2018-03-04 13:05:00 +01:00
d08740e32d Added new server controller for providing the content of a reading list. 2017-05-26 17:29:28 +02:00
42a16a273b Added new class for serving a list of reading lists, service is not implemented yet. 2016-10-30 09:16:28 +01:00
dbc9c9848a New controller for serving the comics being read. 2016-08-23 22:23:26 +02:00
69b83dae5b New controller for serving favoritess. 2016-08-23 18:20:16 +02:00
df87a14dde Include new classes in server.pri 2016-08-22 23:06:33 +02:00
45ab9bc71f Added a new class for storing YACReaderHttpSession objects. 2016-06-24 17:26:51 +02:00
e67d34a511 Added a new class for storing specific YACReader's http session data. 2016-06-21 21:56:52 +02:00
e6d229680f renamed folders and files, preparing the code structure to be updated to the latest version of QtWebApp 2016-06-16 19:46:58 +02:00
4350d6797e added a new controller for serving the tags in a library 2016-01-25 22:23:49 +01:00
37328edc64 added a new web controller for providing the content information of a folder 2016-01-24 14:15:18 +01:00
1009b84363 added new web controller for knowing the version of the web api 2016-01-23 16:06:47 +01:00
9a62cd4a72 added a QStyledItemDelegate to the list QListView in EmptyFolderWidget to center aling folders' names 2016-01-01 13:11:31 +01:00