shamoon
09ef829b1d
Fix error display for URL field inside input-group
2023-11-04 22:22:59 -07:00
shamoon
984b002430
Fix accidentally moved error display
2023-11-04 22:00:17 -07:00
shamoon
46faa2996d
Add coverage for refresh fields on create
2023-11-04 21:40:17 -07:00
shamoon
6dd63eed22
Show link button for url component
2023-11-04 20:12:17 -07:00
shamoon
b7f3064a81
Better display for custom field errors
2023-11-04 16:34:55 -07:00
shamoon
728866672b
Fix unrelated bug with changing detail tab before tag loaded
2023-11-04 10:02:12 -07:00
shamoon
3b5ed5e48e
Update paperless-custom-field.ts
2023-11-04 09:48:16 -07:00
shamoon
fd8ba7c41c
Add float & monetary custom field types
2023-11-04 09:47:03 -07:00
shamoon
4152166693
Basic custom field searching
2023-11-03 23:44:57 -07:00
shamoon
ba7be2c57e
Fix 404 on initial load sometimes
2023-11-03 15:48:22 -07:00
shamoon
59a08ff2a2
Update frontend for new custom_fields API spec
2023-11-03 02:19:25 -07:00
shamoon
99d1de543c
Respect permissions for customfielddropdown
2023-11-03 00:26:32 -07:00
shamoon
3787f4f8fe
Rework doc details nav
...
scroll doc details nav on mobile
Update styles.scss
2023-11-01 23:33:17 -07:00
shamoon
383a5ed089
Update document-detail.component.ts
2023-11-01 22:22:15 -07:00
shamoon
e06a98da37
Update not found text, support create field from select
2023-11-01 19:14:11 -07:00
shamoon
6a0e56662c
Move nav
2023-11-01 19:14:11 -07:00
shamoon
6ed740756e
Frontend support for boolean + url custom fields
2023-11-01 19:14:11 -07:00
shamoon
df973922c3
Frontend custom fields coverage
2023-11-01 19:14:11 -07:00
shamoon
7879b9e91b
Working removal of custom fields
2023-11-01 19:14:11 -07:00
shamoon
44728aa048
Working frontend custom field editing
2023-11-01 19:14:11 -07:00
shamoon
9b953f3dd6
Test fixes
2023-11-01 19:14:11 -07:00
shamoon
877b9325c4
Custom Fields dropdown, skeleton of posting custom fields
2023-11-01 19:14:11 -07:00
shamoon
548ffd46b0
Custom fields admin area, comment out detached fields code
2023-11-01 19:14:11 -07:00
shamoon
6f62da077a
Saving work, basic frontend getting & display
2023-11-01 19:14:11 -07:00
shamoon
2a3baf5aec
Adds Bulgarian translation ( #4470 )
2023-11-01 06:49:52 -07:00
Paperless-ngx Bot [bot]
f92ae3b232
New Crowdin updates ( #4113 )
2023-10-31 15:45:28 -07:00
shamoon
03523244ef
Update share-links-dropdown.component.ts
2023-10-31 15:44:53 -07:00
shamoon
55e799b833
Fix: visually hidden text breaks delete button wrap ( #4462 )
2023-10-30 19:57:11 -07:00
shamoon
f695d4b9da
Fix: correct some form typography and styling
2023-10-27 11:41:55 -07:00
shamoon
9880f9ebc7
Feature: support sorting sidebar saved views ( #4381 )
2023-10-20 02:41:01 +00:00
shamoon
fd8de5b1ea
Fix: replace drag drop & clipboard dependencies with Angular CDK ( #4362 )
...
* Swap ngx-drag-drop dependency for Angular CDK
* Swap ngx-clipboard dependency for Angular CDK
2023-10-16 19:46:16 -07:00
shamoon
27772257a8
Fix btn-link hover colors per primary color lightness
2023-10-15 13:58:40 -07:00
shamoon
5665db844e
Fix: hover colors, empty lists, disable autocomplete, translation strings
2023-10-15 12:00:30 -07:00
shamoon
21a9963a2b
Fix: dashboard sidebar sticky, bottom margin
2023-10-15 11:34:59 -07:00
shamoon
6acd30eda1
Fix slim sidebar animation on xxxl screens
2023-10-09 10:01:14 -07:00
shamoon
d9abae51b5
Merge branch 'v2.0-visual-fixes' into dev
2023-10-07 19:42:47 -07:00
shamoon
f7f5d0efa6
Fix: get highest ASN regardless of user ( #4326 )
2023-10-06 17:22:31 -07:00
shamoon
6973691cce
Enhancement: dashboard improvements, drag-n-drop reorder dashboard views ( #4252 )
...
* Updated dashboard
* Make entire screen dropzone on dashboard too
* Floating upload widget status alerts
* Visual tweaks: spacing, borders
* Better empty view widget
* Support drag + drop reorder of dashboard saved views
* Update messages.xlf
* Disable dashbaord dnd if global dnd active
* Remove ngx-file-drop dep, rebuild file-drop & upload files widget
* Revert custom file drop implementation
* Try patch-package fix
* Simplify dropzone transitions to make more reliable
* Update messages.xlf
* Update dashboard.spec.ts
* Fix coverage
2023-09-28 10:18:12 -07:00
shamoon
a74740877a
Fix: remove note max height ( #4287 )
2023-09-28 09:20:07 -07:00
shamoon
70b566f746
Update translation string for tasks dialog ( #4263 )
2023-09-25 10:53:36 -07:00
shamoon
f3d6756fba
Enhancement: settings reorganization & improvements, separate admin section ( #4251 )
...
* Separate admin / manage sections
* Move mail settings to its own component
* Move users and groups to its own component
* Move default permissions to its own settings tab
* Unify list styling, add tour step, refactor components
* Only patch saved views that have changed on settings save
* Update messages.xlf
* Remove unused methods in settings.component.ts
* Drop admin section to bottom of sidebar, cleanup outdated, add docs link to dropdown
* Better visually unify management list & other list pages
2023-09-24 19:24:28 -07:00
shamoon
9712ac109d
Feature: consumption templates ( #4196 )
...
* Initial implementation of consumption templates
* Frontend implementation of consumption templates
Testing
* Support consumption template source
* order templates, automatically add permissions
* Support title assignment in consumption templates
* Refactoring, filters to and, show sources on list
Show sources on template list, update some translation strings
Make filters and
minor testing
* Update strings
* Only update django-multiselectfield
* Basic docs, document some methods
* Improve testing coverage, template multi-assignment merges
2023-09-22 16:53:13 -07:00
shamoon
86d223fd93
Fix mixed rule / owner check, component input / output
2023-09-22 01:20:25 -07:00
shamoon
205106b566
Support edit permissions for mail rules and accounts
2023-09-22 01:01:35 -07:00
shamoon
54099d8441
Fix settings users initialization before groups
2023-09-21 23:35:40 -07:00
shamoon
02bf0349ca
Support default permissions for object creation via frontend ( #4233 )
2023-09-21 16:28:22 -07:00
shamoon
0d01295e79
Update GitHub strings
...
See #4024
2023-09-19 20:34:27 -07:00
shamoon
f5717cca1c
Enhancement: bulk edit object permissions ( #4176 )
...
* bulk_edit_object_perms API endpoint
* Frontend support for bulk object permissions edit
2023-09-19 13:40:21 -07:00
Marwan Khalil
95c12c1840
Fix: completely hide upload widget if user does not have permissions ( #4198 )
2023-09-17 14:53:20 +00:00
shamoon
4de1cb0a09
Fix application of theme color vars at root ( #4193 )
2023-09-16 01:08:03 -07:00