1466 Commits

Author SHA1 Message Date
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
cd7f2b8055 Fix: handle overflowing dropdowns on mobile (#7758)
See https://github.com/ng-bootstrap/ng-bootstrap/pull/4760
2024-09-23 10:29:37 -07:00
shamoon
e1236244fe Fix sidebar mobile width 2024-09-23 10:27:16 -07:00
shamoon
d5573b933d Fix: chrome scrolling in >= 129 (#7738) 2024-09-18 17:09:42 -07:00
shamoon
4549220a9b Feature: copy workflows and mail rules, improve layout (#7727) 2024-09-16 22:02:51 -07:00
shamoon
7f04c6a09a Fix a random test error 2024-09-16 19:36:44 -07:00
shamoon
82fce24a57 Fix: filter out shown custom fields that have been deleted from saved view edit (#7710) 2024-09-15 08:02:38 -07:00
shamoon
18af513165 Refactor: allow filterpipe to specify key 2024-09-13 22:21:38 -07:00
shamoon
5e5235e191 Fix: fix display of permissions filter users dropdown 2024-09-11 09:47:48 -07:00
shamoon
aa6832c153 Fix: saved view permissions fixes (#7672) 2024-09-10 13:33:19 -07:00
Trenton H
f657d1ead7 Chore: Update backend dependencies in bulk (#7656) 2024-09-08 20:03:38 +00:00
shamoon
a55f97ffab Enhancement: re-work mail rule dialog, support multiple include patterns (#7635) 2024-09-05 15:32:03 -07:00
shamoon
c96268a4bd Fix: Re-fix non-clickable scroll wheel in file uploads list (#7591)
This partially reverts commit ee529c2276da02c216cfce06d77175871ec47acf.
2024-09-04 23:37:23 -07:00
shamoon
00bb33a6e5 Fix: fix non-clickable scroll wheel in file uploads list (#7591) 2024-08-31 14:02:47 -07:00
shamoon
893284c94c Fix: deselect file tasks select all button on dismiss (#7592) 2024-08-31 14:02:37 -07:00
shamoon
08b3adfb62 Fix: saved view sidebar heading not always visible (#7584) 2024-08-30 15:43:08 -07:00
shamoon
1a2607a7b3 Fix: correct select field wrapping with long text (#7572) 2024-08-28 16:39:14 -07:00
shamoon
bd7fae11fc Fix: clear selection after reload for management lists (#7421) 2024-08-08 07:38:45 -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
e59e1c0ae9 Fix: disable inline create buttons if insufficient permissions (#7401) 2024-08-05 16:45:48 -07:00
shamoon
c151b11360 Fix: use entire document for dropzone (#7342) 2024-07-29 07:26:29 -07:00
shamoon
1d5689a96c Chore: reorganize trash location 2024-07-28 14:09:20 -07:00
shamoon
05b4fa964d Resolve test error 2024-07-28 14:08:16 -07:00
shamoon
821ec7b0b1 Change: more clearly handle init permissions error (#7334) 2024-07-28 07:06:15 -07:00
shamoon
c613348bce Fix dashboard col width when wrapping on smaller screens with collapsed sidebar 2024-07-26 10:32:06 -07:00
shamoon
c8078c8c0d Chore: add permissions info link from webUI (#7310) 2024-07-24 10:06:38 -07:00
shamoon
f798d387dd Fix: support multiple inbox tags from stats widget (#7281) 2024-07-22 10:07:51 -07:00
shamoon
8461c5baac Clarify has any tags 2024-07-15 15:37:43 -07:00
shamoon
bea50c3fe0 Correct some indentation 2024-07-15 15:28:11 -07:00
shamoon
f68b9e5abc Fix: use responsive table for compatibility with custom columns (#7255) 2024-07-15 15:17:46 -07:00
shamoon
91b0fc5639 Enhancement: disable add split button when approrpriate (#7215) 2024-07-11 03:27:04 +00:00
shamoon
97c9833046 Enhancement: wrapping of saved view fields d-n-d UI (#7216) 2024-07-10 20:14:59 -07:00
shamoon
c41a4c1958 Fix: correct card display custom field trackby variable 2024-07-09 13:06:06 -07:00
shamoon
bccd825b79 Fix: restore dashboard saved views display 2024-07-09 13:01:49 -07:00
shamoon
f3298e1311 Fix: move dashboard tour anchor to fix overlapping issues 2024-07-09 11:43:25 -07:00
shamoon
a38e341015 Feature: select custom field type (#7167) 2024-07-09 07:57:07 -07:00
shamoon
b19643baaf Add missing disable autocomplete for doc type edit dialog 2024-07-06 13:24:43 -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
2ea9c7e135 Chore: update to Angular v18 (#7106) 2024-06-26 20:57:39 -07:00
shamoon
2b024dc72e Feature: improve history display of object names etc (#7102) 2024-06-27 02:52:08 +00:00
shamoon
a8d53fd9c3 Fix: remove type attribute from object for Safari (#7056) 2024-06-21 11:22:18 -07:00
shamoon
e9ba6de03e Feature: documents trash aka soft delete (#6944) 2024-06-17 08:07:08 -07:00
shamoon
52b280897c Enhancement: better boolean custom field display (#7001) 2024-06-15 09:00:18 -07:00
Trenton H
131fd97655 Fix: Document history could include extra fields (#6989)
* Fixes creation of a custom field being included in a document's history even if not attached

* Show custom field creation in UI

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-12 16:23:47 -07:00
shamoon
8d93462d96 Add type attribute to object tag 2024-06-12 14:09:48 -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
3e2d105da6 Fix: including ordering param for id__in retrievals from frontend (#6875) 2024-06-02 02:28:31 +00:00