summaryrefslogtreecommitdiff
path: root/app/services/files
Commit message (Expand)AuthorAgeFilesLines
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-182-15/+13
* Make tooltip less confusingDouwe Maan2015-12-081-1/+1
* Show tooltip when trying to edit file when not on branchDouwe Maan2015-12-081-1/+1
* Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-1/+1
* Add ability to create directories in the editorBen Ford2015-10-292-3/+19
* Add directory feature buttonStan Hu2015-10-073-2/+11
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Add "Replace" and "Upload" featuresliyakun2015-09-151-1/+3
* Refactor how repository makes commit with pre/post receive hooksDmitriy Zaporozhets2015-08-144-10/+4
* Capture pre-receive exceptionDmitriy Zaporozhets2015-08-131-1/+1
* Implement commit transaction with pre-receive and post-receive hooks for web ...Dmitriy Zaporozhets2015-08-134-8/+9
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-114-103/+87
* Revert "Merge branch 'web-editor-rugged' into 'master'"Dmitriy Zaporozhets2015-08-111-7/+6
* Revert "Create and edit files in web editor via rugged"Dmitriy Zaporozhets2015-08-112-34/+14
* Revert "Fix adding new file to empty repo"Dmitriy Zaporozhets2015-08-111-1/+1
* Revert "Use rugged in web editor for base64 encoding"Dmitriy Zaporozhets2015-08-112-28/+34
* Revert "Create activity event and execute hooks on web editor commit"Dmitriy Zaporozhets2015-08-113-11/+3
* Revert "Make web editor work correctly after switch from satellites"Dmitriy Zaporozhets2015-08-114-5/+4
* Revert "Refactor web editor"Dmitriy Zaporozhets2015-08-114-84/+117
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+8
* Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-161-8/+1
* Refactor web editorrefactor-web-editorDmitriy Zaporozhets2015-06-054-117/+84
* Make web editor work correctly after switch from satellitesDmitriy Zaporozhets2015-06-024-4/+5
* Remove files in web editor using ruggedDmitriy Zaporozhets2015-06-021-6/+7
* Create activity event and execute hooks on web editor commitDmitriy Zaporozhets2015-06-023-3/+11
* Use rugged in web editor for base64 encodingDmitriy Zaporozhets2015-06-012-34/+28
* Fix adding new file to empty repoDmitriy Zaporozhets2015-06-011-1/+1
* Create and edit files in web editor via ruggedDmitriy Zaporozhets2015-06-012-14/+34
* Use more specific regexes.Douwe Maan2015-03-271-2/+2
* Refactor GitAccess to use instance variables.Douwe Maan2015-03-243-3/+3
* Web Editor: save to new branchValery Sizov2015-02-242-2/+4
* Improve error messages when file editing failsVinnie Okada2015-02-221-6/+8
* Files::CreateService can now commit file to empty repositoryDmitriy Zaporozhets2015-01-261-7/+12
* developer can push to protected branchesValery Sizov2015-01-203-15/+3
* Use :message key, not :error for File::Service.Ciro Santilli2014-10-131-6/+0
* Factor error and success methods from services.Ciro Santilli2014-09-211-11/+3
* Add comments.Sytse Sijbrandij2014-08-061-1/+1
* Make file edit error message less specificJacob Vosmaer2014-08-061-1/+1
* Fix username validation message to match regexp.Ciro Santilli2014-06-261-1/+4
* Repository#blob_at_branchDmitriy Zaporozhets2014-02-053-6/+3
* Fix blobs for file servicesDmitriy Zaporozhets2014-02-053-3/+6
* Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets2014-01-172-4/+6
* Fix require for file servicesDmitriy Zaporozhets2014-01-163-3/+3
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-164-0/+156