| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fix sharing of ext storage mount points
|
| |
| |
| |
| |
| | |
Added extra code to handle the case of Oracle which saves empty strings
as null values.
|
| | |
|
| |
| |
| |
| |
| | |
When sharing an ext storage mount point, it will now use the name of the
mount point instead of an empty string for the target path.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
owncloud/we-certainly-don't-want-type-juggling-on-that
Use strict type comparison
* owncloud/we-certainly-don't-want-type-juggling-on-that:
Use strict type comparison
|
| |/
| |
| | |
We certainly don't want to have type juggling on that.
|
|\ \
| | |
| | | |
Fix issue with personal mount points and sharing
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
An issue existed where `readData` used `OCP\User::getUser()` to get the user
for personal mount points, which worked in all situations apart from when a
personal mount point was used for sharing, so the return from `getUser()` is
not the user that owns the share. As such, any personal mount points would not
work correctly when shared.
`readData` and `writeData` have been changed from using a `$isPersonal`
boolean to using a `$user` string|null. `$isPersonal = false` can now be
written as `$user = NULL` (or left out in the case of `readData`), and
`$isPersonal = true` can be written as `$user = OCP\User::getUser()`.
|
|\ \ \
| | | |
| | | | |
Type hinting fixes for sharing
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
apps/files_sharing/lib/share/file.php
apps/files_sharing/tests/api.php
lib/private/share/share.php
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
using scrutinizer patch
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
[sharing] some small clean ups and bug fixes
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Directory seperator is \ on windows
However we can just check for path != dirname(path) because that is
the same for '' (empty string), '.' and DIRECTORY_SEPARATOR on all OS
|
| |/ / / / |
|
|/ / / /
| | | |
| | | |
| | | | |
share api first
|
|\ \ \ \
| | | | |
| | | | | |
Some expected Sabre exceptions are now logged with DEBUG level
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix linkToPublic and linkToAbsolute.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[sharing] share updater ignore part files
|
| | | | | | | |
|
|/ / / / / / |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Send URI instead of filepath to NGINX for X-Accel
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
fix enlarged caret on installation page
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
fix getUserFolder() of server container
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Added ext storage app in autotest unit test run
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
To make sure that the dynamic mount config and config classes from
external storages are tested, these are now added into the autotest.sh
test run by enabling the app.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Updated Owncloud Mailinglist URL
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Dont create borders around previews when scaling up is disabled
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Fix 6946 master
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
backends. This is a port to master from PR #7745
remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends
Conflicts:
lib/private/group/backend.php
LDAP: getDisplayNamesInGroup is not an option for group backends anymore
Conflicts:
apps/user_ldap/group_ldap.php
apps/user_ldap/group_proxy.php
clean up group backends
Conflicts:
lib/private/group/database.php
remove now unnecessary test
implement getDisplayNames in group manager
adjust user manager tests
test for group manager's displayNamesInGroup
trim must not be used in empty in PHP < 5.5
keep the constant to not provoke PHP warnings
Conflicts:
lib/private/group/backend.php
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Images on public sharing get downscaled to increase use experience - thi...
|