| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 Unrud | 28a4238605 | Link to new documentation source | 2020-03-01 21:33:26 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | ed6bd5a373 | Remove trigger for test run from PyPI publish workflow | 2020-03-01 00:26:23 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | 53b1021cf7 | Cosmetics | 2020-03-01 00:25:41 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | 645d244c2d | Add workflow for publishing to PyPI [Test] | 2020-03-01 00:09:41 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | 61b7928758 | Revert 'Use system python3' | 2020-02-29 20:33:44 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | 1e3afcfe62 | Use system python3 | 2020-02-29 20:06:07 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | 74abe02b70 | Remove unecessary conditions | 2020-02-27 19:11:28 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | e747e9a34d | Remove migration guide | 2020-02-27 16:33:17 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | 3d357de70b | Remove news from documentation | 2020-02-27 13:53:31 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | cf1c9ed648 | Cosmetics | 2020-02-27 13:50:30 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | c38b38eba0 | Update generate documentation workflow | 2020-02-27 03:53:35 +01:00 |  | 
			
				
					| 
							
							
								 Unrud | cfbed8377a | Import documentation from 2.1.x | 2020-02-27 02:59:56 +01:00 |  |