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

50 Коммитов

Автор 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
Corey Hulen
a9cde2b0f9 PLT-2616 making dev mode javascript error red (#2787) 2016-04-25 08:38:41 -04: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
Christopher Speller
899ee09224 Adding option to display channels sanely (#2761) 2016-04-21 09:56:11 -04:00
Asaad Mahmood
72442cfca6 Minor UI Improvements (#2738) 2016-04-18 08:57:23 -07:00
Asaad Mahmood
ec5ac746f0 Fixing icon on invite members modal (#2720) 2016-04-14 20:04:26 -07:00
Asaad Mahmood
c3c49e49b4 Minor Ui Improvements (#2713) 2016-04-14 09:24:58 -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
Joram Wilander
49ab8b2161 Add custom branding functionality (#2667) 2016-04-11 13:45:03 -04: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
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
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
Asaad Mahmood
32bc97f855 Multiple UI Improvements
* Multiple UI Improvements

* Adding app_body behind missing classes
2016-04-06 11:19:55 -07: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
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
Harrison Healey
15c7ff8aec Merge pull request #2627 from mozilla/smooth-mobile-sidebar-transition
Smooth overlay transition when opening sidebar
2016-04-04 13:48:39 -04:00
Alan Mooiman
1c06ceca10 Smooth overlay transition when opening sidebar 2016-04-04 11:32:15 -04:00
Harrison Healey
74daec08ce Fixed integration list actions getting squished by webhooks with long names 2016-04-04 10:06:39 -04:00
Harrison Healey
9fd7802af1 Added 'Created by...' line in integration list 2016-04-04 09:47:43 -04:00
Asaad Mahmood
d7f394a49b PLT-2395 - Improvements to backstage css 2016-04-04 08:19:27 -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
Christopher Speller
7ecd23bb6c Revert "PLT-2027- Improvements to about dialog" 2016-04-01 12:02:14 -04:00
Asaad Mahmood
c51484332c PLT-2027- Improvements to about dialog 2016-04-01 17:57:21 +05:00
Asaad Mahmood
c67bcba3ae Improvements to preview textarea and about modal 2016-03-31 17:55:26 +05:00
Asaad Mahmood
18c29e9ab2 Multiple UI Improvements 2016-03-30 20:16:10 +05:00
Harrison Healey
4cc7b29c92 Merge pull request #2574 from asaadmahmoodspin/ui-improvements
PLT-2296 - Adding back button to main create team page
2016-03-30 10:10:44 -04:00
Christopher Speller
2ab4581d5e Merge pull request #2561 from hmhealey/plt1736
PLT-1736 Initial Backstage Work
2016-03-30 10:05:26 -04:00
Asaad Mahmood
4ee417db3d Adding back button to main create team page 2016-03-30 18:32:24 +05:00
Christopher Speller
55ce37be4e Moving from scss vendors folder to NPM. 2016-03-29 16:41:11 -04:00
Harrison Healey
dcdea9f30b Added AddIntegration page 2016-03-29 15:18:26 -04:00
Harrison Healey
c417fdc152 Added initial backstage components and InstalledIntegrations page 2016-03-29 15:18:26 -04:00
Asaad Mahmood
501eef0385 Additional UI improvements 2016-03-29 17:55:30 +05:00
Asaad Mahmood
31750305aa Multiple UI Improvements 2016-03-28 22:03:18 +05:00
Asaad Mahmood
d64c75ae4a Multiple UI Improvements 2016-03-24 18:12:57 +05:00
Christopher Speller
6285ec44bb Merge pull request #2494 from hmhealey/plt2190
PLT-2190 Switched Textbox to use a TextareaAutosize and removed custom resizing code
2016-03-23 16:21:27 -04:00
Asaad Mahmood
e60f6f3b13 Multiple UI improvements 2016-03-23 18:16:41 +05:00
Harrison Healey
4e3eb2bb18 Added SpinnerButton component to handle buttons that are also spinners 2016-03-22 10:03:17 -04:00
Harrison Healey
f134df04b0 Switched Textbox to use a TextareaAutosize and removed custom resizing code 2016-03-21 09:49:29 -04:00
=Corey Hulen
5273559ca1 Fixing merge 2016-03-17 09:51:45 -07:00
Rodrigo Corsi
529513606b Created component CodePreview 2016-03-17 12:47:07 -03:00
Asaad Mahmood
1139bfe4b5 Updating sidebar 2016-03-17 07:36:53 +05:00
=Corey Hulen
b9d5b4e5dc merging files 2016-03-16 18:13:16 -07:00
Asaad Mahmood
f600b1dc2b Updating asss lint stuff with other scss improvements 2016-03-17 05:42:38 +05:00
Christopher Speller
12896bd23e Converting to Webpack. Stage 1. 2016-03-16 18:02:55 -04:00