| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Enable upstream entrypoint changes with Ceph Docker
|
| | |
|
|\ \
| | |
| | | |
Add header for attachment disposition only once
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Recent refactorings have resulted in the header being added twice, this makes browsers ignore the header which removes any security gains.
This changeset adds the header only once and adds integration tests ensuring the correct header in future.
https://github.com/owncloud/core/issues/22577
|
|\ \ \
| |_|/
|/| | |
Allow defining a limit and offset for getObjectIdsForTags
|
| |/ |
|
|\ \
| | |
| | | |
Case insensitive contact search
|
| |/ |
|
|\ \
| |/
|/| |
Accumulate notifications instead of blinking
|
| |
| |
| |
| |
| |
| |
| |
| | |
The notification tests were not restoring the clock properly, but
indirectly helped other tests pass.
Since now we're restoring the clock properly, the other tests were fixed
to still work.
|
| |
| |
| |
| |
| | |
This makes it possible to display multiple notifications.
If the options.type is set to "error", it will also add a close button.
|
|/ |
|
|\
| |
| | |
Add integration tests for tags plus fix permissions
|
| |
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/22512
|
|\ \
| | |
| | | |
Show username when writing "Insufficient storage" into owncloud.log
|
| |/
| |
| |
| | |
Show username when writing into owncloud.log
|
| |
| |
| |
| |
| |
| |
| |
| | |
The content element needs hasLayout, so triggering it with a display
attribute.
Without this, the #content element's height would be as high as the
window's height instead of adjusting itself to its contents' height.
|
|/
|
|
|
| |
* tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares
* fixes #20044
|
|\
| |
| | |
When (re-)sharing an incomming federated share set the corrent owner
|
| |
| |
| |
| | |
example happen single files shared across servers
|
|\ \
| | |
| | | |
Add FilesPlugin
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix old calendar dav urls
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
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).
|
|\ \
| |/
|/| |
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
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
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 quota check for single shared files
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When receiving a shared file, the quota for that file counts in the
owner's storage, not the current user's storage.
To make it possible to overwrite the file even when the current user
doesn't have enough space, the quota check is deferred for such files.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix quota plugin to use the correct file name when chunking
When chunking, the file name is the compound name, so need to convert it
to the correct final file name before doing the free space check.
This ensures that in the case of shared files, the correct storage is
used for the quota check.
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Whenever a remote fed share's shareinfo call returns a 404, don't
directly assume the storage is not available by throwing
StorageNotAvailableException. We need to properly throw
NotFoundException to trigger the later logic that calls testRemote()
that verifies that the 404 is not from a broken server but really from
an obsolete share.
|
|\ \ \ \
| | | | |
| | | | | |
Add index names so Doctrine does not use a too long random string
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
OCS Share API should not return invalid shares
|
| | | | | |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since we have lazy shares it can happen that a share is actually
invalid. See https://github.com/owncloud/core/issues/20908
This add checks for the get methods to handle the NotFound exception.
|
|\ \ \ \
| |_|_|/
|/| | | |
dont die when missing an auth backend
|
| | | | |
|