summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/ldap_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-504/+0
|
* Refactor system console buttons into RequestButton component. (#6808)George Goldberg2017-07-041-5/+45
| | | | | Since I was going to make yet another button for the ElasticSearch test config button, I refactored all of them to use a single common component and tidied that component up and gave it some unit tests.
* Unified quotation marks (#6682)Christian Arnold2017-06-191-2/+2
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-301-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add User.Position field to store & model. * GOFMT * Add Position to user settings. * Unit tests. * Add position to profile popup. * i18n * Fix log message for invalid position. * Add Position field attribute to LDAP config. * Add Position field attribute to SAML config. * Reword empty position message. * Change Position Max Length to 35. * Better invalid position error message. * Add new fields to config.json. * Ensure position is never longer than max when displayed. * Hard limit of 64 chars with soft limit still 35 * Put field with other attributes.
* Adding ability to serve TLS directly from Mattermost server (#4119)Christopher Speller2016-10-031-2/+2
|
* Update LDAP help text (#4124)lfbrock2016-09-301-3/+3
| | | | | | * Update ldap_settings.jsx * Update en.json
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-061-20/+20
|
* Adding LDAP test connection button. Reordering LDAP settings. (#3912)Christopher Speller2016-09-011-39/+45
|
* Making LDAP FirstName and LastName fields optional. (#3919)Christopher Speller2016-09-011-2/+2
|
* Fixing typo in LDAP system console (#3727)Christopher Speller2016-08-031-1/+1
|
* Update LDAP help text (#3695)lfbrock2016-07-281-1/+1
| | | | | | | | | | * Update ldap-settings.jsx * Update en.json * Update ldap_settings.jsx * Update en.json
* Adding sync now button to system console (#3510)Christopher Speller2016-07-061-0/+5
|
* PLT-3237 Update displayed config values in admin console after saving (#3506)Harrison Healey2016-07-061-22/+24
| | | | | | * Reloaded admin console data when settings are saved * Fixed attempting to save an invalid config setting overwriting the stored config
* Update ldap_settings.jsx (#3508)lfbrock2016-07-061-1/+1
| | | | | | | | * Update ldap_settings.jsx Changed help text for consistency * Update en.json
* Update ldap sync interval help text (#3488)lfbrock2016-07-051-1/+1
| | | | | | * Update ldap sync interval help text * Update en.json
* Major update to System Console labelling (#3398)Eric Sethna2016-07-051-5/+5
|
* Adding page size option to LDAP (#3439)Christopher Speller2016-07-041-0/+21
|
* Fix typo: Attrubute (#3368)it332016-06-181-1/+1
| | | | | | * Fix typo: Attrubute * Fix typo: Attrubute
* Add server restart note to LDAP sync setting (#3303)jasonblais2016-06-091-1/+1
| | | | | | * Add server restart note to LDAP sync setting * Add server restart note to LDAP sync setting
* Removing outdated ldap note from system console (#3247)Christopher Speller2016-06-061-9/+0
|
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-031-0/+20
|
* PLT-3010 - Updating system console (#3146)Asaad Mahmood2016-06-021-11/+3
| | | | | | | | * Updating system console * Updating system console stuff * Updating ldap settings
* Add license expiry messages (#3153)Joram Wilander2016-05-301-22/+15
|
* PLT-2257 Reorganized System Console (#3003)Harrison Healey2016-05-171-625/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized system console * Fixed the names of some components * Fixed timestamp for BrandImageSetting * Fixed merge issues * Updated push notification settings to match master branch * Removed top level setting pages and moved enable Gitlab/LDAP settings onto their respective pages * Re-added restrictDirectMessage setting to system console * Re-added email connection test and fixed some margins * Fixed ESLint errors * Renamed Authentication > Onboarding to Authentication > Email in the system console * Renamed Customization > Whitelabeling to Customization > Custom Branding in System Console * Re-added EnableOpenServer to system console
* PLT-2797 Remove LDAP Password Field Name setting (#2884)enahum2016-05-051-31/+0
|
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding client side unit test * Cleaning up the clint side tests * Fixing msg * Adding more client side unit tests * Adding more using tests * Adding last bit of client side unit tests and adding make cmd * Fixing bad merge * Fixing libraries * Updating to new client side API * Fixing borken unit test * Fixing unit tests * ugg...trying to beat gofmt * ugg...trying to beat gofmt * Cleaning up remainder of the server side routes * Adding inital load api * Increased coverage of webhook unit tests (#2660) * Adding loading ... to root html * Fixing bad merge * Removing explicit content type so superagent will guess corectly (#2685) * Fixing merge and unit tests * Adding create team UI * Fixing signup flows * Adding LDAP unit tests and enterprise unit test helper (#2702) * Add the ability to reset MFA from the commandline (#2706) * Fixing compliance unit tests * Fixing client side tests * Adding open server to system console * Moving websocket connection * Fixing unit test * Fixing unit tests * Fixing unit tests * Adding nickname and more LDAP unit tests (#2717) * Adding join open teams * Cleaning up all TODOs in the code * Fixing web sockets * Removing unused webockets file * PLT-2533 Add the ability to reset a user's MFA from the system console (#2715) * Add the ability to reset a user's MFA from the system console * Add client side unit test for adminResetMfa * Reorganizing authentication to fix LDAP error message (#2723) * Fixing failing unit test * Initial upgrade db code * Adding upgrade script * Fixing upgrade script after running on core * Update OAuth and Claim routes to work with user model changes (#2739) * Fixing perminant deletion. Adding ability to delete all user and the entire database (#2740) * Fixing team invite ldap login call (#2741) * Fixing bluebar and some img stuff * Fix all the different file upload web utils (#2743) * Fixing invalid session redirect (#2744) * Redirect on bad channel name (#2746) * Fixing a bunch of issue and removing dead code * Patch to fix error message on leave channel (#2747) * Setting EnableOpenServer to false by default * Fixing config * Fixing upgrade * Fixing reported bugs * Bug fixes for PLT-2057 * PLT-2563 Redo password recovery to use a database table (#2745) * Redo password recovery to use a database table * Update reset password audits * Split out admin and user reset password APIs to be separate * Delete password recovery when user is permanently deleted * Consolidate password resetting into a single function * Removed private channels as an option for outgoing webhooks (#2752) * PLT-2577/PLT-2552 Fixes for backstage (#2753) * Added URL to incoming webhook list * Fixed client functions for adding/removing integrations * Disallowed slash commands without trigger words * Fixed clientside handling of errors on AddCommand page * Minor auth cleanup (#2758) * Changed EditPostModal to just close if you save without making any changes (#2759) * Renamed client -> Client in async_client.jsx and fixed eslint warnings (#2756) * Fixed url in channel info modal (#2755) * Fixing reported issues * Moving to version 3 of the apis * Fixing command unit tests (#2760) * Adding team admins * Fixing DM issue * Fixing eslint error * Properly set EditPostModal's originalText state in all cases (#2762) * Update client config check to assume features is defined if server is licensed (#2772) * Fixing url link * Fixing issue with websocket crashing when sending messages to different teams
* Allow customization of LDAP login fields (#2692)Joram Wilander2016-04-131-0/+63
|
* Updating LDAP help text (#2704)Christopher Speller2016-04-131-2/+2
|
* Adding TLS options to LDAPChristopher Speller2016-04-071-1/+31
|
* Adding LDAP user filtering capabilityChristopher Speller2016-04-061-57/+43
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+588