Commit Graph

265 Commits

Author SHA1 Message Date
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
14caef1e42 added python-dotenv and updated crontab example to load environment variables so the scan_comics will get the correct settings. 2020-05-26 10:22:23 +01:00
ajurna
2630c614e7 fix for URL's not working correctly behind a reverse proxy. 2020-05-26 10:12:04 +01:00
ajurna
456bf08356 fix for URL's not working correctly behind a reverse proxy. 2020-05-25 18:49:41 +01:00
ajurna
8ddfcb7965 fix for URL's not working correctly behind a reverse proxy. 2020-05-25 18:43:52 +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
e4a181209b added dev config with silk configured. 2020-05-22 11:09:48 +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
341513b016 adding logging 2020-05-22 09:38:19 +01:00
ajurna
8c8f7dd72f added pdf.js to add pdf support. 2020-05-21 19:22:24 +01:00
ajurna
ca5bb60bb2 added pdf.js to add pdf support. 2020-05-21 15:26:56 +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
2debda7abc fixed bug with debug env 2020-05-14 16:46:51 +01:00
ajurna
f5f05d5e4d fixed settings and user management. 2020-05-14 16:05:23 +01:00
ajurna
02bed2e7d8 fixed settings and user management. 2020-05-14 14:21:07 +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
cb15d726bb added font awesome. 2020-05-14 12:52:35 +01:00
ajurna
73de37f784 migration to bootstrap 4 2020-05-14 11:23:11 +01:00
ajurna
53fd616038 added .idea directory to .gitignore 2020-05-14 10:02:03 +01:00
dependabot[bot]
42f1420161 Bump django from 2.2.8 to 2.2.10 (#22)
Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-12 10:13:26 +00:00
dependabot-preview[bot]
be09ceb2de [Security] Bump django from 2.2.4 to 2.2.8 (#20)
Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.8. **This update includes a security fix.**
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.4...2.2.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 21:47:01 +00:00
Eduardo Garabito
9c07ee13fd Fixed link to full license (#19) 2019-09-04 11:38:09 +01:00
dependabot[bot]
79143f14fe Bump django from 2.2.3 to 2.2.4 (#18)
Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.3...2.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-06 15:28:16 +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
dependabot-preview[bot]
c02b0a1a39 [Security] Bump django from 2.2.3 to 2.2.4 (#17)
Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.4. **This update includes security fixes.**
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.3...2.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 13:23:59 +01:00
Kyle Harrison
1033ed8806 Migrating ComicBook file_name from a CharField to TextField (#13) 2019-07-31 09:04:45 +01:00
4ec309b3db Update config.yml
fixing update_type to security.
2019-07-29 13:21:48 +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
03a80b2458 Adding dependabot config for live updates (#9) 2019-07-29 13:15:13 +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
f1fcfdfef8 Merge pull request #10 from apoclyps/github-open-source-templates
[NO-ISSUE] Adding open source contributing templates
2019-07-29 12:37:37 +01:00
Apoclyps
f608b81cb1 Adding open source contributing templates 2019-07-26 20:09:57 +01:00
536a92ee04 Merge pull request #5 from apoclyps/black-formatting
[ISSUE-4] Applying black formatting
2019-07-26 08:45:41 +01:00
f87ab8636b Merge pull request #7 from apoclyps/docker-support
[ISSUE-3] Adding docker support
2019-07-25 22:35:13 +01:00
5e091b4940 Merge pull request #7 from apoclyps/docker-support
[ISSUE-3] Adding docker support
2019-07-25 22:06:52 +01:00
Apoclyps
2bc64f690a Configuring Postgres for application and test 2019-07-24 22:20:35 +01:00
Apoclyps
55641f1fdd Adding variable substitution for volume name 2019-07-24 22:09:45 +01:00
Apoclyps
bd605e5832 Refactoring codebase to remove .decode() 2019-07-24 07:49:11 +01:00