summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee1-1/+1
2011-04-24pkgsubmit.php: Ensure the session is linked to a valid user.Lukas Fleischer1-3/+8
2011-04-24pkgsubmit.php: Remove redundant uid_from_sid() invocations.Lukas Fleischer1-3/+1
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer1-1/+0
2011-04-03Remove Dummy Package conceptDan McGee1-13/+4
2011-04-03Always set ModifiedTS including new packagesDan McGee1-1/+1
2011-04-03Submission process code refactorDan McGee1-61/+35
2011-03-30Be more restrictive with source tarball contents.Lukas Fleischer1-2/+13
2011-03-30Fix PHP notice when submitting an empty file.Lukas Fleischer1-1/+1
2011-03-30Fix strict standards warnings in "web/html/pkgsubmit.php".Lukas Fleischer1-2/+2
2011-03-30Check if submitted files are in GZIP format.Lukas Fleischer1-2/+16
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer1-1/+1
2011-02-25Reject blacklisted packages on initial submission only.Lukas Fleischer1-9/+9
2011-02-23Protect users against ZIP bombs (fixes FS#22991).Lukas Fleischer1-0/+12
2011-02-21Reject packages with subdirectories (fixes FS#22995).Lukas Fleischer1-0/+3
2011-02-21Automatically adopt when updating an orphan package (fixes FS#22992).Lukas Fleischer1-5/+7
2011-02-21Use move_uploaded_file() instead of rename() in "pkgsubmit.php".Lukas Fleischer1-1/+1