Roeland Jago Douma
a4cad107be
Merge pull request #13191 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.28.1
...
Bump webpack from 4.28.0 to 4.28.1 in /apps/oauth2
2018-12-21 08:40:58 +01:00
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
John Molakvoæ (skjnldsv)
6f65c5f20a
IE11 compatibility for users & apps management
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-21 08:37:57 +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
f394bf356e
Rewrite getNumberOfUnreadCommentsForFolder query
...
Before the joining and filtering removed unkown files. Resulting in
manual queries for all the files with no (unread) comments (the 99%).
Long story short. This will return a list of all the files in the parent
folder with their unread comment count (can be 0). But this makes sure
that the result is properly cached. In the dav handling.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 20:43:10 +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
Bjoern Schiessle
4b3308bf3f
fix can change password check in case of encryption is enabled
...
Admin should _not_ be able to change password when:
- if an encryption module is loaded and it uses per-user keys
- if encryption is enabled but no encryption modules are loaded
Admin should be able to change the password when:
- no encryption module is loaded and encryption is disabled
- encryption module is loaded but it doesn't require per user keys
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-12-20 12:28:40 +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
Julius Härtl
a3be286273
Make setup check also pass with a 501 status
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-19 07:41:25 +01:00
Maxence Lange
fb7840b283
returns a 501 instead of exception if app is not installed - #13088
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19 07:41:25 +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
John Molakvoæ (skjnldsv)
f038cea243
IE fix for apps menu
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-18 16:33:30 +01: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