shamoon
|
b2e5406aae
|
Feature: custom fields queries (#7761)
|
2024-10-03 00:15:42 +00:00 |
|
shamoon
|
81df9c79fd
|
Fix: wrap table header columns in row (#7832)
|
2024-10-01 17:37:52 -07:00 |
|
shamoon
|
e3c7c925dd
|
Enhancement: workflow overview toggle enable button (#7818)
|
2024-09-30 19:44:02 -07:00 |
|
shamoon
|
ca08cc19fa
|
Enhancement: disable-able mail rules, add toggle to overview (#7810)
|
2024-09-30 19:42:19 -07:00 |
|
s0llvan
|
fd2bea0da9
|
Feature: page count (#7750)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2024-09-25 08:22:12 -07:00 |
|
shamoon
|
05af2af9b5
|
Enhancement: compactify dates dropdown (#7759)
|
2024-09-23 10:30:13 -07:00 |
|
shamoon
|
4549220a9b
|
Feature: copy workflows and mail rules, improve layout (#7727)
|
2024-09-16 22:02:51 -07:00 |
|
shamoon
|
5e5235e191
|
Fix: fix display of permissions filter users dropdown
|
2024-09-11 09:47:48 -07:00 |
|
shamoon
|
a55f97ffab
|
Enhancement: re-work mail rule dialog, support multiple include patterns (#7635)
|
2024-09-05 15:32:03 -07:00 |
|
shamoon
|
08b3adfb62
|
Fix: saved view sidebar heading not always visible (#7584)
|
2024-08-30 15:43:08 -07:00 |
|
shamoon
|
92b2c5cd70
|
Feature: add Korean language (#7573)
|
2024-08-28 20:10:23 -07:00 |
|
shamoon
|
da7ea93426
|
Update frontend translation strings
|
2024-08-08 07:45:30 -07:00 |
|
shamoon
|
abc998ea17
|
Enhancement: optimize tasks / stats reload (#7402)
|
2024-08-05 23:25:55 -07:00 |
|
shamoon
|
0b22a10a71
|
Enhancement: allow specifying default currency for Monetary custom field (#7381)
|
2024-08-05 17:02:03 -07:00 |
|
shamoon
|
ae6ac7c24a
|
Enhancement: log when pre-check fails for documents in trash (#7355)
|
2024-08-05 17:01:01 -07:00 |
|
shamoon
|
e59e1c0ae9
|
Fix: disable inline create buttons if insufficient permissions (#7401)
|
2024-08-05 16:45:48 -07:00 |
|
shamoon
|
1d5689a96c
|
Chore: reorganize trash location
|
2024-07-28 14:09:20 -07:00 |
|
shamoon
|
821ec7b0b1
|
Change: more clearly handle init permissions error (#7334)
|
2024-07-28 07:06:15 -07:00 |
|
shamoon
|
c8078c8c0d
|
Chore: add permissions info link from webUI (#7310)
|
2024-07-24 10:06:38 -07:00 |
|
shamoon
|
8461c5baac
|
Clarify has any tags
|
2024-07-15 15:37:43 -07:00 |
|
shamoon
|
f68b9e5abc
|
Fix: use responsive table for compatibility with custom columns (#7255)
|
2024-07-15 15:17:46 -07:00 |
|
shamoon
|
a38e341015
|
Feature: select custom field type (#7167)
|
2024-07-09 07:57:07 -07:00 |
|
shamoon
|
c4e728c8f9
|
Enhancement: show more columns in mail frontend admin (#7158)
|
2024-07-03 08:09:28 -07:00 |
|
shamoon
|
a80f00721d
|
Fix: handle errors for trash actions and only show documents user can restore or delete (#7119)
|
2024-06-27 20:33:39 +00:00 |
|
shamoon
|
e9ba6de03e
|
Feature: documents trash aka soft delete (#6944)
|
2024-06-17 08:07:08 -07:00 |
|
Dominik Bruhn
|
6377233f38
|
Enhancement: support delete originals after split / merge (#6935)
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2024-06-08 11:29:03 -07:00 |
|
shamoon
|
7f6286e743
|
Change: rename redo OCR to reprocess (#6866)
|
2024-05-31 18:41:52 +00:00 |
|
shamoon
|
dd7971363e
|
Fix: remove unnecessary i18ns
|
2024-05-29 00:07:32 -07:00 |
|
dependabot[bot]
|
59edf10aa9
|
Chore(deps-dev): Bump the development group across 1 directory with 2 updates (#6851)
* Chore(deps-dev): Bump the development group across 1 directory with 2 updates
Bumps the development group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
Updates `ruff` from 0.4.4 to 0.4.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.6)
Updates `mkdocs-material` from 9.5.24 to 9.5.25
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.24...9.5.25)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updates hook versions to match
* New codespell fixes
* Remove unneeded i18n
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2024-05-29 07:04:01 +00:00 |
|
shamoon
|
3fdfa7f515
|
Update messages.xlf
|
2024-05-28 23:54:51 -07:00 |
|
shamoon
|
6c8ec17507
|
Enhancement: default to title/content search, allow choosing full search link from global search (#6805)
|
2024-05-22 16:19:46 -07:00 |
|
shamoon
|
f2b274c0a7
|
Enhancement: accessibility improvements for tags, doc links, dashboard views (#6786)
|
2024-05-22 23:08:25 +00:00 |
|
shamoon
|
7973085859
|
Enhancement: delete pages PDF action (#6772)
|
2024-05-22 23:01:15 +00:00 |
|
shamoon
|
d8ed16242e
|
Update frontend translation strings
|
2024-05-15 13:24:05 -07:00 |
|
shamoon
|
05525175ee
|
Enhancement: global search tweaks (#6674)
|
2024-05-13 16:12:02 +00:00 |
|
Daniel
|
c93b095588
|
Enhancement: display current ASN in statistics (#6692)
|
2024-05-12 16:58:04 -07:00 |
|
shamoon
|
3b7229f78a
|
Enhancement: show name on cards if custom field empty, add tooltip (#6620)
|
2024-05-07 11:09:15 -07:00 |
|
shamoon
|
1d6890d16b
|
Update frontend translation strings
|
2024-05-07 09:11:11 -07:00 |
|
shamoon
|
084623e9ab
|
Fix: bulk edit custom fields should support multiple items (#6589)
|
2024-05-06 22:07:55 -07:00 |
|
shamoon
|
08da0f661e
|
Feature: global search, keyboard shortcuts / hotkey support (#6449)
|
2024-05-02 16:15:56 +00:00 |
|
shamoon
|
a73db71ccf
|
Enhancement: improve layout for custom fields dropdown (#6362)
|
2024-05-01 21:57:18 -07:00 |
|
shamoon
|
bcf8db0ad7
|
Feature: customizable fields display for documents, saved views & dashboard widgets (#6439)
|
2024-04-26 06:41:12 -07:00 |
|
shamoon
|
f0faacd26f
|
Fix: include number placeholder in relative date strings
|
2024-04-24 00:22:08 -07:00 |
|
shamoon
|
77752ec0a7
|
Feature: document history (audit log UI) (#6388)
|
2024-04-23 15:16:28 +00:00 |
|
shamoon
|
a2c074b26f
|
Update translation strings
|
2024-04-19 01:13:11 -07:00 |
|
shamoon
|
97942d0c2c
|
Enhancement: improve layout, button labels for custom fields dropdown (#6362)
|
2024-04-19 06:57:17 +00:00 |
|
Dominik Bruhn
|
f058d231a6
|
Enhancement: Hide columns in document list if user does not have permissions (#6415)
---------
Co-authored-by: Dominik Bruhn <dominik@menlo79.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2024-04-16 21:41:15 +00:00 |
|
shamoon
|
0908386b52
|
Update frontend translation strings
|
2024-04-13 20:12:54 -07:00 |
|
shamoon
|
100db69bfe
|
Update translation strings
|
2024-04-07 18:36:14 -07:00 |
|
shamoon
|
a89e9bcc45
|
Update translation strings
|
2024-04-07 12:41:08 -07:00 |
|