summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-14Merge branch 'maint'Lukas Fleischer1-0/+6
2012-07-14pkgsubmit.php: Refactor source processing to fix PHP noticecanyonknight1-3/+3
2012-07-11pkgsubmit.php: Remove stray "</div>" tagcanyonknight1-1/+0
2012-07-06pkgsubmit.php: Improve file upload error messagescanyonknight1-2/+17
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight1-48/+11
2012-07-06Refactor package submission formLukas Fleischer1-28/+24
2012-07-06Remove all traces of "pgboxtitle"Lukas Fleischer1-3/+1
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight1-3/+11
2012-03-19web/html/pkgsubmit.php: Revamp tarball validationLukas Fleischer1-12/+14
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer1-14/+14
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-14/+14
2011-10-24Remove a boatload of inline table stylesDan McGee1-1/+1
2011-09-05Merge branch 'maint'Lukas Fleischer1-3/+15
2011-09-05web/html/pkgsubmit.php: Deal with unset category IDLukas Fleischer1-3/+15
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer1-1/+1
2011-08-11Make package creation and update atomicDan McGee1-1/+5
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer1-2/+2
2011-08-10Segment the upload directory by package name prefixDan McGee1-3/+4
2011-07-29Fix empty depends database insertLukas Fleischer1-11/+16
2011-06-28Replace split() invocations with explode()Lukas Fleischer1-1/+1
2011-06-25Honor epoch field in PKGBUILD files.Slavi Pantaleev1-6/+10
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-3/+3