| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Fix file move/copy when storage space is not enough
|
| | |
|
| |
| |
| |
| | |
Now checking whether the written bytes match the number of read bytes.
|
|\ \
| | |
| | | |
Move UTF-8 check to setup
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Nobody reads the warnings anyways and so we should enforce it at installation time... Also allows us to get rid of some duplicated code.
To test change the `default_charset` to something other than `utf-8` or `UTF-8`, both should work fine with that change here. An error should then get shown.
We already set those default charsets in the shipped .user.ini and .htaccess
|
|\ \ \
| | | |
| | | | |
Fixes WebDAV copy
|
| | | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
- added existence check for source argument
- removed extra logic for folders, as $view->copy() already supports
that internally
|
|\ \ \
| | | |
| | | | |
Add async command system to handle asynchronous operations
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
traints
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
table
otherwise it will lead to failures in json decode and unexpected and hard to debug issues when running the job
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Failing mysql master tests
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
using Doctrine\DBAL\Connection::executeUpdate()
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Return null when requesting tags for null user
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
The TagManager->load() now returns null if the user is not authenticated
instead of failing with an error.
|
|\ \ \ \
| |/ / /
|/| | | |
Remove unused and deprecated Code
|
| |/ /
| | |
| | |
| | | |
Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
|
|\ \ \
| | | |
| | | | |
Cleanup garbage collection for global file cache
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Use getRemoteAddress which supports reverse proxies
|
| | |
| | |
| | |
| | |
| | |
| | | |
Breaking change for 8.1 wiki (Security > Administrators):
The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
|
|\ \ \
| | | |
| | | | |
Get the real protocol behind several proxies
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
X-Forwarded-Proto contains a list of protocols if ownCloud is behind multiple reverse proxies.
This is a revival of https://github.com/owncloud/core/pull/11157 using the new IRequest public API.
|
|\ \ \
| | | |
| | | | |
Sabre Update to 2.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reasoning:
- a WebDAV server is not required to implement locking support
- WebDAV Locking is know to break the sync algorithm
- the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- VObject fixes for Sabre\VObject 3.3
- Remove VObject property workarounds
- Added prefetching for tags in sabre tags plugin
- Moved oc_properties logic to separate PropertyStorage backend (WIP)
- Fixed Sabre connector namespaces
- Improved files plugin to handle props on-demand
- Moved allowed props from server class to files plugin
- Fixed tags caching for files that are known to have no tags
(less queries)
- Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin
- Replace OC\Connector\Sabre\Request with direct call to
httpRequest->setUrl()
- Fix exception detection in DAV client when using Sabre\DAV\Client
- Added setETag() on Node instead of using the static FileSystem
- Also preload tags/props when depth is infinity
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
AW-UC/naturalsort_defaultcollator-patch-file-sorting
Update naturalsort_defaultcollator.php. Fixes #13982
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding the possibility for instantiating \OC\NaturalSort with an
injected collator. This makes the use of a specific collator enforcable.
|
| | | |
| | | |
| | | |
| | | | |
This makes OC's naturalsort_defaultcollator case-insensitive
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/activity-manager-performance-improvements
Activity manager performance improvements
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
3rd-party apps are disabled on upgrade
|
| | | | | | |
|