- 27 Apr, 2019 7 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
This reverts commit 1560c4d9.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
2to3 added an unrequired list() call around the django ORM query.
-
Jelle van der Waa authored
2to3 added list() for safety reasons, but not the right reasons, remove the conversion.
-
Jelle van der Waa authored
The PostgreSQL backend has been renamed to django.db.backends.postgresql and postgresql_psycopg2 has been an alias. Close: #195
-
Jelle van der Waa authored
Remove unrequired list()'s around django query's.
-
- 21 Apr, 2019 2 commits
-
-
Jelle van der Waa authored
main: Handle multiple testing repositories
-
Jelle van der Waa authored
Since there are multiple [testing] repositories when a package is in kde-unstable, testing and flagged in extra the in_testing function will generate an error since there are multiple results. Rewrite the query so it handles multiple results and order it by id since [testing] should have a lower id then kde-unstable.
-
- 17 Apr, 2019 1 commit
-
-
Jelle van der Waa authored
archweb.js is not used in the /visualize/ page and can be removed from being loaded. Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
- 15 Apr, 2019 2 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Hide unflag all split packages for non-split packages
-
- 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 3 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
-