| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Add Jail and PermissionsMask storage wrappers
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Jenkins 12447
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Introduce buildPath() in Storage\Local to reduce the difference to MappedLocal
|
| | | |
|
| | |
| | |
| | |
| | | |
MappedLocal
|
|\ \ \
| | | |
| | | | |
Issue/12444 namespace exceptions
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| |_|/
|/| | |
delete old previews
|
| | | |
|
|\ \ \
| | | |
| | | | |
Cache results of available languages
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This function is about 8 times calles for every single page call, when caching this variable I was able to gain a small performance improvement from 20,512 µs to 630 µs profiled with xhprof
Surely, this is no gigantic gain but if we would do that for every function out there...
|
|\ \ \ \
| | | | |
| | | | | |
Move constants from GET_TYPE to OC\Files so they can be autoloaded
|
| | |_|/
| |/| | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
added comment that App Store is disabled for EE
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use a more universal shebang
|
| | | | | |
| | | | | |
| | | | | | |
On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Don't show favicon to prevent iteration through subfolders
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
The codepath for generating the favicons iterates through subnodes and if one of those nodes is unavailable is throwing a 503 exception. Since these favicons don't have any use except of "making a tool for developers looking nicer" I consider it feasible to remove them.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
remove deprecated \OC:$session
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Migrate Google Drive external storage app to v1.0.6-beta of the google-api-php-client library
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is a slightly hacky workaround for
https://github.com/google/google-api-php-client/issues/59 .
There's a bug in the Google library which makes it go nuts on
file uploads and transfer *way* too much data if compression is
enabled and it's using its own IO handler (not curl). Upstream
'fixed' this (by disabling compression) for one upload
mechanism, but not for the one we use. The bug doesn't seem to
happen if the google lib detects that curl is available and
decides to use it instead of its own handler. So, let's disable
compression, but only if it looks like the Google lib's check
for curl is going to fail.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Latest version with various bugfixes, also implements support
for using curl instead of its own io class when available; this
avoids the bug that causes severe excess bandwidth use due to
some kind of zlib issue.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the upstream commit that merged my query separator fix. It's slightly
after the 1.0.3-beta tag. I eyeballed the other post 1.0.3-beta changes and
none of them looks like any kind of problem, so we may as well just use this
upstream state.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We need to do this in order to be able to refresh the access token without
prompting the user for their credentials every hour. This was the default
in 0.6 of the Google library, but needs to be explicitly specified in 1.0.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Submitted upstream as https://github.com/google/google-api-php-client/issues/76
Google's php lib has a function to generate a URL for OAuth2 authentication.
It uses http_build_query() to generate the query part of the URL, and in PHP
5.3 or later, this uses an encoded ampersand - & - as the query separator,
not a raw one. However, Google's OAuth server apparently can't handle encoded
ampersands as separators and so it fails.
This patch explicitly sets a raw ampersand as the separator. If Google decides
to fix their OAuth server instead of merging this patch into google-api-php-
client, we can drop this patch as soon as that happens.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
autoconfig.php only to be deleted on successful installation
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Replace some more "command -v" calls with the Helper method
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
because OC_User::login will create a new session we shall only try to lo...
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
if user and pass are set
ensure to never destroy an existing session
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
fix calculation of expiration date if there is a default expiration date...
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
(but not forced) and the user does not want the link to expire.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
owncloud/issue/6101-remove-namespace-permission-constants
Issue/6101 remove namespace permission constants
|
| | | | | | | | |
|