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
2014-02-27Also remove home storagesRobin Appelman
2014-02-12Remove the filecache for a users home storage when the user is deletedRobin Appelman
2013-11-15Merge pull request #5307 from nicokaiser/fixing-3694-stable5Frank Karlitschek
2013-11-06Now removing stray old cookies from 5.0.12Vincent Petry
2013-11-05we create the cookies for the url path \OC::$WEBROOT - as a result we shall '...Thomas Müller
2013-10-28Fix logout issue with tokensRamiro Aparicio
2013-10-11Fix static function call. Sorry.Nico Kaiser
2013-10-11Fix OC_User::getDisplayName to persist between (browser) sessions. Fixes #3694Nico Kaiser
2013-08-08Remove noisy Log/Debug messageArthur Schiwon
2013-07-19Backport #3779, makes setuped backends are REALLY remembered and not instanci...shkdee
2013-06-19Fix OC_User::getDisplaynames when using numeric user id'sRobin Appelman
2013-06-14use to_char only for oracle, whitespaceJörn Friedrich Dreyer
2013-06-14oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer
2013-05-24handle recovery passwordBjörn Schießle
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
2013-02-06check whether user belongs to the backend before calling getHome()Arthur Schiwon
2013-02-05offer change password only when the action is supported by the user backendArthur Schiwon
2013-01-30Merge pull request #1360 from owncloud/display_nameLukas Reschke
2013-01-30only change display name if the display name from the current user was change...Björn Schießle
2013-01-29TypoArthur Schiwon
2013-01-28Fix phpdocRobin Appelman
2013-01-28implement DisplayNamesInGroup for database back-endBjörn Schießle
2013-01-28interface and API to change display namesBjörn Schießle
2013-01-25allow to get the display name from an abitrary userBjörn Schießle
2013-01-25get all display names from users in a given groupBjörn Schießle
2013-01-25get all display namesBjörn Schießle
2013-01-24add display name to title instead if login-IDBjörn Schießle
2013-01-24new branch which introduces display namesBjörn Schießle
2013-01-16Merge pull request #1178 from owncloud/return_true_because_of_poniesThomas Müller
2013-01-14Remove uneeded returnsLukas Reschke
2013-01-14Remove uneeded returnLukas Reschke
2013-01-14Check if user is admin - boolLukas Reschke
2012-12-13Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz
2012-12-11add debug logging for user backend registrationJörn Friedrich Dreyer
2012-12-07Add an $excludingBackend optional parameterLorenzo M. Catucci
2012-11-15Better place to check for user removalBart Visscher
2012-11-15Better check and handing of user deletionBart Visscher