Commit Graph

1886 Commits

Author SHA1 Message Date
Unrud
83c02a64b9 Shorter web interface title 2020-05-22 16:34:48 +02:00
Unrud
10aee24056 Use generic version in docker example 2020-05-22 16:34:02 +02:00
Unrud
3be9a22a91 Fix XML error messages
Fixes #825
2020-05-22 16:34:02 +02:00
Unrud
8740357eb2 Remove useless constant 2020-05-19 17:04:40 +02:00
Unrud
150dd0c4cd Trim all (ASCII) whitespace characters 2020-05-19 07:06:44 +02:00
Unrud
593f9b688c Remove unnecessary string trimming 2020-05-19 06:48:12 +02:00
Unrud
e077bb5a18
Add version 3.0.0 2020-05-19 05:21:17 +02:00
Unrud
969502cd7b Upload coverage for all branches 2020-05-19 04:41:14 +02:00
Unrud
2909cae817
Specify branch for test badge 2020-05-19 04:39:09 +02:00
Unrud
b700b5ed44 Change version to "master" 2020-05-17 10:37:48 +02:00
Unrud
d26ee9e7ed Revert "Use secure RNG for auth delay"
This reverts commit 7b79c00ae2.
2020-05-17 01:43:52 +02:00
Unrud
4d632a97f3 Use secure RNG for UIDs
Closes #766
2020-05-15 23:34:31 +02:00
Kim Jahn
f598271583 Update ArchLinux Download Link
Fixes #896
2020-05-15 23:33:58 +02:00
Unrud
630d49b7cf Fix file permissions in storage folder
Closes #1024
2020-05-15 21:54:10 +02:00
Unrud
63e00ca677 Direct creation of files for batch uploads 2020-05-15 21:54:10 +02:00
Unrud
7b79c00ae2 Use secure RNG for auth delay 2020-05-15 21:54:09 +02:00
Valentin Iovene
b3dd881277 small space fix 2020-05-15 17:59:18 +02:00
Valentin Iovene
05b0819474 document nginx http_host header 2020-05-15 17:59:18 +02:00
Unrud
2b60f8ca2a Don't save password in session storage 2020-05-03 21:00:48 +02:00
Unrud
fbf631ef60 Update Dockerfile 2020-05-03 21:00:48 +02:00
Unrud
0c42930633 Improve plugin example 2020-05-03 21:00:47 +02:00
Unrud
3c778ef95e Cosmetics 2020-04-28 21:56:13 +02:00
Unrud
8de3a234c4 Escape all occurrences not only the first 2020-04-28 14:11:35 +02:00
Unrud
1e6c89d11e Cosmetics 2020-04-27 12:29:29 +02:00
Unrud
9a5ba5aa1b Minor improvements to news 2020-04-26 16:47:11 +02:00
Unrud
82f05b58f3 Fix markdown syntax 2020-04-26 16:38:21 +02:00
Unrud
2da55baa5a Add changelog for next release 2020-04-26 16:36:01 +02:00
Unrud
d8450f666a Format markdown 2020-04-26 16:31:52 +02:00
Unrud
7f2d5cea62 New right "i": Only allowing HTTP method GET 2020-04-22 19:20:42 +02:00
Unrud
9bd852ba5e Remove duplicated code 2020-04-22 19:20:36 +02:00
Unrud
d73a308294 Cosmetics 2020-04-22 19:20:30 +02:00
Unrud
d5f5eeeddf from_file rights: Replace config parser interpolation 2020-04-22 19:20:24 +02:00
Unrud
aef58bd55c Minimize accesses to rights backend 2020-04-22 19:20:07 +02:00
Unrud
99adeb19c1 Remove outdated WSGI hints 2020-04-18 17:19:36 +02:00
Unrud
215d2c4cd3 Add boxes around security warnings 2020-04-18 16:57:10 +02:00
Unrud
49aa033b1b Fix internal link 2020-04-18 13:43:20 +02:00
Unrud
7375063cec Fix internal link 2020-04-18 13:39:15 +02:00
Unrud
1e294b7147 Fix internal link 2020-04-18 13:27:24 +02:00
Unrud
7b64bf8e1e Overhaul of documentation (2) 2020-04-18 13:23:50 +02:00
Unrud
27ac0ed025 Initial overhaul of documentation 2020-04-11 16:14:41 +02:00
Unrud
d6d5e512dc Add documentation to manifest 2020-04-11 13:51:59 +02:00
Unrud
bb292c4faa Improve doc 2020-04-11 13:27:00 +02:00
Unrud
7457fbf3a9 Fix typo 2020-04-11 13:24:10 +02:00
Unrud
461afbc04e New examples for rights 2020-04-11 13:20:05 +02:00
Unrud
f6a3a19680 Simplify Rights plugin interface 2020-04-09 22:02:03 +02:00
Unrud
8ca01a4989 Fix integrated server on android 2020-04-09 22:01:55 +02:00
Unrud
9c622b57d5 Allow callable in configuration for plugin.type
Example:

```python3
\# Load default configuration
my_config = config.load()

\# Pass a class directly
my_config.update({"auth": {"type": MyAuth}})

\# Pass an object directly
my_rights = MyRights()
my_config.update({"rights": {"type": lambda config: my_rights}})

app = Application(my_config)
````
2020-04-09 22:01:35 +02:00
Unrud
72f8b29190 Fix remaining documentation URLs 2020-03-28 09:36:06 +01:00
Unrud
ea4adff108 Update documentation URL 2020-03-28 08:51:59 +01:00
Unrud
849b84180c Unified gitignore 2020-03-02 02:43:00 +01:00