- Oct 21, 2023
-
-
Mario Oenning authored
Enable error reporting for internal server errors and show stack trace on a sandbox/dev environment. Signed-off-by:
moson <moson@archlinux.org>
-
- Oct 19, 2023
-
-
Evangelos Foutras authored
Update Antiz's SSH key See merge request archlinux/infrastructure!766
-
Robin Candau authored
-
- Oct 16, 2023
-
-
Levente Polyak authored
-
Levente Polyak authored
-
There is no reason for exposing the service to the whole internet nor communicating without encryption. It could be fixed by restricting the firewall rule to the public IP of the gitlb server and running it over HTTPS or we could just use our existing WG network. To allow gitlab to send requests to a private network address, the IP has been allowlisted[1]. The endpoint also expects a "secret token"[2], so it won't accept events from e.g. users creating a webhook with the same URL. [1] https://docs.gitlab.com/ee/security/webhooks.html#allow-outbound-requests-to-certain-ip-addresses-and-domains [2] https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#validate-payloads-by-using-a-secret-token
-
Levente Polyak authored
-
Levente Polyak authored
-
Kristian Klausen authored
There is no reason for this and we very rarely use the console anyway. Ref #541
-
Kristian Klausen authored
archwiki: rename archtu group to archpackager See merge request archlinux/infrastructure!765
-
nl6720 authored
Trusted Users are now called Package Maintainers. See the discussion in https://wiki.archlinux.org/title/ArchWiki_talk:Requests#Trusted_User_name_change Once this is deployed, the users need to be migrated to the new group by running: php ./maintenance/migrateUserGroup.php archtu archpackager Related to #533
-
Kristian Klausen authored
Closes: #542 Fixes: 722cc5bf ("aurweb: release 6.2.8")
-
- Oct 15, 2023
-
-
Kristian Klausen authored
The role has been renamed[1], so rename the bylaw subdomain. tu-bylaws.aur.a.o will be kept around for some time redirecting to package-maintainer-bylaws.aur.a.o. [1] rfcs!7 Ref #533
-
Leonidas Spyropoulos authored
aurweb: release 6.2.8 See merge request !762
-
Mario Oenning authored
* bump version * services: rename tuvotereminder to votereminder * nginx: redirect /tu to /package-maintainer * nginx: remove /trusted-user/TUbylaws.html redirect Signed-off-by:
moson <moson@archlinux.org>
-
- Oct 12, 2023
-
-
Kristian Klausen authored
archwiki: Update to version 1.40.1-3 See merge request !764
-
- Oct 11, 2023
-
-
Christian Heusel authored
This includes several minor ui fixes. Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Oct 10, 2023
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Oct 04, 2023
-
-
Jan Alexander Steffens (heftig) authored
Now matching the config in dbscripts itself. Also sort the repos.
-
- Oct 01, 2023
-
-
Kristian Klausen authored
Offboard remy as Developer See merge request !755
-
Ref #527
-
Kristian Klausen authored
archwiki: update to mediawiki 1.40 See merge request !747
-
Christian Heusel authored
- fix crash when $wgFooterIcons.poweredby is no set - account for Extension:Renameuser being bundeled with 1.40 - enable the nosniff header for /images - switch to running maintenance scripts via run.php Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
Adding the extension was discussed here: https://wiki.archlinux.org/index.php?title=ArchWiki_talk:Maintenance_Team&oldid=788677#Replace_PNG_images_with_SVG Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
This also enables the Extension:VisualEditor on user pages. Addition was positively discussed here: https://wiki.archlinux.org/index.php?oldid=788677#Enable_the_DiscussionTools_extension Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Christian Heusel authored
this has been positively discussed here: https://wiki.archlinux.org/index.php?oldid=788677#Enable_the_Thanks_extension Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Evangelos Foutras authored
dbscripts: fix createlinks for binaries in non-standard locations See merge request !758
-
Christian Heusel authored
In FS#79592 we encountered yet another case where sogrep was not able to detect the necessary rebuild because the binaries reside in the non-standard path "/usr/share/$pkgname/bin/" which we currently do not take into account. This commit fixes this behaviour by also taking files symlinked from one of the standard locations into account.
-
- Sep 30, 2023
-
-
Kristian Klausen authored
Adding secondary workstation key for torxed See merge request !761
-
Anton Hvornum authored
-
Kristian Klausen authored
Re #537
-
Kristian Klausen authored
dbscripts: add missing gitconfig file See merge request !756
-
-
- Sep 29, 2023
-
-
Leonidas Spyropoulos authored
Onboard fabiscafe as PM See merge request !757
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Jan Alexander Steffens (heftig) authored
-
- Sep 28, 2023
-
-
Kristian Klausen authored
The EDNS Client Subnet header can provide a more accurate location of the client, especially if the client is not near the recursive resolver, so use it if it's provided.
-
- Sep 26, 2023
-
-
Evangelos Foutras authored
Since Linux 6.2, Btrfs enables asynchronous trimming in its mount flags. [1] https://github.com/archlinux/archinstall/issues/1837 [2] https://github.com/torvalds/linux/commit/63a7cb130718
-