summaryrefslogtreecommitdiff
path: root/app/controllers/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Externalize several strings inMartin Wortschack2019-04-161-1/+1
| | | | | | - app/services - app/controllers - app/presenters
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
| | | | | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424.
* Replace define_method with alias_method in Omniauth ControllersJames Edwards-Jones2018-04-231-8/+6
|
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-221-0/+33
Moves LDAP to its own controller with tests Provides path forward for implementing GroupSaml