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-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-06fix insert valuesArthur Schiwon
2020-11-06Use query builder to interact with member managementJoas Schilling
2020-11-06Use query builder instead of OC_DB in user_ldapJoas Schilling
2020-10-30fix potentially passing null to events where IUser is expectedArthur Schiwon
2020-10-30adds unit test for updategroups background jobArthur Schiwon
2020-10-26user share manager to determine share ownershipArthur Schiwon
2020-10-23LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-10switch to typed event for LDAPs user added to group caseArthur Schiwon
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-30Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke
2020-07-13Do not use custom DI object names for user_ldapMorris Jobke
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20make chunksize (used to check for gone LDAP users) configurableArthur Schiwon
2018-04-26move log constants to ILoggerArthur Schiwon
2018-04-05DI for NC's user managerArthur Schiwon
2018-03-26Do not use \OCP\DB anymoreRoeland Jago Douma
2018-02-15Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2018-02-13Simplify return statementMorris Jobke
2018-01-26Simplify ternary operator statementsMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke
2018-01-13Remove deprecated \OCP\ConfigRoeland Jago Douma
2018-01-11fix return value when ldapPagingSize returns nullArthur Schiwon
2018-01-11when paged results are turned off, all (max possible) users are returnedArthur Schiwon
2018-01-08fix changing to next cycleArthur Schiwon
2018-01-08add unit test for qualifies to runArthur Schiwon
2018-01-05fix offset is never being resetArthur Schiwon
2018-01-05create failing test for this caseArthur Schiwon
2017-11-09resolve DIArthur Schiwon
2017-11-09add Sync testArthur Schiwon
2017-11-09move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon
2017-11-09don't skip updating when ajax is set as background job modeArthur Schiwon
2017-11-06Update license headersMorris Jobke
2017-11-03Plugins infrastructure in User_LDAPVinicius Cubas Brand
2017-09-29fix LDAP User deletion (cleanup)Arthur Schiwon
2017-03-31restore ldap_password_renew_prRoger Szabo
2016-10-10DI IConfig into ldap helperRoeland Jago Douma
2016-09-12Fix the User_LDAP appJoas Schilling
2016-08-29fix a few minor code smellsJörn Friedrich Dreyer