| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
fix runtime caching in ldap's user manager, fixes #17631
fix indentation. no code changes, whitespace only.
|
|\
| |
| |
| |
| | |
owncloud/stable8-publiclinksystemwidemountwithapplicable
[stable8] Pass owner to isSystemWideMountPoint to make it work for public links
|
| |
| |
| |
| |
| |
| |
| | |
Public links did not have the correct owner so could not properly detect
system wide mount points.
This is a manual backport of b25c06f5769fbcd90a780cbce90998a38c112043 from 8.1
|
|\ \
| | |
| | | |
[stable8] Keep fileid when restoring version, using stream copy
|
| | | |
|
|\ \ \
| | | |
| | | | |
[stable8] Determine the size we need before asking for a thumbnail
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
We need to set the size of the preview using the devicePixelRatio and use that as arguments when using the preview endpoint or that endpoint will use the default 36x36 and thumbnails will be blurry on high DPI devices
|
|\ \ \ \
| | | | |
| | | | | |
[stable8] LDAP: make sure port input box is not getting too small on low width
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
[stable8] Fix version rename with files and folders
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
- fix moving folder into another folder
- fix moving file or folder into shared folder as recipient
|
|\ \ \ \
| | | | |
| | | | | |
Stable8 share etag update target
|
| | | | | |
|
| | |_|/
| |/| | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
[stable8] Delete OCS ID from DB if none is specified
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| | |
* 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
|
| | |/ / /
| |/| | | |
|
| |_|/ /
|/| | |
| | | |
| | | | |
We need to check if the path exists and throw an error instead of handling this situation ungraciously.
|
|\ \ \ \
| | | | |
| | | | | |
[stable8] Fix LDAP wizard saveMultiSelect race condition
|
| | | | |
| | | | |
| | | | |
| | | | | |
prone to race conditions
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Whenever a checkbox is ticked in a multiselect box, it will trigger the
saving and retrieving ajax calls at the same time.
This fix makes sure that it will first save, and only once saving is
done, do the call that retrieves the filter.
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | | |
We need to verify if the specified path exists to gracefully prevent errors.
|
|\ \ \ \
| | | | |
| | | | | |
[stable8] Backport scrollbar fixes
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
[stable8] Don't use command concatenation
|
| | | | |
| | | | |
| | | | |
| | | | | |
Possibly fixes https://github.com/owncloud/core/issues/16853
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Backport stable8: port detection needs to take care of now thrown exceptions when LDAP …
|
| |/ / /
| | | |
| | | |
| | | | |
is not available
|
|\ \ \ \
| | | | |
| | | | | |
[stable8] Set password properly in OCS Share API
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
- Added setPassword to share.php
- Fixed OCS API call
- Added unit tests
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
The great library that we use apparently uses mixed types for everything because :see_no_evil:
Fixes https://github.com/owncloud/core/issues/16679
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour.
Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
|
|/ / |
|
|\ \
| | |
| | | |
[stable8] Closes "New" dropdown when switching category
|