Граф коммитов

6149 Коммитов

Автор SHA1 Сообщение Дата
Harrison Healey
bfc6e4e6b6 PLT-2619/PLT-2661 Removed line numbers from markdown code blocks (#2795)
* Changed .editorconfig to indent CSS files using spaces

* Removed line numbers from markdown code blocks and made them wrap when no language is specified
2016-04-25 08:25:16 -07:00
Harrison Healey
3f93aafbc6 Fixed LHS to close when changing channels (#2794) 2016-04-25 10:46:56 -04:00
Harrison Healey
2337fe236e Fixed external links to open in a new tab (#2793) 2016-04-25 10:46:34 -04:00
Christopher Speller
5f7675d2f7 Fixing some minor console errors (#2792) 2016-04-25 10:46:16 -04:00
Corey Hulen
0e65a4d883 Fixing route when team is missing (#2782) 2016-04-25 08:39:54 -04:00
Corey Hulen
1045948065 PLT-2272 fixing profile img on firefox. (#2786) 2016-04-25 08:39:25 -04:00
Corey Hulen
1daa0d6b3e PLT-2298 fixing ephemeral message for loadtests (#2788)
* PLT-2298 fixing ephemeral message for loadtests

* Fixing unit tests
2016-04-25 08:39:02 -04:00
Corey Hulen
a9cde2b0f9 PLT-2616 making dev mode javascript error red (#2787) 2016-04-25 08:38:41 -04:00
lfbrock
e3d70a4667 Update README.md (#2775)
* Update README.md

* Merge pull request #2776 from mattermost/mysql-postgres

Adding release date, MySQL and Postgres references

* Update README.md
2016-04-25 08:22:08 -04:00
Harrison Healey
d8df66c00c Fixed updating mention keys when a user's username changes (#2774) 2016-04-25 08:20:45 -04:00
Harrison Healey
f73daebb61 PLT-1236 Added special handling for markdown links within mattermost (#2763)
* Added special handling for markdown links within mattermost

* Moved application of .app__body class to route components
2016-04-22 11:52:44 -07:00
Christopher Speller
e80bf13f48 Re-enable enterprise tests 2016-04-22 08:37:02 -04:00
=Corey Hulen
f0be4a0985 Fixing posting bug 2016-04-21 23:06:20 -07:00
=Corey Hulen
4796d5edd8 Disabling enterprise unit tests 2016-04-21 22:57:14 -07:00
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
Joram Wilander
5b5d9c0eaf Only add Enterprise features to client config if enabled by license (#2768) 2016-04-21 07:38:14 -07:00
Christopher Speller
899ee09224 Adding option to display channels sanely (#2761) 2016-04-21 09:56:11 -04:00
Joram Wilander
cf1f3ba322 PLT-2561 Add commandline option to upload license file (#2757)
* Add commandline option to upload license file

* Remove unnecessary comment
2016-04-21 09:43:10 -04:00
olivierperes
94d5a79342 fix typos in French translation (#2754) 2016-04-20 14:35:44 -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
Rodrigo
4ab73d30b7 Added new pt translations (#2742) 2016-04-18 15:50:19 -04:00
Asaad Mahmood
72442cfca6 Minor UI Improvements (#2738) 2016-04-18 08:57:23 -07:00
Christopher Speller
08331e088b Removing docker files (#2724) 2016-04-18 10:36:33 -04:00
enahum
74e5161a4c PLT-2593: Fix logs being stored with user locale (#2722) 2016-04-17 17:32:20 -07:00
Joram Wilander
c6c3f1e478 Update client license etag to handle new features (#2716) 2016-04-15 08:48:14 -04:00
enahum
9243b8761a LDAP fields in spanish (#2719) 2016-04-14 20:04:33 -07:00
Asaad Mahmood
ec5ac746f0 Fixing icon on invite members modal (#2720) 2016-04-14 20:04:26 -07:00
Ryo ONODERA
874d44fd2d Fix admin console strings and translate more LDAP strings (#2714) 2016-04-14 10:09:31 -07: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
Ryo ONODERA
c801ce7cd7 Add Japanese translation for platform command and web interface (#2700)
* Add Japanese translation for platform command and web interface

* Fix typo in Japanese webapp translation on Pootle and regenerate JSON file
2016-04-13 16:29:46 -07:00
Harrison Healey
ac794bcc3b Fixed link formatting 2016-04-13 14:57:42 -04:00
Christopher Speller
7b504b6a9c Updating LDAP help text (#2704) 2016-04-13 14:38:01 -04:00
Christopher Speller
2628f45740 Locking webpack to a version (#2703) 2016-04-13 14:37:36 -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
Joram Wilander
a9bd9843d4 Lower case email before database queries (#2689) 2016-04-13 11:31:27 -07:00
Christopher Speller
158596deb8 Bumping version number 2016-04-13 11:43:28 -04:00
Asaad Mahmood
eff252062a Multiple UI changes (#2699)
* Adding the sidebar fix

* Fixing inner-wrap before outside the app

* PLT-2560 - Fixing userlist in system console

* Removing sidebar stuff
2016-04-13 11:11:50 -04: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
enahum
76c4bebf9f Add spanish missing locs and sort by id (#2694) 2016-04-13 08:22:18 -04:00
Joram Wilander
49ab8b2161 Add custom branding functionality (#2667) 2016-04-11 13:45:03 -04:00
Harrison Healey
5b96ad59c5 Add space before French notification text (#2684) 2016-04-11 10:43:42 -07:00
Rodrigo
774cd0bdb4 Portuguese added missing locs (#2681) 2016-04-11 10:43:29 -07:00
Harrison Healey
af6c85cb62 Added min/max height to edit post modal and allowed suggestion list to overflow (#2674) 2016-04-11 10:43:07 -07:00
Joram Wilander
2c9e184b8c Remove extra tracking data from api_channels requests (#2679) 2016-04-11 10:42:58 -07: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