summaryrefslogtreecommitdiff
path: root/app/controllers/tree_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-17/+0
|
* Refactor: remove dup codeSato Hiroyuki2013-05-131-3/+0
|
* move edit to separate controller. This fixes #3265Dmitriy Zaporozhets2013-03-241-38/+0
|
* Fix 404 error while displaying json files.Sato Hiroyuki2013-03-211-1/+0
| | | | | It uses params[:id] instead of request.fullpath. It should fix #3132.
* Fixed protected branches and file editDmitriy Zaporozhets2013-01-041-1/+1
|
* Refactor EditFileAction#update and rename it to commit!Riyad Preukschas2012-10-261-3/+3
|
* Update arguments for Gitlab::Satellite::EditFileAction#initializeRiyad Preukschas2012-10-261-2/+1
|
* Rename Gitlab::FileEditor to Gitlab::Satellite::EditFileActionRiyad Preukschas2012-10-261-1/+1
|
* Security for online editor. Replace dev_access?, master_access? with can? ↵randx2012-10-211-0/+8
| | | | method usage
* 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 docs a bit
* 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