Thomas Müller
b752a08d63
Merge pull request #23127 from owncloud/fix-getOwner-on-fileshome-stable9
...
getOwner is not available on FileHome - fixes #23116
2016-03-11 15:05:20 +01:00
Thomas Müller
e3de44ea51
Merge pull request #23060 from owncloud/stable9_backport_23056
...
[stable 9] Add mimetype to OCS Share API output
2016-03-11 14:51:21 +01:00
Thomas Müller
aeb480a8c3
Merge pull request #23113 from owncloud/allow-migrating-all-calendars-stable9
...
Allow to migrate calendars of all users
2016-03-10 23:10:41 +01:00
Thomas Müller
e89f27e191
getOwner is not available on FileHome - fixes #23116
2016-03-10 22:51:02 +01:00
Thomas Müller
a58e374956
Merge pull request #22909 from owncloud/backport-22244-prevent-calendar-proppatch
...
[9.0] Prevent calendar proppatch for share recipients
2016-03-10 21:32:38 +01:00
Roeland Jago Douma
67c4759017
Add intergration tests
2016-03-10 21:20:49 +01:00
Thomas Müller
281a0e9e03
Merge pull request #23096 from owncloud/stable9_backport_23084
...
[stable 9] Fix MKCOL for IE11 as well
2016-03-10 17:49:01 +01:00
Joas Schilling
7126b64088
Allow to migrate calendars of all users
2016-03-10 17:47:08 +01:00
Thomas Müller
730620cfb2
Merge pull request #22912 from owncloud/stable9-diskfreespace-filesworkaround
...
[stable9] Fix call to disk_free_space when a file is provided
2016-03-10 15:31:38 +01:00
Roeland Jago Douma
dd7131512d
Fix MKCOL for IE11 as well
...
Using https://github.com/owncloud/core/pull/22274 we have to patch the
iedavclient.js as well.
2016-03-10 15:18:58 +01:00
Thomas Müller
85168315ab
Merge pull request #23071 from owncloud/backport-23032-no-response-on-cli
...
[9.0] Do not set response status in CLI in case of error
2016-03-10 10:54:25 +01:00
Thomas Müller
83894b58fe
Merge pull request #23016 from owncloud/stable9_backport_23008
...
[stable 9] Select queries in the default share provider should query for file/folder
2016-03-10 09:10:22 +01:00
Vincent Petry
f374368568
Do not set response status in CLI in case of error
2016-03-10 08:57:29 +01:00
Thomas Müller
4030b82c97
Merge pull request #23030 from owncloud/require-xmlreader
...
[stable9] Add XMLReader as requirement
2016-03-10 08:26:48 +01:00
Thomas Müller
4e90bc017e
Merge pull request #22825 from owncloud/backport-22778-stable9
...
[backport] [stable9] untangle different user manager instances, fixes #22770
2016-03-10 08:26:11 +01:00
Thomas Müller
b017434302
Merge pull request #23024 from owncloud/stable9-backport-22986
...
[stable9] Remove disabled autocorrect for new file names
2016-03-09 21:44:47 +01:00
Roeland Jago Douma
48cdf38d00
Add mimetype to OCS Share API output
...
Fixes #23044
2016-03-09 21:28:38 +01:00
Vincent Petry
11f76b2918
Fix call to disk_free_space when a file is provided
...
In the case of shared files, we have to call free_space() on the file
name. This has the side-effect that when uploading to a local storage
without quota set, it will call disk_free_space with the file name,
which fails.
This fix uses the parent folder in case the given path is a file.
2016-03-09 15:53:37 +01:00
Lukas Reschke
316f86f2a3
Add XMLReader as requirement
...
The SabreDAV release in 9.0 requires XMLReader, while this is usually compiled in by default some distributions like Gentoo don't.
Without this ownCloud gives a fatal 500 error instead of telling people to enable XMLReader.
Fixes https://github.com/owncloud/core/issues/23003
2016-03-09 15:29:08 +01:00
Thomas Müller
bd144efeb1
Merge pull request #22990 from owncloud/stable9-backport-has-key
...
[stable9] Use "hasKey" instead of checking the value
2016-03-09 15:04:59 +01:00
Morris Jobke
88b9db44a0
Remove disabled autocorrect for new file names
...
* ref #22784
2016-03-09 14:59:57 +01:00
Roeland Jago Douma
9120448302
Select queries in the default share provider should query for file/folder
...
There can be leftover calendar and contacts shares in the oc_share
table. We need to filter those out properly.
2016-03-09 13:56:35 +01:00
Thomas Müller
d4d4b8d51a
Merge pull request #22841 from owncloud/stable9_22830
...
[Stable 9] Rename and move permissions are set when a file is updatable
2016-03-09 12:27:03 +01:00
Thomas Müller
b955ce6141
Merge pull request #22886 from owncloud/stable9-show-version-to-update-to
...
[stable9] Show version to update to properly
2016-03-09 12:26:53 +01:00
Thomas Müller
e2b43c4095
Merge pull request #22908 from owncloud/backport-22904-group-manager-wrong-return
...
[9.0] Make sure that the return value is an array
2016-03-09 12:26:42 +01:00
Thomas Müller
d84cccb911
Merge pull request #22919 from owncloud/backport-double-url-encoding
...
[stable9] Remove double URL encoding
2016-03-09 12:26:29 +01:00
Thomas Müller
c2a16e0584
Merge pull request #22922 from owncloud/stable9-share-archivenamedownloadall
...
[stable9] Fix archive file name when downloading public share
2016-03-09 12:26:18 +01:00
Thomas Müller
d652c87f86
Merge pull request #22924 from owncloud/stable9-versions-fixmtimetooltip
...
[stable9] Fix tooltip for versions mtime
2016-03-09 12:26:04 +01:00
Thomas Müller
72d4e672b2
Merge pull request #22925 from owncloud/stable9-trash-returnfalseon401
...
[stable9] Return false on 401 in file list + trash file list
2016-03-09 12:25:47 +01:00
Thomas Müller
95201a829f
Merge pull request #22926 from owncloud/stable9-files-newmenu-removebrowsercomplete
...
[stable9] Remove browser autocomplete in new file menu
2016-03-09 12:25:30 +01:00
Thomas Müller
734b3e1408
Merge pull request #22965 from owncloud/stable9-fix-gdrive
...
[stable9] Fix compatibility with PHP 5.4
2016-03-09 12:20:24 +01:00
Lukas Reschke
ddf56b84d4
Use "hasKey" instead of checking the value
...
If the check is negative it would depending on the used cache store the value as an empty string. When reading the value this check would thus return "false" even if a value exists.
2016-03-09 09:19:11 +01:00
Lukas Reschke
1975ffa9e7
Fix compatibility with PHP 5.4
...
Fixes https://github.com/owncloud/core/issues/22960
2016-03-08 19:58:49 +01:00
C Montero-Luque
81f694d83e
9.0.0
2016-03-08 08:48:12 -05:00
Thomas Müller
f9a80a9c12
Merge pull request #22945 from owncloud/stable9-fixsharemountrecursion
...
[stable9] Fix share mounting recursion
2016-03-08 14:42:04 +01:00
Vincent Petry
d63f5561fb
Fix share mounting recursion
2016-03-08 12:58:46 +01:00
Vincent Petry
795331212a
Remove browser autocomplete in new file menu
2016-03-07 22:04:36 +01:00
Vincent Petry
c9476115b0
Return false on 401 in file list + trash file list
...
This gives a chance to the global ajax error handler to do its work if
the session expired.
2016-03-07 22:02:19 +01:00
Vincent Petry
cfd9c7f6b9
Fix tooltip for versions mtime
...
It was missing a call to jquery.tooltip
2016-03-07 21:58:17 +01:00
Vincent Petry
ebfc8b67d7
Remove "files" arg from download URL in public link page
...
When no files were specified for download, it means folder download.
In this case, no need to pass an empty "files" argument.
2016-03-07 21:48:15 +01:00
Vincent Petry
f9e1d4d56e
Fix archive file name when downloading public share
...
When download a public link share folder using the button on the top
right, it doesn't provide a list of files.
This fix makes sure to trigger the correct logic when no file list was
given.
2016-03-07 21:48:10 +01:00
Lukas Reschke
fab42c7cd2
Remove double URL encoding
...
ZipStreamer as bundled with 9.0 will properly encode the filename already.
Fixes https://github.com/owncloud/core/issues/22836#issuecomment-193336245
2016-03-07 19:33:50 +01:00
C. Montero Luque
9232a124e2
Merge pull request #22913 from owncloud/fix-failing-migration-stable9
...
Fix failing migration stable9
2016-03-07 11:33:14 -05:00
Thomas Müller
b5a06ecd5c
Calendar and addressbook migration commands are always available
2016-03-07 15:24:23 +01:00
Thomas Müller
79811b5806
Handle addressbook migration issue by writing the faulty event to the log and continue
2016-03-07 15:24:13 +01:00
Thomas Müller
6413fffdcb
Handle calendar migration issue by writing the faulty event to the log and continue
2016-03-07 15:24:03 +01:00
Thomas Müller
b3b57621b7
Merge pull request #22897 from owncloud/backport-22896
...
[9.0] Correctly default to null and add type hint
2016-03-07 14:59:49 +01:00
Thomas Müller
6bfeb4595d
Merge pull request #22906 from owncloud/stable9-quota-allowuploadwhenfreespaceisunlimited
...
[stable9] Fix uploading to fed shares where free space is unlimited
2016-03-07 14:58:31 +01:00
Joas Schilling
5af8ebe3bd
Allow to change properties of readonly calendars
2016-03-07 13:58:44 +01:00
Joas Schilling
27f3dcc682
Allow to hide a shared calendar
2016-03-07 13:58:32 +01:00