9155 Commits

Author SHA1 Message Date
shamoon
478b6e6f94 Add settings shortcut 2024-04-24 22:55:46 -07:00
shamoon
a0f9e995d5 Blur search field on click first entry 2024-04-24 22:55:46 -07:00
shamoon
f189da237d Basic shortcuts for filter editor, blur input on esc empty 2024-04-24 22:55:46 -07:00
shamoon
097566e3d1 Changed my mind about shortcut keys 2024-04-24 22:55:46 -07:00
shamoon
63157583f3 Blur filter editor on escape when empty 2024-04-24 22:55:46 -07:00
shamoon
8919482511 Blur search field on escape if empty 2024-04-24 22:55:46 -07:00
shamoon
9d28183e76 Add some app keyboard shortcuts 2024-04-24 22:55:46 -07:00
shamoon
2a818162d7 Add hotkey help dialog, auto-meta key for macOS 2024-04-24 22:55:46 -07:00
shamoon
5bb577ab20 Hotkey service 2024-04-24 22:55:46 -07:00
shamoon
4ee76f4edf Search document titles first 2024-04-24 22:55:46 -07:00
shamoon
0bee4789f6 Disable search input spellcheck 2024-04-24 22:55:46 -07:00
shamoon
da08a8744f Fix keyup vs down bug 2024-04-24 22:55:46 -07:00
shamoon
500699d86f Fix user / group permissions label 2024-04-24 22:55:46 -07:00
shamoon
2f21046c50 Add missing mail rules & accounts 2024-04-24 22:55:46 -07:00
shamoon
5d22fc76b4 circular keyboard navigation, fix with no results 2024-04-24 22:55:46 -07:00
shamoon
008c7868a6 Fix tag filter type 2024-04-24 22:55:46 -07:00
shamoon
8cbb15bd90 Proper data type enum 2024-04-24 22:55:46 -07:00
shamoon
117b0b44b3 Toasts for edit dialogs 2024-04-24 22:55:46 -07:00
shamoon
6447d0820f Disable action buttons if user have perms 2024-04-24 22:55:46 -07:00
shamoon
0460e12b74 Color tweaks 2024-04-24 22:55:46 -07:00
shamoon
ddc6be0797 Adjust search form container sizing 2024-04-24 22:55:46 -07:00
shamoon
9f7f5caa68 Fix cases when dom order differs from querylist 2024-04-24 22:55:46 -07:00
shamoon
c52bf34f76 Test fixes 2024-04-24 22:55:46 -07:00
shamoon
23b2b77ec8 Fix colors / transitions 2024-04-24 22:55:46 -07:00
shamoon
8faf449b7c Fix keyboard nav inside search input 2024-04-24 22:55:46 -07:00
shamoon
9113d718d8 Show document date 2024-04-24 22:55:46 -07:00
shamoon
f8d4877c6b Loading indicator, hide shortcut key on focus 2024-04-24 22:55:46 -07:00
shamoon
7737b24d7d Better hover & keyboard interaction 2024-04-24 22:55:46 -07:00
shamoon
7a73ce8ad3 Nice button transitions 2024-04-24 22:55:46 -07:00
shamoon
26539854aa Select button instead of dropdown-item 2024-04-24 22:55:46 -07:00
shamoon
ed10c7e066 Re-add search icon 2024-04-24 22:55:46 -07:00
shamoon
6e6454e597 Respect model perms for global search 2024-04-24 22:55:46 -07:00
shamoon
9004000c1a Add basic object perms for global search 2024-04-24 22:55:46 -07:00
shamoon
eaecac0407 Global search UI improvements, coverage 2024-04-24 22:55:46 -07:00
shamoon
4c976bf070 Initial frontend global search 2024-04-24 22:55:46 -07:00
shamoon
5fdda05afb Move serializer 2024-04-24 22:55:25 -07:00
shamoon
b7a0c0eb6f Basic global search api endpoint 2024-04-24 22:55:25 -07:00
shamoon
7a0334f353 Fix: cast custom fields values list to list for other DB types
Closes #6482
2024-04-24 01:35:45 -07:00
shamoon
d03e48ea88 Fix missing test import 2024-04-24 00:28:18 -07:00
shamoon
342e6d4679 Fix: include number placeholder in relative date strings 2024-04-24 00:22:08 -07:00
dependabot[bot]
584f1361ad
Chore(deps): Bump python-ipware in the major-versions group (#6468)
Bumps the major-versions group with 1 update: [python-ipware](https://github.com/un33k/python-ipware).


Updates `python-ipware` from 2.0.3 to 3.0.0
- [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-ipware/compare/v2.0.3...v3.0.0)

---
updated-dependencies:
- dependency-name: python-ipware
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 09:08:46 -07:00
shamoon
05b1ff9738
Feature: document history (audit log UI) (#6388) 2024-04-23 15:16:28 +00:00
dependabot[bot]
d65fcf70f3
Chore(deps-dev): Bump the development group with 2 updates (#6466)
* Chore(deps-dev): Bump the development group with 2 updates

Bumps the development group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `ruff` from 0.3.7 to 0.4.1
- [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.3.7...v0.4.1)

Updates `mkdocs-material` from 9.5.17 to 9.5.18
- [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.17...9.5.18)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 the ruff hook version to match

---------

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>
2024-04-23 14:53:56 +00:00
shamoon
a5d3d51cc5
Fix: always check workflow filter_mailrule if set (#6474) 2024-04-23 07:37:14 -07:00
shamoon
f4489ca2e7 Enhancement: larger documents in rotate / split dialogs 2024-04-23 00:49:20 -07:00
Benedikt Schwering
e40893e74f
Fix: scroll for large tables (#6460)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-04-21 23:31:33 +00:00
shamoon
d002ae2e05 Fix: monetary field with null values 2024-04-20 21:44:31 -07:00
shamoon
bf430865b4 Fix: check original file for rotate 2024-04-20 20:14:44 -07:00
shamoon
a47d36f5e5 Enhancement: speed up merge document list retrieval 2024-04-19 10:17:17 -07:00
shamoon
4392628bd7
Fix: password reset done template error (#6444) 2024-04-19 09:34:34 -07:00