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
2020-10-26user share manager to determine share ownershipArthur Schiwon
2020-10-26fixes determining whether former user is a share ownerArthur Schiwon
2020-10-26split instantiation from business logic in OfflineUserArthur Schiwon
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-04these code bits were part of old logic that was already refactored outArthur Schiwon
2020-04-29Update license headers for 19Christoph Wurst
2020-04-14use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon
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-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26single squashed commit for bug fixPhilipp Staiger
2020-01-08decouple userExists from userExistsOnLDAP checkArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-04Don't process known avatars from LDAPArthur Schiwon
2019-04-11Pass old value to user triggerChange hookMorris Jobke
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
2019-02-14ensure attribute names are lower casedArthur Schiwon
2018-12-21LDAP: extend remnants output with "detected on" fieldArthur Schiwon
2018-12-21add tests for the DUIArthur Schiwon
2018-12-21do not forgot to store the second displayname portionArthur Schiwon
2018-10-31remove app specific IUserTools and consolidate testArthur Schiwon
2018-10-30Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma
2018-10-30do not run into UniqueConstraintViolationExceptionArthur Schiwon
2018-10-29remove unneeded empty search attribute values, fixes #12086Arthur Schiwon
2018-10-26only write when the displayname differs, but then announce itArthur Schiwon
2018-07-05allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon
2018-07-03let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon
2018-06-28lower log level for quota manipulation casesArthur Schiwon
2018-05-02Fix "Invalid argument supplied for foreach()"Roger Szabo
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-26Use type casting instead of *val() methodMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2017-11-10tryfix needsRefresh unit testssidey79
2017-11-10Fixed Typo in user.phpsidey79
2017-11-10Update User.phpsidey79
2017-11-09move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon
2017-11-06Update license headersMorris Jobke
2017-09-28Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez
2017-09-01listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon
2017-09-01simplify returning the homePath and fixing #4117Arthur Schiwon
2017-04-26Use correct plural form and add special strings for tomorrow and todayJoas Schilling
2017-04-24Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz
2017-04-12Update comments to NextcloudMorris Jobke