Commit Graph

5390 Commits

Author SHA1 Message Date
Christoph Wurst 278c281cc9
Deprecate oc_current_user, fix usage and move currentUser to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-08 09:44:51 +02:00
Nextcloud bot 1c3adf4eff
[tx-robot] updated from transifex 2019-05-08 00:13:17 +00:00
Morris Jobke 8fadc82bd1
Merge pull request #15301 from nextcloud/fix/select/users-management
Fix multiselect min width
2019-05-07 23:54:54 +02:00
Nextcloud bot c60f6716b4
[tx-robot] updated from transifex 2019-05-07 00:12:58 +00:00
Christoph Wurst 42be4b7765
Move oc_appconfig/OC.appConfig to the main bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 13:36:23 +02:00
John Molakvoæ 0877a2e627
Bump v-tooltip from 2.0.1 to 2.0.2 (#15376)
Bump v-tooltip from 2.0.1 to 2.0.2
2019-05-06 08:52:11 +02:00
Nextcloud bot 234168a61d
[tx-robot] updated from transifex 2019-05-06 00:13:22 +00:00
dependabot[bot] 93d951b120
Bump v-tooltip from 2.0.1 to 2.0.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>
2019-05-05 16:45:28 +02:00
Nextcloud bot 006921c669
[tx-robot] updated from transifex 2019-05-04 00:12:53 +00:00
Julius Härtl 22bb6a9638
Bump settings bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-03 12:21:49 +02:00
Julius Härtl b09f0741ba
Fix default quota setting of 0 B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-03 12:19:35 +02:00
Nextcloud bot 3d42d4c9dc
[tx-robot] updated from transifex 2019-05-03 00:12:49 +00:00
Morris Jobke f20de92113
Merge pull request #15122 from nextcloud/bugfix/noid/check-undefined-index
Check if the data is in the lookup server
2019-05-02 11:58:49 +02:00
Nextcloud bot 579588a4cd
[tx-robot] updated from transifex 2019-05-02 00:12:57 +00:00
Nextcloud bot 5e8cedab9f
[tx-robot] updated from transifex 2019-05-01 00:12:41 +00:00
John Molakvoæ (skjnldsv) 100b9981b4
Fix multiselect min width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-30 08:58:55 +02:00
Nextcloud bot 4fd2cbeb94
[tx-robot] updated from transifex 2019-04-30 00:12:43 +00:00
Nextcloud bot 01410491b9
[tx-robot] updated from transifex 2019-04-29 00:12:39 +00:00
Nextcloud bot 690e5beb11
[tx-robot] updated from transifex 2019-04-28 00:12:35 +00:00
Nextcloud bot 31205af3ac
[tx-robot] updated from transifex 2019-04-27 00:12:36 +00:00
Nextcloud bot a20716d568
[tx-robot] updated from transifex 2019-04-25 00:12:40 +00:00
Roeland Jago Douma 09a2845c75
Merge pull request #15188 from nextcloud/bugfix/setupcheck-intl
Fix setupcheck for intl module
2019-04-24 19:56:17 +02:00
Nextcloud bot 201fc9fbcf
[tx-robot] updated from transifex 2019-04-24 00:12:32 +00:00
John Molakvoæ d2ffceba3b
Merge pull request #15184 from nextcloud/dependabot/npm_and_yarn/vue-infinite-loading-2.4.4
Bump vue-infinite-loading from 2.4.3 to 2.4.4
2019-04-23 16:52:54 +02:00
dependabot[bot] 0989686116
Bump vue-router from 3.0.4 to 3.0.6
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.4 to 3.0.6.
- [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.0.4...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-23 15:17:27 +02:00
dependabot[bot] 1243c67c0d
Bump vue-infinite-loading from 2.4.3 to 2.4.4
Bumps [vue-infinite-loading](https://github.com/PeachScript/vue-infinite-loading) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/PeachScript/vue-infinite-loading/releases)
- [Commits](https://github.com/PeachScript/vue-infinite-loading/compare/v2.4.3...v2.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-23 15:12:42 +02:00
Nextcloud bot aab2be1856
[tx-robot] updated from transifex 2019-04-23 00:12:36 +00:00
Nextcloud bot e4ce1f9fc1
[tx-robot] updated from transifex 2019-04-22 00:12:49 +00:00
Daniel Kesselberg c424ab790f
Fix setupcheck for intl module
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-21 21:55:50 +02:00
Nextcloud bot 49829482c8
[tx-robot] updated from transifex 2019-04-21 00:13:10 +00:00
Nextcloud bot 1f288533f5
[tx-robot] updated from transifex 2019-04-20 00:12:52 +00:00
Nextcloud bot b566998b05
[tx-robot] updated from transifex 2019-04-19 00:12:46 +00:00
Nextcloud bot 16b8017fc9
[tx-robot] updated from transifex 2019-04-18 00:12:48 +00:00
Nextcloud bot d33b8f904c
[tx-robot] updated from transifex 2019-04-17 00:12:51 +00:00
dependabot[bot] 102c563367
Bump vue and vue-template-compiler
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>
2019-04-16 14:43:02 +02:00
dependabot[bot] 844aa38744
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
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>
2019-04-16 13:43:35 +02:00
Joas Schilling 626f781bda
Check if the data is in the lookup server
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-16 08:40:17 +02:00
dependabot[bot] 9ef30dd993
Bump vue-router from 3.0.2 to 3.0.4
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.2 to 3.0.4.
- [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.0.2...v3.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 08:29:32 +02:00
dependabot[bot] 4cb13de464
Bump marked from 0.6.1 to 0.6.2
Bumps [marked](https://github.com/markedjs/marked) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.6.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 08:36:44 +02:00
Nextcloud bot d3332f516f
[tx-robot] updated from transifex 2019-04-14 00:13:26 +00:00
Nextcloud bot b58438b39d
[tx-robot] updated from transifex 2019-04-13 00:15:32 +00:00
Nextcloud bot 090aa51234
[tx-robot] updated from transifex 2019-04-12 00:12:50 +00:00
Nextcloud bot 7641a1589f
[tx-robot] updated from transifex 2019-04-11 00:12:59 +00:00
Christoph Wurst 2f09117ebc
Remove a debug log from the 2FA admin settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-10 10:44:34 +02:00
Nextcloud bot 3a04650380
[tx-robot] updated from transifex 2019-04-10 00:12:51 +00:00
Nextcloud bot ec4b1584fe
[tx-robot] updated from transifex 2019-04-09 00:12:59 +00:00
Nextcloud bot acba430246
[tx-robot] updated from transifex 2019-04-08 00:14:18 +00:00
Nextcloud bot 3117be298c
[tx-robot] updated from transifex 2019-04-07 00:13:21 +00:00
Nextcloud bot 9c9c410094
[tx-robot] updated from transifex 2019-04-06 00:13:10 +00:00
Nextcloud bot 2339e94680
[tx-robot] updated from transifex 2019-04-05 00:13:16 +00:00