Trenton H
0b1523f4e5
Fix: Test metadata items for Unicode issues ( #5707 )
...
Test each key for unicode issues and reject ones which will fail inside DRF
2024-02-09 20:08:23 +00:00
shamoon
4855f4b8b1
Fix: only check workflow trigger source if not empty ( #5701 )
2024-02-09 08:57:09 -08:00
shamoon
6587470033
Update translation strings
2024-02-08 11:56:55 -08:00
shamoon
b643a68fa3
Enhancement: bulk delete objects ( #5688 )
2024-02-08 10:13:15 -08:00
Trenton H
b60e16fe33
Chore: Backend dependencies update ( #5676 )
2024-02-08 09:48:24 -08:00
Moritz Pflanzer
c508be6ecd
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
4606caeaa8
Chore: Use memory cache backend in debug mode ( #5666 )
2024-02-06 07:16:15 -08:00
Trenton H
4813a7bc70
Chore: Adds additional rules for Ruff linter ( #5660 )
2024-02-05 21:46:59 +00:00
pkrahmer
fb82aa0ee1
Feature: Allow tagging by putting barcode stickers on documents ( #5580 )
2024-02-05 17:38:19 +00:00
shamoon
625780899d
Fix location of bulk edit tests
2024-02-04 12:39:26 -08:00
Trenton H
25542c56b9
Feature: Cache metadata and suggestions in Redis ( #5638 )
2024-02-04 10:42:21 -08:00
shamoon
6b34f592df
Fix: Explicit validation of custom field name unique constraint ( #5647 )
2024-02-03 20:51:26 +00:00
shamoon
6cf732e6ec
Add Japanese translation ( #5641 )
2024-02-03 11:37:21 -08:00
shamoon
dfd959839f
Update translation strings
2024-02-02 20:16:14 -08:00
shamoon
c62d892969
Feature: option for auto-remove inbox tags on save ( #5562 )
2024-02-02 02:41:10 +00:00
shamoon
454098630b
Enhancement: mergeable bulk edit permissions ( #5508 )
2024-02-01 19:56:57 +00:00
shamoon
61209b1057
Enhancement: re-implement remote user auth for API as opt-in ( #5561 )
2024-02-01 19:46:26 +00:00
Henning B
38a817e887
Enhancement: Respect PDF cropbox for thumbnail generation ( #5531 )
...
* Use the convert argument '-define "pdf:use-cropbox=true"' when creating thumbnails. That way cropboxes, if present, gets respected for thumbnail generation
2024-02-01 11:25:57 -08:00
Trenton H
d55900b877
Bumps version to 2.4.3
2024-01-28 12:19:07 -08:00
github-actions[bot]
2a73ab4693
New Crowdin translations by GitHub Action ( #5559 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-28 20:16:42 +00:00
Trenton H
2aea220c6d
Ensure the scratch directory exists before consuming this source ( #5579 )
2024-01-28 09:07:04 -08:00
shamoon
f6e26d5953
Bump version to 2.4.2
2024-01-25 14:20:26 -08:00
github-actions[bot]
c2ac9a26a2
New Crowdin translations by GitHub Action ( #5547 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-25 14:19:46 -08:00
github-actions[bot]
58e8f796d1
New Crowdin translations by GitHub Action ( #5539 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-25 14:18:31 -08:00
shamoon
ba0f4718e5
Fix: Modify one of date regexes ( #5540 )
2024-01-25 21:29:22 +00:00
shamoon
ce841d4196
Merge branch 'dev'
2024-01-24 11:24:02 -08:00
shamoon
c77f8acf41
Bump version to v2.4.1
2024-01-24 11:02:24 -08:00
github-actions[bot]
212674f9df
New Crowdin translations by GitHub Action ( #5488 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-24 11:01:37 -08:00
shamoon
283ced56d1
Revert "Enhancement: support remote user auth directly against API (DRF)" ( #5534 )
2024-01-24 11:00:44 -08:00
shamoon
88ae60a4a0
Fix: enforce object permissions for app config ( #5516 )
2024-01-23 12:23:15 -08:00
shamoon
5881f05dbc
Change workflow permissions assignment to merge ( #5496 )
2024-01-22 16:34:16 -08:00
github-actions[bot]
4d43f6b63d
New Crowdin translations by GitHub Action ( #5463 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-21 00:35:54 -08:00
shamoon
f02e8e0dc3
Bump version to 2.4.0
2024-01-18 17:43:49 -08:00
github-actions[bot]
c1ed87a44f
New Crowdin translations by GitHub Action ( #5349 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-18 17:42:21 -08:00
shamoon
26900e0766
Fix: doc link removal before assigning value ( #5451 )
2024-01-18 06:58:41 -08:00
shamoon
6db9e292ba
Enhancement: support remote user auth directly against API (DRF) ( #5386 )
2024-01-16 23:26:05 +00:00
Trenton H
51dd95be3d
Fix: Getting next ASN when no documents have an ASN ( #5431 )
...
* Fixes the next ASN logic to account for no ASNs yet being assigned
* Updates so the ASN will start at 1
* Do the same calculation without the branch
2024-01-16 23:08:37 +00:00
Trenton H
e16645b146
Feature: Add additional caching support to suggestions and metadata ( #5414 )
...
* Adds ETag and Last-Modified headers to suggestions, metadata and previews
* Slight update to the suggestions etag
* Small user message for why classifier didn't train again
2024-01-16 17:01:07 +00:00
shamoon
86e380bb1c
Fix signin username floating label ( #5424 )
2024-01-16 07:32:07 -08:00
shamoon
783090c2cd
Fix shared by me filter with multiple users / groups in postgres ( #5396 )
2024-01-15 22:06:59 +00:00
Trenton H
41a3c7c89b
Fix: Catch new warning when loading the classifier ( #5395 )
2024-01-14 13:21:17 -08:00
shamoon
16cc7415c1
Fix missed migration for app_logo
2024-01-13 16:23:44 -08:00
shamoon
53e04e66cf
Enhancement: warn when outdated doc detected ( #5372 )
...
* Update modified property for target docs w bidirectional links
* Warn on doc change detected
2024-01-13 20:28:10 +00:00
shamoon
2a6e79acc8
Feature: app branding ( #5357 )
2024-01-13 19:57:25 +00:00
Trenton H
2da5e46386
Refactor file consumption task to allow beginnings of a plugin system ( #5367 )
2024-01-13 16:11:14 +00:00
Trenton H
4dbf8d7969
Reapply #5304 fix
2024-01-12 13:19:24 -08:00
shamoon
16acc2d6ad
Merge branch 'dev'
2024-01-10 15:59:50 -08:00
github-actions[bot]
c2c9a953d3
New Crowdin translations by GitHub Action ( #5314 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-10 15:58:17 -08:00
shamoon
530f4a8b28
Bump version to 2.3.3
2024-01-10 15:55:09 -08:00
shamoon
b0aeec4c43
Fix: Coerce language app config field to None if empty
2024-01-10 13:21:51 -08:00