summaryrefslogtreecommitdiffstats
path: root/aurweb
AgeCommit message (Expand)AuthorFilesLines
2018-05-20Add package base name in request close notificationsLukas Fleischer1-4/+12
2018-05-18git-update: accept any arch in arch-dependent metadataEli Schwartz1-1/+1
2018-05-17Use modern format strings in notification messagesLukas Fleischer1-44/+52
2018-05-17Localize notification emailsLukas Fleischer2-109/+165
2018-05-17Refactor the notification scriptLukas Fleischer1-393/+429
2018-05-16notify.py: Do not add stray newlinesLukas Fleischer1-4/+4
2018-05-10Erase login IP addresses after seven daysLukas Fleischer1-0/+22
2018-04-22config: allow reading both the defaults file and the modified configEli Schwartz1-4/+6
2018-04-08Allow manual breaks and horizontal lines in commentsLukas Fleischer1-2/+2
2018-03-13notify: Send vote reminders to TUs that are also devsJohannes Löthberg1-1/+1
2018-01-21Move AUR_OVERWRITE privilege check from git/auth to git/updateJohannes Löthberg2-2/+1
2017-11-08Auto-link bug reports in commentsLukas Fleischer1-0/+15
2017-08-25Do not hardcode path to the Python interpreterLukas Fleischer10-10/+10
2017-08-08git-serve: Fix broken SQL statementLukas Fleischer1-1/+1
2017-08-01mkpkglists: Generate a list of user namesLukas Fleischer1-0/+7
2017-07-25Require TUs to explicitly request to overwrite a pkgbaseEli Schwartz2-1/+4
2017-07-22Fix setting keywords in the SSH interfaceEli Schwartz1-1/+1
2017-04-26Support headings in package commentsLukas Fleischer1-2/+18
2017-04-25Explicitly initialize PackageBases.FlaggerCommentLukas Fleischer2-4/+6
2017-04-24Support fenced code in package commentsLukas Fleischer1-2/+3
2017-04-24Do not keep line breaks in commentsLukas Fleischer1-2/+2
2017-04-24Make references to Git commits clickableLukas Fleischer1-5/+54
2017-04-23Reintroduce backwards-compatible hyperlink syntaxLukas Fleischer1-1/+15
2017-04-23Add Markdown support to package commentsLukas Fleischer1-3/+5
2017-04-23Render comments when storing them in the databaseLukas Fleischer1-0/+35
2017-04-19Store dependency descriptions in a separate columnLukas Fleischer1-9/+7
2017-04-06git-update: Check for missing pkgname entriesLukas Fleischer1-0/+3
2017-01-25git-serve: Implement IP address bansLukas Fleischer2-0/+16
2017-01-25git-serve: Save last SSH login date and IP addressLukas Fleischer1-0/+13
2017-01-23git-serve: Add support for (un-)votingLukas Fleischer2-0/+75
2016-12-23git-serve: Use Python exceptions for error handlingLukas Fleischer2-79/+131
2016-12-20git-serve: Add support for (un-)flagging packagesLukas Fleischer1-0/+70
2016-12-20notify: Avoid EXCEPT in SQL statementLukas Fleischer1-6/+4
2016-11-13Send out-of-date notifications to co-maintainersLukas Fleischer1-6/+9
2016-10-17Make maintenance scripts installableLukas Fleischer7-0/+622
2016-10-17Move configuration to /etc/aurweb/configLukas Fleischer1-2/+1
2016-10-17aurweb/git: Add missing __init__.py fileLukas Fleischer1-0/+0
2016-10-11git-serve: Close orphan requests upon disownLukas Fleischer1-1/+43
2016-10-11git-update: Catch long source URLsLukas Fleischer1-0/+3
2016-10-11Make URL columns 8000 characters wideLukas Fleischer1-2/+3
2016-10-08Reorganize Git interface scriptsLukas Fleischer3-0/+890
2016-09-29Use setuptools to install Python modulesLukas Fleischer3-0/+82