Commit Graph

9619 Commits

Author SHA1 Message Date
jonaswinkler 9093ac5901 more localization tags #123 2020-12-28 22:54:49 +01:00
Jo Vandeginste 755da317ea Update settings.py 2020-12-28 22:37:53 +01:00
Jo Vandeginste 6834c70bae Allow extending INSTALLED_APPS via environment
This allows a user to add "apps" (aka parsers) through the environment.

Especially useful when using Docker, and adding a test-parser.

Usage:

```yaml
services:
  webserver:
    environment:
      PAPERLESS_APPS: paperless_tika.apps.PaperlessTikaConfig
```

You can add more by separating them with a `,`:

```yaml
PAPERLESS_APPS: app1,app2
```
2020-12-28 22:19:30 +01:00
Michael Shamoon 1297c0911c Theme tweaks
See https://github.com/jonaswinkler/paperless-ng/issues/194
2020-12-28 12:56:00 -08:00
Michael Shamoon ebcf4e2d81 Set on init 2020-12-28 12:54:00 -08:00
jonaswinkler bd3a2306d6 better toasts 2020-12-28 21:52:09 +01:00
jonaswinkler 27666da4e9 more translation tags #123 2020-12-28 21:29:28 +01:00
Michael Shamoon 70f7b614e6 Merge branch 'dev' into feature/dark-mode 2020-12-28 10:26:33 -08:00
jonaswinkler 9bf4ce25b2 Merge branch 'dev' into travis-multiarch-builds 2020-12-28 17:54:48 +01:00
jonaswinkler d51848cdc0 Merge branch 'travis-multiarch-builds' of github.com:jonaswinkler/paperless-ng into travis-multiarch-builds 2020-12-28 17:54:42 +01:00
jonaswinkler 7d86ee32af Merge branch 'master' into dev 2020-12-28 17:25:00 +01:00
jonaswinkler 70c02a1c82 fixes #185 2020-12-28 17:20:07 +01:00
jonaswinkler 39637fc4aa fixes #175 2020-12-28 17:09:19 +01:00
jonaswinkler 1de7a490b4 #186 allow filtering for documents with no correspondents / tags / types 2020-12-28 17:04:53 +01:00
jonaswinkler 6d4aa76405 fixes #196 2020-12-28 15:59:06 +01:00
jonaswinkler 27ae4f6b1e fixes #197 2020-12-28 15:48:35 +01:00
jonaswinkler d6e733c56f add more localization tags #123 2020-12-28 15:39:53 +01:00
Jonas Winkler 7497e0f6b9 Merge pull request #198 from MarkSchmitt/travis-multiarch-builds
Travis multi-arch builds: only build and push docker containers on special branches and tags
2020-12-28 13:36:33 +01:00
jonaswinkler aa6e96e54d fix pycodestyle 2020-12-28 13:33:58 +01:00
jonaswinkler 3d173a13ab move the two post bulk edit tasks into one 2020-12-28 13:31:22 +01:00
Fabian Koller bdf2e29843 Verify role for Ubuntu 20.04 2020-12-28 12:51:49 +01:00
jonaswinkler 7beb8a0929 fix enter select 2020-12-28 12:51:09 +01:00
jonaswinkler 8af0259671 rework the bulk editor 2020-12-28 12:36:26 +01:00
jonaswinkler 67953c98a9 remove some non-required stuff 2020-12-28 12:32:36 +01:00
jonaswinkler 527c533958 improve performance of the toggle dropdown button 2020-12-28 12:32:21 +01:00
jonaswinkler 544ca8d008 add ability to manually clear the cache on matching models 2020-12-28 12:31:50 +01:00
jonaswinkler bd02c78966 fix the filter pipe 2020-12-28 12:31:30 +01:00
jonaswinkler 9e311241b3 rename some stuff 2020-12-28 12:31:14 +01:00
jonaswinkler e228e18f04 it must have been late when I tried to do this 2020-12-28 12:29:53 +01:00
jonaswinkler e2bea3aee3 add missing index task 2020-12-28 12:29:34 +01:00
Mark Schmitt ba9b5c50d2 Add stage definitions of test jobs and add test to list of stages
Defining the stages instead of having travis guess them and implicitly build an order
ensures that the test stage is executed before the docker images are built.
2020-12-28 12:24:39 +01:00
Mark Schmitt 61834581d5 Move build condition into separate stages list 2020-12-28 12:22:35 +01:00
Jonas Winkler 08beaf81d5 Update README.md 2020-12-28 12:03:30 +01:00
Fabian Koller 1276419ec6 Add molecule test for role
Only test default installation with jbig2enc and sqlite
2020-12-28 11:28:19 +01:00
Fabian Koller ef9631ae24 Drop all permissions to paperlessng user
Also make role idempotent
2020-12-28 11:18:24 +01:00
Michael Shamoon 86079a936e Initial theme SCSS 2020-12-27 23:05:52 -08:00
Michael Shamoon c6acf2f7f6 Prevent FOIT 2020-12-27 23:05:42 -08:00
Michael Shamoon 28b7c3c208 Logo svg inline 2020-12-27 23:05:34 -08:00
Michael Shamoon 75c8cd9967 Dark mode settings logic 2020-12-27 23:05:19 -08:00
jonaswinkler 4fb5dce5e7 selection model 2020-12-28 00:52:28 +01:00
jonaswinkler b8e7506de4 partial selection model implementation 2020-12-27 23:55:19 +01:00
Mark Schmitt 0560ac2a95 Use conditions to prevent builds on branches / tags other than master, dev and ng-* 2020-12-27 20:01:21 +01:00
Jonas Winkler 131ebf0480 Update README.md 2020-12-27 17:07:33 +01:00
jonaswinkler 80420a99f5 Merge branch 'dev' into feature-bulk-edit 2020-12-27 17:06:17 +01:00
jonaswinkler 6a70369a77 update index after bulk edit operations #195 2020-12-27 17:05:35 +01:00
jonaswinkler fb83069975 fix test case. 2020-12-27 14:50:57 +01:00
jonaswinkler f61ecadf76 Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev 2020-12-27 14:47:40 +01:00
Jonas Winkler f040c4e593 Merge pull request #192 from shamoon/fix/ios-safari-input-zoom
Avoid ios safari input zoom
2020-12-27 14:46:20 +01:00
jonaswinkler c2a47ca4b1 remove "selectionSpansPages" 2020-12-27 13:34:54 +01:00
jonaswinkler a283b815ef refactor 2020-12-27 13:34:36 +01:00