Commit Graph

45715 Commits

Author SHA1 Message Date
Christoph Wurst cfb2098e5c
Merge pull request #10958 from nextcloud/bugfix/10727/fix_caldav_logic_exception
remove LogicException, because it's also triggered with legitimate parameters
2018-09-05 18:07:40 +02:00
blizzz d2803aeb5c
Merge pull request #10836 from nextcloud/fix_8281
Add an occ command to report updates
2018-09-05 18:03:04 +02:00
Julius Härtl 59aad5dac6
Merge pull request #11068 from nextcloud/3rdparty/symofny/3.4.15
[3rdparty] Bump symfony to 3.4.15
2018-09-05 15:09:26 +02:00
Julius Härtl 3d0867594e
Merge pull request #11061 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-select-2.5.0
Bump vue-select from 2.4.0 to 2.5.0 in /apps/updatenotification
2018-09-05 15:07:53 +02:00
Joas Schilling 47cc5e5895
Update version requirements and versions of shipped apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05 14:27:06 +02:00
Georg Ehrke 83639a9898
remove LogicException, because it's also triggered with legitimate parameters
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-09-05 14:10:26 +02:00
John Molakvoæ (skjnldsv) bba81869ce
Compiled bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-05 13:19:45 +02:00
Roeland Jago Douma 4b687cf297
[3rdparty] Bump symfony to 3.4.15
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-05 13:07:33 +02:00
Roeland Jago Douma 1c1bf01241
Merge pull request #11060 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.17.2
Bump webpack from 4.17.1 to 4.17.2 in /apps/oauth2
2018-09-05 12:55:39 +02:00
Roeland Jago Douma e0e95447a5
Merge pull request #11063 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.17.2
Bump webpack from 4.17.1 to 4.17.2 in /apps/updatenotification
2018-09-05 12:55:03 +02:00
Roeland Jago Douma 330bd3c02a
Merge pull request #11062 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.17.2
Bump webpack from 4.17.1 to 4.17.2 in /apps/accessibility
2018-09-05 12:54:36 +02:00
Joas Schilling 3cec0080cf
Bump the version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-05 12:31:40 +02:00
Christoph Wurst 16ecd9558f
Merge pull request #11058 from nextcloud/3rdparty/guzzle/6.3.3
[3rdparty] Update to guzzle 6.3.3
2018-09-05 11:54:19 +02:00
Roeland Jago Douma 66af2f092f
[3rdparty] Update to guzzle 6.3.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-05 11:20:16 +02:00
dependabot[bot] 816afe9df1
Bump webpack from 4.17.1 to 4.17.2 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 08:40:53 +00:00
dependabot[bot] 9232ce576a
Bump webpack from 4.17.1 to 4.17.2 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 08:40:35 +00:00
dependabot[bot] b34e45a1b0
Bump vue-select from 2.4.0 to 2.5.0 in /apps/updatenotification
Bumps [vue-select](https://github.com/sagalbot/vue-select) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/sagalbot/vue-select/releases)
- [Commits](https://github.com/sagalbot/vue-select/compare/v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 08:40:16 +00:00
dependabot[bot] 014b1bbdca
Bump webpack from 4.17.1 to 4.17.2 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 08:39:53 +00:00
Nextcloud bot bcaf9a48bb
[tx-robot] updated from transifex 2018-09-05 00:12:50 +00:00
Daniel Calviño Sánchez 0c758dbe5b Fix size of icons in menus inside apps when shown as images
Some popover menus, like the contacts menu, still show their icon using
an img element. The main CSS rules assume that a "content-box" sizing is
being used, and thus set the size and padding of the image to add up to
the line height.

However, ".app-*" descendants use a "border-box" sizing, so when a menu
with an image was shown in an app the icon was not properly shown. Now
both the width and height of the image is set to the item height in
those cases, which causes the visible size of the icon to be the item
height minus the padding (the same as when "content-box" sizing is
used).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-04 22:21:22 +02:00
Julius Härtl 8feadb8d98
Merge pull request #11048 from nextcloud/stable14-10963
[stable14] Updates logo scss to regard default values
2018-09-04 20:31:16 +02:00
Julius Härtl 2e25d22d16
Merge pull request #11022 from nextcloud/bump/npm/settings
Bump js deps settings
2018-09-04 13:34:39 +02:00
Roeland Jago Douma 419c7071ff
Merge pull request #11047 from nextcloud/typo/config.sample.php
Fix typo in config.sample.php
2018-09-04 12:17:07 +02:00
Roeland Jago Douma adbeb74dc1
Merge pull request #11046 from nextcloud/feature/10725/applogger
Add wrapper Logger in DIContainer
2018-09-04 12:15:43 +02:00
Marius Blüm 182636b809
Fix typo in config.sample.php
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-09-04 11:18:10 +02:00
Michael Weimann a74629d1e1
Updates logo scss to regard default values
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-04 11:12:48 +02:00
Roeland Jago Douma b52454db56
Bump js deps settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04 10:32:26 +02:00
Roeland Jago Douma 9319d557a4
Add wrapper Logger in DIContainer
This makes sure that for example app for the context is always set.
We can in the future extend this to include more info.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04 10:05:25 +02:00
John Molakvoæ bcdd5d7b4c
Merge pull request #10975 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.9.3
Bump node-sass from 4.9.2 to 4.9.3 in /build
2018-09-04 09:58:25 +02:00
Christoph Wurst fdc61e81db
Merge pull request #11023 from nextcloud/bump/npm/accessibility
Bump JS deps Accessibility
2018-09-04 09:53:23 +02:00
Christoph Wurst 54b1f4df3e
Merge pull request #11044 from nextcloud/td/8.2.0-public-util
Remove deprecated methods from OCP\Util
2018-09-04 09:51:33 +02:00
Roeland Jago Douma 52012be4fa
Merge pull request #11040 from nextcloud/feature/11035/worker-src
Add worker-src to CSP
2018-09-04 09:50:36 +02:00
Roeland Jago Douma 4f02b307b0
Remove deprecated methods from OCP\Util
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04 08:43:07 +02:00
Roeland Jago Douma 373630c78f
Merge pull request #10914 from nextcloud/quota-typo
remove space between quota and colon
2018-09-04 08:29:01 +02:00
Roeland Jago Douma 8354c50911
Deprecate the childSrc functions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04 07:35:44 +02:00
Roeland Jago Douma c8fe4b4fc8
Add workerSrc to CSP
Fixes #11035

Since the child-src directive is deprecated (we should kill it at some
point) we need to have the proper worker-src available

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-04 07:35:44 +02:00
Christoph Wurst 12a2a754e2
Merge pull request #11024 from nextcloud/bump/npm/updatenotification
Bump JS deps updatenotification
2018-09-04 07:23:58 +02:00
Nextcloud bot ccae6271e5
[tx-robot] updated from transifex 2018-09-04 00:12:17 +00:00
Patrik Kernstock 8f9fa9ee13 Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-09-04 00:58:44 +02:00
Roeland Jago Douma a0a34502c6
Merge pull request #11016 from nextcloud/bump/npm/oauth
Bump OAuth2 js deps
2018-09-03 16:57:27 +02:00
Roeland Jago Douma 0545b495e3
Bump JS deps updatenotification
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-03 13:10:07 +02:00
Roeland Jago Douma af291b52db
Bump JS deps Accessibility
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-03 13:08:15 +02:00
Julius Härtl 41d213c873
Merge pull request #10969 from nextcloud/fix/10968/upload-progress
Fixes the upload progress bar layout
2018-09-03 12:04:38 +02:00
Julius Härtl 736f8636f5
Merge pull request #10984 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.17.1
Bump webpack from 4.16.1 to 4.17.1 in /apps/accessibility
2018-09-03 12:03:50 +02:00
Roeland Jago Douma fdfe4e4044
Bump OAuth2 js deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-03 10:40:46 +02:00
dependabot[bot] 9bdeeed234
Bump webpack from 4.16.1 to 4.17.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.16.1 to 4.17.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.16.1...v4.17.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-03 07:33:33 +00:00
dependabot[bot] 5d8a750463
Bump node-sass from 4.9.2 to 4.9.3 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.9.2...v4.9.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-03 07:12:34 +00:00
Roeland Jago Douma 0066bc5bc5
Update map
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-03 09:07:16 +02:00
Nextcloud bot 5fe3bbb677
[tx-robot] updated from transifex 2018-09-03 00:12:18 +00:00
Michael Weimann d85ea7fbec
Fixes the upload progress bar layout
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-02 19:11:11 +02:00