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
2016-05-10Move \OC\User to PSR-4Roeland Jago Douma
2016-05-02Fixing local event delivery for calendar events based on the email addressThomas Müller
2016-04-28When we iterate over all users that might be too much memoryJoas Schilling
2016-04-28Don't loop over the backends, we already know where the user should beJoas Schilling
2016-04-05Prevent null to be passed into the closure of callForAllUsersThomas Müller
2016-03-01Update author informationLukas Reschke
2016-02-14Fix typo in PHPDocMorris Jobke
2016-02-03move whitspace check to user managerVincent Chan
2016-01-25Merge pull request #21806 from owncloud/mdusher-masterThomas Müller
2016-01-20Introduce IUser::setEMailAddress and add hook mechanismThomas Müller
2016-01-20fix error message and commentMorris Jobke
2016-01-20Added ' to characters allowed in the usernameMichael U
2016-01-12Happy new year!Thomas Müller
2015-12-02Fix commentsThomas Müller
2015-12-02Proposal: add enumeration function to IUserManager which simply calls a callb...Thomas Müller
2015-10-05update licence headers via scriptMorris Jobke
2015-07-09Fixed "Remote IP:" syntax on failed loginsRealRancor
2015-03-26Update license headersJenkins for ownCloud
2015-03-13Can also be nullLukas Reschke
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24Use getRemoteAddress which supports reverse proxiesLukas Reschke
2015-02-23Updating license headersJenkins for ownCloud
2014-12-19introduce names for user backends - IUserBackendMorris Jobke
2014-12-17Move the Null-Byte LDAP check to the user managerLukas Reschke
2014-12-11Use public interfaceLukas Reschke
2014-12-10Add filter for 'backend' to user REST routeLukas Reschke
2014-12-09migrate \OC\AllConfig to \OCP\IConfigMorris Jobke
2014-12-08Add REST route for user & group managementLukas Reschke
2014-11-27Move OC_USER_BACKEND_* constants to OC_User_Backend classJoas Schilling
2014-11-05Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman
2014-08-31Use public api for getting l10nRobin Appelman
2014-08-15Fix unit testLukas Reschke
2014-08-15Move authentication failed logging to checkPasswordLukas Reschke
2014-07-14Add public interfaces for User, UserManager and UserSessionRobin Appelman
2014-05-23increase scrutinizer happyiness by removing minor/informational issuesArthur Schiwon
2014-05-21clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon
2014-05-13Use OC_User_Interface instead of OC_User_BackendRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-04-28Group Database backend must not gather user details itself but ask userArthur Schiwon
2014-04-15Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon
2014-04-08Make hardcoded exception messages translatableVolkan Gezer
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-08if backends have the same class name, sum their users up instead of overwritingArthur Schiwon
2014-01-08Introduce user count action to user managementArthur Schiwon
2013-12-18fix the config option to remove the ability for users to set their displaynameRobin Appelman
2013-10-29remove user from cache if he was deleted successfullyBjoern Schiessle
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller