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-02-18Update cache when setting the passwordtechdebt/noid/use-cache-also-for-userbackend-getpasswordJoas Schilling
2022-02-16Use the cache also for UserBackend::getPasswordJoas Schilling
2021-11-23Fix type errorsCôme Chilliet
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-17Fix parameter types in docsJoas Schilling
2021-03-17Improve search results when only phonebook-matches can we autocompletedJoas Schilling
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-27Add typed events for password_policyChristoph Wurst
2019-10-28Make sure limit is never negativeRoeland Jago Douma
2019-08-13Get the proper UIDRoeland Jago Douma
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-04-24remove obsolete use statementsArthur Schiwon
2018-10-03Just update password hash without validatingRoeland Jago Douma
2018-06-19make table name configurable for db user backendRobin Appelman
2018-06-15use query builder in all places in the db user backendRobin Appelman
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-24Numeric only uids are no funRoeland Jago Douma
2018-04-24Cast retrieved DB fields to stringRoeland Jago Douma
2018-04-06Use the uid_lower columnRoeland Jago Douma
2018-03-22Move to ABackendRoeland Jago Douma
2018-03-22Move Database backend over to new User/Backend interfacesRoeland Jago Douma
2018-03-15Fix configuration values matched in user searchesDaniel Calviño Sánchez
2017-12-20refactor user searchingRobin Appelman
2017-12-16Adds search by email function on the users screen.Abijeet
2017-11-14Fix search in user managent when no group is selectedMorris Jobke
2017-11-06Change @georgehrke's emailMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-17Prevent SQL error message in case of errorLukas Reschke
2017-03-30user ids are stringsRobin Appelman
2017-03-24Merge pull request #3889 from nextcloud/downstream-26950Morris Jobke
2017-03-24fix sorting in the backendMorris Jobke
2017-03-20Add tests for database user backend cachingVincent Petry
2017-03-20cache loadUser if not existsJörn Friedrich Dreyer
2017-03-16Don't call function in constructorLukas Reschke
2017-03-16Escape like parameters in database user backendLukas Reschke
2017-01-10spaces addedLoki3000
2017-01-10allowed '0' uidLoki3000
2017-01-10remove non required db requestsLoki3000
2017-01-09Default value for null userLoki3000
2016-10-10Cache non existing DB userRoeland Jago Douma
2016-08-15Add PHPdocRoeland Jago Douma
2016-08-14Unnecessary fully qualified namesJörn Friedrich Dreyer
2016-08-03Apply password policy on user creationmichag86