| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
[stable8] Delete OCS ID from DB if none is specified
|
| | |
|
| |
| |
| |
| |
| |
| | |
If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value.
Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748
|
|\ \
| |/
|/| |
[stable8] Remove OCS IDs
|
|/
|
|
|
|
| |
While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307
Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
|
|\
| |
| | |
[stable8] Use UTF-8 mode for preg_split and preg_replace
|
|/
|
|
|
|
| |
Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553
Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224
|
| |
|
|\
| |
| | |
Add oc version to app store requests in stable8
|
|/ |
|
|\
| |
| | |
[stable8] dont allow using null as view root
|
| | |
|
| | |
|
|\ \
| |/
|/| |
[stable8] [config.sample.php] set correct default value for skeletondirectory
|
|/ |
|
|\
| |
| | |
[stable8] Allow removing of link password in OCS again
|
| | |
|
| |
| |
| |
| |
| | |
Old code used 'NULL' but docterine wants null. Now it is possible again
to remove the password from a link share.
|
|\ \
| |/
|/| |
Backport of #15592 to stable8
|
|/
|
|
|
|
| |
Avoid php message "Invalid argument supplied for foreach()" - refs #15590
Remove unneeded comments
|
|\
| |
| | |
[stable8] [sharing] handle shares of users that aren't available anymore
|
| |
| |
| |
| |
| | |
* properly handle the case where an abandoned share is left and
simply skip it
|
| | |
|
|/ |
|
|\
| |
| | |
Backport of #16890 to stable8
|
| |
| |
| |
| |
| |
| | |
the user is gone, userExists will not bring him back. But the user's folder needs to be deleted anyway
delete user test to take getHome into account to ensure it is also deleted subsequently
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable8-trash-deleteasrecipientkeepversions
[stable8] Keep versions when deleting as recipient
|
| | |
| | |
| | |
| | |
| | | |
Register sharing hooks to make sure that the share mount points are
mounted properly, as required by the share-related trashbin tests.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The original owner could not be resolved because the original file was
already deleted, so no versions were retained.
This fix passes the owner and path to retainVersions() since it was
already resolved before the file deletion. This reactivates the versions
logic and creates a copy of the versions in each trashbin.
|
|\ \ \
| | | |
| | | | |
Disallow cookie auth for cors requests stable8
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
testing ...
fixes
fix test
add php doc
fix small mistake
add another phpdoc
remove not working cors annotations from files app
|
|\ \ \ \
| | | | |
| | | | | |
only try to determine unencrypted size if a encrypted file is read
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable8] Get etag from remote OC server
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The checkUpdate test is intended for testing real storages, not
wrappers.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This helps testing whether checkUpdate properly returns false when no
change exists
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable8] Allow multiple whitespace in type hints in AppFramework
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Type hints such as `@param bool $doSomething` will now correctly get
parsed, allowing for alignment of docblock parameters if the app developer so
wishes.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable8] Only load commands of enabled apps
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable8] Verify if path exists
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
We need to check if the path exists and throw an error instead of handling this situation ungraciously.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[stable8] backport PHPDoc fixes
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
* was always a string instead of \OCP\IUser
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable8] Fix LDAP wizard saveMultiSelect race condition
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
prone to race conditions
|