summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-054-0/+14
|
* cache total user countArthur Schiwon2014-12-041-0/+5
| | | | | Conflicts: apps/user_ldap/user_ldap.php
* Forward port of #12493Arthur Schiwon2014-12-043-1/+152
| | | | | | | | | | | | | | | | | | 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
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-304-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-292-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-284-6/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-276-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-268-0/+8
|
* Merge pull request #11837 from owncloud/fix-11328Morris Jobke2014-11-247-89/+217
|\ | | | | unify count filters and introduce display name attribute detection
| * make scrutinizer happier and always count users on assisted mode, even with ↵Arthur Schiwon2014-11-222-6/+6
| | | | | | | | xp'ed mode (would be a regression otherwise)
| * make updateCount work properly with new xp'd mode as well as withoutArthur Schiwon2014-11-212-7/+25
| |
| * fix counting when ldapPagingSize is 0Arthur Schiwon2014-11-211-6/+5
| |
| * trigger count on the correct filterArthur Schiwon2014-11-201-1/+1
| |
| * phpdoc and mixed up lettersArthur Schiwon2014-11-202-1/+3
| |
| * better readbility, no effective changesArthur Schiwon2014-11-201-5/+5
| |
| * use underscore.js for undefined checksArthur Schiwon2014-11-201-4/+4
| |
| * this happens already before counting, no need anymoreArthur Schiwon2014-11-201-2/+0
| |
| * JS docArthur Schiwon2014-11-202-0/+27
| |
| * a corrected email attribute needs to be saved, not only returnedArthur Schiwon2014-11-201-1/+1
| |
| * to reassure that selected attributes still work, do not count all matching ↵Arthur Schiwon2014-11-202-11/+16
| | | | | | | | entries but limit it to 1 in order to make it faster
| * detectors (email, displayname..) are now started in one place, triggered ↵Arthur Schiwon2014-11-203-34/+81
| | | | | | | | from only 2 places. more reliable structure and flow, saves requests
| * consolidate user count filter in wizard and user back endArthur Schiwon2014-11-204-36/+16
| |
| * detect user display name attribute and return user count depending on its ↵Arthur Schiwon2014-11-203-7/+59
| | | | | | | | presence
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-222-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-218-0/+204
| |
* | Merge pull request #12325 from owncloud/removeunneccessarylangLukas Reschke2014-11-2011-225/+0
|\ \ | | | | | | cleanup languages. closes #11274
| * | cleanup languages. closes #11274Volkan Gezer2014-11-2011-225/+0
| |/
* / Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-198-12/+13
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-172-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-162-2/+2
|
* Merge pull request #12005 from owncloud/bower-multiselectblizzz2014-11-134-2/+750
|\ | | | | Move multiselect to user_ldap
| * Migrate multiselect to user_ldapMorris Jobke2014-11-134-2/+750
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-132-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-122-0/+2
|
* Fix infinite loop if count and limit is 0Morris Jobke2014-11-111-1/+1
| | | | * otherwise it will always think it hits the limit and need another round to fetch additional results
* Merge pull request #11789 from owncloud/fix-11762Morris Jobke2014-11-112-3/+29
|\ | | | | [LDAP] Login: dont fail with 500 if configured display name attribute is not set
| * dont fail with 500 if configured display name attribute is not setArthur Schiwon2014-10-272-3/+29
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-114-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-104-4/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-094-2/+20
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-082-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-064-0/+12
| |
* | Merge pull request #11362 from mark0n/rm_ldap_conf_cliblizzz2014-11-043-3/+45
|\ \ | | | | | | Add a CLI command that deletes an LDAP config
| * | Add a CLI command that deletes an LDAP configMartin Konrad2014-09-303-3/+45
| | | | | | | | | | | | | | | With this change LDAP configurations can be managed completely from the command line.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-044-0/+12
| | |
* | | Merge pull request #11172 from owncloud/user-ldap-no-bcmathblizzz2014-11-033-54/+57
|\ \ \ | | | | | | | | Fix ldap convertSID2Str() / Remove BCMath dependency
| * | | user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-033-54/+57
| | | | | | | | | | | | | | | | | | | | Also explicitly format sub-id integers as unsigned, which is required for 32-bit systems.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-022-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-026-0/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-0120-0/+20
| | | |