summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* / Add tooltips to LDAP wizard special attributtesDavid Toledo2017-03-291-3/+3
|/ | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Update settings.php Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Update settings.php Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Update settings.php Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix misleading wording: searching is affected, not user access.Arthur Schiwon2017-02-201-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* restore ldap_password_prroot2016-11-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* more admin page splitup improvementsArthur Schiwon2016-08-101-11/+18
| | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
* Change png icons to svgJuan Pablo Villafáñez2016-07-072-2/+2
|
* fix more stringsMorris Jobke2016-06-201-1/+1
|
* wording in LDAP wizarddavicente2016-05-041-1/+1
|
* Use proper shortcut methods in templatesMorris Jobke2016-04-063-5/+5
|
* Consistently use rel=noreferrerLukas Reschke2016-03-202-2/+2
| | | | When linking to external entities we should consistently use rel=noreferrer
* Merge pull request #22102 from owncloud/ldap_2nddispname-masterThomas Müller2016-02-061-0/+1
|\ | | | | [LDAP] add second field for additional/optional display name attribute
| * Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-031-0/+1
| |
* | code changes for user_ldap Dynamic Group MembershipAlex Weirig2016-02-031-0/+1
|/ | | | | | | | | | | Added new setting of “Dynamic Group Member URL” (ldapDynamicGroupMemberURL) - see LDAP settings advanced tab. Added public function getDynamicGroupMembers. Updated function _groupMembers. Updated function getUserGroups.
* make all the buttons beautifulArthur Schiwon2015-11-053-5/+5
|
* LDAP Wizard: enable/disable test login name button depending on whether a ↵Arthur Schiwon2015-09-241-1/+1
| | | | login name is provided or not
* Fix 17677Lennart Rosam2015-08-121-1/+0
|
* Dropped an S from the mouseoverLukas Reschke2015-06-241-1/+1
| | | | We had a typo in the ldap initial binding menu mouse over, so changed the text in all references to be correct.
* Missing translation in ldap part.wizard-server.phpMartin2015-05-291-3/+3
|
* remove superflous button. fixes #15971Arthur Schiwon2015-05-122-4/+1
|