355 Commits

Author SHA1 Message Date
Mike Unke
3febfd57c2 Open preview link in new browser tab 2022-04-19 21:47:49 +02:00
Michael Shamoon
f173f59ec7 fix some broken css vars 2022-04-07 14:27:49 -07:00
shamoon
2e6180d792 Merge pull request #283 from paperless-ngx/feature-global-dragdrop
Feature: global drag'n'drop
2022-04-07 12:14:59 -07:00
shamoon
beee9f312e 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
678801d612 100vh body height, fix filter editor horizontal overflow 2022-04-05 13:33:24 -07:00
shamoon
5ed8a25e5b disable download buttons while awaiting zip 2022-04-02 22:23:42 -07:00
Michael Shamoon
bd3dccfa9d Fix save view error for filter_rules
see #601
2022-04-02 19:49:58 -07:00
Michael Shamoon
023aff7ced Properly display api errors on list filter & translate error message 2022-04-02 19:45:54 -07:00
Michael Shamoon
a239cffee3 Remove unused var 2022-03-28 00:06:42 -07:00
Michael Shamoon
cdc5e78ab4 Clarify query var transformation code 2022-03-27 23:47:53 -07:00
Michael Shamoon
664cfd0b5c Clear all subscriptions, switchMap 2022-03-27 23:41:29 -07:00
Michael Shamoon
bb8e2ee48b move const 2022-03-27 00:25:27 -07:00
Michael Shamoon
9185d5a8ef Fix quick filtering 2022-03-27 00:09:09 -07:00
Michael Shamoon
22a90363f6 Allow filtering by document metadata 2022-03-27 00:08:08 -07:00
Michael Shamoon
c198c61a59 Query vars for filtering 2022-03-26 23:18:12 -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
shamoon
dd02c7dea2 Merge pull request #372 from paperless-ngx/feature-bottom-pagination
Feature: Add bottom pagination
2022-03-22 22:58:58 -07:00
shamoon
45eec40ab8 Merge pull request #313 from paperless-ngx/fix-issue-311
Fix #311 unable to click checkboxes in document list
2022-03-22 14:59:34 -07:00
Michael Shamoon
16128873ca Allow shorter search strings with Enter key 2022-03-18 23:30:26 -07:00
Michael Shamoon
bdcc68478f Add minimum length to text filter 2022-03-16 08:46:07 -07:00
Michael Shamoon
1648a7cdf9 Add bottom pagination 2022-03-15 00:58:58 -07:00
Michael Shamoon
e08c1b1ed0 Prevent event collision 2022-03-13 08:41:36 -07:00
Michael Shamoon
bd4a705769 Prettier code cleanup for .ts files
See #182
2022-03-11 11:58:19 -08:00
Michael Shamoon
ffc1dee60d Make correspondent links on cards buttons 2022-03-08 16:45:36 -08:00
Michael Shamoon
6211846e14 Initial conversion to css variables 2022-03-08 14:49:40 -08:00
Michael Shamoon
d4207cba8c card checkboxes werent clickable 2022-02-25 00:49:32 -08:00
Michael Shamoon
c8e59b3e22 Use calc instead of sass math 2022-02-21 08:50:50 -08:00
Quinn Casey
ddb0111b11 Remove trailing whitespace 2022-02-21 06:46:42 -08:00
Michael Shamoon
8558559c00 bs5: document list table checkboxes 2022-02-19 23:05:41 -08:00
Michael Shamoon
52b9ea44f8 bs5: fix card checkboxes no longer custom controls 2022-02-19 22:57:04 -08:00
Michael Shamoon
1545ed6ab8 bs5: fix document list sort form toggle button 2022-02-19 22:25:06 -08:00
Michael Shamoon
76b2031717 bs5: fix filter editor spacing 2022-02-19 22:20:53 -08:00
Michael Shamoon
81f1e9c7ab bs5: fix toggle buttons 2022-02-19 21:46:15 -08:00
Michael Shamoon
221857b013 bs5: fix underline weirdness 2022-02-19 21:39:02 -08:00
Michael Shamoon
3a6ff637cb bs5: fix small cards display 2022-02-19 21:38:29 -08:00
Michael Shamoon
baad7131bc bs5: fix large card display 2022-02-19 21:38:07 -08:00
Yannic Schroeder
39a4fcbf46 Migrate Bootstrap close buttons to v5
https://getbootstrap.com/docs/5.0/migration/#close-button
2022-02-20 01:43:31 +01:00
Yannic Schroeder
0aaf553acc Migrate Bootstrap utilities to v5
Names of utility classes have changed:
https://getbootstrap.com/docs/5.0/migration/#utilities
2022-02-20 01:25:57 +01:00
Yannic Schroeder
0deaf25285 Fix wrong migrations from update to Angular 13 2022-02-20 00:15:43 +01:00
Yannic Schroeder
73f1bcc9ef Update to Angular 13 2022-02-20 00:14:35 +01:00
Yannic Schroeder
03ad3cab46 Fix deprecated Sass syntax 2022-02-20 00:14:35 +01:00
shamoon
6e866a4594 Merge pull request #10 from shamoon/feature/any-all-filtering
Feature: any / all filtering with tags
2022-02-19 14:52:55 -08:00
Michael Shamoon
bb5ac02289 Merge branch 'dev' into feature/any-all-filtering 2022-02-14 22:23:31 -08:00
Jonas Winkler
ee098d1577 Merge pull request #1297 from shamoon/feature/issue-1260
Add loading indicator when document list reloading
2021-09-10 20:37:37 +02:00
Michael Shamoon
028156d0c8 Add i18n 2021-09-10 11:28:49 -07:00
Michael Shamoon
e77f8be778 Show loading with spinner on document list reloading 2021-09-08 21:12:44 -07: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
5218fb6ae7 frontend support for fulltext sorting 2021-05-15 18:48:39 +02:00
jonaswinkler
4daab1809d only show score when sorting by score 2021-05-15 17:25:49 +02:00