Commit Graph

135 Commits

Author SHA1 Message Date
2571f4f58d update for devops 2019-02-15 12:13:43 +00:00
ajurna
e52ba3f393 fixed tests not working 2019-02-07 15:17:28 +00:00
bc6504088f fix for breadcrumbs not linking correctly. 2018-04-26 11:54:37 +01:00
6feeab5937 some fixes for bytes/string conversions. 2018-04-06 15:44:17 +01:00
8d9422e0e3 updated settings. 2018-04-06 15:14:12 +01:00
341385dadb updated support to django 2.0
update recaptcha to django-recaptcha2
2018-04-06 14:52:57 +01:00
eeaf0d37a3 some code cleanup, added silk to look into some queries. 2017-11-23 11:50:25 +00: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
286c5aa497 added type annotation to feed.
change date strftime to something more human.
2017-01-16 10:56:52 +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
5043a756fb added support for ujson to see if that can improve loading performance 2016-05-04 09:17:54 +01:00
ajurna@gmail.com
5b2c1ca801 fix for bug in generate_directory 2016-05-03 16:38:29 +01:00
ajurna@gmail.com
b61b4595a7 made scan_comics remove orphaned records in the db. 2016-05-03 16:34:41 +01:00
ajurna@gmail.com
21f4593a2d redid the generate_directory to be more efficient (i hope)
i've reduced the number of quries.
2016-05-03 13:36:03 +01:00
ajurna@gmail.com
535fd8b806 added search for admin page on comicbooks. 2016-04-14 13:40:25 +01:00
ajurna@gmail.com
586f4ad438 page file name is not long enough. extended to 200. 2016-04-14 13:36:02 +01:00
ajurna@gmail.com
a2f3e76bb2 made generate_directory use atomic transactions. this increases performance significantly on unviewed directories. 2016-04-14 10:00:38 +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
34188665e9 removed redundant directory scan. 2016-04-05 15:30:12 +01:00
ajurna@gmail.com
589e46a7c1 optimised imports in models. 2016-04-05 14:36:41 +01:00
ajurna@gmail.com
9235380328 misc fixes. also fixed tests. 2016-04-05 14:34:41 +01:00
ajurna@gmail.com
dd38e4c3f1 added date added to admin interface 2016-04-05 11:21:02 +01:00
ajurna@gmail.com
bfac5efd89 changed view to limit to post on json request. this makes sure the csrf is checked. 2016-04-05 10:11:06 +01:00
ajurna@gmail.com
b9419ac074 missed cookie.js 2016-04-04 17:00:58 +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
9a316ce1a1 fixed issue with breadcrumbs missing comic. 2016-04-01 10:45:46 +01:00
ajurna@gmail.com
61838b7a11 fixed scan comics to update the version if the version is old 2016-04-01 10:38:33 +01:00
ajurna@gmail.com
1a37db8f22 massive change on how files are accessed.
moved from prviding a path to using unique id's
if there might have been any directory traversal issues they should be gone now.
2016-04-01 09:56:42 +01:00
ajurna@gmail.com
d2f880bbae removed request context from render contexts 2016-03-30 12:30:04 +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
ajurna@gmail.com
35ad65aaa2 access settings correctly in models.py 2016-03-30 11:06:20 +01:00
ajurna@gmail.com
267a2d410c converted to python 3,
fixed warnings for django 1.10
2016-03-30 10:23:04 +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
5a9a464cf1 added page number to reading pages 2015-07-24 11:50:34 +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
6baede6201 added some todo's 2015-07-24 11:20:53 +01:00
8fff3d4d9b added atomic commiting to processing comic books to increase performance. 2015-07-24 11:06:42 +01:00
4350fab728 added breadcrumbs to the account page. 2015-07-24 10:26:05 +01:00
744710e7d3 moved some validation from settings page to form. 2015-07-24 10:22:24 +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