summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/css/settings.css
Commit message (Collapse)AuthorAgeFilesLines
* first, remove the hackArthur Schiwon2017-10-271-5/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* restore ldap_password_prroot2016-11-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Design LDAP wizard to better integrate into the designMorris Jobke2016-03-301-0/+18
| | | | * mostly replaces gray background with white one
* make all the buttons beautifulArthur Schiwon2015-11-051-3/+3
|
* bring back border in host input field for consistencyArthur Schiwon2015-04-211-1/+0
|
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-5/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* show busy cursor and lock tabs on saveArthur Schiwon2014-10-151-0/+4
|
* show Spinner when stuff is being savedArthur Schiwon2014-10-141-0/+8
|
* user and group counts are only upated on demand in experienced modeArthur Schiwon2014-10-081-0/+4
|
* add checkbox for experienced users to server tabArthur Schiwon2014-10-071-0/+9
|
* Hack to avoid Agent DN + Password being overwritten by some ugly browsers ↵Arthur Schiwon2014-08-051-0/+5
| | | | | | | with stored site credentials Conflicts: apps/user_ldap/css/settings.css
* Fixes settings.css and converts more styles.raghunayyar2014-01-261-10/+6
|
* Merge branch 'master' into core-em-to-pxraghunayyar2014-01-161-4/+110
|\ | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css
| * LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't ↵Arthur Schiwon2013-11-131-0/+4
| | | | | | | | take too much awareness
| * LDAP Wizard: introduce configuration status indicator, fixes #5741Arthur Schiwon2013-11-131-1/+15
| |
| * LDAP Wizard: make UI behaviour more consistent and more pleasant when ↵Arthur Schiwon2013-11-111-6/+2
| | | | | | | | determining Base DN
| * LDAP: improve design and placement of Save buttonArthur Schiwon2013-11-041-0/+8
| |
| * LDAP Wizard: Use Ajax Spinner to indicate something is happening, especiall ↵Arthur Schiwon2013-10-171-0/+5
| | | | | | | | port detection
| * css cleanupArthur Schiwon2013-10-171-1/+1
| |
| * LDAP Wizard: add detection, load and save of LDAP objectClasses for filter ↵Arthur Schiwon2013-10-171-1/+19
| | | | | | | | purposes
| * First stage of new Wizard, neither feature complete nor readyArthur Schiwon2013-10-171-11/+68
| |
* | Cleans up Core apps for relative(em) to absolute(px) styles.raghunayyar2013-10-061-1/+1
|/
* Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-181-1/+1
|\ | | | | Add newlines at the end of files
| * Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| |
* | LDAP: slightly smaller input fieldsArthur Schiwon2013-08-151-1/+1
| |
* | LDAP: right align labels on settings pageArthur Schiwon2013-08-141-0/+6
|/
* LDAP: prepare settings for internal username attribute and clearing user ↵Arthur Schiwon2013-05-071-0/+4
| | | | mappings
* Switch to textarea to enable configuration of multiple DNsArthur Schiwon2013-01-031-1/+3
|
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-141-0/+5
|
* LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-061-0/+10