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
2022-09-16Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng
2022-07-06Fix unit testsJoas Schilling
2022-06-09Fix exception handling when profile data is too longbugfix/noid/fix-exception-handling-when-profile-data-is-too-longJoas Schilling
2021-10-19Add new account propertiesChristopher Ng
2021-09-09use specific email getter where necessaryArthur Schiwon
2021-07-30fix UserController tests failing because of max_quota app value not provided ...Julien Veyssier
2021-06-30cleanupArthur Schiwon
2021-06-30prov api reports multiple mail as editable fieldArthur Schiwon
2021-06-30prov api reports additional emails on getUserArthur Schiwon
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-14Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz
2021-05-12Fix unauthorized OCS status in provisioningJoas Schilling
2021-05-08provAPI to use only public API of IAccountManagerArthur Schiwon
2021-04-27Also check implementsAction methodJoas Schilling
2021-04-27Only return display name as editable when the user backend allows itJoas Schilling
2021-03-26Add property scope tests for AccountManagerVincent Petry
2021-03-26Enhance UsersControllerTest of provisioning API with scopesVincent Petry
2021-03-26Make extra user profile fields always editableVincent Petry
2021-03-10Add a service to find out if a user knows another userJoas Schilling
2021-03-02LoggerInterface for provisioning API ControllersRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07Unit tests for searching by phone numberJoas Schilling
2020-12-07Add an endpoint to search for accounts based on phone numberJoas Schilling
2020-12-07Make code strictJoas Schilling
2020-10-05Fix the user email issue while creating a userSujith Haridasan
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-08-09Generate password on addUser by password_policy appDaniel Kesselberg
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
2020-07-03Use the new method everywhereJoas Schilling
2020-05-08Fix languages empty arrayGretaD
2020-04-10Format control structures, classes, methods and functionChristoph 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 shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-28Move settings to an appChristoph Wurst
2019-07-09Update testsRoeland Jago Douma
2019-06-21changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon
2019-06-21uses "yes" and "no" for config switch over stringified numbersArthur Schiwon
2019-06-19makes users management page aware of the introduced optionsArthur Schiwon
2019-06-19extends Provisioning API with optional userid and required emailArthur Schiwon
2019-05-16fixes misunderstanding of the error messageArthur Schiwon
2019-03-05Check if password can be changed for the users backend in OCS apiJulius Härtl
2019-01-29Expose subadmin to OCPRoeland Jago Douma
2018-11-08do not offer to change display name or password, if not possible.Arthur Schiwon