Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | LDAP: prevent other configuration from being deleted when deleting the first ↵ | Arthur Schiwon | 2014-02-20 | 1 | -0/+6 | |
| | | | | one which has an empty prefix for historical reasons | |||||
* | Merge pull request #7124 from owncloud/fix_6541 | blizzz | 2014-02-10 | 1 | -7/+26 | |
|\ | | | | | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image | |||||
| * | LDAP: improve debug message | Arthur Schiwon | 2014-02-10 | 1 | -1/+2 | |
| | | ||||||
| * | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar image | Arthur Schiwon | 2014-02-10 | 1 | -6/+24 | |
| | | ||||||
* | | Merge pull request #7081 from owncloud/fix_6670 | blizzz | 2014-02-10 | 5 | -5/+13 | |
|\ \ | |/ |/| | LDAP: Wizard cannot determine Base DN in some cases, fixes #6670 | |||||
| * | Rephrase and clarify log message | Arthur Schiwon | 2014-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | Wizard: enable base DN for editing, if not base DN could have been detected. ↵ | Arthur Schiwon | 2014-02-05 | 1 | -0/+1 | |
| | | | | | | | | Also part of fix for #6670 | |||||
| * | Wizard: disable LDAP referrals, fixes #6670 | Arthur Schiwon | 2014-02-05 | 1 | -0/+1 | |
| | | ||||||
| * | throw an info message, when base dn test failed | Arthur Schiwon | 2014-02-04 | 1 | -0/+4 | |
| | | ||||||
| * | LDAP: extend LDAP wrapper search method for sizelimit, improves performance ↵ | Arthur Schiwon | 2014-02-04 | 2 | -4/+6 | |
| | | | | | | | | in wizard | |||||
* | | LDAP: add documentation info in info.xml | Arthur Schiwon | 2014-02-07 | 1 | -0/+3 | |
|/ | ||||||
* | user workarount to compare CLOB column with CHAR value | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -4/+11 | |
| | ||||||
* | Merge pull request #6408 from owncloud/ldap_fix_tls_detection | Thomas Müller | 2014-01-14 | 2 | -5/+9 | |
|\ | | | | | LDAP fix TLS detection | |||||
| * | typo, grammar | Arthur Schiwon | 2014-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | LDAP: only read config from database, if configID is given. Not what we want ↵ | Arthur Schiwon | 2013-12-13 | 1 | -1/+2 | |
| | | | | | | | | to do when on-the-fly-testing settings from the admin page | |||||
| * | remove unused variables | Arthur Schiwon | 2013-12-13 | 1 | -2/+2 | |
| | | ||||||
| * | LDAP: fix TLS detection | Arthur Schiwon | 2013-12-13 | 1 | -2/+5 | |
| | | ||||||
* | | remove ru_RU - it's almost untranslated | Thomas Müller | 2014-01-13 | 1 | -12/+0 | |
| | | ||||||
* | | LDAP: add tests for countUsers | Arthur Schiwon | 2014-01-09 | 1 | -0/+54 | |
| | | ||||||
* | | remove unnecessary line | Arthur Schiwon | 2014-01-09 | 1 | -1/+0 | |
| | | ||||||
* | | LDAP: implement userCount action. This required to (finally) clean up and ↵ | Arthur Schiwon | 2014-01-09 | 3 | -28/+148 | |
| | | | | | | | | refactor the search method, which will have a positive performance impact on paged search. | |||||
* | | Merge pull request #6291 from owncloud/ldap_doc_link | Thomas Müller | 2013-12-19 | 2 | -2/+2 | |
|\ \ | |/ |/| | LDAP: Adjust help link to documentation | |||||
| * | LDAP: adjust documentation URL for OC 6 | Arthur Schiwon | 2013-12-10 | 2 | -2/+2 | |
| | | ||||||
* | | LDAP: fix method behind save button on advancend and expert tabs, fixes at ↵ | Arthur Schiwon | 2013-12-12 | 1 | -5/+6 | |
| | | | | | | | | least Home Folder setinng | |||||
* | | LDAP: the browser shall not autofill userdn and password, usually login ↵ | Arthur Schiwon | 2013-12-12 | 1 | -2/+2 | |
|/ | | | | credentials are inserted. fixes #6283 | |||||
* | correctly propagate the return value of ldap_set_option | root | 2013-12-06 | 1 | -1/+1 | |
| | | | | | | otherwise LDAP_OPT_REFERRALS won't be set to 0 and in turn active directory paging will stop working (Operations error on ldap_control_paged_result_response) | |||||
* | LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ↵ | Arthur Schiwon | 2013-12-04 | 1 | -3/+10 | |
| | | | | just opening the admin page | |||||
* | LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143 | Arthur Schiwon | 2013-12-04 | 1 | -0/+12 | |
| | ||||||
* | LDAP Wizard: don't generate filter when not allowed | Arthur Schiwon | 2013-12-03 | 1 | -1/+3 | |
| | ||||||
* | some equals are more equal than other equals | Arthur Schiwon | 2013-12-03 | 1 | -2/+2 | |
| | ||||||
* | LDAP Wizard: return correct var | Arthur Schiwon | 2013-12-03 | 1 | -1/+1 | |
| | ||||||
* | LDAP Wizard: make sure auto-detected suggestions are really applied ↵ | Arthur Schiwon | 2013-12-03 | 1 | -3/+54 | |
| | | | | initially. Also make initial filter compilation and user counting robust against race conditions. | |||||
* | LDAP: on testing configuration, set active property to true, otherwise ↵ | Arthur Schiwon | 2013-12-03 | 1 | -0/+2 | |
| | | | | inactive connections cannot be tested properly | |||||
* | LDAP: set default value for login filter to empty, otherwise the wizard ↵ | Arthur Schiwon | 2013-12-03 | 1 | -1/+1 | |
| | | | | signals completed configuration too early when it might be not correct, i.e. login won't work | |||||
* | LDAP Wizard: don't send ldap_tls change back to the interface as the element ↵ | Arthur Schiwon | 2013-12-02 | 1 | -1/+0 | |
| | | | | was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-29 | 1 | -0/+3 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-27 | 48 | -70/+29 | |
| | ||||||
* | Merge pull request #5955 from owncloud/fix5863 | blizzz | 2013-11-27 | 6 | -30/+195 | |
|\ | | | | | LDAP Wizard: Add raw login filter to corresponding tab for consistency, fix behaviour on raw filter input | |||||
| * | LDAP Wizard: clear the cache on save so changes have immediate effect | Arthur Schiwon | 2013-11-20 | 1 | -0/+3 | |
| | | ||||||
| * | LDAP Wizard: proper behaviour for raw filter input. remember the editing ↵ | Arthur Schiwon | 2013-11-19 | 4 | -27/+163 | |
| | | | | | | | | mode and compose filter only when desired. | |||||
| * | LDAP Wizard: move raw login filter field from advanced tab to login filter ↵ | Arthur Schiwon | 2013-11-14 | 3 | -3/+29 | |
| | | | | | | | | tab for consistency | |||||
* | | Merge pull request #6058 from owncloud/ldap2avatar | blizzz | 2013-11-26 | 6 | -9/+101 | |
|\ \ | | | | | | | Set Avatar for LDAP users automatically (if a picture is available) | |||||
| * | | Make sure Avatar is set from LDAP upon first login, not later, but also not ↵ | Arthur Schiwon | 2013-11-26 | 1 | -2/+14 | |
| | | | | | | | | | | | | before due to missing user folder | |||||
| * | | LDAP: username2dn should only return DNs that belong to the current LDAP ↵ | Arthur Schiwon | 2013-11-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | server. Might be not perfect. Easy perfect solution would increase communication with LDAP server. Let's see if it is good enough | |||||
| * | | LDAP: proxy: configurable return to determine when to try the next LDAP ↵ | Arthur Schiwon | 2013-11-25 | 3 | -8/+12 | |
| | | | | | | | | | | | | server and when to return (multi server setup) | |||||
| * | | LDAP: last avatar lookup must be stored per user. Someone had a blackout, eh? | Arthur Schiwon | 2013-11-22 | 1 | -5/+6 | |
| | | | ||||||
| * | | LDAP: user proxy must support canChangeAvatar too | Arthur Schiwon | 2013-11-22 | 1 | -0/+9 | |
| | | | ||||||
| * | | LDAP: get user photo from LDAP and set it as avatar if available | Arthur Schiwon | 2013-11-22 | 2 | -1/+65 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-26 | 1 | -0/+10 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-26 | 1 | -0/+4 | |
| | | |