Commit Graph
24 Commits
Author SHA1 Message Date
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 00ea3d1d87 update to readme 2016-04-13 16:19:24 +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 1c4a0203f8 updated readme 2016-03-30 11:43:53 +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