summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js/wizard
Commit message (Collapse)AuthorAgeFilesLines
* nice up the code handling AccountManagerMarc Hefter2023-04-061-13/+0
| | | | | | | | | | | merging defaultScopes from DEFAULT_SCOPES and account_manager.default_property_scope removing unneccessary profileScope setting (using config.php instead) honoring admin choice 'profile.enabled'=>false in config.php moved checking for empty array to updateProfile function corrected some typos and cleaned some comments Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
* refined code, to be independend from OCP\IUserMarc Hefter2023-04-061-13/+13
| | | | | | | | | rework updateProfile in user_ldap/lib/User/User.php some cleanup at processAttributes in user_ldap/lib/User/User.php rearranged Fediverse attribute, to match profile layout Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
* handling updateProfile with array of valuesMarc Hefter2023-04-061-0/+13
| | | | | | | | | using an array to buffer profile updates, like suggested by @come-nc clean some code and remove unneccessary redundancy added the Fediverse profile property Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marc Hefter <marchefter@gmail.com>
* added user profile scope settingMarc Hefter2023-04-061-0/+13
| | | | | Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
* feature addition: [user_ldap] update user profile from LDAP; WIP; fixing ↵Marc Hefter2023-04-061-0/+13
| | | | | | | some uggly copy-and-paste errors; testing functionality; preparing and editing the documentation Signed-off-by: Marc Hefter <marchefter@march42.net> Signed-off-by: Marc Hefter <marchefter@gmail.com>
* feature addition: [user_ldap] update user profile from LDAP; WIP ↵Marc Hefter2023-04-061-0/+93
| | | | | | work-in-progress; TODO update profile Signed-off-by: Marc Hefter <marchefter@march42.net>
* Replace custom tooltips with native ones and add description to all elements ↵julia.kirschenheuter2023-03-161-1/+0
| | | | | | which have `title` Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge branch 'master' into ldapi-unix-socket-supportCôme Chilliet2022-11-221-1/+1
|\ | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Add ldap-unix-socket support - squashed commits to files Connection.php, ↵Vincent Van Houtte2022-09-091-2/+4
|/ | | | | | Configuration.php, Wizard.php, LDAP.php and view.js Signed-off-by: Vincent Van Houtte <vvh@aplusv.be>
* Add generic type and description when its missingLouis Chemineau2022-01-115-15/+15
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* l10n: Split sentencesValdnet2021-06-011-1/+1
|
* l10n: Spelling unificationValdnet2021-05-212-3/+3
| | | | | Spelling unification in Transifex. Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fixes LDAP Wizard forgetting groups on select with searchArthur Schiwon2019-06-213-44/+32
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-171-1/+1
| | | | | | | | | | | | | * uniqueMember was the default so we did not know whether this setting is desired or the initial value * autodetection of the user-group association attribute runs only when it was not set (as far as we knew) * the default is now empty * thus LDAPProvider might return this value as well (in exceptional cases) * if a group base is given (edge case), use this instead of general base * resolves #12682 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add GUI option to set the $home placeholderArthur Schiwon2019-02-141-1/+14
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix off-by-one bugsStefan Weil2018-10-261-2/+2
| | | | | | | | | This fixes warnings from LGTM: Off-by-one index comparison against length may lead to out-of-bounds read. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Add missing semicolonsStefan Weil2018-10-191-1/+1
| | | | | | | | | This fixes some recommendations from LGTM: Avoid automated semicolon insertion (90% of all statements in the enclosing function have an explicit semicolon). Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Use variable for proper translationsRoeland Jago Douma2018-03-101-1/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update wizardTabElementary.jsrakekniven2018-03-101-1/+1
| | | | Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes
* Update login filter when user filter was newly generatedArthur Schiwon2017-11-281-0/+17
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use primary class also for ui-button elementsJulius Härtl2017-11-132-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* hackishly add primary css class adaption for jquery uiArthur Schiwon2017-11-132-0/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add save button for setting LDAP Agent DN and PasswordArthur Schiwon2017-10-272-4/+45
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* command-line, Consider narrowingAllan Nordhøy2017-07-141-3/+3
|
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-1/+14
|\ | | | | Handle password expiry in user_ldap
| * restore ldap_password_renew_prRoger Szabo2017-03-311-1/+14
| | | | | | | | 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
|