Apoclyps
|
bd605e5832
|
Refactoring codebase to remove .decode()
|
2019-07-24 07:49:11 +01: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 |
|
|
|
c330c6812b
|
fix for issue #2.
|
2017-11-22 15:56:39 +00:00 |
|
ajurna@gmail.com
|
5b2c1ca801
|
fix for bug in generate_directory
|
2016-05-03 16:38:29 +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
|
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
|
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
|
9235380328
|
misc fixes. also fixed tests.
|
2016-04-05 14:34:41 +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
|
9a316ce1a1
|
fixed issue with breadcrumbs missing comic.
|
2016-04-01 10:45:46 +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
|
267a2d410c
|
converted to python 3,
fixed warnings for django 1.10
|
2016-03-30 10:23:04 +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 |
|
|
|
6fe43294e9
|
changed menu to include user so that we can hide items from non superusers.
|
2015-07-08 16:18:08 +01:00 |
|
|
|
132625f521
|
added account page to change password and email address.
|
2015-07-08 16:08:41 +01:00 |
|
|
|
20367d3b61
|
cleanup code a little
|
2015-06-30 11:30:18 +01:00 |
|
|
|
782a847906
|
Made menu dynamic.
|
2015-06-30 11:25:23 +01:00 |
|
|
|
64a590f9ee
|
added tests for the comicbook model
fixed bug related to last page link
|
2015-06-25 12:36:55 +01:00 |
|
|
|
b7dcdc5d94
|
made sorting work in all locations.
|
2015-06-22 13:24:37 +01:00 |
|
|
|
0e66f55f62
|
added sorting to directory listing.
|
2015-06-22 13:08:52 +01:00 |
|
|
|
e6791bf41a
|
added labels to comic list.
|
2015-06-19 13:32:07 +01:00 |
|
|
|
654af1f402
|
code cleanup.
moved process_comic_book to static method.
|
2015-06-19 09:24:44 +01:00 |
|
|
|
f5c146e925
|
change base_dir to not need value.
renamed index to comic_list
|
2015-06-18 22:56:01 +01:00 |
|
|
|
02494bf9eb
|
fixed prev/next issues with directories being intersperced.
|
2015-06-18 22:40:28 +01:00 |
|
|
|
fdf783dbc7
|
changed it so next and previous buttons move between comics.
|
2015-06-18 21:20:14 +01:00 |
|
|
|
a28bc50a44
|
changed views to use Database data to read files.
moved alot of the functionality to the models.
changed the file access so that it ignores the extension and just attempts rar and zip access.
|
2015-06-18 13:59:53 +01:00 |
|
|
|
2de1fb9491
|
fixed breadcrumbs
moved some code to util.py to clean up views.py
added migration for start of db.
|
2015-06-17 13:46:02 +01:00 |
|