Commit Graph

947 Commits

Author SHA1 Message Date
Michael Shamoon e16ab324f4 Always accept yyyy-mm-dd date inputs 2022-05-01 21:38:04 -07:00
Michael Shamoon 2940686fba show errors on invalid date input 2022-05-01 14:07:31 -07:00
shamoon 7ae31def4f Merge pull request #852 from paperless-ngx/fix-818
Fix: Older dates do not display on frontend
2022-05-01 13:36:55 -07:00
Michael Shamoon 45440eec1d handle very old date strings 2022-04-30 22:01:04 -07:00
Michael Shamoon 666641f990 reset password field visibility 2022-04-28 21:07:25 -07:00
Michael Shamoon 654ef06682 Merge branch 'main' into dev 2022-04-25 10:33:40 -07:00
Mike Unke b4ecf8e28e Open preview link in new browser tab 2022-04-19 21:47:49 +02:00
Michael Shamoon b2b202586c fix settings mobile display bugs 2022-04-17 00:36:47 -07:00
Michael Shamoon 3a8cc31f1b fix some css specificity issues, unused vars 2022-04-16 00:23:15 -07:00
Michael Shamoon 6478db13e6 miscellaneous css fixes / reorganization 2022-04-13 13:30:02 -07:00
Michael Shamoon 1d7ddcc10d Remove unneeded imports since change to css vars 2022-04-13 08:43:35 -07:00
Michael Shamoon 1c2699b16e Refactor contrast to use luminance function 2022-04-13 08:18:10 -07:00
Michael Shamoon d98a016087 Initial build of primary color contrast 2022-04-13 08:18:09 -07:00
Quinn Casey d47bb21389 Merge pull request #654 from paperless-ngx/fix-doc-detail-time
Fix: frontend document editing erases time data
2022-04-11 11:54:24 -07:00
Michael Shamoon 99d0a0845d fix scss organization
[ci skip]
2022-04-07 23:15:27 -07:00
Michael Shamoon b5a75be1db fix error case
[ci skip]
2022-04-07 23:06:46 -07:00
Michael Shamoon ca43c71cf5 fix some broken css vars 2022-04-07 14:27:49 -07:00
Michael Shamoon 9f9d7da1ce minor css hover + focus state fixes
[ci skip]
2022-04-07 13:51:36 -07:00
shamoon 58eb2d6f63 Merge pull request #283 from paperless-ngx/feature-global-dragdrop
Feature: global drag'n'drop
2022-04-07 12:14:59 -07:00
Michael Shamoon 784982718e retain document time / tz in detail form 2022-04-05 22:11:09 -07:00
shamoon 2f8d263c9c Merge pull request #630 from paperless-ngx/fix-disableable-download-buttons
Fix: download buttons should disable while waiting
2022-04-05 19:44:43 -07:00
Michael Shamoon f2c83f51de Cleanup file upload susbcriptions 2022-04-05 13:33:24 -07:00
Michael Shamoon fb76b72787 Delete upload-documents.service.spec.ts 2022-04-05 13:33:24 -07:00
Michael Shamoon bec6c4511c Cleaner activation with Angular directives 2022-04-05 13:33:24 -07:00
Michael Shamoon 77b9988d05 Refactor uploads to service, working global dd 2022-04-05 13:33:24 -07:00
Michael Shamoon 3e49f93816 100vh body height, fix filter editor horizontal overflow 2022-04-05 13:33:24 -07:00
Michael Shamoon 32f6932faf fix overlay background color in dark mode 2022-04-05 13:16:13 -07:00
Michael Shamoon db76e1d65f code formatting 2022-04-05 13:16:13 -07:00
Michael Shamoon 0136ba504b Delete upload-documents.service.spec.ts 2022-04-05 13:16:13 -07:00
Michael Shamoon 459e026f16 Add translation directive for upload message 2022-04-05 13:16:13 -07:00
Michael Shamoon 7562636151 Cleaner activation with Angular directives 2022-04-05 13:16:13 -07:00
Michael Shamoon 3acc65ca0d Fix broken toast animations & DOM removal 2022-04-05 13:16:13 -07:00
Michael Shamoon fde0f4ca0a Add initiating toast 2022-04-05 13:16:13 -07:00
Michael Shamoon 73cab2af2d Refactor uploads to service, working global dd 2022-04-05 13:16:12 -07:00
Felix E ccf9b1291e Merge pull request #591 from paperless-ngx/feature-version-checker
Feature: Update checker
2022-04-05 20:11:21 +02:00
Quinn Casey bf7002d0ae Merge pull request #616 from paperless-ngx/fix-save-vew-modal-errors
fix some api error displaying
2022-04-05 09:10:15 -07:00
Quinn Casey cbae145da5 Merge pull request #564 from paperless-ngx/feature-password-protected-pdfs
Feature: Show prompt on password-protected pdfs
2022-04-05 08:59:29 -07:00
shamoon 5fffa32630 disable download buttons while awaiting zip 2022-04-02 22:23:42 -07:00
Michael Shamoon 19d5feb483 Fix save view error for filter_rules
see #601
2022-04-02 19:49:58 -07:00
Michael Shamoon 199fc6be94 Properly display api errors on list filter & translate error message 2022-04-02 19:45:54 -07:00
Michael Shamoon 440467e304 Allow notify user if update checking not explicitly set 2022-04-02 10:10:49 -07:00
Michael Shamoon b58550bb79 refactor to update_available 2022-04-02 01:36:19 -07:00
Michael Shamoon bfd11060ec Add version check to app frame 2022-04-02 01:33:51 -07:00
Michael Shamoon 7b6dccf5ef RemoteVersionService 2022-04-02 01:33:51 -07:00
Michael Shamoon 6f0ac7ae45 Update bootstrap-icons.svg 2022-04-02 01:33:50 -07:00
Michael Shamoon 4e3183ee65 remove unused ngx-infinite-scroll
see https://github.com/jonaswinkler/paperless-ng/commit/9993381cda1fad164625259ede9dc57cb6620ad1
2022-04-01 14:19:59 -07:00
Michael Shamoon b7949d2e69 Add Belarusian localization 2022-03-31 19:42:08 -07:00
Michael Shamoon 85bf92ad2f Show prompt on password-protected pdfs 2022-03-29 15:38:09 -07:00
shamoon ce5fe61e67 Merge pull request #540 from paperless-ngx/filtering-query-params
Feature: Filtering query params aka browser navigation for filtering
2022-03-28 00:07:46 -07:00
Michael Shamoon 9e9266b92a Remove unused var 2022-03-28 00:06:42 -07:00