shamoon
a4aae46462
Enhancement: speed up merge document list retrieval
2024-04-19 10:17:17 -07: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
shamoon
895defd699
Fix: isFiltered check before filter editor init
2024-04-07 15:38:38 -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
17e53dd020
Feature: PDF actions - merge, split & rotate ( #6094 )
2024-03-25 18:41:24 -07:00
shamoon
3442f66d56
Fix: formatting, tiny large card rounded corners bug
2024-03-05 22:40:52 -08:00
shamoon
ab4b9e8100
Fix: header button wrapping issues on mobile
2024-03-04 17:00:19 -08:00
shamoon
980bab15df
Fix: allow relative date queries not in quick list ( #5801 )
2024-02-16 22:36:45 -08:00
shamoon
211caf8a8a
Resolve svg rem width/height attribute warning
2024-02-06 14:50:08 -08:00
shamoon
7a760d7679
Feature: allow create objects from bulk edit ( #5667 )
2024-02-06 15:31:07 +00:00
shamoon
027b661a4e
Enhancement: mergeable bulk edit permissions ( #5508 )
2024-02-01 19:56:57 +00:00
shamoon
b719a2a673
Fix: Dont attempt to retrieve objects for which user doesnt have global permissions ( #5612 )
2024-02-01 01:20:14 -08:00
shamoon
97c05c60b7
Correct position of text filter clear button
2024-01-30 22:06:22 -08:00
shamoon
a5310c36da
Fix: fix calendar popup header background color and disable browser autofill ( #5514 )
2024-01-23 19:48:41 -08:00
shamoon
f41ee267dc
Fix frontend tests icon imports
2024-01-19 22:28:32 -08:00
shamoon
44ec85947d
Chore: better bootstrap icons ( #5403 )
2024-01-18 00:27:38 +00:00
shamoon
f52ba29baf
Chore: add pre-commit hook for codespell ( #5324 )
2024-01-08 13:03:05 -08:00
shamoon
9a15843b3b
Refactor frontend data models
2023-12-19 22:36:35 -08:00
shamoon
daed79ee98
Chore: Update Angular to v17 ( #4980 )
2023-12-19 15:02:05 -08:00
shamoon
5e361b0e81
Enhancement: shared icon & shared by me filter ( #4859 )
2023-12-19 20:45:04 +00:00
shamoon
ccaebaddaa
Enhancement: Improved popup preview, respect embedded viewer, error handling ( #4947 )
2023-12-18 16:41:51 +00:00
shamoon
4e027d0ddc
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
863971a8c6
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
ab9e561317
Chore: Backend bulk updates ( #4509 )
2023-11-13 17:09:56 +00:00
shamoon
a792bf1ca1
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
182b4e6c72
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
6cbf30991d
Migrate frontend prefix to -pngx
2023-09-14 14:51:02 -07:00
shamoon
c80c3b3374
Frontend better handle slow backend requests
2023-09-08 19:49:54 -07:00
shamoon
cca465aa00
Improved error notifications
2023-09-08 11:49:56 -07:00
shamoon
2124c8aefe
Implement isNumber pipe
2023-08-12 08:31:42 -07:00
shamoon
11b9347763
Improve 404 navigation and styling
2023-08-09 00:30:20 -07:00
shamoon
905f8fea6e
Merge branch 'dev' into feature-widget-buttons
2023-07-27 11:49:17 -07:00
shamoon
c4d57522a2
Useful buttons for saved view widgets
2023-07-26 11:36:55 -07:00
shamoon
f05bcb4a35
Fix large card date hover text color
2023-07-26 11:31:37 -07:00
Trenton H
dbcf040dde
Updates some Python dependencies and the hooks
2023-07-20 18:30:11 -07:00
Christian Speich
1be797a466
Use row gap for filter editor
...
Fixes other indentation in filter-editor
2023-06-22 11:13:17 -07:00
shamoon
181673c9a3
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
0f9c642f0f
Fix display of private items in small cards
2023-06-03 16:16:05 -07:00
shamoon
8b80c46628
other minor css fixes after bootstrap update
2023-06-03 16:03:00 -07:00
shamoon
4d84a0a87b
Re-work filter editor, bulk editor & reset buttons
2023-05-09 19:48:04 -07:00
shamoon
43288153e0
Add frontend owner filtering
...
Add owner to doc cards, table
Frontend testing for owner filtering
2023-05-08 15:34:14 -07:00
shamoon
52b11241f8
Merge pull request #2966 from paperless-ngx/feature-double-click
...
Feature: double-click docs
2023-03-30 18:40:37 -07:00
shamoon
5c21c15b16
Add visual feedback to table titles
2023-03-29 09:20:26 -07:00
shamoon
da8ee368c1
Implement double-click documents
2023-03-28 23:26:13 -07:00
shamoon
f87574194f
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
5108bbc192
Rename comments --> notes
2023-03-18 13:59:17 -07:00
shamoon
d6fe540988
Update bulk-editor.component.html
...
[ci skip]
2023-03-17 23:13:01 -07:00
shamoon
78cb8cff69
Just include comments on document object
2023-03-17 18:47:03 -07:00
shamoon
8bcb365e53
Support navigating directly to comments
2023-03-17 18:47:03 -07:00