Dominik Bruhn
2258350fa2
Enhancement: Hide Columns in Document List if the User does not have the permissions
2024-04-16 21:39:53 +02:00
shamoon
579c35a3fe
Fix: isFiltered check before filter editor init
2024-04-07 15:38:38 -07:00
shamoon
7afc91e7b1
Fix: spacing in reset and incorrect display in saved views ( #6324 )
2024-04-07 20:50:31 +00:00
shamoon
954912cac3
Update translation strings
2024-04-07 12:41:08 -07:00
shamoon
4af8070450
Feature: PDF actions - merge, split & rotate ( #6094 )
2024-03-25 18:41:24 -07:00
shamoon
a3892302b0
Fix: formatting, tiny large card rounded corners bug
2024-03-05 22:40:52 -08:00
shamoon
0f5e935214
Fix: header button wrapping issues on mobile
2024-03-04 17:00:19 -08:00
shamoon
47dfe85a7c
Fix: allow relative date queries not in quick list ( #5801 )
2024-02-16 22:36:45 -08:00
shamoon
718171a125
Resolve svg rem width/height attribute warning
2024-02-06 14:50:08 -08:00
shamoon
aaa130e20d
Feature: allow create objects from bulk edit ( #5667 )
2024-02-06 15:31:07 +00:00
shamoon
454098630b
Enhancement: mergeable bulk edit permissions ( #5508 )
2024-02-01 19:56:57 +00:00
shamoon
5e3d1b26e7
Fix: Dont attempt to retrieve objects for which user doesnt have global permissions ( #5612 )
2024-02-01 01:20:14 -08:00
shamoon
4996b7e5f7
Correct position of text filter clear button
2024-01-30 22:06:22 -08:00
shamoon
1141c3f361
Fix: fix calendar popup header background color and disable browser autofill ( #5514 )
2024-01-23 19:48:41 -08:00
shamoon
5781a0d51f
Fix frontend tests icon imports
2024-01-19 22:28:32 -08:00
shamoon
bb98fc5f65
Chore: better bootstrap icons ( #5403 )
2024-01-18 00:27:38 +00:00
shamoon
f525ac0af6
Chore: add pre-commit hook for codespell ( #5324 )
2024-01-08 13:03:05 -08:00
shamoon
66b2d90c50
Refactor frontend data models
2023-12-19 22:36:35 -08:00
shamoon
a6248bec2d
Chore: Update Angular to v17 ( #4980 )
2023-12-19 15:02:05 -08:00
shamoon
5e8de4c1da
Enhancement: shared icon & shared by me filter ( #4859 )
2023-12-19 20:45:04 +00:00
shamoon
9e93ae952a
Enhancement: Improved popup preview, respect embedded viewer, error handling ( #4947 )
2023-12-18 16:41:51 +00:00
shamoon
0eb17e7102
Fix: Miscellaneous visual fixes in v2.0.0-beta.rc1 2 ( #4635 )
...
* Fix filter editor sticky top spacing
* Fix management list long title text alignment
* Fix paperless green using incorrect lightness value
2023-11-19 16:13:38 -08:00
shamoon
ef9669cdb6
Fix: Miscellaneous v2.0 visual fixes ( #4576 )
...
* Fix notes count in tab button wrapping
* Fix position of custom fields dropdown on mobile
* Limit list view title width
* Update messages.xlf
2023-11-13 19:54:01 -08:00
Trenton H
facb7226fe
Chore: Backend bulk updates ( #4509 )
2023-11-13 17:09:56 +00:00
shamoon
10729f0362
Feature: Implement custom fields for documents ( #4502 )
...
Adds custom fields of certain data types, attachable to documents and searchable
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-11-05 17:27:23 -08: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
5ee9ad3e4f
Migrate frontend prefix to -pngx
2023-09-14 14:51:02 -07:00
shamoon
faed7683be
Frontend better handle slow backend requests
2023-09-08 19:49:54 -07:00
shamoon
423e0768f9
Improved error notifications
2023-09-08 11:49:56 -07:00
shamoon
3dda02660c
Implement isNumber pipe
2023-08-12 08:31:42 -07:00
shamoon
9291c98189
Improve 404 navigation and styling
2023-08-09 00:30:20 -07:00
shamoon
851290ee89
Merge branch 'dev' into feature-widget-buttons
2023-07-27 11:49:17 -07:00
shamoon
a8c6c55e3b
Useful buttons for saved view widgets
2023-07-26 11:36:55 -07:00
shamoon
992a647424
Fix large card date hover text color
2023-07-26 11:31:37 -07:00
Trenton H
8aa5ecde62
Updates some Python dependencies and the hooks
2023-07-20 18:30:11 -07:00
Christian Speich
2351c79282
Use row gap for filter editor
...
Fixes other indentation in filter-editor
2023-06-22 11:13:17 -07:00
shamoon
06def8c11e
frontend unit tests
...
toasts component testing
conditional import of angular setup-jest for vscode-jest support
Update jest.config.js
Create open-documents.service.spec.ts
Add unit tests for all REST services
settings service test
Remove component from settings service test
Create permissions.service.spec.ts
upload documents service tests
Update package.json
Create toast.service.spec.ts
Tasks service test
Statistics widget component tests
Update permissions.service.ts
Create app.component.spec.ts
settings component testing
tasks component unit testing
Management list component generic tests
Some management component tests
document notes component unit tests
Create document-list.component.spec.ts
Create save-view-config-dialog.component.spec.ts
Create filter-editor.component.spec.ts
small and large document cards unit testing
Create bulk-editor.component.spec.ts
document detail unit tests
saving work on documentdetail component spec
Create document-asn.component.spec.ts
dashboard & widgets unit testing
Fix ResizeObserver mock
common component unit tests
fix some merge errors
Update app-frame.component.spec.ts
Create page-header.component.spec.ts
input component unit tests
FilterableDropdownComponent unit testing
and found minor errors
update taskservice unit tests
Edit dialogs unit tests
Create date-dropdown.component.spec.ts
Remove selectors from guard tests
confirm dialog component tests
app frame component test
Miscellaneous component tests
Update document-list-view.service.spec.ts
directives unit tests
Remove unused resizeobserver mock
guard unit tests
Update query-params.spec.ts
try to fix flaky playwright
filter rules utils & testing
Interceptor unit tests
Pipes unit testing
Utils unit tests
Update upload-documents.service.spec.ts
consumer status service tests
Update setup-jest.ts
Create document-list-view.service.spec.ts
Update app-routing.module.ts
2023-06-15 23:53:04 -07:00
shamoon
e329f6cdf1
Fix display of private items in small cards
2023-06-03 16:16:05 -07:00
shamoon
325809fbbf
other minor css fixes after bootstrap update
2023-06-03 16:03:00 -07:00
shamoon
3c4dadd905
Re-work filter editor, bulk editor & reset buttons
2023-05-09 19:48:04 -07:00
shamoon
c2b5451fe4
Add frontend owner filtering
...
Add owner to doc cards, table
Frontend testing for owner filtering
2023-05-08 15:34:14 -07:00
shamoon
c992661a17
Merge pull request #2966 from paperless-ngx/feature-double-click
...
Feature: double-click docs
2023-03-30 18:40:37 -07:00
shamoon
45c9518a6d
Add visual feedback to table titles
2023-03-29 09:20:26 -07:00
shamoon
95d32dc0da
Implement double-click documents
2023-03-28 23:26:13 -07:00
shamoon
276d11e4e8
Merge pull request #2904 from paperless-ngx/feature-improve-comments-ui
...
Enhancement: rename comments to notes and improve notes UI
2023-03-19 14:34:49 -07:00
shamoon
bf8ae22f3f
Rename comments --> notes
2023-03-18 13:59:17 -07:00
shamoon
741152dd50
Update bulk-editor.component.html
...
[ci skip]
2023-03-17 23:13:01 -07:00
shamoon
89c639f850
Just include comments on document object
2023-03-17 18:47:03 -07:00
shamoon
e19dd2d527
Support navigating directly to comments
2023-03-17 18:47:03 -07:00
shamoon
3911740360
Show number of comments on cards, tab
2023-03-17 18:47:03 -07:00