summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-222-2/+14
|
* Merge pull request #12101 from owncloud/ldap_split_mappingblizzz2014-12-1913-282/+571
|\ | | | | Ldap split mapping from Access superclass
| * Split mapping from Access and Helper classes into it's own. Fully test them, ↵Arthur Schiwon2014-12-1913-282/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes
* | Merge pull request #12956 from owncloud/jenkins-user-backend-namesThomas Müller2014-12-192-2/+19
|\ \ | |/ |/| [jenkins only] introduce names for user backends - IUserBackend
| * introduce names for user backends - IUserBackendMorris Jobke2014-12-192-2/+19
| | | | | | | | * LDAP with multiple servers also proved backendName
* | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-183-16/+18
|\ \ | |/ |/| first step to drop \OCP\Config:: in favour of IConfig
| * first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-173-16/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-182-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-174-4/+28
|/
* bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-131-1/+0
|
* add docArthur Schiwon2014-12-081-0/+1
|
* preserve an asterisk at the start when escaping a search termArthur Schiwon2014-12-082-3/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-084-0/+4
|
* [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
| |