| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Group Database backend must not gather user details itself but ask user backends, fixes #6946 in stable6
|
| | |
|
|\ \
| |/
|/| |
Backport of #8182
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Quick’n dirty back port of #8182 - master has a better fix but that
should be good enough…
missing return - OCP\JSON::success does not terminate the PHP process - which is good ;-)
Use error instead of success
Revert "Use error instead of success"
This reverts commit e2d5535a5aa436c3896e46f0b9e8ff1bd5640d4d.
Use error instead of success
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added improved version of patch by @blizzz in https://github.com/owncloud/core/issues/6651#issuecomment-32261257 to stop filter settings from being reset under a race condition.
Moved LdapFilter into a separate js file in user_ldap.
Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation.
fix comparison in determineMode, fixes problems with restoring the filter mode (assisted or manually) on page refresh
Give hint when composing filter failed
fixing some JSHint warnings
|
| |
|
|
|
|
| |
queries to LDAP server in the share dialog for example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(occ user:report)
LDAP: make sure cache key for paged result cookie matches when limit or offset is null or 0
LDAP: fix user report i.e. count for LDAP servers with really many users
initialize variable
var count is assigned in the inner loop so it must be checked inside there to be properly used as part of the exit condition of the outer loop
Put inner loop into own method, let's see whether it makes scrutinizer happier
|
|
|
|
| |
Avatar)
|
|\
| |
| | |
fix double closing </a> for filenames
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LDAP Wizard: when determining objectclasses, we realy do not need to look at every entry. Fixes #7530
Conflicts:
apps/user_ldap/lib/wizard.php
Fix wildcard handling and check even less DNs per filter, enough will be looked at anyway
Use the LDAP wrapper for checking resources, needs for proper testing
fix potential infinite loop when the DN of the first entry was already read.
add tests for cumulativeSearchOnAttribute
make tests work on systems without php5_ldap
define var
add comment to clearify when a skip in the foreach happens
|
|\
| |
| | |
Meanwhile, the quota value is stored human-readable in the DB
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
LDAP: Read email and quota when mapping user, fixes #7785
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
remove pl_PL - fixes #7973
|
| | | |
|
|/ /
| |
| |
| | |
This reverts commit e4104e63d924c41e80a42282cce2a7e09ec36c42.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The touch() operation now uses "UpdateMetadata()" instead of "Update()"
which doesn't clear the object's contents.
This fixes syncing, as the sync client needs to use touch to update the
object's mtime.
Backport of 2a08e35 from master
|
|
|
|
|
|
|
|
| |
The API seems to return floating point values, which prevents
the hasUpdated() check to work and causes the scanner to rescan
everything every time.
Backport of fa00a18 from master
|
| |
|
|
|
|
| |
the assigned value is null
|
|
|
|
|
| |
To avide effects on the original instance of Connection when the clone
is modified, for instance on authentication checks.
|
|
|
|
|
|
|
| |
The virtual "Shared" folder doesn't have an unencrypted_size field.
This fix adds a check to prevent warnings in the log.
Backport of 022d76c from master
|
| |
|
|
|
|
| |
Ability to use ipauniqueid for the UUID of a user
|
|
|
|
|
|
| |
This fixes the "used space" to be based on the unencrypted size, not
encrypted size, to be consistent with how quota/space is handled when
encryption is enabled
|
|
|
|
| |
Stat'ing a share with url_stat now checks if the user can run 'ls' in that share rather than checking if the share is listed by the server. This means that OwnCloud can now mount user home shares, which are never listed by the server.
|
| |
|
| |
|
|\
| |
| | |
only enable drag&drop upload if public upload is allowed
|
| | |
|
|\ \
| |/
|/|
| |
| | |
owncloud/tune_legacy_cache_webdav_properties_prefixing_stable6
Concatenate string in SQL instead of PHP, use doctrine to construct concat expression
|
| |
| |
| |
| | |
expression
|
| |
| |
| |
| | |
different value
|
| | |
|
|\ \
| | |
| | | |
[stable6] Fixed "select all" + download on public page
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When a user has lots of files, selecting all and downloading would send
the whole list of files to the server.
This fix makes it use the simpler default download URL in such cases
(the one that was used by the "Download" button that is now removed on
the public page)
|
| | | |
|
|/ /
| |
| |
| | |
also exclude all combinations of lower and upper case letters
|
| | |
|