Commit Graph

47418 Commits

Author SHA1 Message Date
Roeland Jago Douma 9514332fa0
Merge pull request #13189 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.28.1
Bump webpack from 4.28.0 to 4.28.1 in /apps/accessibility
2018-12-21 08:40:32 +01:00
Roeland Jago Douma 54d826f4a6
Merge pull request #13188 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/file-loader-3.0.1
Bump file-loader from 1.1.11 to 3.0.1 in /apps/oauth2
2018-12-21 08:39:44 +01:00
dependabot[bot] adb19c0995
Bump @babel/preset-env from 7.2.0 to 7.2.3 in /apps/accessibility
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:22:19 +00:00
dependabot[bot] b9b15ff165
Bump @babel/preset-env from 7.2.0 to 7.2.3 in /settings
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:21:26 +00:00
dependabot[bot] 1498b216d4
Bump @babel/preset-env from 7.2.0 to 7.2.3 in /apps/updatenotification
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:21:23 +00:00
dependabot[bot] 1e54106f9d
Bump webpack from 4.28.0 to 4.28.1 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:20:56 +00:00
dependabot[bot] 11f69a70a3
Bump webpack from 4.28.0 to 4.28.1 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:20:44 +00:00
dependabot[bot] 3fbdc28233
Bump webpack from 4.28.0 to 4.28.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:20:19 +00:00
dependabot[bot] 24897ce8e7
Bump file-loader from 1.1.11 to 3.0.1 in /apps/oauth2
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 02:20:17 +00:00
Nextcloud bot c0a6ad0a72
[tx-robot] updated from transifex 2018-12-21 01:11:48 +00:00
Arthur Schiwon 8bacbffe28
do not forgot to store the second displayname portion
otherwise it causes a chain reaction of system addressbook updates

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-12-20 23:11:00 +01:00
Roeland Jago Douma 2679d85782
Merge pull request #13132 from nextcloud/dependabot/npm_and_yarn/build/karma-3.1.4
Bump karma from 3.1.3 to 3.1.4 in /build
2018-12-20 20:50:09 +01:00
Roeland Jago Douma 216ad29f05
SCSS cache buster is a combination of apps/theming/scc_vars
Else on scss files we'd get <file>?v=<hash>?v=<hash2>
This is of course not valid. Now it becomes <file>?v=<hash>-<hash2>

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 20:33:21 +01:00
Roeland Jago Douma 00446ffb9e
Only check whatsnew once per hour
Store the last check in the session storage. (Which gets cleared on
logout). And only check once an hour.
Saves a request to the server on most requests when browsing.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 20:09:05 +01:00
John Molakvoæ 4b0cb0df7f
Merge pull request #13171 from nextcloud/fix/7084/case_insensitive_email_search
Use a case insensitive search for email
2018-12-20 16:12:51 +01:00
Roeland Jago Douma 03fe2b3b81
Use a case insensitive search for email
Fixes #7084
Now entering wrongly cased email (roeland@ instead of Roeland@) for
password reset etc. Will also work.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 14:19:35 +01:00
Roeland Jago Douma 6146c47485
Merge pull request #13170 from nextcloud/backport/13155/master
[master] allow content provider to generate new Index
2018-12-20 11:37:18 +01:00
John Molakvoæ 6dccd4e5e2
Merge pull request #13167 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.28.0
Bump webpack from 4.27.1 to 4.28.0 in /apps/updatenotification
2018-12-20 11:36:55 +01:00
John Molakvoæ beb84ec2a6
Merge pull request #13166 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.28.0
Bump webpack from 4.27.1 to 4.28.0 in /apps/accessibility
2018-12-20 11:36:24 +01:00
John Molakvoæ 8cc697429b
Merge pull request #13165 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.28.0
Bump webpack from 4.27.1 to 4.28.0 in /apps/oauth2
2018-12-20 11:35:35 +01:00
John Molakvoæ 00b6c7b42a
Merge pull request #13168 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.28.0
Bump webpack from 4.27.1 to 4.28.0 in /settings
2018-12-20 11:35:12 +01:00
John Molakvoæ (skjnldsv) 70bb048d34
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20 09:58:20 +01:00
John Molakvoæ (skjnldsv) 5aa0889cc7
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20 09:57:03 +01:00
John Molakvoæ (skjnldsv) b768dad6d7
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20 09:56:30 +01:00
John Molakvoæ (skjnldsv) 81cc1e1f67
Compile assets
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-20 09:55:28 +01:00
Maxence Lange 5557485aba using the createIndex from FullTextSearchManager
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20 08:34:17 +00:00
Maxence Lange e38cb45bf1 allow content provide to generate new Index
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20 08:34:17 +00:00
Roeland Jago Douma b1d6e5b6d8
build assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 08:42:34 +01:00
Roeland Jago Douma 9e9b04737e
Merge pull request #13163 from nextcloud/bug/13139/footer-translatable
Make the footer "Get your own free account" translatable
2018-12-20 07:46:23 +01:00
dependabot[bot] 2af4090c7c
Bump webpack from 4.27.1 to 4.28.0 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-20 02:19:23 +00:00
dependabot[bot] ef406c06fe
Bump webpack from 4.27.1 to 4.28.0 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-20 02:18:56 +00:00
dependabot[bot] cc4a13e0de
Bump webpack from 4.27.1 to 4.28.0 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-20 02:17:57 +00:00
dependabot[bot] cdd3f38f5d
Bump webpack from 4.27.1 to 4.28.0 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-20 02:17:52 +00:00
Nextcloud bot 4be6aa5270
[tx-robot] updated from transifex 2018-12-20 01:11:44 +00:00
Michael Weimann cfca20c14c
Make the footer "Get your own free account" translatable
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-19 23:27:36 +01:00
John Molakvoæ (skjnldsv) 1cb507e0e3
Fix ie11 checkboxes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-19 11:31:10 +01:00
Roeland Jago Douma ad9ece4e48
Merge pull request #13111 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.1
Bump css-loader from 2.0.0 to 2.0.1 in /apps/accessibility
2018-12-19 09:54:18 +01:00
Roeland Jago Douma 7214a8ea83
Merge pull request #13133 from nextcloud/file-drop-char-fixes
Prevent special characters from breaking the file drop remote url
2018-12-19 09:53:56 +01:00
Roeland Jago Douma a0ce0824bd
Merge pull request #13116 from nextcloud/fix/only_trust_xforwardedhost_for_trusted_proxies
Only trust the X-FORWARDED-HOST header for trusted proxies
2018-12-19 09:47:44 +01:00
Nextcloud bot 3d53398d07
[tx-robot] updated from transifex 2018-12-19 01:11:46 +00:00
dependabot[bot] c27d2ace47
Bump karma from 3.1.3 to 3.1.4 in /build
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v3.1.3...v3.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-18 16:00:28 +00:00
Björn Schießle a374d8837d
Merge pull request #12678 from nextcloud/encryption-emergency-recovery
Allow to disable the signature check
2018-12-18 11:41:16 +01:00
John Molakvoæ (skjnldsv) bd3b227012
Prevent special characters from breaking the file drop remote url
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-18 09:17:49 +01:00
John Molakvoæ 6f994be665
Merge pull request #12766 from stalker314314/streaming-options
Expose Swift Mailer streaming options in config, fixes #12702
2018-12-18 07:53:45 +01:00
Nextcloud bot f36082838e
[tx-robot] updated from transifex 2018-12-18 01:11:34 +00:00
Branko Kokanovic 7cef9b0248 Addressing comments, array() to []
Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
2018-12-17 23:34:55 +01:00
Branko Kokanovic 8101059062 Addressing comments, count to empty
Signed-off-by: Branko Kokanovic <branko@kokanovic.org>
2018-12-17 20:02:00 +01:00
Roeland Jago Douma 514426e27d
Only trust the X-FORWARDED-HOST header for trusted proxies
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-17 15:54:45 +01:00
Joas Schilling 6788e6e75c
Merge pull request #12883 from nextcloud/appdata-performance
try to grab the appdata folder directly without going trough the whole tree
2018-12-17 15:11:28 +01:00
dependabot[bot] 8030eef354
Bump css-loader from 2.0.0 to 2.0.1 in /apps/accessibility
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 13:52:17 +00:00