|
|
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 |
|
|
|
d40c8e270c
|
Rewrite of Comic lists so that tehy have thumbnails. (#26)
|
2021-04-23 18:21:25 +01:00 |
|
|
|
c14049ec54
|
remove settings. everything should be configured via the .env file.
|
2021-04-21 09:01:18 +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 |
|
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 |
|
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 |
|
|
|
a3dfcc451e
|
added feed of recent comics.
|
2017-01-16 10:42:49 +00: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
|
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 |
|
|
|
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 |
|
|
|
469277763c
|
added settings page to handle setting the BASE_DIR value.
|
2015-06-24 10:39:31 +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 |
|
|
|
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 |
|
|
|
fb3e8eae5b
|
Changed the way it handles paths to urlencode.
now supports subdirectories
added breadcrumbs
|
2015-06-16 23:05:48 +01:00 |
|
|
|
32680d1d01
|
Initial commit
|
2015-06-16 21:07:21 +01:00 |
|