Commit graph

47396 commits

Author SHA1 Message Date
Morris Jobke
f7e4718779
Merge pull request #12910 from nextcloud/td/oauth/strict
Make OAuth2 app strict
2018-12-07 15:35:24 +01:00
Roeland Jago Douma
cfcce69272
Merge pull request #12897 from nextcloud/fix-unread-comment-icon-not-shown-for-the-sharee
Fix unread comment icon not shown for the sharee
2018-12-07 15:07:23 +01:00
Roeland Jago Douma
e2d0b84ec7
Merge pull request #12912 from nextcloud/td/oauth2/nextcloud-axios
Switch to nextcloud-axios for oauth2 app
2018-12-07 15:05:52 +01:00
Roeland Jago Douma
c1f1dd18fc
Switch to nextcloud-axios for oauth2 app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07 13:57:50 +01:00
Roeland Jago Douma
b9ac258870
Strict controllers
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07 13:43:22 +01:00
Roeland Jago Douma
a478945767
Strict repair step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07 13:40:43 +01:00
Roeland Jago Douma
e22645136c
Strict Exceptions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07 13:39:51 +01:00
Roeland Jago Douma
1f492322a8
Merge pull request #12889 from nextcloud/fix/12888/fix-logo-path
Fix logo path in non-themed instance
2018-12-07 13:38:01 +01:00
Roeland Jago Douma
4f47dff086
Merge pull request #12886 from nextcloud/td/oauth2/strict_db
Move OAuth2 db code to QBMapper and make it strict
2018-12-07 13:37:34 +01:00
Daniel Kesselberg
5ee6e5b8c6
Use OC_Util::getVersion instead of getSystemValue
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-07 11:42:12 +01:00
Daniel Kesselberg
6016d45ca9
Use version to generate docversion
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-07 11:42:12 +01:00
Morris Jobke
b7410d54d6
Merge pull request #12902 from nextcloud/issue-template-labels
Add labels to issue templates
2018-12-07 11:21:48 +01:00
Julius Härtl
f56e7c9afd
Add labels to issue templates
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-07 11:01:03 +01:00
Roeland Jago Douma
2bbfeea659
Merge pull request #12891 from nextcloud/theming-caching
more caching for theming
2018-12-07 10:09:31 +01:00
Roeland Jago Douma
6f00798c11
Merge pull request #12895 from nextcloud/bugfix/12890/log-openssl-errors
Read openssl error and log
2018-12-07 09:41:47 +01:00
Roeland Jago Douma
a670a9e443
Move OAuth2 db code to QBMapper and make it strict
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07 09:13:16 +01:00
Roeland Jago Douma
14dc979ec8
Merge pull request #12887 from nextcloud/abstract_appframework_mapper_exceptions
Abstract appframework mapper exceptions
2018-12-07 09:10:45 +01:00
Nextcloud bot
504411a9ff
[tx-robot] updated from transifex 2018-12-07 01:11:41 +00:00
Robin Appelman
2051943487
more caching for theming
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-12-07 01:27:49 +01:00
Roeland Jago Douma
3ddc68f91b
Add IMapperException
This way code using the DB mappers can have try catch blocks on this
type of exceptions if they do not care if there was non or to many.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-06 22:26:58 +01:00
Roeland Jago Douma
5c2c71ba52
Merge pull request #12884 from nextcloud/fix/gracefull_oauth2_error
Fail gracefull if an unkown oauth2 client tries to authenticate
2018-12-06 22:23:07 +01:00
Roeland Jago Douma
d41d3d8bf3
If the parent is not cached we should request the file
Else we ignore all incomming shares. Which basically does 💥

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-06 21:59:28 +01:00
Daniel Kesselberg
ec8aefc762
Read openssl error and log
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-06 21:27:57 +01:00
Roeland Jago Douma
1e6711305a
Fail gracefull if an unkown oauth2 client tries to authenticate
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-06 21:14:34 +01:00
Daniel Calviño Sánchez
6cee8ba827 Add acceptance tests for comments on shared files and folders
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-06 18:31:42 +01:00
Morris Jobke
7d98414f7b
Fix logo path in non-themed instance
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 16:53:22 +01:00
Robin Appelman
036475fc91
use a fresh appdata factory in background job test
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-12-06 16:53:13 +01:00
Robin Appelman
740ea0d30e
try to grab the appdata folder directly without going trough the whole tree
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-12-06 15:10:08 +01:00
Morris Jobke
bc35bf14f0
Merge pull request #12866 from nextcloud/fix/12588/show_proper_not_enough_space_message
Do not show general warning on free space error
2018-12-06 13:20:13 +01:00
Morris Jobke
a938f0ea9d
Add abort stub in JSUnit
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 12:00:09 +01:00
Roeland Jago Douma
5f3e27180b
Merge pull request #12872 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibility
2018-12-06 09:28:08 +01:00
Roeland Jago Douma
69f40550f2
Merge pull request #12871 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2
2018-12-06 09:27:48 +01:00
Roeland Jago Douma
0d9638be96
Merge pull request #12870 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification
2018-12-06 09:27:29 +01:00
Morris Jobke
60681decdd
Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdata
No need to propogate changes in appdata
2018-12-06 08:50:22 +01:00
dependabot[bot]
6fcd2da70e
Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-06 06:53:17 +00:00
dependabot[bot]
4c95af9dbb
Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-06 06:53:05 +00:00
dependabot[bot]
3ff981d7d1
Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-06 06:52:29 +00:00
Roeland Jago Douma
402b51d7ac
Merge pull request #12859 from nextcloud/dependabot/npm_and_yarn/settings/nextcloud-password-confirmation-0.4.1
Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settings
2018-12-06 07:50:02 +01:00
Roeland Jago Douma
93e45f82a8
Merge pull request #12858 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /settings
2018-12-06 07:49:51 +01:00
Nextcloud bot
fba7b8b98f
[tx-robot] updated from transifex 2018-12-06 01:12:00 +00:00
Morris Jobke
ecc8068e66
Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touch
Emit write update only once on touch
2018-12-05 22:54:47 +01:00
Morris Jobke
e808661ca2
Merge pull request #12854 from nextcloud/vcard-repair-uid-fix
Log and continue on Dav reader failure (repair uid)
2018-12-05 22:54:10 +01:00
Roeland Jago Douma
9204ce7d3d
Do not show general warning on free space error
Fixes #12588
Probably needs more fixing for the other cases. But this is the quick
fix I could come up with for now.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 22:40:07 +01:00
Roeland Jago Douma
72f3882d4b
No need to propogate changes in appdata
Right now we propogate a lof of changes in appdata. So for example we
propogate each and every preview that is added to the system. This has
no real added value as far as I can tell.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 22:06:19 +01:00
dependabot[bot]
af2c6c33e0
Bump nextcloud-password-confirmation from 0.4.0 to 0.4.1 in /settings
Bumps [nextcloud-password-confirmation](https://github.com/ChristophWurst/nextcloud-password-confirmation) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/ChristophWurst/nextcloud-password-confirmation/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud-password-confirmation/compare/v0.4.0...v0.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-05 21:46:30 +01:00
Morris Jobke
45294cbea3
Merge pull request #12855 from nextcloud/fix/do_not_update_filecache_twice
Only execute query in propagateChange once
2018-12-05 21:43:46 +01:00
dependabot[bot]
1e595d5bd7
Bump webpack from 4.27.0 to 4.27.1 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 20:38:57 +00:00
Roeland Jago Douma
2c6d36105c
Emit write update only once on touch
When a touch is done (i.e. when creating a new file in the node API)
The hooks contain 'write' and 'touch' (and the operation is touch as
well). This would cause a double write update. Which doesn't make sense.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 21:29:48 +01:00
John Molakvoæ (skjnldsv)
2be63bcb6a
Log and continue on Dav reader failure
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-05 21:13:57 +01:00
Roeland Jago Douma
8ddc0de2f4
Merge pull request #12814 from nextcloud/fix/9058/no_user_enumartion_if_disabled
No user enumeration on DAV if disabled
2018-12-05 20:58:29 +01:00