Commit Graph

168 Commits

Author SHA1 Message Date
ajurna
e1fa35e9f4 multiple fixes for queries that stop duplicates from being created. 2020-05-27 13:32:20 +01:00
ajurna
f6611fbe6b cleaned up code for annotations on directory json views. 2020-05-27 12:09:50 +01:00
ajurna
3d18d1cae6 optimised query on recent_comics_json 2020-05-27 12:09:15 +01:00
ajurna
96d7edb307 fixed on click navigation to transition between pages. 2020-05-27 11:23:21 +01:00
ajurna
5687584107 fixed duplicate comicbook records in navigation 2020-05-27 11:14:09 +01:00
ajurna
891fe808f6 fixed duplicate comicbook records in scan_comics.py 2020-05-26 11:37:18 +01:00
ajurna
d64f1c16bd added sorting so as to give some idea when it will finish. 2020-05-26 11:07:13 +01:00
ajurna
2e7c0555c2 added console output to scan_comics.py options. 2020-05-26 10:41:33 +01:00
ajurna
d7db474f0d added console output to scan_comics.py options. 2020-05-26 10:36:03 +01:00
ajurna
09a64ec5d8 added console output to scan_comics.py options. 2020-05-26 10:34:29 +01:00
ajurna
456bf08356 fix for URL's not working correctly behind a reverse proxy. 2020-05-25 18:49:41 +01:00
ajurna
b420f074d6 fix for recent where annotations weren't being accounted for.
this is now working correctly.
2020-05-25 18:29:47 +01:00
ajurna
1f32d518bf fix for bug where i hadn't accounted for multiple users in the optimised queries. 2020-05-25 18:08:33 +01:00
ajurna
fdeee527cc optimised directory listing query part 2 2020-05-22 16:37:39 +01:00
ajurna
26bdd684a4 fix for double page skip on touch interface 2020-05-22 16:36:46 +01:00
ajurna
6f8a7bd4b8 optimised directory listing query 2020-05-22 15:40:15 +01:00
ajurna
8e65022976 fixing bug 2020-05-22 10:06:37 +01:00
ajurna
ce83b3a639 fixing bug 2020-05-22 09:46:10 +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
ajurna
5e24ebd9d0 fixed read_comic 2020-05-14 13:57:36 +01:00
ajurna
3b623c3f8b glyphicons replaced with font awesome 2020-05-14 13:00:54 +01:00
ajurna
73de37f784 migration to bootstrap 4 2020-05-14 11:23:11 +01:00
8154af148f Merge remote-tracking branch 'origin/master' 2019-08-06 14:18:54 +01:00
26014608ee changed get_image to respond with a FileResponse ranther than HTTPResponse as this should be far more performant. 2019-08-06 14:18:37 +01:00
Kyle Harrison
1033ed8806 Migrating ComicBook file_name from a CharField to TextField (#13) 2019-07-31 09:04:45 +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
Kyle Harrison
31d0e2bd66 [NO-ISSUE] UI adjustments and enabling access to remote hosts when in development mode (#12)
* Fix incorrect placeholder name in password field

* Adding updated title

* Allowing * hosts via DJANGO_ALLOWED_HOSTS when in development mode
2019-07-29 12:54:47 +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
Apoclyps
9aac431317 Adding pytest test runner 2019-07-24 07:21:24 +01:00
11a7401b7d update for devops 2019-02-15 16:39:47 +00:00
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