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
2021-10-15Add support for Delegation Settings for more appsCarl Schwan
* This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-27Replace ILogger with LoggerInterface in remote share managerVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2021-07-27Add logging to external shares managerVincent Petry
Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-08Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-06-30Migrate HintException to OCPGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-06-09Correctly check the reception of a remote feedbackLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-17Respect default share permissions for federated resharesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12Throttle MountPublicLinkController when share is not foundRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-05Fix usage of rename executeUpdateChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-26Improve federated permission handlingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-19Merge pull request #26615 from nextcloud/enh/ffs/require_readMorris Jobke
Require read permissions for federated shares
2021-04-19Require read permissions for federated sharesRoeland Jago Douma
Else they end up as weird shares that can't be properly utilized by other parties anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-19Do not allow adding file drop shares to your own cloudRoeland Jago Douma
There is no reason for this and you can't create such shares normally anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-16Move over notification to new registrationRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-15Implement expiration date for federated sharesVincent Petry
Add expiration date field in UI. Save expiration date when creating or updating federated share. Read expiration date from DB in federated share provider. Applies to both federated user and group shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-11l10n: Add word user in FederatedShareProvider.phpValdnet
Standardizing text strings with other Nextcloud applications. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-22Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke
feat(federatedfilesharing): log errors, as suggested by @maxbes
2021-03-10Move requesthandler controller to LoggerInterfaceRoeland Jago Douma
* LoggerInterface * executeUpdate * log exception when there is one (just so we ahve the trace) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-08Fix some redundant castsRoeland Jago Douma
Happier psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-02Remove redundant castsRoeland Jago Douma
For #25839 In short with the connection adapter we now have the function is typed to int (and casts itself). So it is not needed anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-09fix(no_unused_imports)Samuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-09fix(php-cs)Samuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-09fix(misc)Samuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-09fix(php-cs)Samuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-09fix(logger): use logger from constructor argumentsSamuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-08fix(pebkac): missing `use OC`Samuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-08fix(logger): set logger in constructorSamuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-05fix(php-cs): indentation / elseif, maybe braces?Samuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-05feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel
Signed-off-by: Samuel <faust64@gmail.com>
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-15Fix PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Add missing parent::__construct() calls to JobsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-08Adjust defaultJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-08Move columns to bigintJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-08Migrate files_sharing to migrations and move remote_id to a string in ↵Julius Härtl
share_external Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-08Move remoteId of remote reshares to stringJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-25Use proper OCP\BackgroundJobs\JobRoeland Jago Douma
And typehunt the IJobList Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-10Create primary keys on all tables and add a command to create the afterwardsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-09Don't leave cursors open when tests failJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-03Fix missing placeholders in translationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-07-30coding style fixesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-07-30fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-07-23Move federated_share_added into a typed eventMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>