Commit Graph

45905 Commits

Author SHA1 Message Date
Daniel Kesselberg 9dae927b0c Add more test cases
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-30 12:24:38 +02:00
Christoph Wurst 259c0ce11d
Add mandatory 2FA service/class
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-30 11:47:29 +02:00
dependabot[bot] da9b1759a8
Bump @babel/core from 7.0.0 to 7.1.2 in /settings
Bumps [@babel/core](https://github.com/babel/babel) from 7.0.0 to 7.1.2.
- [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.0.0...v7.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-30 09:31:05 +00:00
Roeland Jago Douma eec7f9ec28
Merge pull request #11459 from nextcloud/dependabot/npm_and_yarn/settings/@babel/preset-env-7.1.0
Bump @babel/preset-env from 7.0.0 to 7.1.0 in /settings
2018-09-30 11:29:31 +02:00
dependabot[bot] 1cd88d611b
Bump @babel/preset-env from 7.0.0 to 7.1.0 in /settings
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.0.0 to 7.1.0.
- [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.0.0...v7.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-30 07:55:16 +00:00
Roeland Jago Douma 6546d79a41
Merge pull request #11458 from nextcloud/dependabot/npm_and_yarn/settings/babel-loader-8.0.4
Bump babel-loader from 8.0.2 to 8.0.4 in /settings
2018-09-30 09:53:19 +02:00
Nextcloud bot dafd708075
[tx-robot] updated from transifex 2018-09-30 00:12:06 +00:00
Daniel Kesselberg d4dec43f8f
Dont use find to lookup binaries
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-29 20:25:19 +02:00
dependabot[bot] f116c6e61b
Bump babel-loader from 8.0.2 to 8.0.4 in /settings
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.0.2 to 8.0.4.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.2...v8.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-29 17:03:00 +00:00
Roeland Jago Douma 267605f606
Merge pull request #11445 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.20.2
Bump webpack from 4.19.1 to 4.20.2 in /apps/oauth2
2018-09-29 10:26:34 +02:00
Nextcloud bot 73aabbd3c0
[tx-robot] updated from transifex 2018-09-29 00:12:16 +00:00
Daniel Kesselberg c275beeceb
Allow url without / for overwrite.cli.url
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-28 22:32:19 +02:00
dependabot[bot] e471a85c26
Bump webpack from 4.19.1 to 4.20.2 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.19.1 to 4.20.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.19.1...v4.20.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-28 19:41:10 +00:00
Roeland Jago Douma 7e5b7f75ba
Bump templates to handlebars 4.0.12
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 21:17:08 +02:00
Roeland Jago Douma 4f13430a95
Add drone step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 21:15:46 +02:00
Roeland Jago Douma f4a15f7f42
Add script to compile handlebars templates
For now it is small and there is no real standard yet. But it is better
to start with something.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 21:00:23 +02:00
Morris Jobke b7bd6bd682
Merge pull request #11193 from nextcloud/add-group-settings
Add new group entry on users list + fixes
2018-09-28 17:31:09 +02:00
Roeland Jago Douma 9a7265babf
Make authenticated cookies lax
This protects our cookies a bit more. It makes sure that when a 3rdparty
websites embededs a public alendar for example. That all the users see
this in anonymous mode there.

It adds a small helper function.

In the future we can think about protecting other cookies like this as
well. But for now this is sufficient to not have the user logged in at
all when doing 3rdparty requests.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 16:44:37 +02:00
Morris Jobke 0ded277bea
Merge pull request #11432 from nextcloud/assemblystream-eof
AssemblyStream is also eof if we have no more source stream
2018-09-28 16:25:49 +02:00
Morris Jobke d867f9f091
Merge pull request #11037 from nextcloud/trash-webui-dav
Use trashbin dav endpoint to list trash in webui
2018-09-28 16:03:24 +02:00
Robin Appelman f1f74a39b6
throw an error if a node is smaller than expected in assemblystream
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-28 15:40:08 +02:00
John Molakvoæ (skjnldsv) 2b41b01bf2
Add new group entry on users list + fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 15:37:37 +02:00
blizzz a23d524098
Merge pull request #11427 from nextcloud/enhancement/noid/ldap-numerical-ids
extend integration tests with users with numerical IDs
2018-09-28 15:25:54 +02:00
Robin Appelman 6b7a69752c
AssemblyStream is also eof if we have no more source stream
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-28 15:09:43 +02:00
Morris Jobke 3182b8b063
Merge pull request #11429 from nextcloud/feature/11033/bump_strengthify
Bump strengthify
2018-09-28 14:14:26 +02:00
Roeland Jago Douma 920771b11a
Merge pull request #11428 from nextcloud/history-icon-center-fix
Center back the history icon
2018-09-28 14:07:51 +02:00
Nextcloud bot db50e11edf
[tx-robot] updated from transifex 2018-09-28 11:14:08 +00:00
Roeland Jago Douma 6ddef7bceb
Bump strengthify
Fixes #11033
For https://github.com/orgs/nextcloud/projects/18

Move to a stricter CSP safe strengthify

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 12:55:00 +02:00
John Molakvoæ (skjnldsv) 005a8b3794
Cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 12:13:48 +02:00
Morris Jobke e2047009d1
Merge pull request #11414 from nextcloud/csp/11029/contacts_menu_compiled_handlebars
Compile contactmenu handlebars templates
2018-09-28 12:09:14 +02:00
John Molakvoæ (skjnldsv) 29e80053bf
Center back the history icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 12:07:04 +02:00
Arthur Schiwon 108a8d6c4c
extend integration tests with users with numerical IDs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-28 11:19:48 +02:00
Morris Jobke f6e39e5400
Merge pull request #11423 from nextcloud/inline-input-error-fix
Fix invalid inline input confirm border
2018-09-28 10:59:44 +02:00
John Molakvoæ (skjnldsv) 4bfe88d2af
TABS :D
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 09:38:21 +02:00
John Molakvoæ (skjnldsv) e744b029ff
Fix invalid inline input confirm border
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 09:29:08 +02:00
John Molakvoæ ecf33a679e
Merge pull request #11417 from nextcloud/hover-quota-used-space-regression
Add back the total used space per user
2018-09-28 08:59:24 +02:00
John Molakvoæ (skjnldsv) 8a2ac44250
State default unknown quota to 0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 08:22:37 +02:00
John Molakvoæ (skjnldsv) f5f31e221c
Fix class selector for acceptance tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 08:20:10 +02:00
Christoph Wurst 9eb4259af9
Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebars
Compile handlebars template for AuthTokenView
2018-09-28 07:36:45 +02:00
Roeland Jago Douma d72d267035
Merge pull request #11410 from nextcloud/csp/11030/filesummary_compiled_handlebars
Compile filesummary handlebars
2018-09-27 21:04:33 +02:00
Roeland Jago Douma c9e93b8084
Compile contactmenu handlebars templates
Fixes #11029
For https://github.com/orgs/nextcloud/projects/18

Ship the compiled handlebars templates. This makes it possible to have a
scricter CSP.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-27 20:33:58 +02:00
Roeland Jago Douma ae1250f422
Compile filesummary handlebars
Fixes #11030
For https://github.com/orgs/nextcloud/projects/18

This template is now compiled so this no longer has to happen in the
browser. Another step towards a stricter CSP.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-27 20:16:08 +02:00
blizzz d984231458
Merge pull request #11416 from nextcloud/bugfix/11218/show-email-authtype-none
Show auth type "None" in email settings
2018-09-27 18:07:49 +02:00
Morris Jobke c367f95afa
Merge pull request #10833 from nextcloud/fix_8623
Re-enable upload button after updating Avatar fixes #8623
2018-09-27 17:27:12 +02:00
John Molakvoæ (skjnldsv) 7c15d9e080
Fix string formatting
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-27 17:16:12 +02:00
John Molakvoæ (skjnldsv) 1aa0990ccd
Add back the total used space per user
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-27 17:13:26 +02:00
Morris Jobke d6522c41fe
Show auth type "None" in email settings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-27 16:59:43 +02:00
Morris Jobke 02de67773c
Merge pull request #11411 from nextcloud/fix-checkWellKnownUrl-not-being-executed
Fix "checkWellKnownUrl" not being run
2018-09-27 16:14:25 +02:00
Roeland Jago Douma fbe270dec6
Merge pull request #11384 from nextcloud/11372/fix/logo-height
Fixes the logo height
2018-09-27 15:41:13 +02:00
Daniel Calviño Sánchez fe30653194
Fix "checkWellKnownUrl" not being run
The check is run only if its last parameter is true; data() tries to
convert the HTML attribute string to an actual JavaScript value, so
"true" is returned as an actual boolean instead of an string; as a
strict comparison against "true" was used the result was false and thus
the checks were not run.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-27 15:39:26 +02:00