kpj
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
Michael Shamoon
d8617746eb
New -ngx logo 2022
...
Cause why not
2022-02-26 20:14:24 -08:00
Paperless Translation Bot
ae94b90fe4
New Crowdin updates ( #135 )
...
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Greek)
[ci skip]
* New translations messages.xlf (Hebrew)
[ci skip]
* New translations messages.xlf (Italian)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Spanish)
[ci skip]
* New translations messages.xlf (Slovenian)
[ci skip]
* New translations messages.xlf (Swedish)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]
* New translations messages.xlf (Czech)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Romanian)
[ci skip]
* New translations messages.xlf (Chinese Traditional)
[ci skip]
* New translations messages.xlf (Khmer)
[ci skip]
* New translations django.po (Portuguese)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Greek)
[ci skip]
* New translations messages.xlf (Hebrew)
[ci skip]
* New translations messages.xlf (Italian)
[ci skip]
* New translations messages.xlf (Korean)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Spanish)
[ci skip]
* New translations messages.xlf (Slovenian)
[ci skip]
* New translations messages.xlf (Swedish)
[ci skip]
* New translations messages.xlf (Chinese Traditional)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (Khmer)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]
* New translations messages.xlf (Czech)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Romanian)
[ci skip]
* New translations messages.xlf (Danish)
[ci skip]
* New translations messages.xlf (Italian)
[ci skip]
* New translations messages.xlf (Spanish)
[ci skip]
* New translations messages.xlf (Czech)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Hebrew)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Swedish)
[ci skip]
* New translations messages.xlf (Romanian)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]
2022-02-23 13:37:45 -08:00
Alexander Bauer
dbdd9b93f8
Merge pull request #133 from muellermartin/fix-png-alpha
...
Remove alpha layer from PNG files for img2pdf
2022-02-22 20:02:18 -05:00
Paperless Translation Bot
49d7492e05
New translations django.po (German)
...
[ci skip]
2022-02-21 16:34:27 -08:00
Martin Müller
1e288100a9
Remove unneded exception handler from has_alpha()
2022-02-21 22:58:19 +01:00
Martin Müller
73a8569d21
Modify test for PNG image with alpha
2022-02-21 22:38:25 +01:00
Martin Müller
2a47b3f1a1
Fix code style (line too long)
2022-02-21 22:34:34 +01:00
Martin Müller
41494ee689
Remove alpha layer from PNG files for img2pdf
...
Fixes issue #1254
2022-02-21 22:06:43 +01:00
shamoon
1688af7a0d
Merge pull request #24 from tribut/feature-trash
...
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Felix E
e0683c19c8
Fix typo ( #110 )
2022-02-20 15:57:26 +01:00
Felix Eckhofer
a7e1c1c4d0
Catch exception during trash-move
2022-02-20 14:17:13 +01:00
Felix Eckhofer
335b8c63e0
Explain file-rename logic
2022-02-20 14:17:13 +01:00
Felix Eckhofer
f9bbb9a8c3
Remove stray newline
2022-02-20 14:17:06 +01:00
shamoon
d1a7557405
Merge pull request #107 from paperless-ngx/l10n_dev
...
New Crowdin updates
2022-02-19 15:08:51 -08:00
Paperless Translation Bot
59827290dc
New translations django.po (Khmer)
...
[ci skip]
2022-02-19 14:58:15 -08:00
shamoon
189110ec09
Merge pull request #10 from shamoon/feature/any-all-filtering
...
Feature: any / all filtering with tags
2022-02-19 14:52:55 -08:00
Stéphane Brunner
7113a18f3b
Hide the password field ( #103 )
2022-02-19 22:49:57 +01:00
Michel Weimerskirch
f42811285d
Enabled the Czech (cs-cz) translations
2022-02-18 09:39:06 +01:00
Michel Weimerskirch
01c139ef2d
Enabled the Danish (da-dk) translations
2022-02-18 09:18:04 +01:00
shamoon
6ab2e881a3
Merge pull request #78 from mweimerskirch/fix/sort-languages
...
Sort languages
2022-02-17 23:15:31 -08:00
Michel Weimerskirch
1830cd856a
Sort language lists by locale
2022-02-18 08:02:00 +01:00
Florian
c656610c93
tests: fix management_consumer test ( #66 )
...
this test failed due to a strict polling delay,
which caused the test to be interrupted by an async call,
which stated "Incomplete File READ FAILED"
see also https://github.com/NixOS/nixpkgs/pull/158118
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-17 23:30:16 +01:00
Paperless Translation Bot
165f1d3341
New translations django.po (Danish)
...
[ci skip]
2022-02-17 06:58:53 -08:00
Paperless Translation Bot
c6618b2cc0
New translations django.po (Danish)
...
[ci skip]
2022-02-17 05:26:34 -08:00
Paperless Translation Bot
e7603eff5f
New translations django.po (Danish)
...
[ci skip]
2022-02-17 04:31:25 -08:00
Paperless Translation Bot
eac40ccd26
New translations django.po (Danish)
...
[ci skip]
2022-02-17 03:32:06 -08:00
Paperless Translation Bot
7ecf42d70f
New translations django.po (Danish)
...
[ci skip]
2022-02-17 02:35:54 -08:00
Paperless Translation Bot
d92e48bc33
New translations django.po (Danish)
...
[ci skip]
2022-02-17 01:38:36 -08:00
Paperless Translation Bot
5313909cd8
New translations django.po (Danish)
...
[ci skip]
2022-02-16 23:59:03 -08:00
Paperless Translation Bot
eb91b02ebf
New translations django.po (Arabic, Saudi Arabia)
...
[ci skip]
2022-02-16 23:58:55 -08:00
Paperless Translation Bot
c643c0fe36
New translations django.po (Slovenian)
...
[ci skip]
2022-02-16 23:58:53 -08:00
Paperless Translation Bot
285579822a
New translations django.po (Hebrew)
...
[ci skip]
2022-02-16 23:58:52 -08:00
Paperless Translation Bot
adacb2ab92
New translations django.po (Greek)
...
[ci skip]
2022-02-16 23:58:51 -08:00
Paperless Translation Bot
e338274669
New translations django.po (Czech)
...
[ci skip]
2022-02-16 23:58:50 -08:00
shamoon
7e0345cda6
Merge branch 'dev' into l10n_dev
2022-02-16 22:59:27 -08:00
Paperless Translation Bot
c27a7ac60a
New translations django.po (Arabic, Saudi Arabia)
...
[ci skip]
2022-02-16 22:54:13 -08:00
Paperless Translation Bot
0e7f03c595
New translations django.po (Slovenian)
...
[ci skip]
2022-02-16 22:54:09 -08:00
Paperless Translation Bot
6bc44fd93f
New translations django.po (Greek)
...
[ci skip]
2022-02-16 22:54:05 -08:00
Paperless Translation Bot
074decc320
New translations django.po (Czech)
...
[ci skip]
2022-02-16 22:54:04 -08:00
Paperless Translation Bot
ccc99a45f9
New translations django.po (French)
...
[ci skip]
2022-02-16 22:54:02 -08:00
shamoon
05543e5341
Merge pull request #73 from paperless-ngx/l10n_dev
...
New Crowdin updates
2022-02-16 22:50:23 -08:00
Paperless Translation Bot
c20c1f96ca
New translations django.po (Luxembourgish)
...
[ci skip]
2022-02-16 22:45:12 -08:00
Paperless Translation Bot
7194915bf3
New translations django.po (Korean)
...
[ci skip]
2022-02-16 22:44:55 -08:00
shamoon
b63a01f527
Revert "New Crowdin updates"
2022-02-16 22:35:17 -08:00
paperless-l10n
934d5f7164
New translations django.po (Arabic, Egypt)
...
[ci skip]
2022-02-16 20:33:36 -08:00
paperless-l10n
a2c0d6d920
New translations django.po (Arabic, Yemen)
...
[ci skip]
2022-02-16 20:33:35 -08:00
paperless-l10n
7e1161db62
New translations django.po (Arabic, Saudi Arabia)
...
[ci skip]
2022-02-16 20:33:33 -08:00
paperless-l10n
4cfdb54a0e
New translations django.po (Khmer)
...
[ci skip]
2022-02-16 20:33:32 -08:00
paperless-l10n
b35544a44d
New translations django.po (Slovenian)
...
[ci skip]
2022-02-16 20:33:31 -08:00