792 Commits

Author SHA1 Message Date
shamoon
4efb0e0a3c Bump version to 2.6.2 2024-03-07 20:13:29 -08:00
shamoon
56b2b4fe30 Bump version to 2.6.1 2024-03-05 07:59:44 -08:00
shamoon
a174a2e259 Bump version to 2.6.0 2024-03-04 20:20:46 -08:00
Trenton H
122bd9fd5b Feature: Allow user to control PIL image pixel limit (#5997) 2024-03-05 00:19:56 +00:00
Trenton H
23398f5ed1 Feature: Allow a user to disable the pixel limit for OCR entirely (#5996) 2024-03-04 22:37:36 +00:00
shamoon
946bda5041 Feature: system status (#5743) 2024-03-04 09:26:25 -08:00
shamoon
d714467882 Fix: refactor base path settings, correct logout redirect (#5976) 2024-03-03 08:22:23 -08:00
Trenton H
2172b0cdf5 Includes OCRMyPdf logging into the log file (#5947) 2024-02-28 14:39:42 -08:00
Dennis Gaida
d6e4187336 Change: add Thumbs.db to default ignores (#5924)
* Adding Thumbs.db to default ignores

Thanks Windows for creating these great little database files everywhere

* Updating configuration with new default
2024-02-27 07:48:50 -08:00
shamoon
c720007193 Fix: use PAPERLESS_URL if set for pw reset emails (#5902) 2024-02-26 21:41:25 +00:00
shamoon
473dc734d8 Fix: allow disable allauth email verification (#5895) 2024-02-26 09:33:59 -08:00
shamoon
e978a6288c Enhancement: support disabling regular login (#5816) 2024-02-26 05:17:21 +00:00
shamoon
38fe8353d2 Bump version to 2.5.4 2024-02-25 18:38:12 -08:00
shamoon
8e19ea51af Merge branch 'dev' 2024-02-25 18:37:19 -08:00
shamoon
3cde83d51f Fix: only require DjangoModelPermissions for app config 2024-02-24 10:53:09 -08:00
shamoon
a250ac2892 Bump version to 2.5.3 2024-02-15 17:34:22 -08:00
shamoon
e68c4adf60 Fix: dont allow allauth redirects to any host (#5783)
---------

Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2024-02-15 16:37:34 -08:00
MaciejSzczurek
fb417f2803 Moved ssl_mode parameter for mysql backend engine (#5771) 2024-02-15 07:59:33 -08:00
Trenton H
dfb750ffe1 Sets the version to 2.5.2 2024-02-14 17:10:37 -08:00
Trenton H
0f1fb2392a Bumps version to 2.5.1 2024-02-12 15:56:41 -08:00
Trenton H
51f6f5a199 Bumps version to 2.5.0 2024-02-10 11:14:16 -08:00
Trenton H
1d3f525f92 Ensure all creations of directories create the parents too (#5711) 2024-02-10 11:02:40 -08:00
shamoon
e84ccbdf46 Enhancement: bulk delete objects (#5688) 2024-02-08 10:13:15 -08:00
Trenton H
ec0b0d0de4 Chore: Backend dependencies update (#5676) 2024-02-08 09:48:24 -08:00
Moritz Pflanzer
e122a0a141 Feature: OIDC & social authentication (#5190)
---------

Co-authored-by: Moritz Pflanzer <moritz@chickadee-engineering.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-02-08 16:15:38 +00:00
shamoon
c4e67d59b4 Chore: Use memory cache backend in debug mode (#5666) 2024-02-06 07:16:15 -08:00
Trenton H
9943f36be3 Chore: Adds additional rules for Ruff linter (#5660) 2024-02-05 21:46:59 +00:00
pkrahmer
d0091ce02c Feature: Allow tagging by putting barcode stickers on documents (#5580) 2024-02-05 17:38:19 +00:00
Trenton H
0c4be9f494 Feature: Cache metadata and suggestions in Redis (#5638) 2024-02-04 10:42:21 -08:00
shamoon
1750755e54 Add Japanese translation (#5641) 2024-02-03 11:37:21 -08:00
shamoon
111537ff0a Enhancement: re-implement remote user auth for API as opt-in (#5561) 2024-02-01 19:46:26 +00:00
Trenton H
2a833ea9a1 Bumps version to 2.4.3 2024-01-28 12:19:07 -08:00
shamoon
68c2adb1c1 Bump version to 2.4.2 2024-01-25 14:20:26 -08:00
shamoon
446b9dab6a Merge branch 'dev' 2024-01-24 11:24:02 -08:00
shamoon
3a50b6371b Bump version to v2.4.1 2024-01-24 11:02:24 -08:00
shamoon
1b5135f2b9 Revert "Enhancement: support remote user auth directly against API (DRF)" (#5534) 2024-01-24 11:00:44 -08:00
shamoon
bb45d3d2ff Fix: enforce object permissions for app config (#5516) 2024-01-23 12:23:15 -08:00
shamoon
0de1e3eb19 Bump version to 2.4.0 2024-01-18 17:43:49 -08:00
shamoon
fc0bd04895 Enhancement: support remote user auth directly against API (DRF) (#5386) 2024-01-16 23:26:05 +00:00
shamoon
c0843d71da Fix missed migration for app_logo 2024-01-13 16:23:44 -08:00
shamoon
2b01a79828 Feature: app branding (#5357) 2024-01-13 19:57:25 +00:00
shamoon
847d83deb7 Bump version to 2.3.3 2024-01-10 15:55:09 -08:00
shamoon
b4cdbca7f6 Fix: Coerce language app config field to None if empty 2024-01-10 13:21:51 -08:00
Trenton H
9eb594ebc5 Fix: Don't require the JSON user arguments field (#5320)
* Allows new user args field to be null

* Coerce empty string to None for user_args JSONField

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-01-08 13:14:36 -08:00
luzpaz
97f4690236 Documentation: Fix typos with automated tool (#5319)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-01-08 16:58:41 +00:00
Trenton Holmes
8441b6a66e Bumps version to 2.3.2 2024-01-07 17:02:36 -08:00
Trenton H
42dd50dc5d Fixes the user arguments json field decoding (#5307) 2024-01-07 14:17:51 -08:00
shamoon
0834adf770 Bump version to 2.3.1 2024-01-06 22:42:35 -08:00
shamoon
905e544caf Bump version to 2.3.0 2024-01-05 21:36:48 -08:00
shamoon
7594ea7bd6 Merge branch 'dev' 2024-01-05 21:36:01 -08:00