Commit Graph

37 Commits

Author SHA1 Message Date
Luis Ángel San Martín
b976b7f809 Add support for setting custom covers on folders 2025-05-08 22:00:55 +02:00
Luis Ángel San Martín
53f7fd4a28 Add new controller for getting a folder 2024-01-07 10:53:21 +01:00
Luis Ángel San Martín
4198b5ca3a Implement a server controller to provide a search API 2023-04-07 10:51:34 +02:00
Luis Ángel San Martín
044bab0c4c Remove unused import 2023-04-06 19:02:43 +02:00
Luis Ángel San Martín
cab277f3a9 Remove header comments 2023-04-06 19:02:32 +02:00
Felix Kauselmann
0533d5d9a3 Server: Check for v2 api before webui 2022-10-24 19:20:45 +02:00
Felix Kauselmann
f9c07707f3 Fix code formatting 2022-10-23 20:21:16 +02:00
Felix Kauselmann
62ef567280 YACReaderLibrary Server: Add webui status page 2022-10-23 20:01:05 +02:00
Luis Ángel San Martín
d8a35d767c Update the UI when a client synchronizes back the libraries
Only the top banners for now. 

TODO: ComicModel should also be updated.
2022-10-15 11:52:34 +02:00
Luis Ángel San Martín
c576140e6a Notify using a signal when a comic is updated using the http api 2022-10-15 11:41:06 +02:00
Luis Ángel San Martín
baccb1a21b Include QRegExp 2021-10-19 00:00:09 +02:00
Luis Ángel San Martín
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
Luis Ángel San Martín
50840e955d Map the new controller to its path 2021-05-25 21:46:35 +02:00
Luis Ángel San Martín
b447226bc1 Avoid indexes out of range when processing v1 updated session data 2021-04-10 09:51:14 +02:00
Felix Kauselmann
1b344d70e5 Update server code integration for QtWebApp 1.7.11
- Adapt server code for QtWebapp namespace 'stefanfrings'
- Implement custom modifications needed by v1 controller
  via template engine
- Unify iphone and ipad templates
2020-08-20 18:22:57 +02:00
Felix Kauselmann
b9acd13120
Fix code format errors due to changes in default coding style. (#150) 2020-07-24 21:17:49 +02:00
Luis Ángel San Martín
bb334cfd50 Use auto to avoid duplicating the type name 2019-06-01 16:04:48 +02:00
Luis Ángel San Martín
e3ec56aa43 Format code using clang-format 2019-05-30 19:46:37 +02:00
François Gannaz
8fa62c3a20 Library: unused method parameter, so comment out the name 2019-04-01 11:25:16 +02:00
Felix Kauselmann
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
Luis Ángel San Martín
26c2226032 Change endpoints for getting comic info and opening a comic. 2018-05-30 19:23:39 +02:00
Luis Ángel San Martín
d3bb598a7d Add controllers to provide comics information from reading lists and labels 2018-05-01 11:54:00 +02:00
Luis Ángel San Martín
630a5c94a0 Move from session based state to client side tokens.
YACReaderHttpSession is still used, but it is not a http session anymore.
2018-04-25 22:20:03 +02:00
Luis Ángel San Martín
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
Luis Ángel San Martín
68db72078f Separate v1 and v2 server api classes and execution path. 2018-03-04 13:05:00 +01:00
Luis Ángel San Martín
f0d350a827 Use the new controllers. 2017-05-26 17:32:05 +02:00
Luis Ángel San Martín
6d4ce1eabd Added new regexps for matching requests related to reading lists. 2016-10-30 09:16:53 +01:00
Luis Ángel San Martín
58bc6ae6bf Map the reading uri to the new controller in the request mapper. 2016-08-23 22:23:53 +02:00
Luis Ángel San Martín
036fad4a77 Use the new crotroller in request mapper. 2016-08-23 18:21:14 +02:00
Luis Ángel San Martín
db3f2b6431 Use the new tag content controller in the request mapper. 2016-08-22 23:07:48 +02:00
Luis Ángel San Martín
10c261c77a Fixed access to Static::yacreaderSessionStore members. 2016-06-24 18:54:31 +02:00
Luis Ángel San Martín
b3aca9b542 Use the YACReaderHttpSession in request mapper. If yareader session is not set, create a YACReaderHttpSession for matching the current session. 2016-06-22 20:12:34 +02:00
Luis Ángel San Martín
4350d6797e added a new controller for serving the tags in a library 2016-01-25 22:23:49 +01:00
Luis Ángel San Martín
00f45b9a27 using static regular expresions was a bad idea 2016-01-25 18:40:28 +01:00
Luis Ángel San Martín
37328edc64 added a new web controller for providing the content information of a folder 2016-01-24 14:15:18 +01:00
Luis Ángel San Martín
1009b84363 added new web controller for knowing the version of the web api 2016-01-23 16:06:47 +01:00
Luis Ángel San Martín
9a62cd4a72 added a QStyledItemDelegate to the list QListView in EmptyFolderWidget to center aling folders' names 2016-01-01 13:11:31 +01:00