summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
Commit message (Expand)AuthorAgeFilesLines
* compile user and login filter on the first time automatically, if a suggestio...Arthur Schiwon2015-04-094-0/+10
* escape filter for outputArthur Schiwon2015-04-091-1/+1
* fix number and insert position when adding/copying a configArthur Schiwon2015-04-091-2/+2
* update back/continue buttons also on tab clickArthur Schiwon2015-04-093-3/+8
* newlines at end of fileArthur Schiwon2015-04-0910-10/+10
* docArthur Schiwon2015-04-091-2/+2
* run functionality checks also when host field changesArthur Schiwon2015-04-091-1/+1
* LDAP Wizard OverhaulArthur Schiwon2015-04-0943-1490/+4609
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-051-4/+10
* coding styleArthur Schiwon2015-01-152-5/+8
* 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-142-2/+31
* JS cleanupArthur Schiwon2015-01-133-34/+26
* make scrutinizer happier and always count users on assisted mode, even with x...Arthur Schiwon2014-11-222-6/+6
* make updateCount work properly with new xp'd mode as well as withoutArthur Schiwon2014-11-212-7/+25
* trigger count on the correct filterArthur Schiwon2014-11-201-1/+1
* better readbility, no effective changesArthur Schiwon2014-11-201-5/+5
* use underscore.js for undefined checksArthur Schiwon2014-11-201-4/+4
* this happens already before counting, no need anymoreArthur Schiwon2014-11-201-2/+0
* JS docArthur Schiwon2014-11-202-0/+27
* detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon2014-11-202-33/+81
* 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-292-14/+10
* 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-102-10/+28
* 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
* remove debug outputArthur Schiwon2014-10-091-1/+0
* fix triggering of group update counts. improves the basic code which is also ...Arthur Schiwon2014-10-092-14/+15
* smaller corrections to make scruitinizer happier, no effective changesArthur Schiwon2014-10-083-13/+16
* rename internal var name to avoid collisionArthur Schiwon2014-10-082-7/+7
* 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-083-11/+84
* Objectlasses, Groups and Attributes are now loaded only in assisted mode and ...Arthur Schiwon2014-10-083-13/+72
* sets user filters to raw mode when marking user as experiencedArthur Schiwon2014-10-072-0/+65
* trigger email detection by Wizard upon any user filter filter change. before ...Arthur Schiwon2014-08-292-4/+19
* 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-232-17/+18
* Give hint when composing filter failedArthur Schiwon2014-04-111-1/+2
* fix comparison in determineMode, fixes problems with restoring the filter mod...Arthur Schiwon2014-04-111-1/+4
* Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651Arthur Schiwon2014-04-112-74/+111
|\
| * Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation.ben-denham2014-03-141-3/+3
| * Moved LdapFilter into a separate js file in user_ldap.ben-denham2014-03-072-102/+95
| * 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
|/