Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-05 | 4 | -0/+14 |
| | |||||
* | cache total user count | Arthur Schiwon | 2014-12-04 | 1 | -0/+5 |
| | | | | | Conflicts: apps/user_ldap/user_ldap.php | ||||
* | Forward port of #12493 | Arthur Schiwon | 2014-12-04 | 3 | -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 transifex | Jenkins for ownCloud | 2014-11-30 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-29 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-28 | 4 | -6/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-27 | 6 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-26 | 8 | -0/+8 |
| | |||||
* | Merge pull request #11837 from owncloud/fix-11328 | Morris Jobke | 2014-11-24 | 7 | -89/+217 |
|\ | | | | | unify count filters and introduce display name attribute detection | ||||
| * | make scrutinizer happier and always count users on assisted mode, even with ↵ | Arthur Schiwon | 2014-11-22 | 2 | -6/+6 |
| | | | | | | | | xp'ed mode (would be a regression otherwise) | ||||
| * | make updateCount work properly with new xp'd mode as well as without | Arthur Schiwon | 2014-11-21 | 2 | -7/+25 |
| | | |||||
| * | fix counting when ldapPagingSize is 0 | Arthur Schiwon | 2014-11-21 | 1 | -6/+5 |
| | | |||||
| * | trigger count on the correct filter | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 |
| | | |||||
| * | phpdoc and mixed up letters | Arthur Schiwon | 2014-11-20 | 2 | -1/+3 |
| | | |||||
| * | better readbility, no effective changes | Arthur Schiwon | 2014-11-20 | 1 | -5/+5 |
| | | |||||
| * | use underscore.js for undefined checks | Arthur Schiwon | 2014-11-20 | 1 | -4/+4 |
| | | |||||
| * | this happens already before counting, no need anymore | Arthur Schiwon | 2014-11-20 | 1 | -2/+0 |
| | | |||||
| * | JS doc | Arthur Schiwon | 2014-11-20 | 2 | -0/+27 |
| | | |||||
| * | a corrected email attribute needs to be saved, not only returned | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 |
| | | |||||
| * | to reassure that selected attributes still work, do not count all matching ↵ | Arthur Schiwon | 2014-11-20 | 2 | -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 Schiwon | 2014-11-20 | 3 | -34/+81 |
| | | | | | | | | from only 2 places. more reliable structure and flow, saves requests | ||||
| * | consolidate user count filter in wizard and user back end | Arthur Schiwon | 2014-11-20 | 4 | -36/+16 |
| | | |||||
| * | detect user display name attribute and return user count depending on its ↵ | Arthur Schiwon | 2014-11-20 | 3 | -7/+59 |
| | | | | | | | | presence | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-22 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-21 | 8 | -0/+204 |
| | | |||||
* | | Merge pull request #12325 from owncloud/removeunneccessarylang | Lukas Reschke | 2014-11-20 | 11 | -225/+0 |
|\ \ | | | | | | | cleanup languages. closes #11274 | ||||
| * | | cleanup languages. closes #11274 | Volkan Gezer | 2014-11-20 | 11 | -225/+0 |
| |/ | |||||
* / | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 8 | -12/+13 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-17 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-16 | 2 | -2/+2 |
| | |||||
* | Merge pull request #12005 from owncloud/bower-multiselect | blizzz | 2014-11-13 | 4 | -2/+750 |
|\ | | | | | Move multiselect to user_ldap | ||||
| * | Migrate multiselect to user_ldap | Morris Jobke | 2014-11-13 | 4 | -2/+750 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-13 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-12 | 2 | -0/+2 |
| | |||||
* | Fix infinite loop if count and limit is 0 | Morris Jobke | 2014-11-11 | 1 | -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-11762 | Morris Jobke | 2014-11-11 | 2 | -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 set | Arthur Schiwon | 2014-10-27 | 2 | -3/+29 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-11 | 4 | -6/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-10 | 4 | -4/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-09 | 4 | -2/+20 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-08 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-06 | 4 | -0/+12 |
| | | |||||
* | | Merge pull request #11362 from mark0n/rm_ldap_conf_cli | blizzz | 2014-11-04 | 3 | -3/+45 |
|\ \ | | | | | | | Add a CLI command that deletes an LDAP config | ||||
| * | | Add a CLI command that deletes an LDAP config | Martin Konrad | 2014-09-30 | 3 | -3/+45 |
| | | | | | | | | | | | | | | | With this change LDAP configurations can be managed completely from the command line. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-04 | 4 | -0/+12 |
| | | | |||||
* | | | Merge pull request #11172 from owncloud/user-ldap-no-bcmath | blizzz | 2014-11-03 | 3 | -54/+57 |
|\ \ \ | | | | | | | | | Fix ldap convertSID2Str() / Remove BCMath dependency | ||||
| * | | | user_ldap: Reimplement convertSID2Str() without BCMath dependency. | Andreas Fischer | 2014-11-03 | 3 | -54/+57 |
| | | | | | | | | | | | | | | | | | | | | Also explicitly format sub-id integers as unsigned, which is required for 32-bit systems. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-02 | 2 | -0/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-02 | 6 | -0/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-01 | 20 | -0/+20 |
| | | | |