summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-11Add a package name blacklist.Lukas Fleischer1-0/+9
2011-02-02Minor variable parser bug fix (cf. commits 492c8c66, 7a58e99e).Lukas Fleischer1-1/+1
2011-02-02Parse versioned deps correctly when using "<" or ">" (fixes FS#22679).Lukas Fleischer1-2/+2
2011-02-01Remove "FSPath" column from "Packages" table.Lukas Fleischer1-5/+3
2011-02-01Improve PKGBUILD variable parser correctness (cf. commit 492c8c66).Lukas Fleischer1-4/+1
2011-02-01Drop PackageLocations table and referencesDan McGee1-3/+2
2011-01-28Avoid infinite loop in PKGBUILD variable parser (fixes FS#19482).Lukas Fleischer1-9/+17
2011-01-25Replaced rm_rf() by rm_tree().Lukas Fleischer1-1/+1
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer1-5/+3
2011-01-19Removed code for tarball extraction.Lukas Fleischer1-48/+12
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer1-1/+1
2010-06-24pkgsubmit: Remove build function checkAndrea Scarpino1-15/+1
2010-06-05pkgsubmit: store the previous path with getcwd()mickael91-1/+3
2009-11-24pkgsubmit.php: Remove redundant error message.Loui Chang1-8/+0
2009-11-24Restyle the layout.Loui Chang1-0/+5
2009-11-10pkgsubmit: Instruct users how to make source packages.Loui Chang1-6/+7
2009-09-29Remove the plain PKGBUILD upload feature.Loui Chang1-4/+0
2009-08-11Use include_once where applicableDan McGee1-5/+5
2009-06-25Remove excess whitespace.1.5.6.3Loui Chang1-6/+6
2009-06-18Turn on package notification by default for new packagesCallan Barrett1-0/+3
2009-06-18fix FS#13122 (again): removing comment removal as early as possibleGergely Imreh1-3/+3