Matthias Eck
a5d2ae2588
feat(parsers): add generator for date parsing
2022-08-06 13:03:20 +02:00
shamoon
92dd70098c
Merge branch 'dev' into feature-frontend-task-queue
2022-07-02 16:54:16 -07:00
Trenton Holmes
22e00a7080
Adds a few more test cases for coverage and adds no coverage to some others
2022-07-02 16:19:22 +02:00
Trenton Holmes
222e1968d8
Removes one last portion of PNG vs WebP
2022-06-12 09:12:02 -07:00
Trenton Holmes
1df517afd3
Removes last vestiges of PNG from the tests, code, docs and samples
2022-06-11 14:20:50 -07:00
Trenton Holmes
b50325c3a3
Minor tweak to determining content type
2022-06-10 08:57:36 -07:00
Michael Shamoon
58f2c6a5fc
webp thumbnail support with png fallback
2022-06-10 02:28:13 -07:00
Michael Shamoon
5c0829b052
Better tasks api endpoint
2022-05-26 21:09:05 -07:00
Michael Shamoon
0a06c291e2
acknowledge_tasks endpoint & basic UI
...
Update tasks.service.ts
2022-05-26 21:09:04 -07:00
Michael Shamoon
4bbaf5f89c
update post_save signal receiver
2022-05-26 21:09:04 -07:00
Michael Shamoon
5c980c31be
PaperlessTask and consumption_tasks endpoint
2022-05-26 21:05:24 -07:00
Markus
69ef26dab0
Feature: Dynamic document storage pathes ( #916 )
...
* Added devcontainer
* Add feature storage pathes
* Exclude tests and add versioning
* Check escaping
* Check escaping
* Check quoting
* Echo
* Escape
* Escape :
* Double escape \
* Escaping
* Remove if
* Escape colon
* Missing \
* Esacpe :
* Escape all
* test
* Remove sed
* Fix exclude
* Remove SED command
* Add LD_LIBRARY_PATH
* Adjusted to v1.7
* Updated test-cases
* Remove devcontainer
* Removed internal build-file
* Run pre-commit
* Corrected flak8 error
* Adjusted to v1.7
* Updated test-cases
* Corrected flak8 error
* Adjusted to new plural translations
* Small adjustments due to code-review backend
* Adjusted line-break
* Removed PAPERLESS prefix from settings variables
* Corrected style change due to search+replace
* First documentation draft
* Revert changes to Pipfile
* Add sphinx-autobuild with keep-outdated
* Revert merge error that results in wrong storage path is evaluated
* Adjust styles of generated files ...
* Adds additional testing to cover dynamic storage path functionality
* Remove unnecessary condition
* Add hint to edit storage path dialog
* Correct spelling of pathes to paths
* Minor documentation tweaks
* Minor typo
* improving wrapping of filter editor buttons with new storage path button
* Update .gitignore
* Fix select border radius in non input-groups
* Better storage path edit hint
* Add note to edit storage path dialog re document_renamer
* Add note to bulk edit storage path re document_renamer
* Rename FILTER_STORAGE_DIRECTORY to PATH
* Fix broken filter rule parsing
* Show default storage if unspecified
* Remove note re storage path on bulk edit
* Add basic validation of filename variables
Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
2022-05-19 14:42:25 -07:00
shamoon
998ca64c1e
Merge pull request #919 from paperless-ngx/feature-settings-saved-to-db
...
Feature: frontend settings saved to database
2022-05-18 11:33:17 -07:00
Philipp
bb15b744c8
Add "Created" as additional (optional) parameter for post_documents ( #965 )
...
* Added "created" as optional parameter for post_documents.
* Fixed Conflict
* After Black Reformatting
* Run "add-trailing-comma"
* The right order between black and trailing comma is important....
* Added required=False
* Adds unit test for optional created in document api POST
* Fixes adding of settings override
* And a mis-added print, sigh
Co-authored-by: Philipp <philipp@invalid.invalid>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
2022-05-18 02:56:32 -07:00
Michael Shamoon
e0999c7ba4
pull frontend lang setting from db if set
2022-05-18 02:41:15 -07:00
Trenton Holmes
0613e3ab12
Makes minor improvements to ui_settings API testing
2022-05-17 11:13:58 -07:00
Michael Shamoon
bcb9c6ccb0
Properly get username & display name
2022-05-17 11:13:19 -07:00
Michael Shamoon
de89f75707
Refactor to UiSettings
2022-05-17 11:11:39 -07:00
Michael Shamoon
4b37c1963b
skeleton frontend_settings api endpoint
2022-05-17 11:11:38 -07:00
Trenton Holmes
2b8a03e93c
Adds unit testing for remote version getting
2022-05-11 12:59:38 -07:00
Trenton Holmes
3003bdd507
Runs pyupgrade to Python 3.8+ and adds a hook for it
2022-05-06 09:04:08 -07:00
Trenton Holmes
dce4166bc8
First changes for using semver everywhere
2022-05-01 13:21:10 -07:00
Felix E
ccf9b1291e
Merge pull request #591 from paperless-ngx/feature-version-checker
...
Feature: Update checker
2022-04-05 20:11:21 +02:00
Michael Shamoon
440467e304
Allow notify user if update checking not explicitly set
2022-04-02 10:10:49 -07:00
Michael Shamoon
c62260ab02
Use GH api URL
...
Update configuration.rst
2022-04-02 01:36:37 -07:00
Michael Shamoon
b58550bb79
refactor to update_available
2022-04-02 01:36:19 -07:00
Michael Shamoon
d02c7df75c
json parse version string
2022-04-02 01:36:19 -07:00
Michael Shamoon
6dbebf4806
Fix version string regex
2022-04-02 01:33:51 -07:00
Michael Shamoon
1019660f6a
Add config variable for update check
2022-04-02 01:33:51 -07:00
Michael Shamoon
d76eccad1c
remote_version API endpoint
2022-04-02 01:33:51 -07:00
Trenton Holmes
35b3216fee
Fixes a couple of minor bugs in the downloading of documents and additional consumer ignore items
2022-04-01 11:12:18 -07:00
Trenton Holmes
78258eb9cb
Bumps django to 4.0 and fixes associated issues
2022-03-24 07:39:11 -07:00
Trenton Holmes
1771d18a21
Runs the pre-commit hooks over all the Python files
2022-03-11 11:34:28 -08:00
kpj
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
Marcin Gordziejewski
940d056657
Provide utf-8 encoded content-disposition field to address the issues in the firefox when downloading files
...
Fixes #56
2022-02-16 19:50:13 +01:00
Jonas Winkler
61b47e358f
correct file mode
2021-05-16 01:22:51 +02:00
jonaswinkler
3b83e9a43d
pycodestyle
2021-04-04 00:04:00 +02:00
jonaswinkler
3dfe5c9262
fix page out of range with full text
2021-04-03 21:50:23 +02:00
jonaswinkler
b6ff88645b
lots of changes for the new unified search
2021-03-17 22:25:22 +01:00
jonaswinkler
630cd814e2
Merge branch 'dev' into feature-unified-search
2021-03-16 20:48:05 +01:00
jonaswinkler
6606d7572c
API refactoring
2021-03-16 20:47:45 +01:00
jonaswinkler
f9263ddb62
some initial attempts to merge search and document list
2021-03-07 13:16:23 +01:00
jonaswinkler
6a70b9c4b4
Merge branch 'feature-autocolor' into dev
2021-02-25 23:46:27 +01:00
jonaswinkler
4ee7d16d3e
fix #600
2021-02-25 23:23:26 +01:00
jonaswinkler
d84ca511d4
versioning for the tags API
2021-02-24 23:54:19 +01:00
jonaswinkler
6da237dd9e
pycodestyle
2021-02-21 00:21:43 +01:00
jonaswinkler
31f03ef1d3
API support for downloading compressed archives of multiple documents
2021-02-20 16:09:29 +01:00
jonaswinkler
cb308fae7b
only show inbox statistics if inbox tags are defined
2021-02-15 23:14:54 +01:00
jonaswinkler
8bf4241b16
some search index optimizations
2021-02-15 13:26:36 +01:00
jonaswinkler
5f0e800f6e
metadata tab not showing anything if files are missing #534
2021-02-13 16:41:03 +01:00