aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads/views.py
AgeCommit message (Expand)Author
2014-07-29bug #278 - allow "internal hosts" to browse site2014.07Andy Doan
2014-07-29bug #277: hide "licenses" directoryAndy Doan
2014-07-27bug247: fix directory sorting logicAndy Doan
2014-06-13views.py: Fix bug 1328998.Milo Casagrande
2014-06-03Remove depencency on bzr to show version number.Milo Casagrande
2014-02-25Hide .htaccess files.Milo Casagrande
2014-02-25Make hidden files visible.Milo Casagrande
2013-09-19Update style for git descriptions. Check for absent howtos.Georgy Redkozubov
2013-09-17Adds git description tab with data from annotated source manifest for passing...Georgy Redkozubov
2013-09-17Adds git description tab with data from annotated source manifest for passing...Georgy Redkozubov
2013-09-17Adds git description tab with data from annotated source manifest.Georgy Redkozubov
2013-07-30Merged James branch.Milo Casagrande
2013-07-17Add support for publishing files to the public areaJames Tunnicliffe
2013-06-19Hide HOWTO_*.txt and *.textile files from file listingGeorgy Redkozubov
2013-06-17Initial Upload API supportJames Tunnicliffe
2013-06-14Cosmetic fixesJames Tunnicliffe
2013-06-14Updated to make downloads work from inside the upload directory.James Tunnicliffe
2013-06-12Uploads are now downloadable if the upload path isn't the same as one of the ...James Tunnicliffe
2013-06-11Make full dir path for uploadsJames Tunnicliffe
2013-06-06Fixed pyflakes errorsJames Tunnicliffe
2013-06-06Allow to perform group auth against several of plugins.Paul Sokolovsky
2013-06-05Merge from trunkJames Tunnicliffe
2013-06-05Initial push support (needs API key, no tests yet)James Tunnicliffe
2013-06-05Merge fix for being able to break out of published rootJames Tunnicliffe
2013-06-05Remove Launchpad-specific wording from Forbidden page.Paul Sokolovsky
2013-06-05* Added logic to make paths safe_path_joinJames Tunnicliffe
2013-06-04Properly configure logging.Paul Sokolovsky
2013-06-04Pyflakes fixes.Paul Sokolovsky
2013-06-04Fix exception logging.Paul Sokolovsky
2013-06-04Handle errors during group auth properly.Paul Sokolovsky
2013-05-30Consistently handle "openid-launchpad-teams" -> "auth-groups" field rename.Paul Sokolovsky
2013-05-29Implement dynamic loading of settings.GROUP_AUTH_MODULE properly.Paul Sokolovsky
2013-05-28Switch group authorization to plugin-like approach.Paul Sokolovsky
2013-05-27Refactor towards support different group auth methods.Paul Sokolovsky
2013-05-09Add poorman's logging for OpenID group membership check requests.Paul Sokolovsky
2013-04-05Unicode incorrectly encoded in URL handled correctlyJames Tunnicliffe
2013-04-02I think this is what was causing recent problems on snapshots (unicode in URLs):James Tunnicliffe
2013-04-02API returns real mtime, file size (bytes), MIME type. Used to be the same hum...James Tunnicliffe
2013-03-18/api/ls/<path to file> now returns information for a single file.James Tunnicliffe
2013-03-11Simple API to download files added. Tests comingJames Tunnicliffe
2013-02-28Add additional comment for re-raising error.Stevan Radakovic
2013-02-28Add test for non-existing file. Add exception handling for HTTPError.Stevan Radakovic
2013-02-26Add tests, docstrings and fix pep8 in html.Stevan Radakovic
2013-02-26Fix bug 1085007.Stevan Radakovic
2013-02-21Handle API access check for INTERNAL_HOSTS early in file_server().Paul Sokolovsky
2013-02-20file_server(): Simplify if/else logic, avoid needless ladders.Paul Sokolovsky
2013-02-20Factor out function to send file for download (send_file()).Paul Sokolovsky
2012-11-08Use the same logic for finding build-info file in is_protected as used in Bui...Danilo Ĺ egan
2012-10-25Need to remove is_ajax check because we will be calling this api method serve...Stevan Radakovic
2012-10-22Support textile 2.1.4. Fix some pep8 errors.Stevan Radakovic