Lukas Reschke
effc522572
Use proper URLs for search results
...
Fixes https://github.com/owncloud/core/issues/23136
2016-03-14 16:16:25 +01:00
Thomas Müller
a09ffb274b
Merge pull request #23065 from owncloud/stable9-add-rewrite-rules-after-setup
...
[stable9] Add base rewrite rule only when RewriteBase is defined
2016-03-14 16:14:21 +01:00
Thomas Müller
2609bf3500
Merge pull request #23114 from owncloud/no-fatal-error-if-DSTART-is-not-set-stable9
...
No fatal error if dstart is not set stable9
2016-03-14 16:14:03 +01:00
Thomas Müller
f79195853e
Merge pull request #23221 from owncloud/backport-23214-url-cache-key-length
...
[9.0] Shorter cache key for URL entries
2016-03-14 16:08:29 +01:00
Thomas Müller
884a3b9bb4
Merge pull request #23105 from owncloud/readonly-birthday-cal-stable9
...
The birthday_calendar is read-only
2016-03-14 16:07:42 +01:00
Joas Schilling
69cf557d0b
Shorter cache key for URL entries
2016-03-14 13:34:34 +01:00
Thomas Müller
5c38c1c845
Merge pull request #23156 from owncloud/add-port-support-to-trusteddomain-stable9
...
Explicitly check for port
2016-03-14 12:30:58 +01:00
Thomas Müller
dac69225d2
Merge pull request #23102 from owncloud/stable9-backport-23094
...
[stable9] Fake LOCK statement for Windows 7, 8 and 10 network mounts
2016-03-13 19:51:26 +01:00
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
Lukas Reschke
9bc99bb297
Explicitly check for port
...
The setup uses `\OCP\IRequest::getInsecureServerHost` which in some cases can also include a port. This makes the trusted domain check fail thus.
I've decided to add this here that way because adjusting the setup would require parsing the host properly. This is not something that can be done very good in PHP. Check the following example for why `parse_url` is not our friend: https://3v4l.org/k501Z
2016-03-11 14:54: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
Lukas Reschke
bd17cc793c
Improved rewrite rule
...
As per https://github.com/owncloud/core/issues/23098 and https://github.com/owncloud/core/issues/23117
2016-03-10 22:18:53 +01:00
Thomas Müller
62a36ee884
The birthday_calendar is read-only
2016-03-10 21:36:11 +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
36b543c490
fixes #23004
2016-03-10 17:59:02 +01:00
Thomas Müller
8465f9b6c6
fixes #23020
2016-03-10 17:58:53 +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
Morris Jobke
098ce188b7
Fake LOCK statement for Windows 7, 8 and 10 network mounts
...
* fixes #22596
2016-03-10 15:57:33 +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
Lukas Reschke
b315a5ee29
Add base rewrite rule only when RewriteBase is defined
...
In case Apache is configured with an `Alias` such as with the ownCloud packages the rewrite rules will fail when no valid RewriteBase is configured.
2016-03-09 22:41:32 +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