summaryrefslogtreecommitdiff
path: root/web/html/pkgsubmit.php
AgeCommit message (Expand)Author
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer
2013-02-10Remove unneeded database connection callscanyonknight
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight
2013-02-10Add database wrapper class and new connection methodcanyonknight
2012-11-04pkgsubmit.php: Show a warning for split packagesLukas Fleischer
2012-10-29pkgsubmit.php: Check that there is one directory in a tarballcanyonknight
2012-10-11pkgsubmit.php: Fix package version not updatingcanyonknight
2012-10-03pkgsubmit.php: Fix PHP notice for depends processingcanyonknight
2012-09-24Avoid use of "<b>"/"</b>"Lukas Fleischer
2012-09-24Use echo shortcut syntaxLukas Fleischer
2012-08-23Print error message when maximum DB character length is exceededcanyonknight
2012-08-23pkgsubmit.php: Make page friendlier for logged out userscanyonknight
2012-07-15web/html/pkgsubmit.php: Remove stray "</div>"Lukas Fleischer
2012-07-15Use virtual paths for package detailsLukas Fleischer
2012-07-15Use virtual path feature for linksLukas Fleischer
2012-07-14Merge branch 'maint'Lukas Fleischer
2012-07-14pkgsubmit.php: Refactor source processing to fix PHP noticecanyonknight
2012-07-11pkgsubmit.php: Remove stray "</div>" tagcanyonknight
2012-07-06pkgsubmit.php: Improve file upload error messagescanyonknight
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight
2012-07-06Refactor package submission formLukas Fleischer
2012-07-06Remove all traces of "pgboxtitle"Lukas Fleischer
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight
2012-03-19web/html/pkgsubmit.php: Revamp tarball validationLukas Fleischer
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Remove a boatload of inline table stylesDan McGee
2011-09-05Merge branch 'maint'Lukas Fleischer
2011-09-05web/html/pkgsubmit.php: Deal with unset category IDLukas Fleischer
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer
2011-08-11Make package creation and update atomicDan McGee
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer
2011-08-10Segment the upload directory by package name prefixDan McGee
2011-07-29Fix empty depends database insertLukas Fleischer
2011-06-28Replace split() invocations with explode()Lukas Fleischer
2011-06-25Honor epoch field in PKGBUILD files.Slavi Pantaleev
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee
2011-04-24pkgsubmit.php: Ensure the session is linked to a valid user.Lukas Fleischer
2011-04-24pkgsubmit.php: Remove redundant uid_from_sid() invocations.Lukas Fleischer
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer
2011-04-03Remove Dummy Package conceptDan McGee
2011-04-03Always set ModifiedTS including new packagesDan McGee
2011-04-03Submission process code refactorDan McGee
2011-03-30Be more restrictive with source tarball contents.Lukas Fleischer
2011-03-30Fix PHP notice when submitting an empty file.Lukas Fleischer
2011-03-30Fix strict standards warnings in "web/html/pkgsubmit.php".Lukas Fleischer
2011-03-30Check if submitted files are in GZIP format.Lukas Fleischer