jonaswinkler
0ed2149f77
fix hover for check boxes
2020-12-31 01:58:32 +01:00
jonaswinkler
5f5d7b35cc
fix sorting for "not assigned"
2020-12-31 01:43:04 +01:00
jonaswinkler
f81613c79c
add the manifest to the frontend entry page #219
2020-12-31 01:20:38 +01:00
jonaswinkler
e893fe8c5c
intelligent sorting of the bulk edit drop downs
2020-12-31 01:07:28 +01:00
jonaswinkler
f47f44c5de
Merge branch 'dev' of github.com:jonaswinkler/paperless-ng into dev
2020-12-31 01:07:07 +01:00
Jonas Winkler
e0e3c74d70
Merge pull request #219 from zjean/feature/add-to-home
...
Improve mobile add to homes screen support
2020-12-31 01:02:05 +01:00
jonaswinkler
74828a1238
fixes a bug with invisible selection
2020-12-30 23:34:50 +01:00
jonaswinkler
8432f3a4f1
this immensely improves resposibility
2020-12-30 23:34:21 +01:00
jonaswinkler
9a1e659d4e
fixes #224
2020-12-30 23:01:34 +01:00
jonaswinkler
2b4bcff599
fixes #222
2020-12-30 21:54:36 +01:00
jonaswinkler
fa24a67774
codestyle
2020-12-30 17:20:03 +01:00
jonaswinkler
b35b26077c
Do file renaming first, since this is the important step, and indexing takes a while.
2020-12-30 17:18:27 +01:00
jonaswinkler
d07241ea31
improve file renaming speed.
2020-12-30 17:17:36 +01:00
jonaswinkler
9439718bdc
update angular messages
2020-12-30 17:14:08 +01:00
jonaswinkler
ca2ecd0d1a
language fixes
2020-12-30 16:29:45 +01:00
jonaswinkler
58984737ef
adds a command to regenerate thumbnails #218
2020-12-30 15:46:56 +01:00
jonaswinkler
4b7138f477
fixes #218
2020-12-30 15:12:16 +01:00
Jan Wiebe
13ea7b7c36
Add newline to end of file
2020-12-30 14:56:18 +01:00
Jan Wiebe
ae2a75056c
Fix indentation
2020-12-30 14:55:49 +01:00
Jan Wiebe
5184d80fe0
Fix indentation of angular.json
2020-12-30 14:52:20 +01:00
Jan Wiebe
b850bad03d
Add manifest file to add to home screen and launch in full screen mode.
2020-12-30 14:45:15 +01:00
jonaswinkler
730d42b145
bugfix
2020-12-30 12:21:13 +01:00
jonaswinkler
c7cb474133
more translation work
2020-12-30 11:33:56 +01:00
jonaswinkler
edc07ec65f
angular message file
2020-12-30 01:48:06 +01:00
jonaswinkler
ae7cbd8bbf
more localization tags
2020-12-29 23:41:59 +01:00
jonaswinkler
7da1215edc
more localization #123
2020-12-29 23:37:33 +01:00
jonaswinkler
2a064f39a2
more localization tags #123
2020-12-29 23:34:04 +01:00
jonaswinkler
adf3d9459f
changelog
2020-12-29 22:02:03 +01:00
jonaswinkler
aee38154f4
plural form fix
2020-12-29 22:01:56 +01:00
jonaswinkler
e18afbb4e3
version bump
2020-12-29 22:01:37 +01:00
jonaswinkler
a9556b78e8
bugfixes
2020-12-29 22:01:18 +01:00
jonaswinkler
99c7ff3123
added invalid PDF document with BOM marker
2020-12-29 21:02:45 +01:00
jonaswinkler
2e22516d0c
more tests
2020-12-29 21:01:18 +01:00
jonaswinkler
0423d6d530
more tests
2020-12-29 20:55:27 +01:00
jonaswinkler
97d217e437
fix up gunicorn conf
2020-12-29 18:23:08 +01:00
jonaswinkler
9bc4a87c4b
fix some bugs with the filter editor
2020-12-29 17:32:56 +01:00
jonaswinkler
126793e625
fix a couple issues with the bulk editor
2020-12-29 17:20:45 +01:00
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
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
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
jonaswinkler
3c5486322e
possible fix for #201
2020-12-28 23:24:08 +01: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
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