- 04 Nov, 2019 2 commits
-
-
Jelle van der Waa authored
-
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- 26 Oct, 2019 1 commit
-
-
- 25 Oct, 2019 3 commits
-
-
Jelle van der Waa authored
news: Add the MAILMAN_PASSWORD option and use it for sending authenticated emails
-
Giancarlo Razzolini authored
This makes the check work with previous versions of archweb while also taking into account downstreams that might not want or need this change.
-
Giancarlo Razzolini authored
Due to spamming to arch-announce mail list, we now use a poster password to make sure only authorized emails are allowed through to the list.
-
- 18 Oct, 2019 1 commit
-
-
Jelle van der Waa authored
Add information about official docker image
-
- 16 Oct, 2019 1 commit
-
-
Christian Rebischke authored
We have an official docker image now, let's mention that on our `Download` page. Signed-off-by:
Christian Rebischke <chris@nullday.de>
-
- 13 Oct, 2019 5 commits
-
-
Jelle van der Waa authored
Move the only used JavaScript from the general archweb.js to it's page. Later this can be refactored to remove the jQuery dependency which is currently 1/3 of the request.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Reports cleanup
-
Jelle van der Waa authored
The description doesn't add a lot of useful information to the report.
-
- 12 Oct, 2019 2 commits
-
-
Jelle van der Waa authored
Some todolists have an elaborate description which takes up a lot of space, limit these two 50 words.
-
Jelle van der Waa authored
-
- 04 Oct, 2019 1 commit
-
-
Jelle van der Waa authored
devel/views: Invalidate template fragment cache on profile update
-
- 03 Oct, 2019 1 commit
-
-
Johannes Löthberg authored
Closes #166. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- 01 Oct, 2019 2 commits
-
-
Jelle van der Waa authored
Update django
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- 21 Sep, 2019 1 commit
-
-
Jelle van der Waa authored
Add django-extensions to the default installation
-
- 19 Sep, 2019 1 commit
-
-
Giancarlo Razzolini authored
Django extensions comes with a lot of goodies, including shell_plus. As a default, included ptpython for default shell, but this can be overridden by installing another shell (bpython, ipython) and setting the SHELL_PLUS variable on local_settings.py.
-
- 14 Sep, 2019 1 commit
-
-
Jelle van der Waa authored
A group contains maintainers not a maintainer field, which can be multiple maintainers.
-
- 11 Sep, 2019 3 commits
-
-
Jelle van der Waa authored
-
-
Jelle van der Waa authored
Send notification once package has enough signoffs
-
- 10 Sep, 2019 2 commits
-
-
Lars Rustand authored
-
Jelle van der Waa authored
Developing locally needs CSRF_COOKIE_SECURE=False
-
- 09 Sep, 2019 1 commit
-
-
Whyme Lyu authored
-
- 08 Sep, 2019 1 commit
-
-
Jelle van der Waa authored
-
- 05 Sep, 2019 1 commit
-
-
Jelle van der Waa authored
-
- 13 Aug, 2019 2 commits
-
-
Jelle van der Waa authored
packages: fix negative and invalid limit in search API
-
Jelle van der Waa authored
Resolve 500 issues when limit=wji or limit=-1 by setting a min_value of 0 and changing the field to a IntegerField.
-
- 01 Aug, 2019 1 commit
-
-
Jelle van der Waa authored
-
- 30 Jul, 2019 2 commits
-
-
Jelle van der Waa authored
Test on 3.7 and on Python nightly
-
Jelle van der Waa authored
-
- 28 Jul, 2019 1 commit
-
-
Jelle van der Waa authored
Some vulnerability scanners try to find security issues in all webforms and submit invalid null byte into the search from. This is cleaned out by django and leads to 'q' not being set which gives a 500 error. Check if the 'q' key exists in the cleaned_data if not return an empty list. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 15 Jul, 2019 1 commit
-
-
Jelle van der Waa authored
Fixes a ValueError when setting an IPv6 address with a subnet. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- 06 Jul, 2019 2 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Update to mitigate CVE-2019-12781.
-
- 28 Jun, 2019 1 commit
-
-
Jelle van der Waa authored
trailing space on line 168
-