summaryrefslogtreecommitdiffstats
path: root/web/react/pages
Commit message (Collapse)AuthorAgeFilesLines
...
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-0811-11/+11
|
* Merge pull request #915 from mattermost/plt-300Christopher Speller2015-10-051-8/+8
|\ | | | | PLT-300 Update allow/deny oauth page UI, and add ouath as reserved word.
| * Update allow/deny oauth page UI, and add ouath as reserved word.JoramWilander2015-10-021-8/+8
| |
* | PLT-44 allow team switching without the need to login=Corey Hulen2015-10-011-0/+4
|/
* Fixing blue bar and renders warning when mis-configured.=Corey Hulen2015-09-241-0/+6
|
* Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-232-0/+7
|\
| * Implement UI theme colors.JoramWilander2015-09-231-0/+6
| |
| * Merge pull request #739 from rgarmsen2295/plt-39Christopher Speller2015-09-231-0/+1
| |\ | | | | | | PLT-39 Clicking "Resend email" on the verification page now confirms email was sent
| | * Minor changes to how resend status is passedReed Garmsen2015-09-211-0/+1
| | |
* | | Fixing merge conflict=Corey Hulen2015-09-221-1/+1
|\| |
| * | Implement incoming webhooks.JoramWilander2015-09-211-1/+1
| |/
* / Adding email to admin console=Corey Hulen2015-09-213-6/+2
|/
* Implement OAuth2 service provider functionality.JoramWilander2015-09-162-0/+27
|
* Fixing eslint problems=Corey Hulen2015-09-152-6/+0
|
* Finished removing some of the last bits of client side config=Corey Hulen2015-09-152-2/+0
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-158-43/+43
|
* Merge pull request #678 from mattermost/mm-1589Corey Hulen2015-09-141-6/+0
|\ | | | | PLT-171 MM-1589 New add channel modal using react-bootstrap.
| * New add channel modal using react-bootstrap.Christopher Speller2015-09-141-6/+0
| |
* | Cleaning up html=Corey Hulen2015-09-101-0/+6
| |
* | merging=Corey Hulen2015-09-101-2/+2
|\|
| * Add post list container to hold mounted post lists for faster ↵JoramWilander2015-09-081-2/+2
| | | | | | | | rendering/channel switching.
* | PLT-12 UI framework for admin console=Corey Hulen2015-09-101-0/+11
| |
* | Adding unit tests for cmd line=Corey Hulen2015-09-041-1/+1
| |
* | Merge branch 'master' into PLT-12=Corey Hulen2015-09-035-7/+14
|\|
| * Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-035-7/+14
| |
* | Adding initial admin console html pages=Corey Hulen2015-09-031-0/+8
|/
* Cosmetic Refactoringnickago2015-09-029-39/+69
|
* Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-282-13/+4
| | | | to turn off email sign up.
* Moved the ability to rename a team into the team settings modal; fixed ↵Reed Garmsen2015-08-241-7/+1
| | | | issues with valet settings
* Merge pull request #381 from mattermost/mm-1705Christopher Speller2015-08-181-4/+5
|\ | | | | MM-1705 add google as an oauth single-sign-on service
| * added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-4/+5
| |
* | Merge pull request #378 from rgarmsen2295/mm-316cChristopher Speller2015-08-181-0/+7
|\ \ | |/ |/| MM-316 Allows users to drag and drop files from their computer to the center pane or RHS to upload them
| * Small changes to css to clean up codeReed Garmsen2015-08-141-1/+1
| |
| * Minor refactoring for better maintainibilityReed Garmsen2015-08-131-1/+2
| |
| * Changed location of file upload overlayReed Garmsen2015-08-131-0/+6
| |
* | Added ConfigStore that is populated from the serverhmhealey2015-08-132-3/+8
| |
* | Reformatted code to match the style guidehmhealey2015-08-111-8/+8
| |
* | Disabled the invite members dialog when email is disabled on the serverhmhealey2015-08-111-1/+1
|/
* Fixing links for signup from team invite link. Enter now advances ↵Christopher Speller2015-07-301-4/+2
| | | | signup_user_complete screen. Signin now link now redirects properly.
* updated user sign up page and login page with new UI detailsJoramWilander2015-07-281-1/+1
|
* updates to sign-up flow, remove company name and marketing checkboxJoramWilander2015-07-281-2/+2
|
* When user is removed, a modal appears, which on closing redirects thenickago2015-07-271-0/+6
| | | | user to town square.
* Merge pull request #237 from mattermost/mm-1570Corey Hulen2015-07-233-5/+16
|\ | | | | fixes mm-1570 adds support for using mattermost as an OAuth client
| * only show gitlab signup/login links if gitlab oauth is turned onJoramWilander2015-07-222-4/+4
| |
| * merged with new team domain changes and added signup/login links for gitlabJoramWilander2015-07-222-5/+5
| |
| * inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-0/+11
| |
* | Adding back Access History and Active DevicesReed Garmsen2015-07-221-0/+12
|/
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-205-14/+15
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-2/+13
| | | | feature from client
* first commit=Corey Hulen2015-06-149-0/+300