| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Conflicts:
apps/user_ldap/user_ldap.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add ldap-search command to occ
Conflicts:
apps/user_ldap/appinfo/register_command.php
LDAP search filter creation changes:
1. do not prepend * wildcard to search terms. Will result in faster search, but
you don't find "foobar" when looking for "bar"
2. advanced behaviour when search string contains a space and multiple search
attributes are present. The search string is split into single words. The
resulting filter requires that each word at least appears once in any search
attribute. This is supposed to return better results in big LDAPs.
trim search string before passing it on
|
|\
| |
| | |
Remove last traces of travis integration
|
| | |
|
| | |
|
|/
|
|
| |
encryption app
|
| |
|
| |
|
|\
| |
| | |
[encryption] reorganize folder structure (second try to make Jenkins happy)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
all keys are now in files_encryption/key/path_to_file/filename/
share keys are named: user.shareKey
file key is named: fileKey
|
|\ \
| | |
| | | |
Add route for download of versions
|
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise on master it was not possible anymore to download older versions.
Fixes itself.
|
|\ \ \
| | | |
| | | | |
Autoload lib files of versions app
|
| | | | |
|
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix deleting non deletable files by selecting them
|
| | | |
|
| | |
| | |
| | |
| | | |
is not deletable
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
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.
|
|\ \ \
| |/ /
|/| | |
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.
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Replace some more "command -v" calls with the Helper method
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/issue/6101-remove-namespace-permission-constants
Issue/6101 remove namespace permission constants
|
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
don't store private public-share-key in session
|
| | | |
|
| | | |
|