shamoon
4e2b2f1e8a
Live document counts for document filtering
2023-02-18 20:07:33 -08:00
shamoon
05cd9d36e9
Live document counts for bulk edit
2023-02-18 20:07:07 -08:00
Michael Shamoon
fc68c9575d
Merge branch 'dev' into feature-permissions
2023-01-27 12:35:48 -08:00
Michael Shamoon
47c283e2c3
Better display of multiple comment hits
2023-01-27 10:29:40 -08:00
Michael Shamoon
7d05b07705
Fix display of comment search hit in large cards
2023-01-25 12:04:33 -08:00
Michael Shamoon
edc92b9d92
Merge branch 'dev' into feature-permissions
2023-01-05 19:45:12 -08:00
Michael Shamoon
ebcf75b1b4
comment search highlighting
2023-01-04 19:06:51 -08:00
Michael Shamoon
a7563f935e
Merge branch 'dev' into feature-permissions
2023-01-01 17:51:41 -08:00
Michael Shamoon
6ca5dd0e49
fix dropdown selection model updating
2022-12-31 08:12:53 -08:00
Michael Shamoon
d875d06f37
lint for eslint
2022-12-17 21:49:08 -08:00
Michael Shamoon
605480ab4a
Merge branch 'dev' into feature-permissions
2022-12-17 20:05:12 -08:00
Michael Shamoon
20e1779313
lint frontend
2022-12-15 23:36:01 -08:00
Michael Shamoon
71e7c502f3
Fix bulk setting null owner / permissions
2022-12-14 00:47:54 -08:00
Michael Shamoon
405a7b4684
Merge branch 'dev' into feature-permissions
2022-12-09 17:54:14 -08:00
Michael Shamoon
b55f43df84
Support bulk edit owner
2022-12-09 17:51:01 -08:00
shamoon
cf8b949325
Merge pull request #2028 from paperless-ngx/feature-truncate-content
...
Feature: speed up frontend by truncating content
2022-12-09 09:20:06 -08:00
Michael Shamoon
5005f251fb
Merge branch 'dev' into feature-permissions
2022-12-09 03:31:26 -08:00
Michael Shamoon
c24dc0f792
Add bulk download options dropdown
2022-12-08 18:32:14 -08:00
Michael Shamoon
a1c65256df
Bulk editor enabling/disabling by permissions
2022-12-08 02:22:58 -08:00
Michael Shamoon
42a5ac3936
Bulk edit permissions
2022-12-08 02:03:50 -08:00
Michael Shamoon
5b0cc85776
Dont use document data from /documents API call for edit
2022-11-27 21:19:23 -08:00
Michael Shamoon
6d0d738b24
option to truncate content on /documents endpoint
2022-11-27 21:19:23 -08:00
Michael Shamoon
dfdfd8a7d7
Refactor permissions to use enums, permissions service
2022-11-12 04:31:42 -08:00
Michael Shamoon
5c5486d2ea
Refactor permissions check code
...
Directly check permissions and no subscription (uisettings is always initialized on frontend startup)
update permission directive to accept single string
add explicit management permission name
2022-11-11 15:45:37 -08:00
Kaaybi
084fe2c050
feat: reflect django permissions on UI
2022-11-11 18:33:04 +00:00
shamoon
73346c0c17
Merge pull request #1886 from paperless-ngx/1.9.2-ui-tweaks
...
Feature: 1.9.2 UI tweaks
2022-10-31 12:42:13 -07:00
shamoon
db811c0b6c
Merge pull request #1868 from paperless-ngx/fix/issue-1866
...
Fix: independent control of saved views
2022-10-29 23:15:28 -07:00
Michael Shamoon
e171b3b50a
Implement warning on close unsaved view
2022-10-29 23:14:33 -07:00
Michael Shamoon
86e9def17a
Support keyboard esc and X button for filter editor text field
2022-10-29 14:07:31 -07:00
Michael Shamoon
0122339286
Allow independent saved view control
2022-10-26 12:54:44 -07:00
Michael Shamoon
393ee95d41
Fix switch from title_content search
2022-10-25 15:31:01 -07:00
Michael Shamoon
01e7b419c4
Fix losing search when adding relative date
2022-10-25 13:43:13 -07:00
Michael Shamoon
9214db0db5
Remove relative date query strings from dropdown
2022-10-25 13:34:36 -07:00
Michael Shamoon
1967c5905c
Implement relative date querying
2022-10-25 12:45:15 -07:00
Michael Shamoon
9e9c2057b8
Fix missing loadViewConfig breaks loading saved view
2022-10-13 12:27:41 -07:00
Michael Shamoon
63eb8376c1
prevent duplicate tourAnchor race condition
2022-10-10 00:07:38 -07:00
Michael Shamoon
f8dc6de971
Add highlighting, move some anchors for visibility
2022-10-09 23:47:45 -07:00
Michael Shamoon
f638bd5d22
fix tour placement issues, basic offerTour method
2022-10-09 23:47:45 -07:00
Michael Shamoon
06259a2aad
Complete welcome tour
2022-10-09 23:47:31 -07:00
Michael Shamoon
e5daa9bceb
Core welcome tour functionality
2022-10-09 23:46:26 -07:00
Michael Shamoon
01cdadb3f7
Merge branch 'dev' into feature/slim-sidebar
2022-10-09 23:15:48 -07:00
Michael Shamoon
10d05d0bca
Fix reset button padding on small screens
2022-09-26 10:55:22 -07:00
Michael Shamoon
9976811bfa
Nicer slim sidebar transitioning, dark mode fixes, fix tests by making settings taller
2022-09-26 09:33:05 -07:00
Michael Shamoon
ca7e14bea9
slim sidebar with doc list adjusting
2022-09-26 09:05:53 -07:00
Michael Shamoon
a011b3830f
fix tag list vertical space
2022-09-13 11:54:25 -07:00
Michael Shamoon
5bc0f39834
fix pagination, refactor
2022-08-08 00:03:15 -07:00
Michael Shamoon
b82a18721d
Handle page parameter on saved views
2022-08-05 23:35:13 -07:00
Michael Shamoon
b31435b80c
Better filter editor wrapping across display sizes
...
Closes #1299
2022-07-31 20:25:21 -07:00
shamoon
a3aceb6c8e
Merge pull request #1133 from paperless-ngx/feature-prevent-text-dupe-api-calls
...
Fix: Prevent duplicate api calls on text filtering
2022-07-08 13:56:45 -07:00
shamoon
6bd4369ccc
Merge pull request #957 from paperless-ngx/feature-created-date
...
Feature: make frontend timezone un-aware
2022-07-02 16:58:30 -07:00