Commit graph

47072 commits

Author SHA1 Message Date
Nextcloud bot
303fa31b11
[tx-robot] updated from transifex 2018-12-10 01:11:48 +00:00
Nextcloud bot
9d6d39d218
[tx-robot] updated from transifex 2018-12-09 01:12:37 +00:00
Nextcloud bot
eb7c17add2
[tx-robot] updated from transifex 2018-12-08 01:11:34 +00:00
Morris Jobke
922c2ba4c7
Merge pull request #12913 from nextcloud/backport/12897/stable15
[stable15] Fix unread comment icon not shown for the sharee
2018-12-07 16:11:55 +01:00
Roeland Jago Douma
eaa19f891c 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-07 14:08:09 +00:00
Daniel Calviño Sánchez
9f0272ffd9 Add acceptance tests for comments on shared files and folders
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-07 14:08:09 +00:00
Morris Jobke
3c4c87948e
Merge pull request #12908 from nextcloud/backport/12889/stable15
[stable15] Fix logo path in non-themed instance
2018-12-07 14:46:30 +01:00
Morris Jobke
8a247d52de Fix logo path in non-themed instance
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-07 12:38:34 +00:00
Nextcloud bot
f7ef71bef5
[tx-robot] updated from transifex 2018-12-07 01:11:51 +00:00
Morris Jobke
f0abe398a8
Merge pull request #12847 from nextcloud/version/noid/15.0.0RC3
15.0.0 RC 3
2018-12-06 15:59:34 +01:00
Morris Jobke
cf69bf583e
15.0.0 RC 3
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 14:48:10 +01:00
Morris Jobke
9f2d48cbe5
Merge pull request #12882 from nextcloud/3rdparty-update
Set 3rdparty to pr187
2018-12-06 14:47:41 +01:00
Morris Jobke
6dfc3d9a98
Merge pull request #12880 from nextcloud/backport/12866/stable15
[stable15] Do not show general warning on free space error
2018-12-06 14:28:05 +01:00
Joas Schilling
7c421d6103
Set 3rdparty to pr187
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-06 14:25:51 +01:00
Morris Jobke
6d77389fbf Add abort stub in JSUnit
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 12:21:02 +00:00
Roeland Jago Douma
d500c4babf 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-06 12:21:02 +00:00
Nextcloud bot
1f94126f59
[tx-robot] updated from transifex 2018-12-06 01:12:12 +00:00
Morris Jobke
1e906fd15c
Merge pull request #12868 from nextcloud/backport/12857/stable15
[stable15] Emit write update only once on touch
2018-12-06 01:18:21 +01:00
Morris Jobke
f4497bbb57
Merge pull request #12867 from nextcloud/backport/12854/stable15
[stable15] Log and continue on Dav reader failure (repair uid)
2018-12-06 01:07:28 +01:00
Morris Jobke
61c17b5078
Merge pull request #12863 from nextcloud/fix/stable15-fix-password-confirmation-ie11
[stable15] Fix password confirmation lib for ie11
2018-12-06 00:05:21 +01:00
Morris Jobke
b490a46c4a
Merge pull request #12861 from nextcloud/backport/12855/stable15
[stable15] Only execute query in propagateChange once
2018-12-05 23:37:00 +01:00
Roeland Jago Douma
07eb6e5716 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:55:24 +00:00
John Molakvoæ (skjnldsv)
7028362604 Log and continue on Dav reader failure
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-05 21:54:50 +00:00
Morris Jobke
fc6dd2d4cb
Merge pull request #12836 from nextcloud/backport/12624/stable15
[stable15] Validate all rich objects
2018-12-05 22:35:47 +01:00
Morris Jobke
4b27584e49
Merge pull request #12828 from nextcloud/backport/12626/stable15
[stable15] Unshare from mail activity is missing
2018-12-05 22:33:15 +01:00
Morris Jobke
3ead16baef
Merge pull request #12856 from nextcloud/backport/12814/stable15
[stable15] No user enumeration on DAV if disabled
2018-12-05 22:14:04 +01:00
Morris Jobke
0511f86c82
Merge pull request #12853 from nextcloud/backport/12824/stable15
[stable15] Add setup check for pending bigint conversion
2018-12-05 21:48:10 +01:00
Roeland Jago Douma
1656a08323 Only execute query in propagateChange once
The second execute statement should be inside the if block. Else it gets
executed twice which makes no sense.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 20:44:35 +00:00
Christoph Wurst
b5702d259d
Fix password confirmation lib for ie11
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-05 21:43:01 +01:00
Roeland Jago Douma
cf4337ac19 No DAV user enumeration if disabled
Fixes #9058

