- 14 Feb, 2020 1 commit
-
-
Jelle van der Waa authored
-
- 13 Feb, 2020 2 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
Instead of spamming packagers when the requirements are met, only send the email when it's enough.
-
- 04 Feb, 2020 3 commits
-
-
Jelle van der Waa authored
Use oxipng to make the hetzner logo smaller. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
Use oxipng to optimise the png even further. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Added the new hetzner logo in png format and deleted the old one and changed the index.html file to reflect the new file extension.
-
- 03 Feb, 2020 3 commits
-
-
This change introduces a replacment for planet.archlinux.org which uses a python 2 project to generate static html from multiple RSS feed sources. For archweb a set of 'static' feeds can be created in the django admin view for the Arch forums and other static feeds, archweb users can add their own blog rss feed in their profile which will create a Feed model. When running the update_planet command, all Feed models are iterated over and the rss feed is parsed. The latest FeedItem is queried matching the current Feed model and every newer entry in the RSS feed is added as new FeedItem. Since the body is also stored in the FeedItem there is a limit to the amount of FeedItems per Feed configured in settings.py of which the default is 25. When a user is marked as inactive his Feed model and items are removed automatically to avoid keeping stale data around. Closes: #261
-
-
Jelle van der Waa authored
-
- 18 Jan, 2020 1 commit
-
-
Jelle van der Waa authored
-
- 23 Dec, 2019 2 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Fixes FS#58470
-
- 18 Dec, 2019 4 commits
-
-
Jelle van der Waa authored
The onclick handler is a CSP violator since no JavaScript is allowed to be executed without a nounce. The inline script has been replaced with a target="_blank". Closes: #202 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>
-
Jelle van der Waa authored
-
- 02 Dec, 2019 1 commit
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- 17 Nov, 2019 3 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
-
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- 07 Nov, 2019 2 commits
-
-
-
Jelle van der Waa authored
Sadly it seems the SPI does not redirect http to https or implement hsts so it's better to hardcode the links to https. Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- 04 Nov, 2019 4 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
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
-