summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-231-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Finally remove \OCP\JSONRoeland Jago Douma2018-03-231-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-15/+15
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* resolve DIArthur Schiwon2017-11-091-2/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Add prefix to the connectionJuan Pablo Villafáñez2016-10-271-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* New LDAPProvider for user_ldaproot2016-07-221-1/+1
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-2/+3
|
* Move Access to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Configuration to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Connection to PSR-4Joas Schilling2016-05-251-2/+2
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move LDAP to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move wizardJoas Schilling2016-05-251-1/+1
|
* Move lib\user to PSR-4Joas Schilling2016-05-251-1/+1
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-1/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update license headersJenkins for ownCloud2015-03-261-13/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+13
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-2/+2
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-051-1/+1
|
* inject DB Connection to user managerArthur Schiwon2015-01-071-1/+2
|
* detect user display name attribute and return user count depending on its ↵Arthur Schiwon2014-11-201-1/+1
| | | | presence
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* trigger email detection by Wizard upon any user filter filter change. before ↵Arthur Schiwon2014-08-291-0/+1
| | | | it happenend only upon user automatic list filter creation, but not on manual editing
* remove Access as hard dependency, inject it insteadArthur Schiwon2014-08-291-2/+17
|
* LDAP Wizard: clear the cache on save so changes have immediate effectArthur Schiwon2013-11-201-0/+3
|
* LDAP Wizard: proper behaviour for raw filter input. remember the editing ↵Arthur Schiwon2013-11-191-0/+3
| | | | mode and compose filter only when desired.
* LDAP Wizard: l10n improvementsArthur Schiwon2013-10-211-1/+2
|
* Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-171-0/+1
|
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-171-2/+6
|
* Ldap Wizard: Login filter UI, detection of username attribute, composing of ↵Arthur Schiwon2013-10-171-0/+2
| | | | login filter
* LDAP Wizard: create user list filter, show number of user that will have ↵Arthur Schiwon2013-10-171-0/+2
| | | | access to OC
* LDAP Wizard: add detection, load and save of LDAP groups for filter purposesArthur Schiwon2013-10-171-0/+1
|
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵Arthur Schiwon2013-10-171-0/+1
| | | | purposes
* LDAP Wizard: autodetect base DNArthur Schiwon2013-10-171-0/+1
|
* First stage of new Wizard, neither feature complete nor readyArthur Schiwon2013-10-171-0/+83