summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-06-142-2/+2
|
* Merge pull request #21354 from nextcloud/backport/21347/stable19Roeland Jago Douma2020-06-113-2/+3
|\ | | | | [stable19] Pass the proper share permissions to the create share call
| * Pass the proper share permissions to the create share callRoeland Jago Douma2020-06-103-2/+3
| | | | | | | | | | | | | | | | | | Fixes #21188 This way we do not run into the share permission issue Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Always sort shares in a reliable wayJoas Schilling2020-06-101-3/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-06-104-0/+90
|
* [tx-robot] updated from transifexNextcloud bot2020-06-096-8/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-06-084-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-06-076-4/+6
|
* Merge pull request #21210 from nextcloud/backport/20938/stable19Roeland Jago Douma2020-06-065-40/+75
|\ | | | | [stable19] Fix the Talk verification
| * Restore previous state when failing to change video verification stateDaniel Calviño Sánchez2020-06-033-19/+27
| | | | | | | | | | | | | | | | | | When video verification can not be enabled or disabled the previous state is set again in the JavaScript share object. This ensures that the UI will not reflect a misleading state. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Fix the Talk verificationChristoph Wurst2020-06-033-21/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When enabling or disabling Talk verification in mail shares the server expects also a new password to be set. As we always just update one property at a time this means the Talk verification was impossible to activate or deactivate. With this patch, we send the talk option AND the new password. If there is no new password, the Talk option is disabled (in mail shares; in link shares it is possible to enable or disable the video verification without changing the password). When we finally have descriptive text on ActionCheckbox'es we should definitely add some explanatory text for the user. Right now this is as good as it gets. We'll have to backport to 18. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-06-0622-0/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2020-06-0554-12/+140
| |
* | Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst2020-06-031-2/+2
|/ | | | | | | | | | When a remote share is deleted, we notify the remove instance. This may trigger various error conditions, which we want to catch in order to avoid undeletable shares. The try-catch, however, did only capture exceptions, so things like TypeErrors were not caught and caused the process to fail hard. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix reference to wrong class nameDaniel Calviño Sánchez2020-05-291-3/+3
| | | | | | | \OCP\IShare does not exist; the right name is \OCP\Share\IShare, although it is already imported as IShare. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #21028 from nextcloud/backport/20629/stable19Morris Jobke2020-05-201-1/+2
|\ | | | | [stable19] Don't load text file preview when text app is available (Fixes: #20615)
| * Don't load text file preview when text app is available (Fixes: #20615)Jonas Meurer2020-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | When opening a shared text document, the files_sharing app uses internal preview support in case no other app to open the text file is available. So far, it only checks for the old files_texteditor app, not for the new new text app. This commit fixes this by checking for both. Signed-off-by: Jonas Meurer <jonas@freesources.org>
* | Fix share update testJulius Härtl2020-05-181-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Have share permissions on link shares if it is enabledRoeland Jago Douma2020-05-181-9/+10
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not process the same FileInfo twiceJohn Molakvoæ (skjnldsv)2020-05-083-5/+11
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Do not filter id matching userId on non-user-share sharesJohn Molakvoæ (skjnldsv)2020-05-054-8/+10
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix filtering our owner & current user from sharesJohn Molakvoæ (skjnldsv)2020-05-053-22/+24
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-054-0/+4
|
* Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)2020-05-044-67/+87
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-05-034-0/+4
|
* Fix expiry datepicker allowing all datesGary Kim2020-05-025-10/+18
| | | | | | | | | | vue2-datepicker expects a `disabled-date` function rather than `not-before` and `not-after` dates. This commit updates it so that we now provide vue2-datepicker with a `disabled-date` function. Signed-off-by: Gary Kim <gary@garykim.dev>
* [tx-robot] updated from transifexNextcloud bot2020-05-0252-104/+60
|
* Process shares only once, better debug and expiration date codeJohn Molakvoæ (skjnldsv)2020-05-015-22/+24
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-0116-2/+20
|
* Merge pull request #20538 from nextcloud/fix/20520/share-expireRoeland Jago Douma2020-04-304-4/+7
|\ | | | | Fix share expiration date not shown
| * Fix share expiration date not shownGary Kim2020-04-304-4/+7
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-16/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-04-3052-104/+110
|
* Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-2916-55/+100
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #20714 from nextcloud/fix/license-headers-19Christoph Wurst2020-04-2936-2/+35
|\ | | | | Update license headers for 19
| * Update license headers for 19Christoph Wurst2020-04-2936-2/+35
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-294-4/+4
|/ | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-272-7/+13
|\ | | | | Fix resharing of federated shares that were created out of links
| * Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-212-7/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-04-272-2/+90
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-262-0/+2
| |
* | Merge pull request #17623 from j3l11234/masterRoeland Jago Douma2020-04-241-0/+1
|\ \ | | | | | | Add support for download share on old android browser
| * | Add support for download share on old android browserj3l112342019-10-211-0/+1
| | | | | | | | | | | | Signed-off-by: j3l11234 <297259024@qq.com>
* | | make php-cs happyRobin Appelman2020-04-231-1/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-232-0/+4
| | |
* | | Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke2020-04-224-32/+33
|\ \ \ | | | | | | | | Fix Sharing recommendation user display
| * | | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-214-32/+33
| | |/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-222-10/+6
| | |
* | | Merge pull request #20114 from ↵Roeland Jago Douma2020-04-212-76/+35
|\ \ \ | |/ / |/| | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file