summaryrefslogtreecommitdiff
path: root/app/controllers/scim
AgeCommit message (Expand)Author
2019-06-15start to implement the search controllermo
2019-06-15check if filter is blankmo
2019-06-01rename classes and methodsmo
2019-06-01connect layers to the new filter APImo
2019-05-30fix linter errorsmo
2019-05-30fix linter errorsmo
2019-05-30convert pending tests to running testsmo
2019-05-14parse a very simple scim query filtermo
2019-05-09separate scim specific page params from general pagination stuff.mo
2019-05-09extract a pageable concernmo
2019-05-09extract paginate classmo
2019-05-09handle invalid query paramsmo
2019-05-09add some bounds checking to page paramsmo
2019-05-09update pagination to be 1-basedmo
2019-05-09start to add rudimentary paginationmo
2019-05-09fetch data via page sizemo
2019-05-09update users#index to return list of usersmo
2019-05-09update gems and fix linter errorsmo
2019-01-13load schemas into scim-kit configurationmo
2019-01-13load resource types into configurationmo
2019-01-13use scim kit to generate sp configmo
2019-01-07use scim-kit instead of scim-shadymo
2019-01-05decouple from shadymo
2019-01-05fix linter errorsmo
2019-01-05use scim-kit to generate sp configmo
2018-12-26Merge branch 'master' of gitlab.com:xlgmokha/saml-kit-proofmo
2018-12-26use scim-kitmo
2018-12-23render partialsmo
2018-12-17fix broken testsmo
2018-10-28document scim resource types.mo
2018-10-28allow public access to scim schemasmo
2018-10-28use ActionController::APImo
2018-10-28document the scim service provider configmo
2018-10-20to primary key instead of uuid columnmo
2018-09-24use jekyll to generate API documentation.mo
2018-09-24fix broken testsmo
2018-09-24exception handler for scim end points.mo
2018-09-22extract scim user modelmo
2018-09-19return with a 401 when not authorized.mokha
2018-09-19render 404 when user cannot be found.mokha
2018-09-19use jbuilder to render scim json.mokha
2018-09-18attach current token to Currentmo
2018-09-18extract Current class.mo
2018-09-18User.authenticate_token -> Token.authenticatemo
2018-09-04fix lint errors.mo
2018-09-04fix lint error.mo
2018-09-04render error when duplicate email is specified.mo
2018-09-04implement schemasmo
2018-09-04add resource types.mo
2018-09-04add spec for scim/v2/bulkmo