summaryrefslogtreecommitdiffstats
path: root/web/lib
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Accept SSH keys with whitespace in commentsHEADmasterLukas Fleischer1-1/+1
2015-06-28Release 4.0.0-rc6Lukas Fleischer1-1/+1
2015-06-27Only print no changes message if queries failedJohannes Löthberg1-2/+2
2015-06-27Fake pkgbase actions for unconfirmed usersGordian Edenhofer1-9/+19
2015-06-27Add support for multiple SSH public keysLukas Fleischer1-19/+134
2015-06-27Split out code to generate action linksLukas Fleischer1-0/+37
2015-06-27Move registration code to a separate unitLukas Fleischer1-1/+1
2015-06-27Redirect at previous page after a successful loginGordian Edenhofer1-1/+6
2015-06-27Add the popularity field to the RPC interfaceLukas Fleischer1-1/+13
2015-06-27Display (reverse) optional dependencies as "Required by"Lukas Fleischer1-5/+8
2015-06-27Add Arabic translationLukas Fleischer1-0/+1
2015-06-20Fix a warning when formatting user namesLukas Fleischer1-1/+1
2015-06-20Let co-maintainers edit package keywordsJohannes Löthberg1-1/+2
2015-06-20Let co-maintainers unflag the packageJohannes Löthberg1-1/+2
2015-06-20Add functions for getting arrays of maintainer and co-maintainer UIDsJohannes Löthberg1-0/+35
2015-06-19Remove can_submit_blacklisted()Lukas Fleischer2-14/+0
2015-06-18Release 4.0.0-rc5Lukas Fleischer1-1/+1
2015-06-14confparser: Add function for getting the items of a sectionJohannes Löthberg1-0/+7
2015-06-14confparser: Add function for checking if config section existsJohannes Löthberg1-0/+7
2015-06-14confparser: Split loading of config into own functionJohannes Löthberg1-1/+6
2015-06-14Show co-maintainers next to maintainers in detailsLukas Fleischer1-0/+25
2015-06-14Refactor code for printing account linksLukas Fleischer1-2/+11
2015-06-14Replace categories with keywordsLukas Fleischer4-96/+63
2015-06-12Release 4.0.0-rc4Lukas Fleischer1-1/+1
2015-06-12stats.inc.php: Show the 15 most recent updatesLukas Fleischer1-1/+1
2015-06-11Show package popularity in search resultsLukas Fleischer1-2/+5
2015-06-11Reintroduce the URLPath fieldLukas Fleischer1-1/+1
2015-06-09Release 4.0.0-rc3Lukas Fleischer1-1/+1
2015-06-09Invert order when sorting packages by ageLukas Fleischer1-1/+1
2015-06-09Drop suffixes from confirm parametersLukas Fleischer1-1/+1
2015-06-09Add Spanish (Latin America) and Asturian translationsLukas Fleischer1-0/+2
2015-06-09Fix official language name of CzechLukas Fleischer1-1/+1
2015-06-09aurjson.class.php: Exclude hidden package basesLukas Fleischer1-6/+13
2015-06-08Release 4.0.0-rc2Lukas Fleischer1-1/+1
2015-06-08Fix searching for an empty stringLukas Fleischer1-4/+6
2015-06-08Fix package statisticsLukas Fleischer1-8/+26
2015-06-08Add Chinese (Taiwan) translationsLukas Fleischer1-1/+2
2015-06-08Release 4.0.0-rc1Lukas Fleischer1-1/+1
2015-06-04pkgfuncs.inc.php: Remove a conflict markerLukas Fleischer1-1/+0
2015-05-31Allow for resetting the SSH public keyLukas Fleischer1-2/+2
2015-05-22Update co-maintainer list when promoting a userLukas Fleischer1-13/+20
2015-05-22Fix processing of pkgbase_get_comaintainers()Lukas Fleischer1-6/+9
2015-05-22Update co-maintainers when disowning a packageLukas Fleischer1-0/+18
2015-05-22Fix the permission check in pkgbase_adopt()Lukas Fleischer1-10/+18
2015-05-22Store co-maintainer prioritiesLukas Fleischer1-2/+5
2015-05-22Support boolean operators in search queriesLukas Fleischer1-1/+18
2015-05-22Do not allow more than 20 terms in search queriesLukas Fleischer1-0/+11
2015-05-22Use keyword search by defaultLukas Fleischer1-3/+5
2015-05-21Make the type parameter of pkgreq_by_pkgbase() optionalLukas Fleischer2-7/+7
2015-03-04Automatically close requestsLukas Fleischer2-1/+51