summaryrefslogtreecommitdiff
path: root/webui.py
Commit message (Expand)AuthorAgeFilesLines
* import stringDonald Stufft2013-07-261-1/+1
* Suggest better usernames for openidDonald Stufft2013-07-251-2/+15
* Restrict new user names furtherDonald Stufft2013-07-251-1/+4
* Use a consistent naming schemeDonald Stufft2013-07-251-1/+1
* Use a surrogate key on the simple indexDonald Stufft2013-07-251-1/+1
* Handle the case where there is no QueueDonald Stufft2013-07-241-3/+4
* Use rq.Queue not QueueDonald Stufft2013-07-241-1/+1
* Use RQ to handle purging asynchronouslyDonald Stufft2013-07-241-1/+5
* Send the Surrogate Key header with Package DownloadsDonald Stufft2013-07-241-0/+3
* a few places where user-supplied username should be matched without case-sens...Richard Jones2013-07-121-3/+3
* support _ and - in platform tagsDonald Stufft2013-07-061-1/+1
* Disallow Non windows binary wheelsDonald Stufft2013-07-061-0/+15
* Fix the search keyDonald Stufft2013-06-261-1/+1
* Enable (hidden) download countsDonald Stufft2013-06-261-1/+41
* Revert and unneeded changeDonald Stufft2013-06-201-2/+3
* Allow a configurable raw package prefixDonald Stufft2013-06-201-1/+1
* Handle the case where there is no serial for a packageDonald Stufft2013-06-201-3/+3
* Merged in ctheune/pypi-fix-mirroring (pull request #1)Donald Stufft2013-06-201-4/+42
|\
| * Update comment on how to configure nginx.Christian Theune2013-06-131-4/+6
| * Add a handler for the /packages URLs so that we can uses nginx' static fileChristian Theune2013-06-131-4/+40
* | refactor run_simple so it no longer does it's own gzipingDonald Stufft2013-06-181-36/+26
* | Use hashlib instead of M2Crpyto for sha1Donald Stufft2013-06-171-4/+4
|/
* Use a proper path and set the secure attributeDonald Stufft2013-06-071-1/+6
* Include the last serial in a header on the simple pagesDonald Stufft2013-05-311-0/+4
* Better fixDonald Stufft2013-05-281-1/+1
* Prevent a redirect loop when there are no non hidden releasesDonald Stufft2013-05-281-1/+1
* Use a permanent redirectDonald Stufft2013-05-271-1/+1
* match the verison info as wellDonald Stufft2013-05-271-0/+3
* Match the self._load_release_info betterDonald Stufft2013-05-271-0/+3
* Redirect badly cased namesDonald Stufft2013-05-271-0/+11
* Use tilde for the namespacingDonald Stufft2013-05-271-2/+2
* Use a different character for surrogate key namespacingDonald Stufft2013-05-271-2/+2
* namepsace the surrogate keys for pkg namesDonald Stufft2013-05-271-2/+2
* Add cache invalidation to the Fastly CDNDonald Stufft2013-05-271-0/+3
* Remove left over importDonald Stufft2013-05-231-1/+0
* Adjust the validation code to disallow packages not ending with an alphanumericDonald Stufft2013-05-231-3/+12
* Ensure that all *new* package names follow PEP426 naming rulesDonald Stufft2013-05-231-0/+28
* Close the metatag so PEP381client will unbreakDonald Stufft2013-05-211-2/+2
* Handle when the message is unicode instead of strDonald Stufft2013-05-191-1/+4
* Look up users case insensitively when registering a new userDonald Stufft2013-05-191-2/+2
* Add the api-version metatag to the simple indexDonald Stufft2013-05-181-2/+2
* handle wtf with multiple search term fieldsRichard Jones2013-04-101-2/+4
* fix up handling of non-basic http auth headers and also make the code sanerRichard Jones2013-04-101-32/+39
* i can reRichard Jones2013-03-261-1/+1
* reject names/versions which are URL-unsafe (and thus just bizarre)Richard Jones2013-03-261-0/+6
* erm, no, undo thatRichard Jones2013-03-261-1/+1
* ugh, url quote itRichard Jones2013-03-261-1/+1
* fixRichard Jones2013-03-191-1/+1
* force users to supply md5 sum (not verified because suck)Richard Jones2013-03-191-0/+3
* edit all the URLs at once; use a row id to editRichard Jones2013-03-191-5/+5