| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
LDAP: fix filter can be reset and broken after upgrade from OC 5
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
after upgrade from oc5, when visiting the LDAP settings and opening filter tabs
|
|\ \
| | |
| | | |
[backport] [stable6] Added password obfuscation for external storage config
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added obfuscation for all "password" options from external storages.
Added more ext storage unit tests config.
Added unit tests for reading/writing the configuration.
Added IV for ext storage password encryption
Moved the mounting code for external storage from
OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook
Fixed ext storage unit test for groups
Squashed backport of 2c561c9c5072ce82e06bd5ab2c4ee81bc5d09d59 from
master.
|
|\ \ \
| | | |
| | | | |
fix failing unit tests on OC6
|
| |/ / |
|
|/ / |
|
|/
|
|
| |
keys if no files exists
|
|
|
|
| |
Backport of f73a168 from master
|
|
|
|
|
|
|
| |
When sharing an ext storage mount point, it will now use the name of the
mount point instead of an empty string for the target path.
Backport of 28f0e63 from master
|
| |
|
|
|
|
|
| |
Conflicts:
apps/files_external/css/settings.css
|
|\
| |
| | |
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
|