Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-22 | 2 | -2/+14 |
| | |||||
* | Merge pull request #12101 from owncloud/ldap_split_mapping | blizzz | 2014-12-19 | 13 | -282/+571 |
|\ | | | | | Ldap split mapping from Access superclass | ||||
| * | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 13 | -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-names | Thomas Müller | 2014-12-19 | 2 | -2/+19 |
|\ \ | |/ |/| | [jenkins only] introduce names for user backends - IUserBackend | ||||
| * | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 2 | -2/+19 |
| | | | | | | | | * LDAP with multiple servers also proved backendName | ||||
* | | Merge pull request #12896 from owncloud/drop-deprecated | Jörn Friedrich Dreyer | 2014-12-18 | 3 | -16/+18 |
|\ \ | |/ |/| | first step to drop \OCP\Config:: in favour of IConfig | ||||
| * | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 3 | -16/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-18 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-17 | 4 | -4/+28 |
|/ | |||||
* | bower jquery-ui - exported changes to a separate css file | Morris Jobke | 2014-12-13 | 1 | -1/+0 |
| | |||||
* | add doc | Arthur Schiwon | 2014-12-08 | 1 | -0/+1 |
| | |||||
* | preserve an asterisk at the start when escaping a search term | Arthur Schiwon | 2014-12-08 | 2 | -3/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-08 | 4 | -0/+4 |
| | |||||
* | [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 |
| | |