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
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-09-27Merge branch 'master' into appframework-masterThomas Müller
2013-09-27Merge pull request #5001 from owncloud/fixing-user-external-backends-masterMorris Jobke
2013-09-26prelogin apps have to be loaded within setupBackend() otherwise required clas...Thomas Müller
2013-09-25manager checkPassword now returns User object, adjust internal user class acc...Arthur Schiwon
2013-09-24Fix docArthur Schiwon
2013-09-24Fix return value from User object to User IDArthur Schiwon
2013-09-24User: move checkPassword from User to Manager to not break APIArthur Schiwon
2013-09-20Add UserSession to server containerBart Visscher
2013-08-15Clean up \OC\Utilkondou
2013-08-08Remove noisy Log/Debug messageMorris Jobke
2013-07-24Merge branch 'master' into groupsRobin Appelman
2013-07-17Early errors (in base.php) don't have session availableBart Visscher
2013-07-10update group managementRobin Appelman
2013-06-18Update user.phpshkdee
2013-06-11createUser() needs to return something; the user object or falseBjörn Schießle
2013-06-03User: consisten variable namingRobin Appelman
2013-06-03User: remove determineDisplayNameRobin Appelman
2013-06-01adding PHPDoc comment to getManager()Thomas Mueller
2013-06-01fix undefined variablesRobin Appelman
2013-06-01use single quotesRobin Appelman
2013-05-31Fix postLogin hookRobin Appelman
2013-05-31fix typoRobin Appelman
2013-05-29Emit leacgy OC_User hooksRobin Appelman
2013-05-29fix setting getting active useridRobin Appelman
2013-05-29implement old user api on top of the new oneRobin Appelman
2013-05-28Use the new session wrapperRobin Appelman
2013-05-22Merge branch 'master' into files_encryptionBjörn Schießle
2013-05-22use to_char only for oracle, whitespaceJörn Friedrich Dreyer
2013-05-22add debug outputJörn Friedrich Dreyer
2013-05-20Merge branch 'master' into files_encryptionFlorin Peter
2013-05-19Add password to pre_loginLukas Reschke
2013-05-16allow admin to recover users files in case of password lostBjörn Schießle
2013-04-17Fix OC_User::getDisplaynames when using numeric user id'sRobin Appelman
2013-04-06Juse send the cookies in the ownCloud directoryLukas Reschke
2013-04-04*gnaaarf*Lukas Reschke
2013-02-27Merge pull request #1948 from owncloud/improve_user_sortingBernhard Posselt
2013-02-27sort users according to display nameArthur Schiwon
2013-02-26Fix using wrong quotes for breaking long linesBart Visscher
2013-02-22Whitespace fixesBart Visscher
2013-02-15Fix quotes in OC_User::isEnabledRobin Appelman
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Whitespace indent fixesBart Visscher
2013-02-14Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher
2013-02-12introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller
2013-02-12Merge branch 'master' into fixing-1424-masterThomas Mueller
2013-02-11Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek
2013-02-10add switch to enable/disable the possibility to change the display name by th...Björn Schießle
2013-02-08on creation only test for existing users if the backend supports user creationThomas Müller
2013-02-06let the user change his display name, if supported by the back-endBjörn Schießle