summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* 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
|/
* LDAP Wizard: always show correct Back+Continue Buttons, fixes #5520Arthur Schiwon2013-10-241-10/+28
* Fix Spinner issues with Base DN fieldArthur Schiwon2013-10-171-2/+11
* Ldap Wizard: also disable tabs, if the first step is not completeArthur Schiwon2013-10-171-0/+2
* LDAP Wizard: make Back and Continue workArthur Schiwon2013-10-171-0/+58
* LDAP Wizard: Use Ajax Spinner to indicate something is happening, especiall p...Arthur Schiwon2013-10-171-0/+26
* LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-171-2/+37
* Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-171-0/+16
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-171-34/+88
* Ldap Wizard: Login filter UI, detection of username attribute, composing of l...Arthur Schiwon2013-10-171-1/+52
* LDAP Wizard: create user list filter, show number of user that will have acce...Arthur Schiwon2013-10-171-1/+67