3276 Commits

Author SHA1 Message Date
github-actions[bot]
75c52f9af2 New Crowdin translations by GitHub Action (#6606)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-07 17:09:33 -07:00
Trenton H
40f1dc3428 Restores the compression of static files for x86_64 (#6627) 2024-05-07 15:17:15 -07:00
shamoon
0e03be895c Fix: make backend monetary validation accept unpadded decimals (#6626) 2024-05-07 21:38:52 +00:00
shamoon
90c0ac004e Fix: allow bulk edit with existing fields (#6625) 2024-05-07 14:26:07 -07:00
shamoon
fb7b65d851 Fix: dont use limit in subqueries for mariadb compatibility (#6611) 2024-05-07 15:14:00 +00:00
shamoon
b465e9e276 Fix: exclude admin perms from group permissions serializer (#6608) 2024-05-07 14:39:31 +00:00
shamoon
f63c718e15 Bump version to v2.8.1 2024-05-06 22:15:18 -07:00
shamoon
7a0d7289e1 Merge branch 'dev' 2024-05-06 22:14:41 -07:00
github-actions[bot]
0fa82d24b3 New Crowdin translations by GitHub Action (#6587)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-06 22:13:22 -07:00
shamoon
283c16c511 Merge branch 'dev' 2024-05-06 14:36:39 -07:00
github-actions[bot]
ae1efe4357 New Crowdin translations by GitHub Action (#6582)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-06 14:27:55 -07:00
shamoon
38e1b36126 Merge branch 'dev' 2024-05-06 14:06:20 -07:00
shamoon
b418e65018 New Crowdin translations by GitHub Action (#6578)
Co-Authored-By: Crowdin Bot <support+bot@crowdin.com>
2024-05-06 14:05:46 -07:00
shamoon
6c02d16d9a Bump version to 2.8.0 2024-05-06 13:41:13 -07:00
github-actions[bot]
13e418d3e6 New Crowdin translations by GitHub Action (#6331)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-05-06 20:40:33 +00:00
shamoon
b607c68661 Fix: correct admin permissions check for system status 2024-05-06 12:58:57 -07:00
shamoon
08da0f661e Feature: global search, keyboard shortcuts / hotkey support (#6449) 2024-05-02 16:15:56 +00:00
Trenton H
45104eb538 Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
shamoon
40b81c77e8 Feature: custom fields filtering & bulk editing (#6484) 2024-04-26 15:10:03 -07:00
shamoon
bcf8db0ad7 Feature: customizable fields display for documents, saved views & dashboard widgets (#6439) 2024-04-26 06:41:12 -07:00
shamoon
3a8793b1c0 Fix: cast custom fields values list to list for other DB types
Closes #6482
2024-04-24 01:35:45 -07:00
shamoon
77752ec0a7 Feature: document history (audit log UI) (#6388) 2024-04-23 15:16:28 +00:00
shamoon
053ed4a0f8 Fix: always check workflow filter_mailrule if set (#6474) 2024-04-23 07:37:14 -07:00
shamoon
3d0baaa633 Fix: password reset done template error (#6444) 2024-04-19 09:34:34 -07:00
shamoon
a2c074b26f Update translation strings 2024-04-19 01:13:11 -07:00
Trenton H
a6a51e4a98 Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
shamoon
965228e64d Fix: exclude admin perms from frontend 2024-04-13 20:12:54 -07:00
shamoon
348f8e0aa1 Fix: remove admin.logentry perm, use admin (staff) status (#6380) 2024-04-14 00:35:34 +00:00
Trenton H
c072313e25 Fix: Allow negative monetary values with a current code (#6358)
* Updates the currency validation to allow an optional negative

* Update frontend regex

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-04-10 07:33:13 -07:00
shamoon
5c78ecded7 Bump version to 2.7.2 2024-04-07 18:44:14 -07:00
github-actions[bot]
b4074e3e25 New Crowdin translations by GitHub Action (#6313)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-04-07 18:43:07 -07:00
shamoon
100db69bfe Update translation strings 2024-04-07 18:36:14 -07:00
shamoon
46dbe9db2a Fix: disable invalid create endpoints (#6320) 2024-04-07 18:50:40 +00:00
shamoon
25f188edb3 Bump version to 2.7.1 2024-04-06 17:42:39 -07:00
github-actions[bot]
d760b9389e New Crowdin translations by GitHub Action (#6301)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-04-06 17:35:48 -07:00
shamoon
fd1fe815de Merge branch 'main' into dev 2024-04-06 16:50:11 -07:00
shamoon
e9c7734e55 Fix: Use correct custom field id when splitting (#6303) 2024-04-06 23:39:59 +00:00
Trenton H
a8743cc83d Fix: Rotation fails due to celery chord (#6306)
Use Celery immutable signature so it does not take the result of the header task
2024-04-06 23:26:48 +00:00
shamoon
115e54b9de Fix: split user / group objects error (#6302) 2024-04-06 13:51:50 -07:00
shamoon
07ade4916f Bump version to 2.7.0 2024-04-05 18:00:05 -07:00
github-actions[bot]
38748ff5fc New Crowdin translations by GitHub Action (#6127)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-04-05 17:59:03 -07:00
shamoon
04d4a07615 Update translation strings 2024-04-04 14:32:00 -07:00
Trenton H
75bc6b3ba8 Chore: Standardize subprocess running and logging (#6275) 2024-04-04 13:11:43 -07:00
shamoon
c875770731 Change: enable auditlog by default, fix import / export (#6267) 2024-04-04 18:51:15 +00:00
shamoon
3d784bb623 Enhancement: support custom fields in post_document endpoint (#6222) 2024-03-30 13:00:53 -07:00
Elias Probst
2985ff73cb Enhancement: add ASN to consume rejection message (#6217) 2024-03-28 19:38:29 -07:00
shamoon
17e53dd020 Feature: PDF actions - merge, split & rotate (#6094) 2024-03-25 18:41:24 -07:00
shamoon
3be37b7b37 Fix: document_renamer fails with audit_log enabled (#6175) 2024-03-24 07:26:25 -07:00
shamoon
e224aac200 Enhancement: always place search term first in autocomplete results (#6142) 2024-03-21 19:03:17 +00:00
shamoon
cf909e0c4e Bump version to 2.6.3 2024-03-17 20:45:09 -07:00