If the option to autocomplete users is disabled. We also should not
enumerate the users on this endpoint.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-05 19:59:27 +00:00
Roeland Jago Douma
816e8f03bb
Merge pull request #12849 from nextcloud/stb15-missing-click-apps-update
[stable15] Fix missing click event on update button
2018-12-05 20:45:09 +01:00
Joas Schilling
ea33663328
Fix wrong used type
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-05 20:06:11 +01:00
Joas Schilling
19d693035b
Validate all rich objects not only the used ones
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-05 20:06:09 +01:00
Morris Jobke
9838c91a5c Add setup check for pending bigint conversion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +00:00
Morris Jobke
bdeaff0790 Fix bigint conversion on SQLite
* on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +00:00
Morris Jobke
5322de3fec Show columns to update in CLI interface
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 17:53:42 +00:00
John Molakvoæ
11894a82e7
Merge pull request #12848 from nextcloud/stb15-whatsNew-to-button
[stable15] Make a button out of 'What's new' so it's obvious it can be clicked on
2018-12-05 16:27:08 +01:00
Julius Härtl
3f70174ebe
Fix missing click event on update button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-05 14:23:22 +01:00
John Molakvoæ (skjnldsv)
d3561d73c0
make a button out of 'What's new' so it's obvious it can be clicked on #12757
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-05 14:17:51 +01:00
Morris Jobke
3fd14b2920
Merge pull request #12833 from nextcloud/backport/12831/stable15
[stable15] Do not update child all child shares on group share update
2018-12-05 09:33:16 +01:00
Morris Jobke
328f93f66d
Merge pull request #12837 from nextcloud/backport/12821/stable15
[stable15] Add setup check for recommended PHP modules (i.e. Imagick, intl)
2018-12-05 09:29:52 +01:00
Roeland Jago Douma
13da72730c
Merge pull request #12816 from nextcloud/backport/12813/stable15
[stable15] Fix the system address book
2018-12-05 08:42:00 +01:00
Nextcloud bot
e77f1ea351
[tx-robot] updated from transifex 2018-12-05 01:12:05 +00:00
Morris Jobke
f4b582ec44 Update casing of PHP inside method name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 23:34:39 +00:00
Morris Jobke
ec9d58b21d Add setup check for recommended PHP modules (i.e. Imagick, intl)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 23:34:39 +00:00
Roeland Jago Douma
7bb79dc733 Do not update child all child shares on group share update
Else we overwrite the whole share for link shares. Basically breaking
them.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-04 21:51:20 +00:00
Morris Jobke
ce5a6fb41b
Merge pull request #12830 from nextcloud/backport/12819/stable15
[stable15] PHP 7.0 is end of life
2018-12-04 22:27:06 +01:00
Roeland Jago Douma
d031bd0149
Merge pull request #12829 from nextcloud/backport/12823/stable15
[stable15] Fix layout of "i" in admin settings of federated sharing
2018-12-04 21:02:35 +01:00
Morris Jobke
b5eac6301b PHP 7.0 is end of life
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 19:12:08 +00:00
Roeland Jago Douma
9166db69e5
Merge pull request #12825 from nextcloud/backport/12822/stable15
[stable15] PHP module is named mbstring
2018-12-04 19:51:16 +01:00