gitlab-org--gitlab-foss/app/services/projects
Yorick Peterse ebae38394d
Refresh authorizations when transferring projects
This ensures that project authorizations are refreshed when moving a
project from one namespace to another. When doing so the permissions for
all users of both the old and new namespaces are refreshed.

See #26194 for more information.
2017-02-07 14:58:49 +01:00
..
import_export Add missing group members to export for I/E 2017-02-07 11:06:05 +01:00
autocomplete_service.rb Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master'" 2016-11-17 09:39:23 +00:00
create_service.rb Extract set_project_name_from_path method 2017-01-23 16:41:43 -02:00
destroy_service.rb Before deleting project if forked unlink fork 2016-09-13 14:40:05 +02:00
download_service.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
enable_deploy_key_service.rb Namespace EnableDeployKeyService under Projects 2016-08-08 20:59:51 +02:00
fork_service.rb Enforce the fork_project permission in Projects::CreateService 2016-09-27 13:17:56 +01:00
housekeeping_service.rb Refine Git garbage collection 2016-11-04 14:30:11 +01:00
import_service.rb Improve Gitlab::ImportSources 2016-12-19 17:35:51 +01:00
participants_service.rb Fix broken url on group avatar 2017-01-06 05:18:29 +09:00
transfer_service.rb Refresh authorizations when transferring projects 2017-02-07 14:58:49 +01:00
unlink_fork_service.rb
update_pages_configuration_service.rb Fix GitLab Pages not refreshing upon new content 2017-02-01 23:09:12 +00:00
update_pages_service.rb Fix constant resolution in UpdatePagesService 2017-02-01 23:36:37 +00:00
update_service.rb Add a system hook for when a project is updated. 2017-01-26 09:09:14 -05:00
upload_service.rb