summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-242-1/+64
|\ | | | | Handle password expiry in user_ldap
| * restore ldap_password_renew_prRoger Szabo2017-03-312-1/+64
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | Fix translationsJoas Schilling2017-04-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update comments to NextcloudMorris Jobke2017-04-1115-21/+21
|/ | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Translation string corrected > 1 userAlan Tygel2016-12-211-1/+1
|
* restore ldap_password_prroot2016-11-231-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> remove notification part Signed-off-by: Roger Szabo <roger.szabo@web.de> blizzz comments Signed-off-by: Roger Szabo <roger.szabo@web.de> morris comment Signed-off-by: Roger Szabo <roger.szabo@web.de> improved error message for changing password Signed-off-by: Roger Szabo <roger.szabo@web.de> blizz comments 20161013 Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de> Adjust HintException usage Signed-off-by: Roger Szabo <roger.szabo@web.de> Signed-off-by: Roger Szabo <roger.szabo@web.de>
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-1/+1
|
* Hide the LDAP password in the client sideJuan Pablo Villafáñez2016-08-192-2/+2
| | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client.
* LDAP Wizard: reset connection status indicator when switching LDAP configArthur Schiwon2016-04-251-0/+11
|
* replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-1/+1
|
* Fix race condition when switching filter mode. Fixes #22278Arthur Schiwon2016-02-124-5/+32
|
* Merge pull request #22102 from owncloud/ldap_2nddispname-masterThomas Müller2016-02-061-0/+13
|\ | | | | [LDAP] add second field for additional/optional display name attribute
| * Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-031-0/+13
| |
* | code changes for user_ldap Dynamic Group MembershipAlex Weirig2016-02-031-0/+13
|/ | | | | | | | | | | Added new setting of “Dynamic Group Member URL” (ldapDynamicGroupMemberURL) - see LDAP settings advanced tab. Added public function getDynamicGroupMembers. Updated function _groupMembers. Updated function getUserGroups.
* ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-071-1/+5
|
* changed 1.000 to 1,000sylvain2015-11-121-1/+1
| | | The string "More than 1,000 directory entries available." would mean only 1 entry, in english it should be 1,000 . Found it while translating
* make all the buttons beautifulArthur Schiwon2015-11-053-4/+18
|
* add tooltip to ldap server wizardHendrik Leppelsack2015-10-291-0/+1
|
* [IE9] Prevent LDAP password field to become plain textVincent Petry2015-10-161-0/+4
| | | | | | | | | The placeholders library converts the password field to a text field to achieve placeholders functionality. However this is buggy and doesn't properly mask the password when it was set through $el.val(). This workaround sets the type back to password directly after setting a value.
* LDAP Wizard: enable/disable test login name button depending on whether a ↵Arthur Schiwon2015-09-241-1/+12
| | | | login name is provided or not
* Remove another occurance of ldap_nocaseLennart Rosam2015-08-191-14/+0
|
* Merge pull request #16326 from owncloud/fix-16192Morris Jobke2015-05-202-3/+29
|\ | | | | include base dn test in functionality test
| * include base dn test in functionality testArthur Schiwon2015-05-132-3/+29
| |
* | throw exception on LDAP error 1, which we usually do not see and is pretty ↵Arthur Schiwon2015-05-181-0/+6
| | | | | | | | generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint.
* | catch unallowed anonymous auth attempt and show specific errorArthur Schiwon2015-05-183-1/+19
|/
* check optional parameter before using it, fixes #16147Arthur Schiwon2015-05-071-2/+2
|
* fix filter index on selected groups is updated too earlyArthur Schiwon2015-05-061-2/+3
|
* fix broken group presentation in selected groups listArthur Schiwon2015-05-061-3/+6
|
* cleanupArthur Schiwon2015-05-051-1/+0
|
* Update wizardTabElementary.jscmeh2015-04-281-1/+1
| | | Corrected "More then …" to "More than …".
* LDAP Wizard: have always-increasing 'nth Server' number per full page load, ↵Arthur Schiwon2015-04-211-11/+23
| | | | fixes #15766
* always open filter tab in raw mode, when 'Manually enter LDAP filters' is ↵Arthur Schiwon2015-04-173-2/+8
| | | | checked
* compile user and login filter on the first time automatically, if a ↵Arthur Schiwon2015-04-094-0/+10
| | | | suggestion was provided
* 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
| | | | yes, IDE is now configured accordingly.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wizard refactor reimplement save spinners and cursor implement Port detector introduced detector queue, added base dn detector disable input fields when detectors are running introduce spinners for fields that are being updated by detector cache jq element objects consolidate processing of detector results in generic / abstract base class display notification if a detector discovered a problem don't run base dn detector if a base is configured reset detector queue on configuration switch implement functionality check and update of status indicator document ConfigModel jsdoc for controller and main view more documentation implement the user filter tab view so far the multiselects get initialized (not filled yet) and the mode can be switched. mode is also restored. reintroduce filter switch confirmation in admin XP mode new detector for user object classes. so we also load user object classes if necessary and are able to save and show the setting. multiselect trigger save actions now on close only show spinners automatically, when a detector is running 20k limit for object classes preselection test adjust wordings, fix grammar add group (for users tab) detector also includes wording fixes error presentation moved from detectors to view, where it belongs add info label to users page missing wording changes show effective LDAP filter in Assisted Mode add user filter detector implement count button for users and limit all count actions to 1001 for performance reasons make port field a bit bigger. not perfect though. do not detect port automatically implement login filter tab view only load features in assisted mode and don't enable assisted fields while in raw mode add tooltips on login filter checkbox options for better understanding permanently show filter on login tab and also compile login filter in assisted mode test/verify button on login attributes tab, with backend changes. only run wizard requests if your an active tab. also run compile filter requests when switching to assisted mode underline toggle filter links to stress that they are clickable unity user and group tab functionality in common abstract class, add group filter tab view. only detectors and template adjustments left to have group tab implementation complete add object class and group detector for groups as well as filter composer show ldap filter permanently on groups tab introduce input element that can deal better with many groups, will be used with > 40 fix disabling complex group chooser while detection is running hide complex group chooser on config switch fix few more issues with complex chooser make complex group chooser available on Users tab as well detect base dn improvements/changes: - do not look for Base DN automatically, offer a button instead - fix for alternative way to detect a base dn (if agent dn is not given) - do not trigger filter composers on config switch Changes with configuration chooser controls - "New" was removed out of the configuration list - and split into buttons "add" and "copy" - delete button is also now an icon add test button for Base DN reimplement advanced tab. The save button is gone. reimplement expert tab remove unused methods implement mail attribute detector implement user display name attribute detection implement member group association detector replace text input with textarea for raw filter input finish functionality check auto-enable good configurations, as it was before cleanup move save confirmation handling to base class, reduces code duplication enable tabs only if no running save processes are left. move onConfigLoaded to base class, avoids code duplication simplify, save LOCs Test Configuration button to be dealt with in main view as it is a cross-tab element require detectorQueue in constructor cleanup put bootstrap into a function and thus make it testable get rid of old stuff
* 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 ↵Arthur Schiwon2014-11-222-6/+6
| | | | xp'ed mode (would be a regression otherwise)
* 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
|