summaryrefslogtreecommitdiff
path: root/webui.py
Commit message (Expand)AuthorAgeFilesLines
* add security pageRichard Jones2013-02-011-1/+9
* spell upload correctlyRichard Jones2013-01-241-1/+1
* regen the rss on new package upload too (since it can do a register)Richard Jones2013-01-241-1/+1
* make the test server RSS easier to spotRichard Jones2013-01-241-0/+3
* ORLYRichard Jones2013-01-231-1/+1
* input validationRichard Jones2013-01-231-0/+3
* pass on name in index viewRichard Jones2013-01-231-2/+4
* mergeRichard Jones2012-08-231-5/+10
|\
| * Support Wheel files. Requested by Michele Lacchia.Martin v. L?wis2012-08-171-1/+1
| * Support running without sentry.Martin v. L?wis2012-08-171-2/+5
| * Notify pubsubhubbub only on updates, and only once per package.Martin v. L?wis2012-08-171-2/+4
* | handle request of access token in case where request token is not authorisedRichard Jones2012-08-231-0/+2
|/
* proper responseRichard Jones2012-07-261-1/+1
* make these parameters slightly more optional for non-HTML-form submissionsRichard Jones2012-07-261-3/+2
* don't use the modified-for-oauth params, use the originals so we can get to t...Richard Jones2012-07-261-2/+3
* remove file upload from params for processing by oauthRichard Jones2012-07-241-2/+5
* remove GET restrictionRichard Jones2012-07-241-2/+0
* fixes to OAuth; in particular the escaping of & was incorrect in upstream oau...Richard Jones2012-07-241-1/+12
* slight formatting tweakRichard Jones2012-06-161-0/+2
* merge change from pypi-techtonikMartin v. L?wis2012-06-051-5/+2
|\
| * cElementTree is included since Python 2.5, which is also aanatoly techtonik2012-05-081-5/+2
* | up the limit a little moreRichard Jones2012-05-231-1/+1
|/
* Double doc size limit.Martin v. Loewis2012-04-241-1/+1
* Port to latest distutils2. Fixes #5 on https://bitbucket.org/loewis/pypi.Martin v. L?wis2012-03-251-2/+2
* break all the stuffsRichard Jones2012-03-151-56/+32
* correct responseRichard Jones2012-03-151-1/+1
* recognise the user being identified by the access tokenRichard Jones2012-03-151-0/+4
* there is no way this is going to workRichard Jones2012-03-151-2/+65
* fix cookie to cover /oauth (and /id?!)Richard Jones2012-03-151-3/+3
* stuffRichard Jones2012-03-151-1/+5
* fixRichard Jones2012-03-151-1/+2
* fixRichard Jones2012-03-151-1/+1
* refactor to fixRichard Jones2012-03-151-15/+16
* fixRichard Jones2012-03-151-2/+1
* fixRichard Jones2012-03-151-4/+4
* replace GET url with params with bare URLRichard Jones2012-03-151-0/+2
* uh, commitRichard Jones2012-03-151-4/+2
* fixRichard Jones2012-03-151-1/+1
* fixRichard Jones2012-03-151-1/+2
* fix bug and more testRichard Jones2012-03-151-2/+6
* more oauth tweakeryRichard Jones2012-03-151-12/+12
* fix importRichard Jones2012-03-151-1/+1
* nonce token is nullableRichard Jones2012-03-151-1/+3
* fix pathsRichard Jones2012-03-141-9/+8
* fix "return" valuesRichard Jones2012-03-141-4/+12
* wtfpackageRichard Jones2012-03-141-1/+1
* fix syntax errorRichard Jones2012-03-141-2/+2
* add initial OAuth implementationRichard Jones2012-03-141-0/+102
* add sentry supportrichard2012-03-131-5/+20
* add missing importrichard2012-03-121-0/+1