aboutsummaryrefslogtreecommitdiff
path: root/android_build/frontend/views.py
AgeCommit message (Expand)Author
2014-07-31bug #295 - fix logged-in status for new builds pageAndy Doan
2014-07-31pep8 fixesAndy Doan
2013-07-01Workaround unicode string.Paul Sokolovsky
2013-07-01Factor out get_username() call, convert one missing usage (edit/delete job).Paul Sokolovsky
2013-06-27Strip "@linaro.org" when passing username to JavaScript.Paul Sokolovsky
2013-06-27Strip "@linaro.org" from username when creating job prefix.Paul Sokolovsky
2013-06-27Strip "@linaro.org" from username when creating job prefix.Paul Sokolovsky
2012-12-21Don't show member builds if not a member of appropriate groupGeorgy Redkozubov
2012-12-20Added code for filtering view of tabs based on user groupsGeorgy Redkozubov
2012-04-12Rework prefix2group() to work as expected.Paul Sokolovsky
2012-04-12Iterate over dict properly.Paul Sokolovsky
2012-04-12Pass request object to group2prefix() to be able to get current user.Paul Sokolovsky
2012-04-12Remove unused is_official_builder().Paul Sokolovsky
2012-04-12Add generic group to prefix and vice-versa mapping functions.Paul Sokolovsky
2012-04-12Allow user to create a build for any group he's member of.Paul Sokolovsky
2011-03-25make it a configuration option whether to use our own combo loader or yahoo'sMichael Hudson
2011-03-09refactor edit perms a bit so deletion & editing of official builds actually w...Michael Hudson
2011-03-09allow creating official buildsMichael Hudson
2011-03-09allow members of ~linaro-android-official-builders to edit official buildsMichael Hudson
2011-03-08start enforcing perms in the viewsMichael Hudson
2011-03-08split api.py from views.pyMichael Hudson
2011-03-07make the edit api work, with some refactoringMichael Hudson
2011-03-07add an edit buttonMichael Hudson
2011-03-07enforce deletion restrictons server side (!)Michael Hudson
2011-03-07implement job deletionMichael Hudson
2011-03-07make build now do something; this reveals the need to show queued status somehowMichael Hudson
2011-03-07only show the delete button on the logged in user's buildsMichael Hudson
2011-03-07add delete & build now buttons; make delete button pop up confirmation overlayMichael Hudson
2011-03-04go to page of newly created build on successful creationMichael Hudson
2011-03-04slightly ridiculous code to present maybe decent error messagesMichael Hudson
2011-03-04start showing some info about the failureMichael Hudson
2011-03-03make links more relative, clean up some build number related gunkMichael Hudson
2011-03-02support buildNow in /api/newMichael Hudson
2011-03-01much better new config implementationMichael Hudson
2011-03-01sort out the older build linksMichael Hudson
2011-03-01better urls for the build pagesMichael Hudson
2011-03-01remove last .htmls from urlsMichael Hudson
2011-03-01start using template inheritanceMichael Hudson
2011-03-01a job is created!Michael Hudson
2011-02-28require login to access new.htmlMichael Hudson
2011-02-28start to pass data to the /api/new methodMichael Hudson
2011-02-28stub out new, with some ridiculous cookie manipulationsMichael Hudson
2011-02-28redirect to login page when you click "my builds"Michael Hudson
2011-02-28include config data directlyMichael Hudson
2011-02-28move to serving html through djangoMichael Hudson
2011-02-25eejitMichael Hudson
2011-02-25grr some moreMichael Hudson
2011-02-25oopsMichael Hudson
2011-02-25load and start using the globalConfig objectMichael Hudson
2011-02-25moar usefulMichael Hudson