aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/templates
Commit message (Collapse)AuthorAgeFilesLines
* fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-201-2/+2
| | | | | | `autocorrect` was actual for Safari long time ago when Safari didn't fully supported HTML 5 spellcheck. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* [user_ldap] Add per-connection setting for marking remnants as disabledCôme Chilliet2023-05-231-12/+13
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* nice up the code handling AccountManagerMarc Hefter2023-04-061-1/+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-1/+1
| | | | | | | | | 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/+1
| | | | | | | | | 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/+1
| | | | | 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/+11
| | | | | | | 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>
* Replace custom tooltips with native ones and add description to all elements ↵julia.kirschenheuter2023-03-166-25/+98
| | | | | | which have `title` Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-012-2/+2
| | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* l10n: Remove asteriskValdnet2022-05-161-1/+1
| | | | | Removal of a meaningless asterisk for the given sentence. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Delete spaceValdnet2022-05-121-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Fix vendor loading in user_ldap wizardLouis Chemineau2022-03-301-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix script loading in ldap's settingsLouis Chemineau2022-02-141-2/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* l10n: Spelling unificationValdnet2021-05-212-4/+4
| | | | | Spelling unification in Transifex. Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com
* Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
| | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
* l10n: Improve stylingValdnet2021-04-181-1/+1
| | | "Empty field" information shifted to the end of the sentence. It looks more stylistic.
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* added "zimbraMailForwardingAddress" as a Group-Member association attribute ↵Tobias Perschon2020-08-071-1/+4
| | | | | | | | | | | | | | | to enable the use of Zimbra Distribution Lists as groups in nextcloud when connecting to a zimbra LDAP Signed-off-by: Tobias Perschon <tobias@perschon.at> fix cs:check Signed-off-by: Tobias Perschon <tobias@perschon.at> Update apps/user_ldap/lib/Group_LDAP.php Co-authored-by: blizzz <blizzz@arthur-schiwon.de> Signed-off-by: Tobias Perschon <tobias@perschon.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-5/+14
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* l10n: Changed spelling of "user name" to "username" rakekniven2020-02-011-1/+1
| | | | | Using "username" like on > 200 strings over the whole Nextcloud project. Signed-off-by: rakekniven mark.ziegler@rakekniven.de
* Remove unnedeed IE8 CSSChristian Oliff2019-10-301-1/+0
| | | IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
* Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-1/+1
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix showpassword loadsRoeland Jago Douma2019-03-181-3/+0
| | | | | | | This is bundled by default. So trying to load it throws a warning in the logs. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixed grammarrakekniven2019-02-221-1/+1
| | | | | Reported at Transifex. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* add GUI option to set the $home placeholderArthur Schiwon2019-02-141-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-3/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-231-10/+5
| | | | | | | | | | | | | With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove unneeded semicolon and parenthesesRoger Szabo2018-04-251-1/+1
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* remove reset password linkRoger Szabo2018-04-241-6/+2
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Update settings.phprakekniven2018-04-091-1/+1
| | | Changed according to discussion.
* Update settings.phprakekniven2018-04-071-1/+1
| | | | | Tiny l10n improvement. Reported at Transifex: https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/user_ldap/91002448
* 2nd parameter to t() must be arrayArthur Schiwon2018-02-224-5/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-5/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rename "LDAP" to "LDAP/AD-integration"Marius Blüm2017-11-271-1/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Use primary class also for ui-button elementsJulius Härtl2017-11-131-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* hackishly add primary css class adaption for jquery uiArthur Schiwon2017-11-131-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke2017-11-091-7/+5
|\ | | | | Ldap agent credentials save
| * add some whitespace around credential elementsArthur Schiwon2017-10-271-0/+2
| | | | | | | | | | | | (…in a stupid way) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add save button for setting LDAP Agent DN and PasswordArthur Schiwon2017-10-271-0/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * first, remove the hackArthur Schiwon2017-10-271-7/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Prevent XSS in links which open a new browser windowMarkus Staab2017-10-192-2/+2
|/
* Improve spelling in LDAPAllan Nordhøy2017-08-021-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remove check, user_webdavauth is not an app anymore for longArthur Schiwon2017-06-011-3/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon2017-04-251-2/+1
|\
| * user_ldap: Add support for gidNumberXuanwo2017-04-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch is based on the work of @dleeuw (https://github.com/dleeuw) (See https://github.com/nextcloud/server/issues/2640#issuecomment-269615883 for more details). The difference is user & group data will be written into cache to have better performance, and functions splited from primaryGroupID series to make them more readable. Fixed https://github.com/nextcloud/server/issues/2640 Signed-off-by: Xuanwo <xuanwo@yunify.com>
* | Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-242-0/+74
|\ \ | | | | | | Handle password expiry in user_ldap
| * | restore ldap_password_renew_prRoger Szabo2017-03-312-0/+74
| | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | Fix translationsJoas Schilling2017-04-183-4/+4
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>