Commit Graph

193 Commits

Author SHA1 Message Date
Corey Hulen
2e5617c29b PLT-2057 User as a first class object (#2648)
* 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
2016-04-21 22:37:01 -07:00
hauschke
5c755463ed Suggestion for fixed typos (#2737)
* Fixed typo in line 90 ("include" -> "included").

* Fixed typo in line 1117 ("include" -> "included").
2016-04-21 12:53:54 -04:00
Christopher Speller
899ee09224 Adding option to display channels sanely (#2761) 2016-04-21 09:56:11 -04:00
Christopher Speller
64b8ed5e25 Fixing jumping back to original message when recieving message in permalink view (#2751) 2016-04-20 09:44:29 -04:00
Asaad Mahmood
72442cfca6 Minor UI Improvements (#2738) 2016-04-18 08:57:23 -07:00
Joram Wilander
c6c3f1e478 Update client license etag to handle new features (#2716) 2016-04-15 08:48:14 -04:00
Asaad Mahmood
c3c49e49b4 Minor Ui Improvements (#2713) 2016-04-14 09:24:58 -04:00
enahum
4b3d81441b PLT-2457: Fix User Sign-up Flow - error messages (#2708) 2016-04-14 07:52:08 -04:00
Joram Wilander
8c2c892144 Allow customization of LDAP login fields (#2692) 2016-04-13 16:31:01 -07:00
Christopher Speller
7b504b6a9c Updating LDAP help text (#2704) 2016-04-13 14:38:01 -04:00
Joram Wilander
622956c22b Fix team type not being set on some page loads in InviteMemberModal (#2691) 2016-04-13 11:32:37 -07:00
Joram Wilander
4d8b635503 Allow removing of license without turning off enterprise features (#2690) 2016-04-13 11:32:00 -07:00
Asaad Mahmood
51549cc0b2 Adding react scrollbar to the RHS thread (#2693)
* Adding scrollbar to the RHS thread

* Fixing the RHS thread scrolling issue
2016-04-13 08:33:42 -04:00
Joram Wilander
49ab8b2161 Add custom branding functionality (#2667) 2016-04-11 13:45:03 -04:00
Alan Mooiman
0d85b998ca PLT-1917 Add 'new messages' indicator when scrolled up (#2612)
* Add 'new messages' indicator when scrolled up

* Don't show unread message alert for new chats

* Move unread alert to state and cWRProps
2016-04-11 09:20:12 -04:00
Harrison Healey
29e1a85360 PLT-2553 Additional backstage UI Improvements (#2673)
* Renamed Commands to Slash Commands in backstage UI

* Updated displayed info for listed commands and outgoing webhooks

* Disallowed empty outgoing webhook trigger words and improved client-side validation for them
2016-04-11 09:04:56 -04:00
Harrison Healey
3803750fb1 Changed getFile api call to always attach headers 2016-04-08 18:06:35 -04:00
enahum
df77179ecc Fix email verification process (#2664)
- Fix email verification URL in login view
- Fix URL in email being sent for verification
- Add Email Verification on password reset
- Fix display of email in reset password
- Fix URL en team_signup_password_page
- Fix typo in webapp en loc
- Add missing es locs
- Removed extra es, fr and pt locs
2016-04-08 14:04:23 -07:00
Harrison Healey
77ee1ce7fe PLT-2553 Updated backstage page navigation (#2661)
* Updated integrations list based on feedback

* Reorganized Integrations pages

* Repurposed AddIntegration page as a landing page for Integrations

* Moved backstage breadcrumb header into its own component

* Removed unnecessary prop

* Fixed Save links on AddIntegration pages
2016-04-08 11:51:28 -04:00
Asaad Mahmood
5cf982e021 PLT-2549 - Improvements to theme stuff (#2657) 2016-04-07 11:37:50 -07:00
Christopher Speller
0a2341efd2 Adding TLS options to LDAP 2016-04-07 10:38:36 -04:00
Asaad Mahmood
32bc97f855 Multiple UI Improvements
* Multiple UI Improvements

* Adding app_body behind missing classes
2016-04-06 11:19:55 -07:00
Joram Wilander
0aed1f5c09 Merge pull request #2647 from mattermost/signup-fix
Fix email signup when LDAP is present
2016-04-06 09:04:37 -04:00
JoramWilander
90ddfe82ee Fix email signup when LDAP is present 2016-04-06 08:55:10 -04:00
Andy Lo-A-Foe
1a1fd39cf8 PLT-2525: Render attachment fields similar to Slack
* Render attachment fields similar to Slack

* Add /loadtest json url command

This allows us to easily create test posts with 
more props like Slack attachments
2016-04-06 08:23:26 -04:00
Christopher Speller
1954c44993 Adding LDAP user filtering capability 2016-04-06 08:19:56 -04:00
Asaad Mahmood
1d311243fb PLT-2519 - Fixing users page 2016-04-05 22:20:10 +05:00
Harrison Healey
5f84a2cc3d Re-added missing file upload overlay for center channel 2016-04-05 09:56:40 -04:00
Harrison Healey
b3edd32aee PLT-1750 Moved slash commands to backstage
* Added slash commands to InstalledIntegrations page

* Reset installed integration type filter if there is no longer any integrations of the selected type

* Added pages to backstage to add slash commands

* Cleaned up internationalization for slash commands

* Added ability to regen slash command tokens from backstage

* Removed Integrations tab from UserSettings
2016-04-05 09:29:01 -04:00
Asaad Mahmood
c12d997f24 Multiple UI Improvements
* Fixing backstage scrolling and link issue

* Fixing system console and color picker css

* Changing the toggleclass
2016-04-05 09:22:26 -04:00
Joram Wilander
26ccc478e1 Move final tutorial tip to RHS menu on mobile 2016-04-05 09:21:20 -04:00
Christopher Speller
431cf7c3ed Fixing signup pages not autologging in. Fixing enter key on signup complete. 2016-04-04 12:50:50 -04:00
Joram Wilander
2bdab516b2 Merge pull request #2625 from mattermost/plt-2502
PLT-2502 Fxing some channel changing issues
2016-04-04 12:24:12 -04:00
Corey Hulen
578749d083 Merge pull request #2584 from hmhealey/plt2054
PLT-2054 Add DisplayName and Description fields for integrations
2016-04-04 08:15:13 -07:00
Christopher Speller
5f3111e880 Fxing some channel changing issues 2016-04-04 11:09:59 -04:00
Harrison Healey
ead8e64ccb Merge pull request #2610 from mattermost/plt-2490
PLT-2490, PLT-2452 Fixing signup flow. Better root redirect. Fixes back buttons.
2016-04-04 10:33:39 -04:00
Harrison Healey
cac5c0f0dd Improved handling of invalid incoming and outgoing webhooks 2016-04-04 09:50:01 -04:00
Harrison Healey
9fd7802af1 Added 'Created by...' line in integration list 2016-04-04 09:47:43 -04:00
Harrison Healey
441156b91e Added DisplayName and Description fields to both types of webhooks and slash commands 2016-04-04 09:45:02 -04:00
JoramWilander
0f3d62364b Properly display webhook username/icon in search results 2016-04-04 08:30:11 -04:00
Joram Wilander
785553384f Merge pull request #2320 from mozilla/msg-command
PLT-2231 /msg command and tests
2016-04-04 08:20:21 -04:00
Asaad Mahmood
d7f394a49b PLT-2395 - Improvements to backstage css 2016-04-04 08:19:27 -04:00
Joram Wilander
94ab36500f Merge pull request #2621 from asaadmahmoodspin/ui-improvements
PLT-2027- Improvements to about dialog
2016-04-04 08:13:27 -04:00
Harrison Healey
a427d61b33 Merge pull request #2602 from ZBoxApp/autolinker
Replace Autolinker in extractLinks with a pattern
2016-04-01 15:05:54 -04:00
Asaad Mahmood
371dbfff22 Adding modal changes back again 2016-04-01 23:17:56 +05:00
Asaad Mahmood
f4d24b57fe Adding the build date and the build hash 2016-04-01 23:11:27 +05:00
Harrison Healey
d9d6a0c783 Merge pull request #2614 from mattermost/plt-2388
PLT-2388 Visiting invalid URLs and bad APIs causes redirect to error page
2016-04-01 13:15:34 -04:00
Elias Nahum
9ec459526a Rename extractLinks to extractFirstLink 2016-04-01 14:08:02 -03:00
Christopher Speller
8adf8ac2eb Merge pull request #2611 from mattermost/mfa-typo
Fix typo preventing saving of MFA setting in system console
2016-04-01 12:05:25 -04:00
Christopher Speller
9241f799dd Merge pull request #2609 from mattermost/plt-2311
PLT-2311 Update tutorial channel names to reflect actual display names
2016-04-01 12:04:40 -04:00