Morris Jobke
2cfe4fdd4a
Merge pull request #15402 from nextcloud/refactor/oc-appswebroots-bundle
...
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
2019-05-07 14:24:55 +02:00
Christoph Wurst
acf0ca1541
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 14:03:14 +02:00
Morris Jobke
22f3306fd0
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
...
Remove extra margin from warning messages in authenticate page
2019-05-07 12:11:15 +02:00
Morris Jobke
5c9b4db994
Merge pull request #15403 from nextcloud/refactor/oc-get-set-bundle
...
Move OC.get and OC.set to the bundle
2019-05-07 12:07:09 +02:00
Daniel Calviño Sánchez
7ad1b150ab
Remove extra margin from warning messages in authenticate page
...
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07 10:56:01 +02:00
Joas Schilling
038dff3530
Merge pull request #15394 from nextcloud/bugfix/spreed-1768/authenticate-password
...
Allow to send the password of protected conversations
2019-05-07 10:41:36 +02:00
Christoph Wurst
ae8959af74
Move OC.get and OC.set to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-07 09:22:47 +02:00
Nextcloud bot
c60f6716b4
[tx-robot] updated from transifex
2019-05-07 00:12:58 +00:00
Arthur Schiwon
d6d1666600
remove args from logging of common-spelled methods dependent on class
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-07 00:19:48 +02:00
Arthur Schiwon
4ad8d0c0d8
remove setup args from logging
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-06 23:59:45 +02:00
blizzz
0e6e2a9ac6
Merge pull request #15385 from nextcloud/bugfix/noid/broken-federated-shares
...
Make sure all middlewares are only registered once
2019-05-06 23:37:22 +02:00
Morris Jobke
d20bbb7a26
Merge pull request #15295 from nextcloud/refactor/oc-webroot-bundle
...
Move oc_webroot/OC.webroot to the bundle
2019-05-06 22:05:36 +02:00
Christoph Wurst
249a5dbdba
Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 17:55:30 +02:00
John Molakvoæ
e0c62352b7
Move oc_appconfig/OC.appConfig to the main bundle ( #15354 )
...
Move oc_appconfig/OC.appConfig to the main bundle
2019-05-06 17:48:53 +02:00
John Molakvoæ (skjnldsv)
d51dae922a
Set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-06 17:44:10 +02:00
Joas Schilling
6c29401ec5
Allow to send the password of protected conversations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-06 17:10:41 +02:00
Morris Jobke
16d696e94d
Merge pull request #15384 from nextcloud/fix-collapse-button-in-app-navigation-in-ie11
...
Fix collapse button in app navigation in IE11
2019-05-06 14:08:35 +02: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æ
7e6b8ca820
Merge pull request #15297 from nextcloud/refactor/oc-debug-bundle
...
Move oc_debug to the bundle
2019-05-06 11:42:55 +02:00
Joas Schilling
471827cb31
Make sure all middlewares are only registered once
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-06 11:28:18 +02:00
John Molakvoæ (skjnldsv)
598d0fbe6b
Build main dist
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-06 10:14:07 +02:00
Christoph Wurst
6095ef2235
Move oc_debug to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-06 10:12:47 +02:00
Daniel Calviño Sánchez
de84e037e0
Fix collapse button in app navigation in IE11
...
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-06 09:14:29 +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
John Molakvoæ
b8c659dc84
Bump webpack-cli from 3.3.1 to 3.3.2 ( #15378 )
...
Bump webpack-cli from 3.3.1 to 3.3.2
2019-05-06 08:51:50 +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
dependabot[bot]
e436c7bf87
Bump webpack-cli from 3.3.1 to 3.3.2
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-05 01:14:11 +00:00
dependabot[bot]
927c040fe8
Bump jsdoc from 3.5.5 to 3.6.0 in /build
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.5.5 to 3.6.0.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/master/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.5.5...3.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-05 01:12:46 +00:00
Nextcloud bot
403494c79e
[tx-robot] updated from transifex
2019-05-05 00:13:05 +00:00
Nextcloud bot
006921c669
[tx-robot] updated from transifex
2019-05-04 00:12:53 +00:00
Roeland Jago Douma
6e2390f4ea
Merge pull request #15267 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.12.0
...
Bump node-sass from 4.11.0 to 4.12.0 in /build
2019-05-03 20:47:11 +02:00
Roeland Jago Douma
9f1f9ce113
Merge pull request #15248 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.1
...
Bump webpack-cli from 3.3.0 to 3.3.1
2019-05-03 20:46:42 +02:00
Roeland Jago Douma
bc0e397775
Merge pull request #15355 from nextcloud/refactor/oc-isadmin
...
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
2019-05-03 20:24:13 +02:00
Christoph Wurst
d68be1ae4d
Deprecate oc_isadmin and move OC.isUserAdmin() to the bundle
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-03 15:49:49 +02:00
Roeland Jago Douma
a7a35d32fd
Merge pull request #15311 from nextcloud/ci/mysql/8
...
Add mysql 8.0 CI run
2019-05-03 15:44:24 +02:00
John Molakvoæ
bda7b46241
Handle 0 B default quota properly in the web UI ( #15359 )
...
Handle 0 B default quota properly in the web UI
2019-05-03 15:10:27 +02: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
Daniel Kesselberg
ef3725ec4b
Remove method stubs
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:48 +02:00
Daniel Kesselberg
f79b0d2f75
Add second migration for addColumn
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:48 +02:00
Daniel Kesselberg
541e7c19f6
Pass type object instance instead of identifier
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
37b6405a8a
Merge dropColumn and addColumn into changeColumn
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
658edacf23
Set type for access column on cacheAccessForCollection
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:47 +02:00
Daniel Kesselberg
057ca15995
Migration to change column type from smallint to boolean
...
On pqsql true/false is no valid value for an integer column.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-02 21:10:42 +02:00
John Molakvoæ
829adcb0b5
Merge pull request #15309 from nextcloud/fix/files-selection-bug
...
Do NOT assume all files are selected if the first checkbox is
2019-05-02 13:47:06 +02:00
Roeland Jago Douma
14c53864d6
Merge pull request #15313 from nextcloud/3rdparty/pear/archive_tar/1.4.7
...
[3rdparty] Bump archive_tar to 1.4.7
2019-05-02 13:21:14 +02:00
John Molakvoæ
95269e7e85
Merge pull request #15291 from nextcloud/refactor/js-routing-helpers-bundle
...
Move the OC routing helper functions to the bundle
2019-05-02 13:10:54 +02: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