summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-126-0/+6
|
* Merge pull request #24433 from owncloud/user_psr4Thomas Müller2016-05-111-5/+5
|\ | | | | lib/private/user to PSR-4
| * fix usage of legacy class in LDAPMorris Jobke2016-05-101-5/+5
| |
* | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-114-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-1080-80/+2
|
* Merge pull request #24466 from owncloud/issue_13936_wording_ldapMorris Jobke2016-05-091-1/+1
|\ | | | | wording in LDAP wizard
| * wording in LDAP wizarddavicente2016-05-041-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-074-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-052-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-042-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-022-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-012-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-302-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-292-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2714-0/+14
|
* LDAP Wizard: reset connection status indicator when switching LDAP configArthur Schiwon2016-04-251-0/+11
|
* Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-256-48/+32
|\ | | | | Fix LDAP race conditions
| * Fix LDAP race conditionsMorris Jobke2016-04-206-48/+32
| | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values
* | Merge pull request #24214 from owncloud/fix-ldap-connection-unbind-on-loginVincent Petry2016-04-252-11/+3
|\ \ | | | | | | on clone Connection, do not take over the existing LDAP resource
| * | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-222-11/+3
| | | | | | | | | | | | | | | | | | | | | For one, it solves potential conflicts when using the resource. For the other, one on the login check (the only place where a clone happens currently) we do not need to rebind after confirming the user's login was successful.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-242-2/+4
|/ /
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-192-0/+10
|/
* Merge pull request #23527 from owncloud/fix-21136C. Montero Luque2016-04-142-2/+6
|\ | | | | disable Paged Search when chunksize is set to 0, fixes #21136
| * disable Paged Search when chunksize is set to 0, fixes #21136Arthur Schiwon2016-03-232-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-132-0/+2
| |
* | apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-122-2/+2
| | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-102-0/+4
| |
* | Merge pull request #23777 from owncloud/ldap-null-userLukas Reschke2016-04-061-5/+7
|\ \ | | | | | | Handle case where the user is not known
| * | Handle case where the user is not known - fixes #23759Thomas Müller2016-04-041-5/+7
| | |
* | | Use proper shortcut methods in templatesMorris Jobke2016-04-063-5/+5
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-014-0/+50
| |
* | Design LDAP wizard to better integrate into the designMorris Jobke2016-03-301-0/+18
| | | | | | | | * mostly replaces gray background with white one
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-296-2/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-282-4/+56
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-272-0/+2
|/
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-232-2/+2
|\ | | | | Consistently use rel=noreferrer
| * Consistently use rel=noreferrerLukas Reschke2016-03-202-2/+2
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Merge pull request #23329 from owncloud/fix-21555Thomas Müller2016-03-212-1/+17
|\ \ | |/ |/| Avatar must be saved after login is done and external storages set up…
| * Avatar must be saved after login is done and external storages set up ↵Arthur Schiwon2016-03-162-1/+17
| | | | | | | | properly, fixes #21555
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-202-0/+4
| |
* | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-162-3/+89
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-162-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-152-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-144-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-112-0/+4
|
* remove deprecated ldap_sortArthur Schiwon2016-03-103-30/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-102-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-0/+2
|