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-12-13Don't check the configvalue for lastLogin which is never nullJoas Schilling
2021-11-12Fix missing token updateJoas Schilling
2021-09-10enable the user to set a primary (notification) email address (backend)Arthur Schiwon
2021-08-20refs #21045 add app config to disable unlimited quota and to set max quotaChristopher Ng
2021-08-18Merge pull request #28494 from nextcloud/backport/28481/stable22Pytal
2021-08-18Hash cache keyChristopher Ng
2021-08-18Emit an error log when the app token login name does not matchChristoph Wurst
2021-07-15Directly return cloud id from userJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-02Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ
2021-04-27better cleanup of user files on user deletionRobin Appelman
2021-04-22Throw "401 Unauthenticated" when authentication is provided but invalidJoas Schilling
2021-03-17Merge pull request #26161 from nextcloud/bugfix/noid/improve-matching-of-phon...Joas Schilling
2021-03-17Fix parameter types in docsJoas Schilling
2021-03-17Improve search results when only phonebook-matches can we autocompletedJoas Schilling
2021-03-16dont allow creating users with __groupfolders as uidRobin Appelman
2021-03-09Fix RedundantPropertyInitializationCheckRoeland Jago Douma
2021-02-20token login: emit preLogin event with LoginNameLionel Elie Mamane
2021-02-15Cache the user backend info for 300sJoas Schilling
2021-01-08Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0Christoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-07allow authenticating using urlencoded passwordsRobin Appelman
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-12-02Allow subscription to indicate that a userlimit is reachedMorris Jobke
2020-11-24Streamline user creation and deletion eventsMorris Jobke
2020-11-06Bearer must be in the start of the auth headerRoeland Jago Douma
2020-11-04Deprecate old user manager events for user creationMorris Jobke
2020-10-28Type the \OCP\IUserManager::callForSeenUsers closure with PsalmChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-17add event to allow apps to overwrite user quotaRobin Appelman
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-08-20Return correct loginname in credentials,Lionel Elie Mamane
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-07-30User.php: rename of old dispatcher to legacyDispatcherMorris Jobke
2020-07-30Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke
2020-05-27Log why a token is not valid during password checkChristoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-24Delete avatar if a user is deletedJulius Härtl
2020-04-16Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma
2020-04-15Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst