summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-06-146-4/+8
|
* Fix download entry shown on public share menu when not in mobileDaniel Calviño Sánchez2019-06-121-1/+1
| | | | | | | Due to a typo in the variable name the rule was not properly parsed and applied. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Bump nextcloud-axios from 0.1.3 to 0.2.0dependabot-preview[bot]2019-06-031-1/+1
| | | | | | | | Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.3...v0.2.0) Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump nextcloud-vue from 0.11.3 to 0.11.4dependabot-preview[bot]2019-06-032-58/+121
| | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.3...v0.11.4)
* [Security] Bump axios from 0.18.0 to 0.18.1dependabot-preview[bot]2019-06-029-20866/+6
| | | | | | | Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
* CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-301-1/+1
| | | | see https://github.com/nextcloud/news/pull/467
* Build and updateJohn Molakvoæ (skjnldsv)2019-05-297-15/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Unify webpack configJohn Molakvoæ (skjnldsv)2019-05-291-29/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Vueify the login pageChristoph Wurst2019-05-294-40/+3347
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-05-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-05-282-2/+60
|
* Bump webpack from 4.31.0 to 4.32.2dependabot-preview[bot]2019-05-274-7/+7
| | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.31.0 to 4.32.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-05-242-0/+4
|
* Bump files_sharing bundlesJulius Härtl2019-05-2210-2337/+642
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump nextcloud-vue-collectionsJulius Härtl2019-05-221-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump settingsJohn Molakvoæ (skjnldsv)2019-05-2212-3001/+2524
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-05-222-34/+32
|
* Remote wipe supportRoeland Jago Douma2019-05-203-3398/+4165
| | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-05-182-8/+8
|
* Merge pull request #15461 from nextcloud/askForPasswordCapabilityMorris Jobke2019-05-131-0/+6
|\ | | | | add "askForPassword" on capabilities for sharing
| * add "askForPassword" on capabilities for sharingtobiasKaminsky2019-05-131-0/+6
| | | | | | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* | Bump vuex from 3.1.0 to 3.1.1dependabot[bot]2019-05-132-4/+5
|/ | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix public upload by also load the semaphore methodMorris Jobke2019-05-071-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-05-072-2/+2
|
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-3/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump v-tooltip from 2.0.1 to 2.0.2dependabot[bot]2019-05-052-2/+2
| | | | | | | | Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/Akryum/vue-tooltip/releases) - [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-182-8/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-04-172-96/+138
|
* Harden public preview testsRoeland Jago Douma2019-04-161-1/+10
| | | | | | This way there are less timing issues. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump vue and vue-template-compilerdependabot[bot]2019-04-162-3/+3
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Updates `vue-template-compiler` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1Morris Jobke2019-04-163-9/+9
|\ | | | | Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
| * Bump v-tooltip from 2.0.0-rc.33 to 2.0.1dependabot[bot]2019-04-163-9/+9
| | | | | | | | | | | | | | | | | | Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.0-rc.33 to 2.0.1. - [Release notes](https://github.com/Akryum/vue-tooltip/releases) - [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Improve the share link password error feedback with a red borderChristoph Wurst2019-04-163-2/+8
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-04-132-16/+16
|
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #15049 from ↵Morris Jobke2019-04-111-2/+0
|\ | | | | | | | | nextcloud/do-not-allow-javascript-eval-in-the-public-share-auth-page-with-talk Do not allow JavaScript "eval" in the public share auth page with Talk
| * Do not allow JavaScript "eval" in the public share auth page with TalkDaniel Calviño Sánchez2019-04-101-2/+0
| | | | | | | | | | | | | | | | Talk no longer uses JavaScript "eval", so the Content Security Policy can now be configured to prevent its use in the public share authentication page when the password is protected by Talk. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-04-1140-40/+0
| |
* | Merge pull request #14990 from nextcloud/enhancement/noid/projectsRoeland Jago Douma2019-04-107-8/+7
|\ \ | |/ |/| Rename collections to projects
| * Bump bundlesJulius Härtl2019-04-096-6/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use label from appsJulius Härtl2019-04-091-2/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-04-104-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-094-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-082-0/+4
|