summaryrefslogtreecommitdiff
path: root/app/controllers/invites_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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