summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Restore previous state when failing to change video verification stateDaniel Calviño Sánchez2020-06-013-2/+10
| | | | | | | | 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>
* Fix the Talk verificationChristoph Wurst2020-06-015-40/+67
| | | | | | | | | | | | | | | | | | 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-0118-194/+432
|
* [tx-robot] updated from transifexNextcloud bot2020-05-314-10/+60
|
* [tx-robot] updated from transifexNextcloud bot2020-05-3010-54/+112
|
* Merge pull request #20970 from nextcloud/td/js/escape-html-globalRoeland Jago Douma2020-05-2916-50/+68
|\ | | | | Remove the escape-html global
| * Remove the escape-html globalRoeland Jago Douma2020-05-2916-50/+68
| | | | | | | | | | | | | | Already announced for 19 that it would go. So now it realy does go. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #21143 from ↵Roeland Jago Douma2020-05-292-6/+127
|\ \ | |/ |/| | | | | nextcloud/fix-password-changes-in-link-and-mail-shares Fix password changes in link and mail shares
| * Fix creating a mail share with a passwordDaniel Calviño Sánchez2020-05-282-4/+104
| | | | | | | | | | | | | | | | | | | | When a mail share was created with a password the given password was not hashed, so it was not possible to open the share with that password. Moreover, if passwords were enforced the given password was ignored and a new one was set (although in this case it was hashed so it worked as expected). Now the given password is properly hashed and not overriden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Extend mail shares unit tests to check the password and mail templateDaniel Calviño Sánchez2020-05-281-2/+23
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #21118 from nextcloud/td/move_systemtagsRoeland Jago Douma2020-05-292-6/+2
|\ \ | | | | | | Move systemtags to a proper location
| * | Move the systemtags to core/srcRoeland Jago Douma2020-05-282-6/+2
| |/ | | | | | | | | | | | | * Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #21146 from nextcloud/fix-reference-to-wrong-class-nameRoeland Jago Douma2020-05-291-3/+3
|\ \ | | | | | | Fix reference to wrong class name
| * | 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>
* / [tx-robot] updated from transifexNextcloud bot2020-05-298-8/+30
|/
* Merge pull request #21124 from ↵Roeland Jago Douma2020-05-284-0/+40
|\ | | | | | | | | nextcloud/feature/20612/add-capability-for-file-comments Add a capability when file comments are enabled
| * Add a capability when file comments are enabledJoas Schilling2020-05-284-0/+40
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-286-8/+208
| |
* | Merge pull request #21123 from nextcloud/fix/noid/fix-retrieval-of-groupsRoeland Jago Douma2020-05-271-50/+7
|\ \ | | | | | | simplify getGroups, fixing wrong chunking logic
| * | simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
| |/ | | | | | | | | | | pagination is taken care of properly in the search logic in Access class Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / Fix devices & sessions sanitizationChristoph Wurst2020-05-273-4/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #21079 from nextcloud/dependabot/npm_and_yarn/moment-2.26.0Roeland Jago Douma2020-05-272-11/+11
|\ | | | | Bump moment from 2.25.3 to 2.26.0
| * Bump moment from 2.25.3 to 2.26.0dependabot-preview[bot]2020-05-262-11/+11
| | | | | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.26.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-278-4/+270
| |
* | Merge pull request #21106 from nextcloud/fix/10809/user-pwd-change-loginnameRoeland Jago Douma2020-05-261-1/+2
|\ \ | | | | | | use the loginname to verify the old password in user password changes
| * | use the loginname to verify the old password in user password changesArthur Schiwon2020-05-261-1/+2
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #21108 from nextcloud/fix/20745/eor-old-php-apiRoeland Jago Douma2020-05-261-0/+6
|\ \ | | | | | | fixes infinitely repeating LDPA search results with PHP <= 7.2
| * | fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2020-05-2610-0/+24
|/
* Merge pull request #21078 from ↵Roeland Jago Douma2020-05-252-5/+5
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.2.0 Bump vue-router from 3.1.6 to 3.2.0
| * Bump vue-router from 3.1.6 to 3.2.0dependabot-preview[bot]2020-05-252-5/+5
| | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.6 to 3.2.0. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.6...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-258-2/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2414-20/+34
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-2338-40/+208
|
* Merge pull request #21001 from rubo77/pngsRoeland Jago Douma2020-05-2211-0/+0
|\ | | | | compress some images with tinypng.com
| * compress some images with tinypng.comRuben Barkow-Kuder2020-05-2211-0/+0
| | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-2232-24/+170
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-2112-76/+78
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-2012-46/+104
|
* Bump marked from 0.8.2 to 1.1.0dependabot-preview[bot]2020-05-1912-270/+270
| | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 1.1.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump moment from 2.24.0 to 2.25.3dependabot-preview[bot]2020-05-192-18/+284
| | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.25.3. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.25.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #21009 from nextcloud/dependabot/npm_and_yarn/vuex-3.4.0Roeland Jago Douma2020-05-198-22/+22
|\ | | | | Bump vuex from 3.1.3 to 3.4.0
| * Bump vuex from 3.1.3 to 3.4.0dependabot-preview[bot]2020-05-188-22/+22
| | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.3 to 3.4.0. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.3...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-1910-0/+32
|/
* Merge pull request #20846 from nextcloud/fix/link_fed_permMorris Jobke2020-05-182-10/+12
|\ | | | | Link permissions
| * Fix share update testJulius Härtl2020-05-151-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Have share permissions on link shares if it is enabledRoeland Jago Douma2020-05-151-9/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump moment-timezone from 0.5.28 to 0.5.31dependabot-preview[bot]2020-05-182-14/+14
| | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.28 to 0.5.31. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.28...0.5.31) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-05-1816-54/+132
| |
* | [tx-robot] updated from transifexNextcloud bot2020-05-1710-90/+106
| |