Commit Graph

11 Commits

Author SHA1 Message Date
f8aa5ff2d7 Changed file formatting and fixed comic viewer. 2020-08-05 18:47:29 -07:00
51c6b5e572 added the Games tab as well as Basic access authentication 2020-05-06 14:34:38 -07:00
2a5f7ae67f updated the comics viewer to dynamically load all the comics pages
moved pagination code from python to javascript
temporarily removed comics searched until it can be re-written for the new pagination
2020-04-11 17:14:06 -07:00
c44de9b333 combined the tv and movies page into a single page 2020-04-02 19:35:32 -07:00
1fb4a869b0 Added user data and Google OAuth
Added initial implementation of user data for tv shows and movies as well as OAuth for Google sign in.
2020-03-19 19:25:44 -07:00
3341325ca7 Added support for tv shows. 2019-07-30 15:19:03 -07:00
2cd339f731 Added pagination.
Pagination has been added so that the amount of items on each page is a reasonable amount.
2019-07-25 00:08:58 -07:00
308b1e1791 Re-structured code and added search feature for comics.
The project structure has been changed to make it more manageable and modular. A search feature has been added to the comics page.
2019-07-23 15:50:25 -07:00
c49eb99cd2 Added users and thumbnails
Added users so that the site can only be used if logged in. Thumbnails for each comic are also generated with ImageMagick.
2019-07-15 22:51:10 -07:00
2f855db067 Comics can be read
Comics can be opened and read. Thumbnails for each comics are now stored in the database. Some files have been renamed for clarification.
2019-07-11 17:35:30 -07:00
d3eadee951 Initial commit 2019-07-06 23:02:01 -07:00