summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
AgeCommit message (Expand)AuthorFilesLines
2014-12-27Use Git repositories to store packagesLukas Fleischer1-489/+0
2014-12-19Suggest using makepkg instead of mkaurballLukas Fleischer1-2/+2
2014-11-18Add support for .SRCINFOLukas Fleischer1-3/+4
2014-10-24Use an INI-style configuration fileLukas Fleischer1-4/+4
2014-10-10Add support for architecture-specific sourcesLukas Fleischer1-3/+5
2014-08-11Merge branch 'maint'Lukas Fleischer1-3/+3
2014-08-10Add support for architecture-specific fieldsLukas Fleischer1-9/+22
2014-08-06Fix notification handling on submission and adoptionLukas Fleischer1-1/+1
2014-08-06Add PCRE_DOLLAR_ENDONLY to preg_match()Lukas Fleischer1-2/+2
2014-07-23Drop support for source packages without .AURINFOLukas Fleischer1-26/+4
2014-05-06Check permissions when uploading source packagesLukas Fleischer1-0/+6
2014-05-06pkgsubmit.php: Style fixesLukas Fleischer1-8/+4
2014-05-03Fix parsing of array overridesLukas Fleischer1-1/+1
2014-04-26pkgsubmit.php: Redirect to package base detailsLukas Fleischer1-1/+1
2014-04-26Support multiple licenses per packageLukas Fleischer1-6/+14
2014-04-26Store package groups in the databaseLukas Fleischer1-1/+8
2014-04-26Store conflicts, provides and replaces in the DBLukas Fleischer1-2/+16
2014-04-19Handle pkgbase array overrides gracefullyLukas Fleischer1-2/+2
2014-04-17Store {make,check,opt}depends in the databaseLukas Fleischer1-14/+22
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer1-10/+10
2014-04-05Use snake case for all package functionsLukas Fleischer1-2/+2
2014-04-05Only parse PKGBUILD when requiredLukas Fleischer1-2/+2
2014-04-05Factor out PKGBUILD parsingLukas Fleischer1-141/+1
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer1-21/+23
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer1-116/+153
2014-04-05Add provisional support for package basesLukas Fleischer1-13/+14
2014-01-17pkgsubmit.php: Improve visibility of errorsLukas Fleischer1-4/+4
2014-01-17Add a warning for packages without .AURINFOLukas Fleischer1-0/+7
2014-01-17Promote the use of mkaurballLukas Fleischer1-1/+1
2014-01-17Detect split packages from .AURINFOLukas Fleischer1-0/+6
2014-01-17Strip whitespace from .AURINFO linesLukas Fleischer1-0/+1
2014-01-17Rename "depend" field to "depends" in .AURINFOLukas Fleischer1-1/+1
2014-01-11Fix split package error handlingLukas Fleischer1-6/+7
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer1-4/+33
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer1-14/+12
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer1-12/+6
2013-02-10Remove unneeded database connection callscanyonknight1-1/+0
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight1-11/+11
2013-02-10Add database wrapper class and new connection methodcanyonknight1-1/+1
2012-11-04pkgsubmit.php: Show a warning for split packagesLukas Fleischer1-0/+4
2012-10-29pkgsubmit.php: Check that there is one directory in a tarballcanyonknight1-0/+4
2012-10-11pkgsubmit.php: Fix package version not updatingcanyonknight1-1/+1
2012-10-03pkgsubmit.php: Fix PHP notice for depends processingcanyonknight1-2/+2
2012-09-24Avoid use of "<b>"/"</b>"Lukas Fleischer1-1/+1
2012-09-24Use echo shortcut syntaxLukas Fleischer1-9/+9
2012-08-23Print error message when maximum DB character length is exceededcanyonknight1-6/+29
2012-08-23pkgsubmit.php: Make page friendlier for logged out userscanyonknight1-4/+4
2012-07-15web/html/pkgsubmit.php: Remove stray "</div>"Lukas Fleischer1-1/+1
2012-07-15Use virtual paths for package detailsLukas Fleischer1-1/+1
2012-07-15Use virtual path feature for linksLukas Fleischer1-2/+2