- 14 Apr, 2019 1 commit
-
-
Jelle van der Waa authored
Fixes: #143
-
- 05 Apr, 2019 3 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
In Django 3.0 the context parameter will be removed.
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 26 Mar, 2019 1 commit
-
-
Jelle van der Waa authored
The retro pages have been moved to a seperate git repository with static content.
-
- 19 Mar, 2019 4 commits
-
-
Jelle van der Waa authored
reporead: Delete old FlagRequests when deleting package from repo
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
Giancarlo Razzolini authored
-
Giancarlo Razzolini authored
* Add the hetzner logo to the sponsors on the main page.
-
- 17 Mar, 2019 8 commits
-
-
Jelle van der Waa authored
Remove an old sponsor, a never used high resolution rss image and an old new icon.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Update to the latest version 3 release which does not break backwards compatibility yet. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
Create a simple tag for outputting the d3js <script> html so updating will be easier and the version has be changed in one file. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
Add the content security policy for <form> posts to only allow posts to the origin form which it's served. This disallows posting forms to a third party if a browser supports this directive.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- 16 Mar, 2019 2 commits
-
-
Jelle van der Waa authored
Close: #188
-
Jelle van der Waa authored
-
- 15 Mar, 2019 1 commit
-
-
Jelle van der Waa authored
Update the ipxe image for the new CA root Let's Encrypt image. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 02 Mar, 2019 3 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
not foo is preferred over len(foo) == 0.
-
- 28 Feb, 2019 2 commits
-
-
Jelle van der Waa authored
Only querying the required fields makes the code smaller and 20% faster on Sqlite. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
The modify_attributes was used for IE to set attributes on DOM elements, since Archweb no longer supports IE and this can be done easily with plain JavaScript. Also drop non-standard HTML attributes since they aren't worth keeping. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 24 Feb, 2019 7 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Kartenzia no longer sponsors a dedicated server. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
The archweb website contains no <base> elements so this can be disallowed. Also set frame-ancestors is set to the same value as X-Frame-Options. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
This reverts commit adaa6d64. old is undefined and therefore the code is broken.
-
- 23 Feb, 2019 2 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 22 Feb, 2019 5 commits
-
-
-
Jelle van der Waa authored
The dash-pkg-notify view was removed in 710ec0a9 and since then never used. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
This class was last used on the very old download page and since then never used. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
The media="projection" property is read by browsers but does not match anything remove it so our site is valid HTML. Closes: #184 Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
Remove setting focus on the username since this already works without Javascript.
-
- 21 Feb, 2019 1 commit
-
-
Jelle van der Waa authored
Include more tests for exception handling cases, refactor this later using pytest fixture's so there is no need for massive code duplication.
-