summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Release 4.5.1v4.5.1Lukas Fleischer1-1/+1
2017-03-04index.php: Remove routes for dropped imagesLukas Fleischer1-3/+0
2017-03-02account_delete.php: Fix variable nameLukas Fleischer1-1/+1
2017-02-28pkgbase.php: Fix PHP noticeLukas Fleischer1-3/+2
2017-02-28pkgbase.php: Squelch PHP warningLukas Fleischer1-13/+19
2017-02-28account.php: Always initialize $successLukas Fleischer1-0/+1
2017-02-27Squelch warning in pkgbase_vote()Lukas Fleischer1-13/+17
2017-02-27flag_comment.php: Hide comment for unflagged packagesLukas Fleischer1-0/+2
2017-02-27Remove bogus if-statement from pkgbase_delete()Lukas Fleischer1-9/+7
2017-02-27Fix SQL query to retrieve language settingLukas Fleischer1-3/+5
2017-02-27Fix warning with invalid time zoneLukas Fleischer1-0/+3
2017-02-27Fix more warnings occurring with unset SSH keysLukas Fleischer1-2/+8
2017-02-27pkgflag.php: Remove stray variableLukas Fleischer1-1/+1
2017-02-27404.php: Squelch warning on empty PATH_INFOLukas Fleischer1-1/+1
2017-02-27Suppress warning on unset SSH keyLukas Fleischer1-1/+1
2017-02-27Do not quote legacy variableLukas Fleischer1-1/+0
2017-02-27Always use source_file_uri instead of pkgbuild_uriLukas Fleischer1-1/+1
2017-02-27Fix SQL query used for creating new accountsLukas Fleischer1-1/+1
2017-02-26Release 4.5.0v4.5.0Lukas Fleischer1-1/+1
2017-02-25pkgreq_results.php: Hide empty tableLukas Fleischer1-0/+4
2017-02-24Use bcrypt to hash passwordsLukas Fleischer3-145/+61
2017-02-24Fix user name in disown notificationsLukas Fleischer1-3/+3
2017-02-23Add security tracker into navbarMorten Linderud2-0/+2
2017-02-15Fix several PHP short open tagsLukas Fleischer7-7/+7
2017-02-15pkgbase.php: Add default titleLukas Fleischer1-1/+1
2017-02-15Hide old requests from the dashboardLukas Fleischer1-1/+3
2017-02-15Add a parameter to skip old requests to pkgreq_list()Lukas Fleischer1-5/+12
2017-02-14Make aurjson error messages consistentMichael Straube1-2/+2
2017-02-12Add direct links to each source fileJanne Heß2-4/+6
2017-02-12Move package search links on the dashboardLukas Fleischer1-2/+4
2017-02-08Move my packages to separate dashboard sectionsLukas Fleischer1-6/+10
2017-02-08Add requests to dashboardLukas Fleischer1-0/+6
2017-02-08pkgreq_results.php: Add a flag to hide headersLukas Fleischer2-4/+9
2017-02-08pkgreq_results.php: Split out package results boxLukas Fleischer2-120/+120
2017-02-08Add an option to filter by user to pkgreq_list()Lukas Fleischer1-1/+8
2017-02-08Add flagged packages to the dashboardLukas Fleischer1-0/+12
2017-02-08Allow to search for both maintainer and co-maintainerLukas Fleischer2-0/+9
2017-02-08confparser.inc.php: Support alternative config pathLukas Fleischer1-1/+5
2017-02-08Add links to all owned packages to the dashboardLukas Fleischer1-2/+2
2017-02-08Return the number of results in pkg_search_page()Lukas Fleischer1-2/+2
2017-02-08Hide the table sorting links on the dashboardLukas Fleischer1-8/+27
2017-02-04Add dashboardLukas Fleischer2-5/+38
2017-02-04pkg_search_results.php: Split out package results boxLukas Fleischer2-88/+88
2017-02-04Refactor pkg_search_page()Lukas Fleischer3-87/+55
2017-02-03Split out the search form from pkg_search_page()Lukas Fleischer2-3/+2
2017-01-28Implement co-maintainer searchLukas Fleischer2-0/+9
2017-01-25Store banned IP addresses as plain textLukas Fleischer1-1/+1
2017-01-23Show co-maintainers SSH clone URL on package base pageMark Weiman1-1/+1
2017-01-20account.php: Reformat process_account_form() callMark Weiman1-6/+18
2017-01-20Update cookie for language setting when editing user informationMark Weiman1-0/+7