summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-03-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-02-254-8/+80
|
* [tx-robot] updated from transifexNextcloud bot2021-02-242-74/+122
|
* [tx-robot] updated from transifexNextcloud bot2021-02-232-0/+12
|
* Merge pull request #25602 from nextcloud/bugfix/noid/only-create-share-onceJohn Molakvoæ2021-02-223-8/+23
|\ | | | | Avoid creating two share links when password is enforced
| * Avoid creating two share links when password is enforcedJulius Härtl2021-02-193-8/+23
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-202-0/+18
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-188-22/+22
| | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-02-182-2/+62
|
* [tx-robot] updated from transifexNextcloud bot2021-02-172-0/+166
|
* Drop redundant indesRoeland Jago Douma2021-02-165-2/+58
| | | | | | | 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>
* Merge pull request #25594 from wankdanker/files_sharing_owner_display_nameRoeland Jago Douma2021-02-153-3/+3
|\ | | | | Use ownerDisplayName for SharingEntry Tooltip
| * Use ownerDisplayName for SharingEntry TooltipDan VerWeire2021-02-123-3/+3
| | | | | | | | | | | | | | | | | | | | Some NC installations may use a LDAP UUID for the username. If that is the case, then the tooltip for who a file/folder was shared by may say something like `Shared with Steve McQueen (smqueen@yada.com) by FKDJ39-38D794JG-4398GJODF9H3G-4534`. This commit changes the value showed for the owner to the full display name. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-134-4/+4
|/
* Merge pull request #25493 from Worteks/fix-filessharing-debugRoeland Jago Douma2021-02-083-8/+7
|\ | | | | fix(log): remove debug log in _formatRemoteShare, suggested by @maxbes
| * fix(ci): build additionalScriptsSamuel2021-02-072-2/+2
| | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * fix(debug): remove debug log in _formatRemoteShare, suggested by @maxbesSamuel2021-02-051-6/+5
| | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-086-34/+34
| |
* | Bump @babel/preset-env from 7.12.11 to 7.12.13dependabot-preview[bot]2021-02-073-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-072-2/+2
| |
* | Sharing dropdown now opens belowVincent Petry2021-02-053-2/+3
|/ | | | | | | | Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-02-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-02-02120-240/+120
|
* [tx-robot] updated from transifexNextcloud bot2021-02-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-01-302-12/+414
|
* [tx-robot] updated from transifexNextcloud bot2021-01-292-0/+4
|
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump core-js from 3.8.2 to 3.8.3dependabot-preview[bot]2021-01-274-4/+4
| | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.2...v3.8.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-01-272-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-262-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-01-252-0/+60
|
* [tx-robot] updated from transifexNextcloud bot2021-01-2338-4/+40
|
* [tx-robot] updated from transifexNextcloud bot2021-01-222-0/+4
|
* Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependenciesRoeland Jago Douma2021-01-213-4/+4
|\ | | | | Re-use fetched dependencies in lib/base.php
| * Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-203-4/+4
| | | | | | | | | | | | | | | | Reduces calls to DI container by reusing already fetched dependencies. For status.php it went from 355 to 344. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2021-01-212-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2021-01-2018-0/+36
|
* Show the actual error on share requestsJulius Härtl2021-01-183-5/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-01-176-40/+284
|
* [tx-robot] updated from transifexNextcloud bot2021-01-154-2/+4
|
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-122-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-3/+2
| | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-01-094-4/+4
|
* Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0Christoph Wurst2021-01-082-82/+106
|\ | | | | Bump doctrine/dbal from 2.12.0 to 3.0.0
| * Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-82/+106
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix clearing the label of a shareDaniel Calviño Sánchez2021-01-083-3/+3
|/ | | | | | | | | | | When the label is being edited its value is stored in "newLabel", and the original label is shown only if "newLabel" is not set. However, as it was checked against any falsy value instead of only undefined when the label was cleared and thus it has an empty value the original label was shown instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-01-082-2/+14
|
* Bump core-js from 3.8.1 to 3.8.2dependabot-preview[bot]2021-01-0710-10/+10
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.8.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>