| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
The error message should contain the path that is being shared not the
numeric id.
|
| |
|
| |
|
|
|
|
| |
IDN is not installed on all machines making the unit test execution fail on those without. Let's make IDN thus a pre-requirement for the text execution.
|
| |
|
|\
| |
| | |
Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"
|
| |
| |
| |
| |
| |
| |
| | |
Fix regression that makes PROPPATCH of mtime work like it did in OC <=
8.0.
The PROPPATCH must be done on the "lastmodified" property.
The "getlastmodified" now return 403 again.
|
|\ \
| | |
| | | |
Squash collection shares
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If folder1 is shared to user2 and user3. And folder1/folder2 is shared
to user4 and user5 then getting all the users with access to
folder1/folder2 should only list user2 and user 3 once.
Previously this was done twice since we request the info two times.
This fix makes sure that we only append unique results to the array.
* Added test
|
| | | |
|
| |/
|/|
| |
| |
| |
| | |
In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure.
Thus the error message should not directly get displayed to the user and instead be logged.
|
|\ \
| |/
|/|
| |
| | |
owncloud/silently-fail-app-upgrade-exceptions-master
Silently fail app upgrade exceptions
|
| | |
|
| |
| |
| |
| | |
`\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes.
|
|\ \
| | |
| | | |
Do not update mime types for folders with extension
|
| |/
| |
| |
| |
| |
| | |
Some folders might have an extension like "test.conf".
This fix prevents to overwrite the folder's mime type with another mime
type while running the mimetype repair step.
|
| | |
|
|\ \
| | |
| | | |
Setup sendmail transport
|
| | |
| | |
| | |
| | | |
Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110
|
| |/
|/| |
|
|\ \
| | |
| | | |
Prevent warning decoding content
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
This change makes the check return a positive result when:
- The instance has been configured to not use the internet
AND/OR
- S2S AND the appstore is disabled
|
|\ \
| | |
| | | |
Swift primary storage tests
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
use default config for swift primary storage test config
allow testsuite to complete
fix timeout, script cleanup, enable debug for now
use btrfs loopback device, requires privileged container and absolute path
throw exception when storage has problems
debug by echo ...
sleep more, more debug
|
|\ \ \
| | | |
| | | | |
Fix search operations for the Node API
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #5251
If we perform a move we need to make sure first that the source can be
deleted. Else the dest might be cleared but the move will fail later.
* Added unit tests
Eventually we need more and better checking here.
|
| |
| |
| |
| |
| |
| | |
Only allow valid HTTP protocols.
Ref https://github.com/owncloud/core/pull/19537#discussion_r41252333 + https://github.com/owncloud/security-tracker/issues/119
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/share-donotreturnentrieswhenusernotingroup
Remove invalid share items from result when missing group membership
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Group shares usually have subshare entries for every user. In some
situations it can happen that the user was removed from the group but
the subshare entries still exist.
This fix makes sure that such subshare entries are not returned any more
as the user isn't in the group any more.
|
|\ \ \
| | | |
| | | | |
[admin] check for correct PHP memcached module
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/fix-sharing-tests-assuming-empty-share-table
Clear the shares after the test like storages and files
|
| | | |
|
|\ \ \
| |/ /
|/| | |
pass view hooks trough to the node hooks
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Introduce a few new mimetypes for code, fix recursive mimetype aliases
|
| | | |
| | | |
| | | |
| | | | |
* Version number increased
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
owncloud/share-preventmovemountpointintosharedfolder
Prevent moving mount point into already shared folder (outgoing)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It is already not allowed to share a folder containing mount points /
incoming shares.
This fixes an issue that made it possible to bypass the check by moving
the incoming share mount point into an existing outgoing share folder.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
save excluded groups in json format
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
encryption: versions should always use the keys of the original file, no need to …
|