Commit Graph

87 Commits

Author SHA1 Message Date
701817d76b Update comic url to use v2.
This should be replaced with json and the url shouldl be built in the client side.
2018-04-25 22:17:51 +02:00
0305377c28 Migrate some more controllers to json. 2018-04-24 14:42:30 +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
b3d4e4c11e Include comics' hash in download information. 2018-04-14 10:02:08 +02:00
9a473ae214 Send the full cover for now. Clients will resize and cache them as needed. 2018-04-14 10:01:41 +02:00
c1ba2fe77e Use json in foldercontentcontoller_v2 2018-03-25 13:15:49 +02:00
4c91da82a9 Fix reading comics controller 2018-03-11 15:27:50 +01:00
0c303e6ea3 Reimplement ReadingComicsControllerV2 for serving JSON. 2018-03-11 11:29:17 +01:00
da5a4def96 Reimplement LibrariesControllerV2 for serving JSON. 2018-03-04 17:38:01 +01:00
68db72078f Separate v1 and v2 server api classes and execution path. 2018-03-04 13:05:00 +01:00
e8c6f60c13 Merge 2017-11-26 07:39:08 +01:00
5c268217d3 Fix read flag calculation on progress read updated from the server. 2017-11-19 10:03:40 +01:00
d08740e32d Added new server controller for providing the content of a reading list. 2017-05-26 17:29:28 +02:00
ac03d61f7d Fixed TagsController. 2017-05-26 17:28:09 +02:00
6373d3660b Implemented ReadingListsController. 2017-05-26 17:27:46 +02:00
0f9396ea9e Commented performance measuring code from folder content controller. 2017-03-28 18:44:52 +02:00
169c6c16dd Fixed reading comics web controller. 2017-03-28 18:43:59 +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
ff4befb60e Removed extraneous semicolon. 2016-10-30 09:15:16 +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
4e50c5628d Add new class for serving the content of tag. 2016-08-22 23:05:36 +02:00
1d73d1f1bf Use the new helper class in FolderContentController. 2016-08-22 23:05:07 +02:00
10c261c77a Fixed access to Static::yacreaderSessionStore members. 2016-06-24 18:54:31 +02:00
d2e3b51089 Use the new session object in the all the controllers that need yacreader session information. 2016-06-22 20:14:37 +02:00
d94f9201ee Replaced the no longer existing HttpResponse::writeText with HttpResponse::write. 2016-06-22 20:07:50 +02:00
011176bebb merged master 2016-03-25 17:15:14 +01:00
8179092d56 added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
3df1e99929 replaced separator char 2016-01-25 22:28:15 +01:00
4350d6797e added a new controller for serving the tags in a library 2016-01-25 22:23:49 +01:00
cfffc1bae8 fixed Content-Type for various controllers 2016-01-25 21:22:39 +01:00
d5d9e5206f send the hash of the first comic in a folder, so the client can display an image for that folder 2016-01-24 19:20:00 +01:00
74c64e0280 use the hash of the first comic in a folder for displaying and image for the folder 2016-01-24 19:14:54 +01:00
bac7fe1351 updated Folder class 2016-01-24 17:41:26 +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