summaryrefslogtreecommitdiff
path: root/app/controllers/invites_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-6/+20
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+15
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-14/+0
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-15/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-21/+38
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+22
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-23/+23
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+19
* Externalize strings in flash messagesMartin Wortschack2019-04-081-4/+4
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-3/+5
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* No more and/orDouwe Maan2017-02-211-3/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-2/+2
* Use new routing helperDouwe Maan2015-09-081-2/+2
* Add a page title to every page.Douwe Maan2015-04-301-2/+0
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Follow newline guidelines.Douwe Maan2015-04-141-2/+5
* Clear up InvitesController member lookup logic.Douwe Maan2015-04-141-5/+4
* Remove duplication from InvitesController.Douwe Maan2015-04-141-25/+22
* Consistently use "invitation" rather than "invite" in text.Douwe Maan2015-04-141-3/+3
* Let invites be declined.Douwe Maan2015-04-141-0/+27
* Add invites controller.Douwe Maan2015-04-141-0/+57