| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
generate valid human readable text for 0
|
| | |
|
|\ \
| | |
| | | |
Additional controllermethodreflector inheritance tests
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
catch any whitespaces which might get written to the output buffer while...
|
| | | |
| | | |
| | | |
| | | | |
loading a theme
|
|\ \ \ \
| | | | |
| | | | | |
Remove internal annotation
|
|/ / / /
| | | |
| | | |
| | | | |
PHPStorm complained about those functions being declared as Internal. I doubt that this is actually the case since they are even in the public API.
|
|\ \ \ \
| | | | |
| | | | | |
Disable application-specific favicons for non-user pages
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add .tag file to make tar balls tracable
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The "git archive" operation will substitute the contents of this
file with the hash sum of the commit that this tar ball is based
on. This improves tracebility and allows to retrospectively set
tags. It has proven to be a valuable asset in mirall.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
add timeout to curl request
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Added overview of groups a user is member of
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Clean-up of messages (orthography, format)
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
"users" to the genitive "user's"
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Added the missing space between value and unit, as it is formatted in all other places across ownCloud.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Reuse known fileids and cache data in the scanner
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Deprecate `OC_JSON` and `OCP\JSON`
|
| | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This deprecates – but not removes – those two classes and all functions in it. There is no reason that new developments should use those methods as with the AppFramework there is a replacement that allows testable code.
With the `@deprecated` annotation IDEs like PHPStorm will point out to the developer that a functionality is deprecated and that there is a better suited replacement.
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
Remove unused file
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago...
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
in some case charset can be in lower case.
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Add strtoupper() in UTF-8 check to avoid error message
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
owncloud/group-share-collition-wrong-type-in-post-hook
Do not overwrite the shareType so the post hook is still correct
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Second parameter is optional
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Makes my IDE happier.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add hint for troubleshooting MS Word previews
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Revert "enabled disabled files app in repair step"
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts commit d70160c6077ca017d6cb7d61f066fe33e3b1e081.
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
add readme for files external tests
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
add function to invalidate one opcache file, use it if possible #9885
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
It changed since we wrote this patch.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Both pointed out in submission review by @bantu, thanks.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Issue #9885 appears to be triggered by ownCloud invalidating the entire
PHP opcache. Testing indicates it can be avoided by only invalidating the
single file that was written from the opcache, instead of clearing the
whole thing. In general it is more efficient to invalidate only the single
file that was changed, rather than the whole cache.
This adds a deleteFromOpcodeCache() function which invalidates a single
file from the opcache if possible, returning true if the underlying
function returns true (which may mean 'success', or 'file does not exist',
or 'file exists but is not in opcache', all of which are OK to treat as
good for our purposes). It also changes writeData() in config.php to try
using deleteFromOpcodeCache() and only fall back on clearOpcodeCache() if
that fails.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add SFTP public key authentication support
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add support for external files accessed via SFTP using public key exchange authentication.
Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised.
Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys.
Generated public keys are saved in user's data directory for easy retrieval by an external application.
Add controller for SFTP key generation AJAX
SFTP class initialisation no longer produces a warning if the password field is missing.
Add unit tests for SFTP with key authentication backend
|