summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* newlines at end of fileArthur Schiwon2015-04-091-3/+0
| | | | yes, IDE is now configured accordingly.
* move script and style inclusions into templateArthur Schiwon2015-04-091-0/+53
|
* LDAP Wizard OverhaulArthur Schiwon2015-04-097-50/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use URLGenerator instread of OC_HelperRoeland Jago Douma2015-04-012-2/+2
|
* Typo: Missing "n"cmeh2015-02-241-1/+1
| | | A missing "n" was added in line 63.
* admin settings: fix LDAP settings header layoutJan-Christoph Borchardt2014-10-301-2/+3
|
* fixing ldap listing in admin sidebar - needs styling reviewThomas Müller2014-10-301-2/+3
|
* Merge pull request #11478 from owncloud/fix-11448blizzz2014-10-164-4/+21
|\ | | | | LDAP: add setting to wizard that disables auto-detection and enables raw mode
| * left-align checkbox on server tabArthur Schiwon2014-10-161-4/+3
| |
| * rephrase xp'ed user mode labelArthur Schiwon2014-10-151-1/+1
| |
| * show Spinner when stuff is being savedArthur Schiwon2014-10-141-0/+1
| |
| * user and group counts are only upated on demand in experienced modeArthur Schiwon2014-10-082-4/+10
| |
| * add checkbox for experienced users to server tabArthur Schiwon2014-10-071-0/+11
| |
* | Prevent button click when enter key is pressed in LDAP wizardVincent Petry2014-10-083-3/+3
|/ | | | | | | | Pressing enter in the LDAP wizard will trigger a click on the first button. In the main page it would trigger the delete dialog, which is quite inconvenient. Added a type attribute to suppress this behavior.
* Hack to avoid Agent DN + Password being overwritten by some ugly browsers ↵Arthur Schiwon2014-08-051-0/+7
| | | | | | | with stored site credentials Conflicts: apps/user_ldap/css/settings.css
* document always links to the current version of OCVolkan Gezer2014-05-292-2/+2
|
* fully translatable user_webdavVolkan Gezer2014-05-292-2/+2
|
* make user_ldap fully translatableVolkan Gezer2014-05-254-10/+10
|
* Fix user_ldap default setting valueRobin McCorkell2014-04-131-1/+1
|
* Typo fix.Volkan Gezer2014-04-111-1/+1
|
* Merge pull request #6221 from leo-b/ldap_get_all_groupsblizzz2014-04-071-0/+1
|\ | | | | fix updateGroups background job for ldap servers with > 1000 groups
| * adapt description of paging size configurationAlexander Bergolth2014-03-281-1/+1
| |
| * add ldap_paging_size config optionroot2014-03-041-0/+1
| |
* | replace personalblock fieldset with section class in core user_ appsJan-Christoph Borchardt2014-03-271-1/+1
|/
* Merge pull request #6299 from leo-b/ldap_nested_groupsVicDeo2014-02-251-0/+1
|\ | | | | Add LDAP nested groups