Age | Commit message (Expand) | Author |
2011-10-25 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer |
2011-09-05 | web/html/pkgsubmit.php: Deal with unset category ID | Lukas Fleischer |
2011-08-12 | Use secure and httponly session cookies | Lukas Fleischer |
2011-08-11 | Use 'true' instead of 'True' everywhere | Dan McGee |
2011-08-11 | Make package creation and update atomic | Dan McGee |
2011-08-11 | Allow for merging deleted packages into existing ones | Lukas Fleischer |
2011-08-11 | Rename package_exists() to pkgid_from_name() | Lukas Fleischer |
2011-08-10 | Segment the upload directory by package name prefix | Dan McGee |
2011-07-29 | Fix empty depends database insert | Lukas Fleischer |
2011-06-28 | Replace split() invocations with explode() | Lukas Fleischer |
2011-06-25 | Honor epoch field in PKGBUILD files. | Slavi Pantaleev |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij |
2011-06-22 | make rss.php use the apc cache instead of a cache file | elij |
2011-05-29 | Cleanup RPC usage output a bit | Lukas Fleischer |
2011-05-29 | Properly encode ampersands in the RPC usage output | Lukas Fleischer |
2011-05-29 | fix two issues (php notice level) with html/rss.php | elij |
2011-05-29 | restructure the html/rpc.php endpoint | elij |
2011-05-17 | test return value from db_query before assuming it is valid | elij |
2011-04-27 | create variable before referencing it with .= | elij |
2011-04-27 | SQL: treat all UID/ID values as numbers, not strings | Dan McGee |
2011-04-27 | SQL: use standard LIMIT/OFFSET syntax | Dan McGee |
2011-04-24 | pkgsubmit.php: Ensure the session is linked to a valid user. | Lukas Fleischer |
2011-04-24 | pkgsubmit.php: Remove redundant uid_from_sid() invocations. | Lukas Fleischer |
2011-04-19 | Use HTTPs for links in password reset confirmation mails. | Lukas Fleischer |
2011-04-16 | rpc: introduce multiinfo query (fixes FS#17583) | Dan McGee |
2011-04-13 | Remove "New Package Notify" option from user account settings. | Lukas Fleischer |
2011-04-05 | Remove File_Find PEAR module from code base. | Lukas Fleischer |
2011-04-04 | Fix PHP warning when browsing a non-existent package. | Lukas Fleischer |
2011-04-03 | Remove Dummy Package concept | Dan McGee |
2011-04-03 | Always set ModifiedTS including new packages | Dan McGee |
2011-04-03 | Submission process code refactor | Dan McGee |
2011-03-30 | Be more restrictive with source tarball contents. | Lukas Fleischer |
2011-03-30 | Fix PHP notice when submitting an empty file. | Lukas Fleischer |
2011-03-30 | Fix strict standards warnings in "web/html/pkgsubmit.php". | Lukas Fleischer |
2011-03-30 | Check if submitted files are in GZIP format. | Lukas Fleischer |
2011-03-30 | Fix XSS vulnerabilities in "web/html/voters.php". | Lukas Fleischer |
2011-03-30 | Fix PHP undefined notice in "web/html/packages.php". | Lukas Fleischer |
2011-03-11 | Fix broken XHTML. | Lukas Fleischer |
2011-03-10 | More PHP Notice undefined fixups | Dan McGee |
2011-03-04 | Fix PHP notices in account pages | Dan McGee |
2011-03-04 | Add action lookup helper function | Dan McGee |
2011-03-04 | Improve cookie handling | Dan McGee |
2011-03-01 | Fix potential injection vulnerability | Dan McGee |
2011-02-27 | Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". | Lukas Fleischer |
2011-02-25 | Reject blacklisted packages on initial submission only. | Lukas Fleischer |
2011-02-23 | Protect users against ZIP bombs (fixes FS#22991). | Lukas Fleischer |
2011-02-21 | Reject packages with subdirectories (fixes FS#22995). | Lukas Fleischer |
2011-02-21 | Automatically adopt when updating an orphan package (fixes FS#22992). | Lukas Fleischer |
2011-02-21 | Use move_uploaded_file() instead of rename() in "pkgsubmit.php". | Lukas Fleischer |
2011-02-18 | Support for langauges written right-to-left | PyroPeter |