Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-15Fix invalid instantiation of TemplateResponse if client not foundDaniel Kesselberg
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-28Move oauth admin settings to initialstateRoeland Jago Douma
2019-06-28Move OAuth down in admin security settingsRoeland Jago Douma
2019-04-18Use the proper names when setting entity typesRoeland Jago Douma
2019-01-07OAuth2 client identifier must be uniqueRoeland Jago Douma
2018-12-10OAuth2: Move to migrationsRoeland Jago Douma
2018-12-07Strict controllersRoeland Jago Douma
2018-12-07Strict repair stepRoeland Jago Douma
2018-12-07Strict ExceptionsRoeland Jago Douma
2018-12-07Move OAuth2 db code to QBMapper and make it strictRoeland Jago Douma
2018-12-06Fail gracefull if an unkown oauth2 client tries to authenticateRoeland Jago Douma
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
2018-10-30Reset bruteforce on token refresh OAuthRoeland Jago Douma
2018-09-04Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894Patrik Kernstock
2018-06-30Update SettingsController.phprakekniven
2018-06-26Validate OAuth2 redirect uriRoeland Jago Douma
2018-06-19Fix AdminTestsRoeland Jago Douma
2018-06-19Cleanup ControllerRoeland Jago Douma
2018-06-19Migrate OAuth Admin settings to vueRoeland Jago Douma
2018-05-29The OAuth endpoint needs to support Basic AuthRoeland Jago Douma
2018-05-22Don't use special chars to avoid confusionRoeland Jago Douma
2018-05-22Rotate tokenRoeland Jago Douma
2018-05-22Authenticate the clients on requesting a tokenRoeland Jago Douma
2018-05-22Fail if the response type is not properly setRoeland Jago Douma
2018-05-22Set OAuth token expirationRoeland Jago Douma
2017-05-18Use Bearer backend for SabreDAVLukas Reschke
2017-05-18Add tests for OAuth2 appLukas Reschke
2017-05-18Add OAuth state to sessionLukas Reschke
2017-05-18Cleanup codeLukas Reschke
2017-05-18delete auth token when client gets deletedBjoern Schiessle
2017-05-18handle case if no valid client identifier is givenBjoern Schiessle
2017-05-18It's a bearerLukas Reschke
2017-05-18Fetch signle rowLukas Reschke
2017-05-18Get a single rowLukas Reschke
2017-05-18Use query builderLukas Reschke
2017-05-18Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke