1502 Commits

Author SHA1 Message Date
shamoon
239a2b0584 Fix: global search filtering links broken in 2.8.4 (#6726) 2024-05-14 21:37:55 -07:00
shamoon
069e72a715 Fix: some buttons incorrectly aligned in 2.8.4 (#6715) 2024-05-13 17:26:41 -07:00
shamoon
b9d0eb7cc4 Fix: dont format ASN as number on dashboard (#6708) 2024-05-13 13:58:47 -07:00
shamoon
05525175ee Enhancement: global search tweaks (#6674) 2024-05-13 16:12:02 +00:00
shamoon
40e43cb4ac Security: Correctly disable eval in pdfjs (#6702) 2024-05-13 08:44:35 -07:00
shamoon
08e1ddcbd5 Fix: only use pointer for sortable table headings, fix title width 2024-05-12 19:57:08 -07:00
shamoon
633019b8e0 Fix: history timestamp tooltip illegible in dark mode (#6696) 2024-05-13 01:43:05 +00:00
Daniel
c93b095588 Enhancement: display current ASN in statistics (#6692) 2024-05-12 16:58:04 -07:00
shamoon
4f4bcc80a2 Fix: allow 0 in monetary field (#6658) 2024-05-09 10:43:27 -07:00
shamoon
589b522e0c Fix: custom field removal doesnt always trigger change detection (#6653) 2024-05-09 17:10:11 +00:00
shamoon
37abae09e5 Fix: correctly handle global search esc key when open and button focused (#6644) 2024-05-09 06:41:42 -07:00
shamoon
00f2c8dcc4 Fix: consistent monetary field display in list and cards (#6645) 2024-05-09 04:32:14 +00:00
shamoon
e9f70ce5ec Fix: doc links and more illegible in light mode (#6643) 2024-05-08 21:01:01 -07:00
shamoon
0e03be895c Fix: make backend monetary validation accept unpadded decimals (#6626) 2024-05-07 21:38:52 +00:00
shamoon
3b7229f78a Enhancement: show name on cards if custom field empty, add tooltip (#6620) 2024-05-07 11:09:15 -07:00
shamoon
c99d6ccd73 Security: Disable eval in pdfjs (#6615)
Closes https://github.com/paperless-ngx/paperless-ngx/security/dependabot/181 see https://github.com/advisories/GHSA-wgrm-67xf-hhpq
2024-05-07 16:45:19 +00:00
shamoon
f147436f38 Fix: table view doesnt immediately display custom fields on app startup (#6600) 2024-05-07 15:30:34 +00:00
shamoon
afaf66f196 Fix: global search text illegible in light mode (#6602) 2024-05-07 01:48:47 -07:00
shamoon
c1bd2cd8bb Fix: document history text color illegible in light mode (#6601) 2024-05-07 01:37:13 -07:00
shamoon
c9dbcbd38b Fix: saved views dont immediately display custom fields in table view (#6594) 2024-05-06 23:30:06 -07:00
shamoon
084623e9ab Fix: bulk edit custom fields should support multiple items (#6589) 2024-05-06 22:07:55 -07:00
shamoon
7c0c2e142a Fix ngbDropdown stealing keyboard events 2024-05-04 09:47:27 -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
5a93862428 Hide unusable filters 2024-05-01 12:07:27 -07:00
shamoon
fc29f86216 Fix: always refresh document after save 2024-05-01 12:07:27 -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
db49fb81ab Fix missing test import 2024-04-24 00:28:18 -07:00
shamoon
77752ec0a7 Feature: document history (audit log UI) (#6388) 2024-04-23 15:16:28 +00:00
shamoon
031653cae8 Enhancement: larger documents in rotate / split dialogs 2024-04-23 00:49:20 -07:00
Benedikt Schwering
a126361fea 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
4af8afde7d Fix: monetary field with null values 2024-04-20 21:44:31 -07:00
shamoon
16ff22730b Fix: check original file for rotate 2024-04-20 20:14:44 -07:00
shamoon
a4aae46462 Enhancement: speed up merge document list retrieval 2024-04-19 10:17:17 -07:00
shamoon
2b1a26f81a Enhancement: refactor monetary field (#6370) 2024-04-19 08:08:46 +00: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
Benedikt Schwering
b8027bfd04 Fix: show message on empty group list (#6393) 2024-04-14 17:53:48 +00:00
shamoon
9b1b583fbb Fix select dropdown pixel alignment 2024-04-14 08:55:07 -07:00
shamoon
348f8e0aa1 Fix: remove admin.logentry perm, use admin (staff) status (#6380) 2024-04-14 00:35:34 +00:00
shamoon
ff8b2a2374 Fix: dont dismiss active alerts on "dismiss completed" (#6364) 2024-04-10 10:55:37 -07:00
shamoon
63cc21d7d5 Fix: Allow lowercase letters in monetary currency code field (#6359) 2024-04-10 08:27:03 -07: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
a64b619351 Fix: hide page chooser if not loaded yet 2024-04-07 15:41:45 -07:00
shamoon
895defd699 Fix: isFiltered check before filter editor init 2024-04-07 15:38:38 -07:00
shamoon
1925474edb Fix navbar-brand width on large screens 2024-04-07 15:21:13 -07:00
shamoon
e0b643a4a3 Fix: spacing in reset and incorrect display in saved views (#6324) 2024-04-07 20:50:31 +00:00
shamoon
a89e9bcc45 Update translation strings 2024-04-07 12:41:08 -07:00
shamoon
aa45443278 Fix frontend tests warning 2024-04-07 11:55:27 -07:00