Commit Graph

37 Commits

Author SHA1 Message Date
Kyle Harrison
b4d1c4c2cb [ISSUE-3/4] Adds test container and tooling (#8)
* Adding black, isort, and flake8 to pytest

* Applying black, flake8, and isort to codebase
2019-07-29 13:19:03 +01:00
f87ab8636b Merge pull request #7 from apoclyps/docker-support
[ISSUE-3] Adding docker support
2019-07-25 22:35:13 +01:00
Apoclyps
bd605e5832 Refactoring codebase to remove .decode() 2019-07-24 07:49:11 +01:00
2571f4f58d update for devops 2019-02-15 12:13:43 +00:00
6feeab5937 some fixes for bytes/string conversions. 2018-04-06 15:44:17 +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
a3dfcc451e added feed of recent comics. 2017-01-16 10:42:49 +00: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
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
56e055e9f4 change the comic list view to use a datatable. 2016-04-04 16:16:00 +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
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
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
f3431329ad left a print statement in. 2015-06-26 18:40:45 +01:00
fa4fdff0e6 increased comic file name lenght to 100 chars
fixed finding the file extension.
2015-06-26 18:33:10 +01:00
80a8a74fde moved tests to correct file.
added multi user support.
2015-06-25 14:30:03 +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
b7dcdc5d94 made sorting work in all locations. 2015-06-22 13:24:37 +01:00
e3e37670ff fix for rar archives raising different exception 2015-06-22 13:07:17 +01:00
f90e734bee changed unrar method to use unrar rather than library
this is because it became aparent that this is quite annoying to setup in linux and windows.
also included the rarfile library to save on confusion.
2015-06-22 11:56:51 +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
1c9b1c7654 made sorting case insensitive. people seem to like their capital Z's
so it actually works...
2015-06-18 23:00:49 +01:00
680dc824ce made sorting case insensitive. people seem to like their capital Z's 2015-06-18 22:58:00 +01:00
f5c146e925 change base_dir to not need value.
renamed index to comic_list
2015-06-18 22:56:01 +01:00
4c3d75916f made sure to sort the files in the comic before indexing. 2015-06-18 22:46:19 +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
32680d1d01 Initial commit 2015-06-16 21:07:21 +01:00