summaryrefslogtreecommitdiff
path: root/app/services/projects/transfer_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+4
|
* Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-1/+1
|
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-6/+0
| | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-0/+6
| | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove satellitesDmitriy Zaporozhets2015-07-151-6/+0
|
* Fix transferring of project to another group using the API.Douwe Maan2015-07-111-8/+5
|
* notification on project movingnotification_on_project_movingValery Sizov2015-03-251-0/+3
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor project transfer service. Add security check when create or ↵Dmitriy Zaporozhets2014-05-281-13/+62
| | | | | | transfer project into group Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-0/+22
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>