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
2022-01-18Update Session.phpMarek-Wojtowicz
2021-11-12Fix missing token updateJoas Schilling
2021-08-13Emit an error log when the app token login name does not matchChristoph Wurst
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-22Throw "401 Unauthenticated" when authentication is provided but invalidJoas Schilling
2021-02-20token login: emit preLogin event with LoginNameLionel Elie Mamane
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-04Fix typo Morris Jobke
2020-12-04Remember me is not an app_passwordRoeland Jago Douma
2020-11-06Bearer must be in the start of the auth headerRoeland Jago Douma
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-08-20Return correct loginname in credentials,Lionel Elie Mamane
2020-05-27Log why a token is not valid during password checkChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-06Fix mismatching docblock return typesChristoph Wurst
2019-12-11Add typed events for all user hooks and legacy eventsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-20Make the post login event publicChristoph Wurst
2019-10-09Make renewSessionToken return the new tokenRoeland Jago Douma
2019-09-15Disable app token creation for impersonated people, ref #15539Greta Doci
2019-07-29Add proper PostLoginEventRoeland Jago Douma
2019-01-23Add isTokenLogin argument to post login hook/eventChristoph Wurst
2019-01-04Throttle with correct metadataRoeland Jago Douma
2018-11-20Bearer tokens are app tokenRoeland Jago Douma
2018-10-30Error out early on an expired tokenRoeland Jago Douma
2018-10-02Update all the publickey tokens if needed on web loginRoeland Jago Douma
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
2018-09-28Make authenticated cookies laxRoeland Jago Douma
2018-08-14Update the scope of the lockdownmanagerRoeland Jago Douma
2018-06-14Allow updating the token on session regenerationRoeland Jago Douma
2018-04-05more consistent namingArthur Schiwon
2018-04-05admin_audit and dav listen to announce and revoke signalsArthur Schiwon
2018-02-14Remove unused import statementsMorris Jobke
2018-01-26Use proper code flow instead of not needed else branchMorris Jobke
2018-01-23Fix testsRoeland Jago Douma
2018-01-23Don't polute log when loggin into dav with emailRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-09-04Fix failing csp/nonce check due to timed out sessionChristoph Wurst
2017-05-18Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke
2017-05-16Fix encryption + remembered login due to missing login hookChristoph Wurst
2017-05-05handle permissions errors when copying the skeleton for a read only userRobin Appelman
2017-04-13Improve PHPDocMorris Jobke
2017-04-06use known LockdownManagerArthur Schiwon
2017-04-06Save correct login nameArthur Schiwon
2017-04-06don't regenerate Session ID twice, also fixes testsArthur Schiwon