summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js/settings.js
Commit message (Expand)AuthorAgeFilesLines
* update user or group count only, when the multiselect is closedArthur Schiwon2015-01-141-4/+34
* allow to read again objectclasses and groups under certain conditionsArthur Schiwon2015-01-141-1/+21
* JS cleanupArthur Schiwon2015-01-131-18/+18
* make scrutinizer happier and always count users on assisted mode, even with x...Arthur Schiwon2014-11-221-4/+4
* make updateCount work properly with new xp'd mode as well as withoutArthur Schiwon2014-11-211-6/+14
* trigger count on the correct filterArthur Schiwon2014-11-201-1/+1
* use underscore.js for undefined checksArthur Schiwon2014-11-201-4/+4
* JS docArthur Schiwon2014-11-201-0/+13
* detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon2014-11-201-19/+54
* detect user display name attribute and return user count depending on its pre...Arthur Schiwon2014-11-201-4/+11
* on xp'ed mode and switching configurations: save raw mode instead of toggling...Arthur Schiwon2014-10-291-3/+7
* remove debug outputArthur Schiwon2014-10-151-1/+0
* instead of dis/enabling tabs on save, cancel tab change. avoids noisy uiArthur Schiwon2014-10-151-5/+4
* show busy cursor and lock tabs on saveArthur Schiwon2014-10-151-9/+30
* show Spinner when stuff is being savedArthur Schiwon2014-10-141-1/+8
* show a spinner next to test filter button when the test is runningArthur Schiwon2014-10-101-7/+25
* always abort running ajax request when the method is fired up againArthur Schiwon2014-10-101-12/+28
* coding style, no effective code changesArthur Schiwon2014-10-101-24/+24
* fix triggering of group update counts. improves the basic code which is also ...Arthur Schiwon2014-10-091-4/+6
* smaller corrections to make scruitinizer happier, no effective changesArthur Schiwon2014-10-081-2/+2
* rename internal var name to avoid collisionArthur Schiwon2014-10-081-1/+1
* confirmation before switching to assisted mode when admin is experiencedArthur Schiwon2014-10-081-38/+77
* user and group counts are only upated on demand in experienced modeArthur Schiwon2014-10-081-7/+27
* Objectlasses, Groups and Attributes are now loaded only in assisted mode and ...Arthur Schiwon2014-10-081-9/+30
* sets user filters to raw mode when marking user as experiencedArthur Schiwon2014-10-071-0/+6
* trigger email detection by Wizard upon any user filter filter change. before ...Arthur Schiwon2014-08-291-3/+15
* fully translatable user_webdavVolkan Gezer2014-05-291-1/+1
* forgotten infobox messages translationsVolkan Gezer2014-05-271-4/+4
* make user_ldap fully translatableVolkan Gezer2014-05-251-1/+1
* fixing some JSHint warningsThomas Müller2014-04-231-5/+5
* Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651Arthur Schiwon2014-04-111-74/+16
|\
| * Moved LdapFilter into a separate js file in user_ldap.ben-denham2014-03-071-102/+0
| * Added improved version of patch by @blizzz in https://github.com/owncloud/cor...ben-denham2014-03-071-74/+118
* | Wizard: enable base DN for editing, if not base DN could have been detected. ...Arthur Schiwon2014-02-101-0/+1
|/
* LDAP Wizard: don't generate filter when not allowedArthur Schiwon2013-12-041-1/+3
* some equals are more equal than other equalsArthur Schiwon2013-12-041-2/+2
* LDAP Wizard: make sure auto-detected suggestions are really applied initially...Arthur Schiwon2013-12-041-3/+54
* LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ju...Arthur Schiwon2013-12-041-3/+10
* Merge pull request #5955 from owncloud/fix5863blizzz2013-11-271-27/+131
|\
| * LDAP Wizard: proper behaviour for raw filter input. remember the editing mode...Arthur Schiwon2013-11-191-27/+112
| * LDAP Wizard: move raw login filter field from advanced tab to login filter ta...Arthur Schiwon2013-11-141-0/+19
* | LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take...Arthur Schiwon2013-11-131-0/+3
* | LDAP Wizard: introduce configuration status indicator, fixes #5741Arthur Schiwon2013-11-131-21/+69
|/
* LDAP Wizard: make UI behaviour more consistent and more pleasant when determi...Arthur Schiwon2013-11-111-1/+4
* LDAP Wizard: determine port without credentials. don't hide the port input fieldArthur Schiwon2013-11-111-10/+9
* LDAP Wizard: keep Base DN always visibleArthur Schiwon2013-11-081-5/+0
* Merge pull request #5682 from owncloud/fix5585blizzz2013-11-071-11/+11
|\
| * LDAP: make buttons on Expert page work again, fixes #5585Arthur Schiwon2013-11-041-11/+11
* | allows agent and password or neither agent nor passwordmiicha2013-11-051-1/+1
* | allow empty user-dn and passwordmiicha2013-11-051-1/+1
|/