| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add integration tests for comments
|
|/
|
|
|
|
| |
This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it.
Fixes https://github.com/owncloud/core/issues/22367
|
|\
| |
| | |
improve tags interface styling
|
| | |
|
|\ \
| | |
| | | |
When (re-)sharing an incomming federated share set the corrent owner
|
| | |
| | |
| | |
| | | |
example happen single files shared across servers
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Incomming federated shares are a special kind. We mount them as normal
webdav shares but we do supply owner info with the federated cloud id of
the share owner.
Since we do not yet have the new resharing behaviour on federated shares
we need to set the correct owner. Which will allow sharing and proper
mounting for other users.
fixes #22500
|
|\ \ \
| | | |
| | | | |
Check delete permission before attemping copy+delete
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some move operations when cross-storage will be replaced by copy and
delete. Before attempting this, first check whether the source storage
has delete permissions.
This also prevents renaming system-wide external storages.
|
|\ \ \
| | | |
| | | | |
Do not copy skeleton on avatar access
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #22119
Just try to get the folder of the user. If it is not there a
NotFoundException will be thrown. Which will be handled by the avatar
endpoint.
|
|\ \ \ \
| | | | |
| | | | | |
Add FilesPlugin
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove old adapter - mssql is not supported
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix old calendar dav urls
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Add global --no-warnings option to occ…
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
warnings
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Only add checksum headers for 'real' files
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
We can only add the checksum header for real ownCloud files (so we have
a fileinfo object etc).
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add hidden text to issue templates
|
| | | | | | |
| | | | | | |
| | | | | | | |
Explains that this is a bug tracker + links to owncloud.org/support
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Scrutinizer Auto-Fixes
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Sync a users contacts birthday to the users birthday calendar
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix GDrive handling of office files
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
1) Properly detect empty file extension, can be null.
2) When renaming part file to final file, use the correct file name
without extension, if it exists
3) When renaming a file, do not delete the original file if it had the
same id, which can happen with part files
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Require CSRF token for non WebDAV authenticated requests
|
| | |_|/ / /
| |/| | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
getRootFolder should not setup the FS for any user
|
| | | | | | | |
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes #22467
This can go wrong when an app (take the ldap app) DIs something that
needs the rootFolder. This break if we use cookie auth since then we
know the user at that point and thus try to setup the fs for that user.
However if there are then incomming shares from an ldap user they will
fails since the user manager can't find them yet.
Now getRootFolder does not setup the fs for any user.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
cache result for getowner
|
| | | | | | | |
|
| | |_|_|_|/
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
get the actual user instead of a federated cloud id
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
$view->getUidAndFilename($filename); returns the federated cloud id in case of
a federated share. But in this case we need the local user who "owns" the file
which is the current logged in user in case of a federated share
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
$view->getUidAndFilename($filename); returns the federated cloud id in case of
a federated share. But in this case we need the local user who "owns" the file
which is the current logged in user in case of a federated share
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix on shared groups assignment.
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
owncloud/issue-17230-better-promotion-of-app-updates
Make app updates better visible (part1)
|