summaryrefslogtreecommitdiff
path: root/app/controllers/tree_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Security for online editor. Replace dev_access?, master_access? with can? met...randx2012-10-211-0/+8
* Only allow editing text filesRiyad Preukschas2012-10-161-0/+9
* Improve flash messages in tree#updateRiyad Preukschas2012-10-161-2/+2
* Minor improve to UI and code formatting of gitlab web editorrandx2012-10-151-6/+6
* WebEditor: base implementationValeriy Sizov2012-10-121-2/+8
* WebEditor: Check if save is possibleValeriy Sizov2012-10-121-3/+2
* WebEditor: sceletonValeriy Sizov2012-10-121-0/+8
* WebEditor: base formValeriy Sizov2012-10-121-0/+8
* Remove unused history_path instance variableRobert Speicher2012-10-091-4/+2
* rename ProjectController to ProjectResourceControllerCyril2012-09-271-1/+1
* update new controllersCyril2012-09-271-6/+1
* Rename RefExtractor to ExtractsPathRobert Speicher2012-09-261-1/+1
* Update RefExtractor to handle atom feedsRobert Speicher2012-09-261-3/+0
* DRY up Blame, Blob and Tree controllersRobert Speicher2012-09-261-23/+6
* Add TreeController and specRobert Speicher2012-09-261-0/+49