jonaswinkler
09bc259246
more settings
2020-12-29 17:09:07 +01:00
jonaswinkler
fe73f42495
added configuration option for the font #197 #207
2020-12-29 12:26:41 +01:00
Michael Shamoon
6dfc8c87a0
Semantic correction
2020-12-28 19:07:12 -08:00
Michael Shamoon
2cfce4047e
Fix hidden ng-select contents on focus
2020-12-28 17:49:10 -08:00
jonaswinkler
49eef18bda
use the actual name of the package #205
2020-12-29 02:25:39 +01:00
Jonas Winkler
cc8de5f9bf
Merge pull request #206 from MarcoBuster/fix-missing-libxslt-dev
...
Add missing libxslt-dev
2020-12-29 02:24:15 +01:00
Marco Aceti
2f70e73d91
Add libxslt-dev library to Dockerfile build
2020-12-29 01:57:46 +01:00
Michael Shamoon
7a8dce2d19
Fix bg color on large cards
2020-12-28 16:52:51 -08:00
Michael Shamoon
ca104f905e
Many small fixes to theme & inline logo
2020-12-28 16:46:08 -08:00
jonaswinkler
b0e5c569e2
Merge branch 'patch-2' of https://github.com/jovandeginste/paperless-ng into jovandeginste-patch-2
2020-12-29 01:08:46 +01:00
jonaswinkler
42915391c9
messed up, restore functionality
2020-12-28 23:53:18 +01:00
Michael Shamoon
33ab988970
Merge branch 'dev' into feature/dark-mode
2020-12-28 14:28:53 -08:00
jonaswinkler
3c5486322e
possible fix for #201
2020-12-28 23:24:08 +01:00
Michael Shamoon
10a7acfb30
Fix some white partial pixels around borders
2020-12-28 14:20:00 -08:00
jonaswinkler
5e4d610b5e
more localization tags #123
2020-12-28 22:54:49 +01:00
Jo Vandeginste
3f4db5cd32
Update settings.py
2020-12-28 22:37:53 +01:00
Jo Vandeginste
c3b4f40447
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
23b116d41f
Theme tweaks
...
See https://github.com/jonaswinkler/paperless-ng/issues/194
2020-12-28 12:56:00 -08:00
Michael Shamoon
40c0a4c0d4
Set on init
2020-12-28 12:54:00 -08:00
jonaswinkler
619e25d71b
better toasts
2020-12-28 21:52:09 +01:00
jonaswinkler
a881a7ee4f
more translation tags #123
2020-12-28 21:29:28 +01:00
Michael Shamoon
dd51d27cf8
Merge branch 'dev' into feature/dark-mode
2020-12-28 10:26:33 -08:00
jonaswinkler
541eaf9c0d
Merge branch 'dev' into travis-multiarch-builds
2020-12-28 17:54:48 +01:00
jonaswinkler
b656926354
Merge branch 'travis-multiarch-builds' of github.com:jonaswinkler/paperless-ng into travis-multiarch-builds
2020-12-28 17:54:42 +01:00
jonaswinkler
5c60d211e2
Merge branch 'master' into dev
2020-12-28 17:25:00 +01:00
jonaswinkler
def657e6db
fixes #185
2020-12-28 17:20:07 +01:00
jonaswinkler
b28987681e
fixes #175
2020-12-28 17:09:19 +01:00
jonaswinkler
afc95d2de6
#186 allow filtering for documents with no correspondents / tags / types
2020-12-28 17:04:53 +01:00
jonaswinkler
e62a86ded5
fixes #196
2020-12-28 15:59:06 +01:00
jonaswinkler
8af64936e6
fixes #197
2020-12-28 15:48:35 +01:00
jonaswinkler
15134db524
add more localization tags #123
2020-12-28 15:39:53 +01:00
Jonas Winkler
03a8a2e659
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
21a3dcf20a
fix pycodestyle
2020-12-28 13:33:58 +01:00
jonaswinkler
15e8407cf4
move the two post bulk edit tasks into one
2020-12-28 13:31:22 +01:00
Fabian Koller
39dc72b36d
Verify role for Ubuntu 20.04
2020-12-28 12:51:49 +01:00
jonaswinkler
a42a2c3733
fix enter select
2020-12-28 12:51:09 +01:00
jonaswinkler
91afd39a0e
rework the bulk editor
2020-12-28 12:36:26 +01:00
jonaswinkler
641e66f1e1
remove some non-required stuff
2020-12-28 12:32:36 +01:00
jonaswinkler
51b1b5786d
improve performance of the toggle dropdown button
2020-12-28 12:32:21 +01:00
jonaswinkler
22974b6dad
add ability to manually clear the cache on matching models
2020-12-28 12:31:50 +01:00
jonaswinkler
560a003e67
fix the filter pipe
2020-12-28 12:31:30 +01:00
jonaswinkler
38bc864077
rename some stuff
2020-12-28 12:31:14 +01:00
jonaswinkler
cd548548b8
it must have been late when I tried to do this
2020-12-28 12:29:53 +01:00
jonaswinkler
2872cf8e4f
add missing index task
2020-12-28 12:29:34 +01:00
Mark Schmitt
80df0cc06a
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
d258fdc783
Move build condition into separate stages list
2020-12-28 12:22:35 +01:00
Jonas Winkler
b3524290ce
Update README.md
2020-12-28 12:03:30 +01:00
Fabian Koller
c9d90d8ae0
Add molecule test for role
...
Only test default installation with jbig2enc and sqlite
2020-12-28 11:28:19 +01:00
Fabian Koller
2b761cb3c6
Drop all permissions to paperlessng user
...
Also make role idempotent
2020-12-28 11:18:24 +01:00
Michael Shamoon
34494939ca
Initial theme SCSS
2020-12-27 23:05:52 -08:00