38 Commits

Author SHA1 Message Date
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
43288153e0 Add frontend owner filtering
Add owner to doc cards, table
Frontend testing for owner filtering
2023-05-08 15:34:14 -07:00
Michael Shamoon
ddad706ec0 fix merge conflict 2022-06-01 09:28:26 -07:00
shamoon
e168bde125 Merge branch 'dev' into feature-created-date 2022-05-26 14:28:33 -07:00
Michael Shamoon
caa9c49e05 use created_date 2022-05-18 03:25:02 -07:00
Michael Shamoon
083290e798 PaperlessUiSettings data object 2022-05-17 11:13:19 -07:00
Michael Shamoon
67a1ad37fc handle very old date strings 2022-04-30 22:01:04 -07:00
Michael Shamoon
1a1f5e98ef pipe typo
[ci skip]
2022-03-25 01:50:04 -07:00
Michael Shamoon
8565a2c3ed Unify management lists with single template 2022-03-23 13:31:00 -07:00
Frank Strieter
4377d15599 test: remove most of the boilerplate tests 2022-03-23 09:24:07 +01:00
Michael Shamoon
bd4a705769 Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00
Michael Shamoon
bb5ac02289 Merge branch 'dev' into feature/any-all-filtering 2022-02-14 22:23:31 -08:00
jonaswinkler
2247e25a9b Merge branch 'normalize-whitespace' into dev 2021-06-13 19:06:08 +02:00
Michael Lynch
96738277d9 Normalize whitespace in source files
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.

This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
jonaswinkler
910ac7d9b4 update datepipe implementation due to interface change 2021-06-13 15:27:04 +02:00
jonaswinkler
0ef414cc5c change ISO date to always display 4 digit years #736 2021-03-10 18:15:23 +01:00
jonaswinkler
e8ab6f1b08 fixed a regression in the date pipe 2021-02-25 16:22:50 +01:00
jonaswinkler
8e89c4ddab add support for iso 8601 date display 2021-02-17 12:15:22 +01:00
Michael Shamoon
0054e5ecbd Remove unused interface 2021-01-20 19:36:47 -08:00
jonaswinkler
d93dd20c7f add configuration option for changing date display in paperless #325 2021-01-17 00:15:45 +01:00
jonaswinkler
af58998e44 configuration option for type of PDF viewer fixes #337 2021-01-14 13:35:43 +01:00
jonaswinkler
a42a2c3733 fix enter select 2020-12-28 12:51:09 +01:00
jonaswinkler
560a003e67 fix the filter pipe 2020-12-28 12:31:30 +01:00
jonaswinkler
cdf8c64535 Merge branch 'dev' into feature-bulk-edit 2020-12-25 22:19:10 +01:00
jonaswinkler
54265abba0 more translation markers 2020-12-23 22:34:30 +01:00
Michael Shamoon
5a4807f3f9 Refactor dropdown button component 2020-12-19 22:31:14 -08:00
Michael Shamoon
84c6c73c74 Refactor SlectableItem to ToggleableItem 2020-12-19 21:52:45 -08:00
Michael Shamoon
469970e7ac Refactor filterable dropdowns to allow intermediate state 2020-12-19 00:13:08 -08:00
Michael Shamoon
d3b63c1bc3 Merge branch 'dev' into feature-bulk-editor 2020-12-18 14:55:21 -08:00
jonaswinkler
6aab50ed73 more fixes regarding empty titles 2020-12-16 16:44:54 +01:00
Michael Shamoon
08a9e5606c Merge branch 'dev' into quick-filters 2020-12-13 11:27:40 -08:00
Michael Shamoon
e78b6c1a71 Merge branch 'dev' into fix/issue-65 2020-12-11 14:29:26 -08:00
Michael Shamoon
963043d8e9 Use ng2-pdf-viewer
And remove now-unused safeUrl pipe
2020-12-11 14:22:02 -08:00
jonaswinkler
6d924e6f5c fixes #115 2020-12-11 17:57:56 +01:00
Michael Shamoon
f9648af2c0 Basic tags, correspondents & document type dropdowns 2020-12-09 01:27:35 -08:00
jonaswinkler
f45dbdacbf more metadata #32 2020-12-08 16:09:47 +01:00
jonaswinkler
efa2b5a315 Addresses #99 entirely. 2020-12-07 23:42:18 +01:00
Jonas Winkler
8693bee4ac added paperless ui 2020-10-27 01:11:32 +01:00