| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
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
|
|\ \ \ \
| | | | |
| | | | | |
Always load authentication apps
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared.
In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7)
Backport to 8 might be something to consider.
Fixes https://github.com/owncloud/core/issues/14469
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
owncloud/activity-manager-performance-improvements
Activity manager performance improvements
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
3rd-party apps are disabled on upgrade
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
enabled during update
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update group.php
|
| | | | | |
| | | | | |
| | | | | | |
Here is fox for my LDAP users OW 7.0.2
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use "HTTPOnly" for cookies when logging out
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This has no other reason than preventing some insane automated scanners from reporting this as security bug (which it obviously isn't as the cookie contains nothing of value)
Thus it generally results in an happier Lukas and hopefully less reports to our support and security mail addresses...
|
| |_|/ / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
don't allow installation of already installed apps - fixes #14004
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Close the cursor after the affected count has been extracted.
|
| | | | | | | | |
|
| |/ / / / / /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Setup command
|