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 (Collapse)Author
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke
\PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-09Generate password on addUser by password_policy appDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-03Use the new method everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Fix languages empty arrayGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-05-07Bump app versions and requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-30Merge pull request #20677 from ↵Joas Schilling
nextcloud/followup/17718/scaling-user-provisioning Scaling user provisioning for subadmins with many groups
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-25Patch to optimize for large installations (>5000 users >20000 groups) where ↵Mikael Hammarin
subadmins have access to many of groups (>250) - UsersController:editUser() calls isUserAccessible() even if the user is admin This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average. Signed-off-by: Mikael Hammarin <mikael@try2.se>
2020-04-14Fix php-cs formattingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-11Add tests for encoded group idJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-11Make the groupId url encodedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-19Update autoloaders for composer v1.10.1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-28Revive the "send email to new users" toggle for the user formChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-21Fix app updatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-16query FederatedFileSharing Application instead of creating itRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-28Fix provisioning_api getUsers typesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-11-27Mode to modern phpunitRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-11Do not create Application instances directlyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-05Allow group displaynames in the database backend (#17221)John Molakvoæ
Allow group displaynames in the database backend
2019-09-28Move settings to an appChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-27Allow to set the group display name in the database backendJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Development is 18 now!Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-16Only prevent disabling encrytion via the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-09Update testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-09Make it possible to wipe all tokens/devices of a userChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-07-02Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-27Don't allow to disable encryption via the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-25Merge pull request #16024 from ↵Roeland Jago Douma
nextcloud/bugfix/15944/fix-return-code-user-provision Forward OCSException to initiator
2019-06-21changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-21uses "yes" and "no" for config switch over stringified numbersArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-20Forward OCSException to initiatorDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-19makes users management page aware of the introduced optionsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19extends Provisioning API with optional userid and required emailArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-16fixes misunderstanding of the error messageArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-11Bump versions of server and the requirements of appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-05Check if password can be changed for the users backend in OCS apiJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>