Commit Graph

61 Commits

Author SHA1 Message Date
ce38340a22 Classification (#32)
* added some code cleanup for views.py

* added some code cleanup for views.py

* fixed comics not working in the base directory.
2021-05-11 15:52:56 +01:00
cd43355da4 updated favicon to use SVG. 2021-05-04 09:40:32 +01:00
10ffd01a2e adding csp 2021-05-04 09:21:13 +01:00
d21ec61f06 adding csp 2021-04-30 19:37:56 +01:00
c8ffb55bbe fix for dropdowns not working. 2021-04-29 21:53:01 +01:00
6f538f05f5 Pymupdf (#27)
* added icons.

* change to from pypdf4 to pumupdf so i can render pages for thumbnails.
2021-04-29 16:33:03 +01:00
d40c8e270c Rewrite of Comic lists so that tehy have thumbnails. (#26) 2021-04-23 18:21:25 +01:00
0138df933e add timeout to scroll to make it more consistant. 2021-04-09 14:12:04 +01:00
1d5dcb90c0 added a lock on a critical path when regenerating pages. this should allow all images to load correctly 2021-04-09 11:29:03 +01:00
bf63d5f743 remove log line 2021-04-08 12:04:11 +01:00
d556cf3ff8 reverted change becasue slidetransitioned doesn't seem to actually fire. 2021-04-08 11:59:59 +01:00
2185b69500 changed event on slide changed to transitioned as sometimes the scroll would not fire correctly. 2021-04-08 11:32:35 +01:00
08a0906e9f updated pdfjs 2021-04-08 11:29:10 +01:00
0929581892 updated pdfjs 2021-04-08 11:17:40 +01:00
fc5600d75c updated js.cookie.js 2021-04-08 10:13:13 +01:00
b3407350ab added menu to switch pages to comic reader 2021-04-08 10:03:44 +01:00
363b518b80 updated Reveal.js to latest version 2021-04-08 09:52:49 +01:00
ajurna
96d7edb307 fixed on click navigation to transition between pages. 2020-05-27 11:23:21 +01:00
ajurna
26bdd684a4 fix for double page skip on touch interface 2020-05-22 16:36:46 +01:00
ajurna
f4411163f9 added pdf.js to add pdf support. 2020-05-21 12:44:57 +01:00
ajurna
be32796bea New reader based on reveal.js. works well on mobile and desktop and gives a better expierance all around. 2020-05-20 10:26:45 +01:00
ajurna
fca993213a fixed settings and user management. 2020-05-14 14:16:21 +01:00
ajurna
5e24ebd9d0 fixed read_comic 2020-05-14 13:57:36 +01:00
ajurna
3b623c3f8b glyphicons replaced with font awesome 2020-05-14 13:00:54 +01:00
ajurna
73de37f784 migration to bootstrap 4 2020-05-14 11:23:11 +01:00
Kyle Harrison
31d0e2bd66 [NO-ISSUE] UI adjustments and enabling access to remote hosts when in development mode (#12)
* Fix incorrect placeholder name in password field

* Adding updated title

* Allowing * hosts via DJANGO_ALLOWED_HOSTS when in development mode
2019-07-29 12:54:47 +01:00
c330c6812b fix for issue #2. 2017-11-22 15:56:39 +00:00
28a2f29f5e fix for UserMisc not being created. this fixes issue #1 2017-11-22 14:24:34 +00:00
a3dfcc451e added feed of recent comics. 2017-01-16 10:42:49 +00:00
9d53887b3f changed templates to allow navbar to scroll up. 2016-07-19 20:57:31 +01:00
ajurna@gmail.com
23951510b2 recent comics set with wrong default 2016-04-13 15:57:09 +01:00
ajurna@gmail.com
6e6b9442cb fix for tables loading. 2016-04-13 15:55:23 +01:00
ajurna@gmail.com
58ff1060e6 made major changes to interface.
can now mark comics as read!
also added a recently added section.
2016-04-13 15:51:35 +01:00
ajurna@gmail.com
56e055e9f4 change the comic list view to use a datatable. 2016-04-04 16:16:00 +01:00
ajurna@gmail.com
d995c88f47 udpateds to css and js. 2016-04-01 11:48:24 +01:00
ajurna@gmail.com
ae1b43d366 removed breadcrumbs logic to its own template
removed breadcrumbs block from templates
added breadcrumbs that were missing from settings page
2016-03-30 11:37:49 +01:00
af1ba13d86 added containers for the rest of hte pages after last commit. 2015-07-30 10:49:57 +01:00
231fcb4c27 changed read_comic page width to auto to make better use of space.
margins were way too wide. and we could use that space on tablets.
2015-07-29 17:25:20 +01:00
a2f11c6ba3 added initial setup page so that you can now configure a user if one isnt already configured. 2015-07-24 15:59:39 +01:00
cb20821e23 added setup.py and added some requirments 2015-07-24 14:49:24 +01:00
d93d232a57 added titles to user edit pages. 2015-07-24 11:48:28 +01:00
65d56a20a7 added title to comic reading pages 2015-07-24 11:32:49 +01:00
6102459dc0 added title to comic list. 2015-07-24 11:29:43 +01:00
f3d2a9e6ac added pages to modify and save users.
also move alot of validation code to the form classes.
2015-07-24 10:14:16 +01:00
f1972a9738 added users page that lists all registered users.
this required more js to make the table pretty.
2015-07-10 11:19:59 +01:00
132625f521 added account page to change password and email address. 2015-07-08 16:08:41 +01:00
782a847906 Made menu dynamic. 2015-06-30 11:25:23 +01:00
fc1121b194 changed all settings and login forms to use the django forms model.
added support for recaptcha via django-recaptcha
2015-06-26 15:46:49 +01:00
64a590f9ee added tests for the comicbook model
fixed bug related to last page link
2015-06-25 12:36:55 +01:00
469277763c added settings page to handle setting the BASE_DIR value. 2015-06-24 10:39:31 +01:00