jonaswinkler
b68d58c378
Merge branch 'dev' into feature-bulk-edit
2020-12-15 03:13:22 +01:00
jonaswinkler
d4fba4a521
add backend support for saved views
2020-12-12 15:46:56 +01:00
jonaswinkler
2531d15841
bulk edit view
2020-12-11 14:30:18 +01:00
jonaswinkler
9546d6bf8c
updated the API, it now supports tags, correspondents, types and title when uploading documents.
2020-12-03 18:36:23 +01:00
Jonas Winkler
e40a1cb317
url patterns cleanup
2020-11-21 15:34:30 +01:00
Jonas Winkler
099d6d99b2
fixed some deprecation warnings
2020-11-17 22:31:43 +01:00
Jonas Winkler
8e7bffa192
branding
2020-11-13 22:06:09 +01:00
Jonas Winkler
eb6805e37e
code style fixes
2020-11-12 21:09:45 +01:00
Jonas Winkler
3b0e794b3d
use django authentication instead of auth tokens.
2020-11-09 15:28:12 +01:00
Jonas Winkler
b941cac0f2
added backward compatibility URLs
2020-11-03 14:47:42 +01:00
Jonas Winkler
2a4127dc90
basic statistics
2020-10-31 00:56:20 +01:00
Jonas Winkler
329ee5b593
small fixes
2020-10-29 00:36:39 +01:00
Jonas Winkler
6011c82531
added autocomplete to backend
2020-10-27 17:07:13 +01:00
Jonas Winkler
d3af1e8815
unified data folders
2020-10-26 00:35:24 +01:00
Jonas Winkler
93d963ed4e
added
...
- document index
- api access for thumbnails/downloads
- more api filters
updated
- pipfile
removed
- filename handling
- legacy thumb/download access
- obsolete admin gui settings (per page items, FY, inline view)
2020-10-25 23:03:02 +01:00
Jonas Winkler
d365e8ac22
removed reminders, changed a bunch of stuff
2020-10-20 00:35:27 +02:00
Jonas Winkler
b71049ad16
Merge branch 'master' into dev
2020-10-16 15:02:57 +02:00
Johann Bauer
325b8447be
Add PDF preview next to edit form
2020-02-23 20:19:45 +01:00
Jonas Winkler
acc144de62
Merge branch 'master' into dev
2019-01-21 15:07:49 +01:00
Daniel Quinn
ee2941a31b
Add the new logo
...
I bought this logo from the excellent logojoy.com site, and am including
the source files here to be covered under the project license (GPL).
2018-12-30 12:20:08 +00:00
Jonas Winkler
efc7bf1d23
Code style adjustments
2018-09-25 16:09:33 +02:00
Jonas Winkler
1c8576cfb9
mode change
2018-09-06 12:00:01 +02:00
Jonas Winkler
069249cc0a
Merge branch 'master' into dev
2018-09-06 00:28:58 +02:00
Jonas Winkler
6e66d39297
fixed the api
2018-09-05 15:25:14 +02:00
Jonas Winkler
5a63125e04
Merge remote-tracking branch 'upstream/master'
2018-09-04 16:02:48 +02:00
Jonas Winkler
f1f28e81cd
Removed WebDAV from dev, since it is kind of broken.
2018-08-28 12:12:29 +02:00
dadosch
91eee0b84a
improved codestyle, go back to == in requirements
2018-08-24 21:52:27 +02:00
dadosch
218e43fdf8
django v2 compatible: tests needed
2018-08-24 21:31:43 +02:00
Jonas Winkler
86d7d4fe14
Merge branch 'master' into dev
2018-07-15 13:41:43 +02:00
Jonas Winkler
81e695793a
fixed the api
2018-07-13 11:20:45 +02:00
Jonas Winkler
c60220354b
Added setting to enable webdav (default: disabled), cleaned up the code somewhat.
2018-07-11 14:59:47 +02:00
Jonas Winkler
9c4e552168
Initial support for WebDAV. Lots of stuff is not there yet and most of the stuff which is there is not really tested. But it kind of already works.
2018-07-05 16:18:20 +02:00
Jonas Winkler
78f0991fb5
Updated to Django 2
2018-07-04 17:03:59 +02:00
Daniel Quinn
a808d5b483
Fix redirect for subpaths (hopefully)
2018-05-28 12:56:20 +01:00
Daniel Quinn
56e3bcefb2
Revert root redirection
2018-04-16 09:53:31 +01:00
Daniel Quinn
8f229fa98b
Use a URL name for the redirect instead of a hard-coding
2018-04-13 19:45:14 +01:00
Daniel Quinn
80ec72731e
Fix redirect bug #283
2018-01-21 17:33:04 +00:00
Daniel Quinn
1af7152fa8
Add catch-all redirect for /admin/
2018-01-06 18:51:16 +00:00
Daniel Quinn
276d2965af
isort
2018-01-06 18:51:10 +00:00
Daniel Quinn
2d83a2f013
Drop SHARED_SECRET in favour of EMAIL_SECRET
...
Originally we used SHARED secret both for email and for the API. That
was a bad idea, and now that we're only using this value for one case,
I've renamed it to reflect its actual use.
2017-06-18 22:08:42 +01:00
Daniel Quinn
14c3e9d509
Fix HTTP POST of documents
...
After tinkering with this for about 2 hours, I'm reasonably sure this
ever worked. This feature was added by me in haste and poked by by the
occasional contributor, and it suffered from neglect.
* Removed the requirement for signature generation in favour of simply
requiring BasicAuth or a valid session id.
* Fixed a number of bugs in the form itself that would have ensured that
the form never accepted anything.
* Documented it all properly so now (hopefully) people will have less
trouble figuring it out in the future.
2017-06-11 01:23:37 +01:00
Daniel Quinn
5509918524
Remove unused imports & comments
2017-06-11 01:23:08 +01:00
David Martin
b4c2e1b385
Update link to Django documentation in urls.py.
...
As per requirements.txt we are using Django version 1.10. It makes sense
to link to the documentation for that version as well.
Also, the documentation for the previous version has a notice on the top
that informs about the version being unsafe which is a bit disconcerting
when seeing it.
2017-05-25 20:22:05 +10:00
David Martin
344543b73c
Refer to Paperless instead of Django in webserver pages.
...
It looks better to have the page titles refer to Paperless rather than
Django. The same with the login. Setting it in urls.py is based on this
stackoverflow response [0]. The proper documentation for the admin page
is under [1].
[0] https://stackoverflow.com/a/24983231
[1] https://docs.djangoproject.com/en/1.10/ref/contrib/admin/#adminsite-attributes
2017-05-25 20:16:59 +10:00
Daniel Quinn
bae7284d34
feat: add the new reminders app
2017-03-25 16:21:46 +00:00
Daniel Quinn
e9fbeb27ff
refactor: code cleanup
...
I hate single quotes.
2017-03-25 16:20:59 +00:00
Daniel Quinn
52f15b4de1
The first stages of getting thumbnails back
2016-03-05 01:57:49 +00:00
Daniel Quinn
5c41e717f0
Missed on case of 'sender'
2016-03-05 00:23:14 +00:00
Daniel Quinn
070463b85a
s/Sender/Correspondent & reworked the (im|ex)porter
2016-03-03 20:52:42 +00:00
Daniel Quinn
55dcbcc47f
Forgot a slash
2016-03-03 18:18:38 +00:00