Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | only once | |||||
* | 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 | |
| | | | | it happenend only upon user automatic list filter creation, but not on manual editing | |||||
* | 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 ↵ | Arthur Schiwon | 2014-04-11 | 1 | -1/+4 | |
| | | | | mode (assisted or manually) on page refresh | |||||
* | 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 ↵ | ben-denham | 2014-03-07 | 1 | -74/+118 | |
| | | | | | | | | https://github.com/owncloud/core/issues/6651#issuecomment-32261257 to stop filter settings from being reset under a race condition. | |||||
* | | Wizard: enable base DN for editing, if not base DN could have been detected. ↵ | Arthur Schiwon | 2014-02-10 | 1 | -0/+1 | |
|/ | | | | Also part of fix for #6670 | |||||
* | LDAP Wizard: don't generate filter when not allowed | Arthur Schiwon | 2013-12-04 | 1 | -1/+3 | |
| | ||||||
* | some equals are more equal than other equals | Arthur Schiwon | 2013-12-04 | 1 | -2/+2 | |
| | ||||||
* | LDAP Wizard: make sure auto-detected suggestions are really applied ↵ | Arthur Schiwon | 2013-12-04 | 1 | -3/+54 | |
| | | | | initially. Also make initial filter compilation and user counting robust against race conditions. | |||||
* | LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ↵ | Arthur Schiwon | 2013-12-04 | 1 | -3/+10 | |
| | | | | just opening the admin page | |||||
* | Merge pull request #5955 from owncloud/fix5863 | blizzz | 2013-11-27 | 1 | -27/+131 | |
|\ | | | | | LDAP Wizard: Add raw login filter to corresponding tab for consistency, fix behaviour on raw filter input | |||||
| * | LDAP Wizard: proper behaviour for raw filter input. remember the editing ↵ | Arthur Schiwon | 2013-11-19 | 1 | -27/+112 | |
| | | | | | | | | 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 | 1 | -0/+19 | |
| | | | | | | | | tab for consistency | |||||
* | | LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't ↵ | Arthur Schiwon | 2013-11-13 | 1 | -0/+3 | |
| | | | | | | | | take too much awareness | |||||
* | | LDAP Wizard: introduce configuration status indicator, fixes #5741 | Arthur Schiwon | 2013-11-13 | 1 | -21/+69 | |
|/ | ||||||
* | LDAP Wizard: make UI behaviour more consistent and more pleasant when ↵ | Arthur Schiwon | 2013-11-11 | 1 | -1/+4 | |
| | | | | determining Base DN | |||||
* | LDAP Wizard: determine port without credentials. don't hide the port input field | Arthur Schiwon | 2013-11-11 | 1 | -10/+9 | |
| | ||||||
* | LDAP Wizard: keep Base DN always visible | Arthur Schiwon | 2013-11-08 | 1 | -5/+0 | |
| | ||||||
* | Merge pull request #5682 from owncloud/fix5585 | blizzz | 2013-11-07 | 1 | -11/+11 | |
|\ | | | | | LDAP: make buttons on Expert page work again, fixes #5585 | |||||
| * | LDAP: make buttons on Expert page work again, fixes #5585 | Arthur Schiwon | 2013-11-04 | 1 | -11/+11 | |
| | | ||||||
* | | allows agent and password or neither agent nor password | miicha | 2013-11-05 | 1 | -1/+1 | |
| | | | | | | this contribution is MIT licensed | |||||
* | | allow empty user-dn and password | miicha | 2013-11-05 | 1 | -1/+1 | |
|/ | | | help tooltip shows completely right: leave both blank for anonyous access. But if you leave it blank js doesn't allow you to edit any other settings... | |||||
* | LDAP Wizard: always show correct Back+Continue Buttons, fixes #5520 | Arthur Schiwon | 2013-10-24 | 1 | -10/+28 | |
| | ||||||
* | Fix Spinner issues with Base DN field | Arthur Schiwon | 2013-10-17 | 1 | -2/+11 | |
| | ||||||
* | Ldap Wizard: also disable tabs, if the first step is not complete | Arthur Schiwon | 2013-10-17 | 1 | -0/+2 | |
| | ||||||
* | LDAP Wizard: make Back and Continue work | Arthur Schiwon | 2013-10-17 | 1 | -0/+58 | |
| | ||||||
* | LDAP Wizard: Use Ajax Spinner to indicate something is happening, especiall ↵ | Arthur Schiwon | 2013-10-17 | 1 | -0/+26 | |
| | | | | port detection | |||||
* | LDAP Wizard: fix couple more or less nasty bugs aka polishing | Arthur Schiwon | 2013-10-17 | 1 | -2/+37 | |
| | ||||||
* | Wizard: autodetection of group-member-assoc attribute | Arthur Schiwon | 2013-10-17 | 1 | -0/+16 | |
| | ||||||
* | Ldap Wizard: Group Filter configuration | Arthur Schiwon | 2013-10-17 | 1 | -34/+88 | |
| | ||||||
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of ↵ | Arthur Schiwon | 2013-10-17 | 1 | -1/+52 | |
| | | | | login filter | |||||
* | LDAP Wizard: create user list filter, show number of user that will have ↵ | Arthur Schiwon | 2013-10-17 | 1 | -1/+67 | |
| | | | | access to OC | |||||
* | Ldap Wizard: find out whether server supports memberOf in LDAP Filter and ↵ | Arthur Schiwon | 2013-10-17 | 1 | -1/+2 | |
| | | | | disable group chooser if not | |||||
* | LDAP Wizard: add detection, load and save of LDAP groups for filter purposes | Arthur Schiwon | 2013-10-17 | 1 | -11/+40 | |
| | ||||||
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵ | Arthur Schiwon | 2013-10-17 | 1 | -12/+69 | |
| | | | | purposes | |||||
* | LDAP Wizard: autodetect base DN | Arthur Schiwon | 2013-10-17 | 1 | -14/+57 | |
| | ||||||
* | First stage of new Wizard, neither feature complete nor ready | Arthur Schiwon | 2013-10-17 | 1 | -0/+88 | |
| | ||||||
* | Merge pull request #4262 from owncloud/fix_jslint_kondou | Christopher | 2013-08-20 | 1 | -1/+1 | |
|\ | | | | | Fix some JSLint warnings | |||||
| * | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Add newlines at the end of files |