| Commit message (Expand) | Author | Age | Files | Lines |
* | compile user and login filter on the first time automatically, if a suggestio... | Arthur Schiwon | 2015-04-09 | 4 | -0/+10 |
* | escape filter for output | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
* | fix number and insert position when adding/copying a config | Arthur Schiwon | 2015-04-09 | 1 | -2/+2 |
* | update back/continue buttons also on tab click | Arthur Schiwon | 2015-04-09 | 3 | -3/+8 |
* | newlines at end of file | Arthur Schiwon | 2015-04-09 | 10 | -10/+10 |
* | doc | Arthur Schiwon | 2015-04-09 | 1 | -2/+2 |
* | run functionality checks also when host field changes | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 43 | -1490/+4609 |
* | no fruitless count attempts, and notification should disappear | Arthur Schiwon | 2015-02-05 | 1 | -4/+10 |
* | coding style | Arthur Schiwon | 2015-01-15 | 2 | -5/+8 |
* | update user or group count only, when the multiselect is closed | Arthur Schiwon | 2015-01-14 | 1 | -4/+34 |
* | allow to read again objectclasses and groups under certain conditions | Arthur Schiwon | 2015-01-14 | 2 | -2/+31 |
* | JS cleanup | Arthur Schiwon | 2015-01-13 | 3 | -34/+26 |
* | make scrutinizer happier and always count users on assisted mode, even with x... | Arthur Schiwon | 2014-11-22 | 2 | -6/+6 |
* | make updateCount work properly with new xp'd mode as well as without | Arthur Schiwon | 2014-11-21 | 2 | -7/+25 |
* | trigger count on the correct filter | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 |
* | 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 |
* | detectors (email, displayname..) are now started in one place, triggered from... | Arthur Schiwon | 2014-11-20 | 2 | -33/+81 |
* | detect user display name attribute and return user count depending on its pre... | Arthur Schiwon | 2014-11-20 | 1 | -4/+11 |
* | on xp'ed mode and switching configurations: save raw mode instead of toggling... | Arthur Schiwon | 2014-10-29 | 2 | -14/+10 |
* | remove debug output | Arthur Schiwon | 2014-10-15 | 1 | -1/+0 |
* | instead of dis/enabling tabs on save, cancel tab change. avoids noisy ui | Arthur Schiwon | 2014-10-15 | 1 | -5/+4 |
* | show busy cursor and lock tabs on save | Arthur Schiwon | 2014-10-15 | 1 | -9/+30 |
* | show Spinner when stuff is being saved | Arthur Schiwon | 2014-10-14 | 1 | -1/+8 |
* | show a spinner next to test filter button when the test is running | Arthur Schiwon | 2014-10-10 | 2 | -10/+28 |
* | always abort running ajax request when the method is fired up again | Arthur Schiwon | 2014-10-10 | 1 | -12/+28 |
* | coding style, no effective code changes | Arthur Schiwon | 2014-10-10 | 1 | -24/+24 |
* | remove debug output | Arthur Schiwon | 2014-10-09 | 1 | -1/+0 |
* | fix triggering of group update counts. improves the basic code which is also ... | Arthur Schiwon | 2014-10-09 | 2 | -14/+15 |
* | smaller corrections to make scruitinizer happier, no effective changes | Arthur Schiwon | 2014-10-08 | 3 | -13/+16 |
* | rename internal var name to avoid collision | Arthur Schiwon | 2014-10-08 | 2 | -7/+7 |
* | confirmation before switching to assisted mode when admin is experienced | Arthur Schiwon | 2014-10-08 | 1 | -38/+77 |
* | user and group counts are only upated on demand in experienced mode | Arthur Schiwon | 2014-10-08 | 3 | -11/+84 |
* | Objectlasses, Groups and Attributes are now loaded only in assisted mode and ... | Arthur Schiwon | 2014-10-08 | 3 | -13/+72 |
* | sets user filters to raw mode when marking user as experienced | Arthur Schiwon | 2014-10-07 | 2 | -0/+65 |
* | trigger email detection by Wizard upon any user filter filter change. before ... | Arthur Schiwon | 2014-08-29 | 2 | -4/+19 |
* | fully translatable user_webdav | Volkan Gezer | 2014-05-29 | 1 | -1/+1 |
* | forgotten infobox messages translations | Volkan Gezer | 2014-05-27 | 1 | -4/+4 |
* | make user_ldap fully translatable | Volkan Gezer | 2014-05-25 | 1 | -1/+1 |
* | fixing some JSHint warnings | Thomas Müller | 2014-04-23 | 2 | -17/+18 |
* | Give hint when composing filter failed | Arthur Schiwon | 2014-04-11 | 1 | -1/+2 |
* | fix comparison in determineMode, fixes problems with restoring the filter mod... | Arthur Schiwon | 2014-04-11 | 1 | -1/+4 |
* | Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651 | Arthur Schiwon | 2014-04-11 | 2 | -74/+111 |
|\ |
|
| * | Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation. | ben-denham | 2014-03-14 | 1 | -3/+3 |
| * | Moved LdapFilter into a separate js file in user_ldap. | ben-denham | 2014-03-07 | 2 | -102/+95 |
| * | Added improved version of patch by @blizzz in https://github.com/owncloud/cor... | ben-denham | 2014-03-07 | 1 | -74/+118 |
* | | Wizard: enable base DN for editing, if not base DN could have been detected. ... | Arthur Schiwon | 2014-02-10 | 1 | -0/+1 |
|/ |
|