summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
Commit message (Expand)AuthorAgeFilesLines
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-202-2/+2
* fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-3/+3
* fixes LDAP Wizard forgetting groups on select with searchArthur Schiwon2019-06-213-44/+32
* fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-171-1/+1
* add GUI option to set the $home placeholderArthur Schiwon2019-02-141-1/+14
* Fix off-by-one bugsStefan Weil2018-10-261-2/+2
* Add missing semicolonsStefan Weil2018-10-191-1/+1
* Use variable for proper translationsRoeland Jago Douma2018-03-101-1/+8
* Update wizardTabElementary.jsrakekniven2018-03-101-1/+1
* Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-111-0/+1
* Update login filter when user filter was newly generatedArthur Schiwon2017-11-281-0/+17
* Use primary class also for ui-button elementsJulius Härtl2017-11-132-3/+3
* hackishly add primary css class adaption for jquery uiArthur Schiwon2017-11-132-0/+5
* add save button for setting LDAP Agent DN and PasswordArthur Schiwon2017-10-272-4/+45
* command-line, Consider narrowingAllan Nordhøy2017-07-141-3/+3
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-242-1/+64
|\
| * restore ldap_password_renew_prRoger Szabo2017-03-312-1/+64
* | Fix translationsJoas Schilling2017-04-181-1/+1
* | Update comments to NextcloudMorris Jobke2017-04-1115-21/+21
|/
* Translation string corrected > 1 userAlan Tygel2016-12-211-1/+1
* restore ldap_password_prroot2016-11-231-0/+15
* 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
* 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
|\
| * 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
|/
* 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
* 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
* LDAP Wizard: enable/disable test login name button depending on whether a log...Arthur Schiwon2015-09-241-1/+12
* 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 testArthur Schiwon2015-05-132-3/+29
* | throw exception on LDAP error 1, which we usually do not see and is pretty ge...Arthur Schiwon2015-05-181-0/+6
* | 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
* LDAP Wizard: have always-increasing 'nth Server' number per full page load, f...Arthur Schiwon2015-04-211-11/+23
* always open filter tab in raw mode, when 'Manually enter LDAP filters' is che...Arthur Schiwon2015-04-173-2/+8
* 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