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-06-17Use DI for files_sharing CacheMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-17Use proper methods for display name retrievalMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-16Merge pull request #26571 from nextcloud/bugfix/noid/existing-link-no-reshareblizzz
Only allow removing existing shares that would not be allowed due to reshare restrictions
2021-06-16Use product name in places where it is appropriate rather than the instance nameJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-14use searchoperation for storage filter instead of db expressionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-09Correctly check the reception of a remote feedbackLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-09When changing the share owner, downgrade permissions where neededJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-09Drop share if moved to a parent share that does not allow resharingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-26Also make other shares listen to the "Allow sharing with groups"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-21Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke
Add option to exclude groups from creating link shares
2021-05-21Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke
Drop \OCP\User
2021-05-21Drop \OCP\UserChristoph Wurst
Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-20Rename External storages to External storageszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-05-20l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2021-05-18Merge pull request #26580 from castillo92/patch-2Morris Jobke
Fix casing of exception string
2021-05-12load share settings from the share manager in more placesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12Add bruteforce protection to the shareinfo endpointRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-27l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-19Make lookup search explicitRoeland Jago Douma
Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-16Update ShareAPIController.phpcastillo92
Change to capital letters in an abbreviation. Signed-off-by: castillo92 javiercizquierdo@gmail.com
2021-04-15Separate settings for remote share expirationVincent Petry
Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-15Fix expire date capability for federated sharesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
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-12Use correct getSystemValue typeJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-03-26Map old account scope properties to new namesVincent Petry
Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-22Remove duplicated query for email sharesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-03-22Add labels to mail sharesJohn Molakvoæ (skjnldsv)
Now the email is shown on a second line if a label is set. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-18Merge pull request #25331 from ↵Morris Jobke
nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages Fix valid storages removed when cleaning remote storages
2021-03-15Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry
do cachejail search filtering in sql
2021-03-15Log exceptions when creating shareVincent Petry
Because the exceptions don't always contain a useful message for the UI, but also because in some cases we need to find out what went wrong. In some setups, a ShareNotFoundException might happen during creation when we try to re-read the just written share. Usually related to Galera Cluster where node syncing wait is not enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-08Fix invalid check after constructing DateTimeRoeland Jago Douma
We construct an object. Either that works on not.But the result can't be false. Found by psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-04Merge pull request #25912 from nextcloud/techdept/psalm/sharedstorage_some_typesChristoph Wurst
Add some typing to SharedStorage
2021-03-04Add some typing to SharedStorageRoeland Jago Douma
Makes psalm a bit more happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-04Add appconfig to always show the unique label of a shareeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-03-03Merge pull request #25892 from nextcloud/techdept/initialstate/part1Roeland Jago Douma
Move some settings over to the IInitialState
2021-03-02Move some settings over to the IInitialStateRoeland Jago Douma
The old one has been deprecated. Part one of many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-02Pimp sharingcheckmiddlewareRoeland Jago Douma
Reported by psalm 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-16Drop redundant indesRoeland Jago Douma
Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-28Fix valid storages removed when cleaning remote storagesDaniel Calviño Sánchez
The remote URL of a share is always stored in the database with a trailing slash. However, when a cloud ID is generated trailing slashes are removed. The ID of a remote storage is generated from the cloud ID, but the "cleanup-remote-storage" command directly used the remote URL stored in the database. Due to this, even if the remote storage was valid, its ID did not match the ID of the remote share generated by the command and ended being removed. Now the command generates the ID of remote shares using the cloud ID instead, just like done by the remote storage, so there is no longer a mismatch. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-01-26fix search in nested jailsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-05Merge pull request #24829 from nextcloud/bugfix/24813/add-missing-migrationsJulius Härtl
2020-12-30Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-23Also add missing oc_share_external.share_type columnVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>