aboutsummaryrefslogtreecommitdiff
path: root/urls.py
AgeCommit message (Collapse)Author
2014-08-26api: remove the key management apiAndy Doan
We are deprecating this very soon and should go ahead and prevent any other people from using this API. Change-Id: I6ad8eff04a52717bb5ea83a354386c320f02a0a4
2014-08-25api: move get_license_api and list_files_api to v1.pyAndy Doan
This moves all REST API specific changes into v1.py. In order to handle that some functions in views.py had to be moved to common.py so that v1.py could access them (views.py imports v1.py right now so having v1.py import views.py created a circular dependency) Change-Id: I40990a3942536a5b9c3f1bab0dec69b4f74a072b
2014-08-25API: refactor "uploads" into more common "api" moduleAndy Doan
This just moves the current uploads.py module into a more commonly named "api/v1.py". This is just setting the stage to better arrange code and support a v2 api if needed. Change-Id: Id1991cb1e5a49bb5a77a992bbcd9c001225ada81
2013-06-06Push support done (for now...)James Tunnicliffe
2013-06-05Initial push support (needs API key, no tests yet)James Tunnicliffe
2013-03-11Simple API to download files added. Tests comingJames Tunnicliffe
2013-02-26Fix bug 1085007.Stevan Radakovic
2012-10-22Add async call for fethcing textile files rendered.Stevan Radakovic
2012-10-10Add initial css and js. Implement tabs on pages without meaningful data.Stevan Radakovic
2012-08-17Move openid URLs to /linaro-openid/ and change options to keep account ↵Danilo Šegan
details updated from LP.
2012-07-11Restore some bits of OpenID code.Danilo Segan
2012-07-11Lint fixes.Danilo Segan
2012-07-11Get rid of more OpenID stuff.Danilo Segan
2012-06-27Writen OpenIDAuth class first methods and tests.Stevan Radakovic
2012-06-26Point default served files to the test directory "android".James Tunnicliffe
2012-06-26Moved files out od django-rewrite.James Tunnicliffe
Combines .bzrignore files Deleted django-rewrite directory.