summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
* Removed /shortcuts from mobile (#3753)David Lu2016-08-111-6/+11
|
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-1/+1
| | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-042-4/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added flagged posts functionality * UI Improvements to flags (#3697) * Added flag functionality for mobile * Updating flagged text (#3699) * Add back button to RHS thread when coming from flagged posts * Updating position of flags (#3708) * Plt 3506 - Reverting flag position (#3724) * Revert "Updating position of flags (#3708)" This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58. * Fixing the icon in search * Help text and white space improvements (#3730) * Updatng help text and some white spacing. * Updating help text
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-032-7/+60
| | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-4/+18
| | | | | | | | * PLT-3408 Changed serverside code to get the service's URL from config.json * PLT-3408 Changed most clientside code to use the SiteURL config setting instead of window.location * PLT-3408 Changed default SiteURL to be autodetected
* Fix console error when receiving a new message in the system console or on ↵Joram Wilander2016-07-281-2/+4
| | | | another team (#3688)
* Only get channels and posts on WebSocket connect if team is set (#3684)Joram Wilander2016-07-271-2/+4
|
* Fix RHS not closing when thread is deleted by another user (#3641)Joram Wilander2016-07-201-0/+5
|
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-197-9/+9
|
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-1/+26
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* made /shortcuts separate for mac (#3571)David Lu2016-07-141-0/+8
|
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-1/+55
| | | | | | | | | | | | | | | | | | | | | | * Cleaned up user_settings_theme.jsx and import_theme_modal.jsx * Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly * Moved user theme from model to preferences * Added serverside API to delete preferences TODO update package with client stuff * Changed constants.jsx so that Preferences and ActionTypes can be imported on their own * Updated ThemeProps migration code to properly rename solarized code themes * Fixed warnings thrown by AppDispatcher * Added clientside UI to support team-specific themes * Removed debugging code from test * Fixed setting a user's theme when they haven't set their theme before
* PLT-3153 Converted slash command triggers to lowercase on save (#3577)David Lu2016-07-141-1/+5
| | | | | | * Converted slash command triggers to lowercase on save * Made slash commands case insensitive
* PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵samogot2016-07-142-0/+64
| | | | messages indicator (squashed) (#3374)
* Fixes reading wrong websocket message property (#3580)Joram Wilander2016-07-131-1/+1
|
* Fixes javascript error with missing func (#3570)Corey Hulen2016-07-131-1/+0
|
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-122-116/+36
|
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-112-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-062-0/+24
| | | | | | | | | | | | | | * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver
* On receive of a comment that we don't have the thread for, acquire the ↵Joram Wilander2016-07-063-32/+77
| | | | thread (#3490)
* Do not clear the more direct messsages list on every open (#3485)Joram Wilander2016-07-052-5/+8
|
* PLT-3440 (#3440)Corey Hulen2016-06-291-2/+11
|
* Update permalink error message (#3427)Eric Sethna2016-06-281-1/+1
| | | | | | | | | | * Clarify permalink error message * Clarify permalink error message en.json * Update global_actions.jsx * Update en.json
* Adding webpack code splitting (#3377)Christopher Speller2016-06-224-4/+4
|
* Remove the unnecessary comma (#3351)Park Daesun2016-06-161-1/+1
| | | It is not error, but It is unnecessary
* Fixed DM channels not opening (#3336)David Lu2016-06-151-2/+13
|
* Fix channels showing up across teams when multiple teams open in same ↵Joram Wilander2016-06-151-1/+3
| | | | browser (#3329)
* Merge branch 'release-3.1'JoramWilander2016-06-131-2/+2
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * PLT-3203 Commenting on the RHS while in permalink view makes the message not ↵enahum2016-06-071-2/+2
| | | | | | | | show up in the RHS (#3282)
* | PLT-3221 Remove async call to get posts when creating a comment and editing ↵enahum2016-06-091-5/+13
|/ | | | | a post (#3300) PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
* PLT-3028 Added CTRL+/ to show shortcuts (#3181)David Lu2016-06-021-1/+6
| | | | | | * Added CTRL / to show shortcuts * Simplified code
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-10/+7
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-7/+10
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-10/+7
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Allow clearing direct messages across team based on channel view events (#3176)Joram Wilander2016-06-011-1/+1
|
* Add license expiry messages (#3153)Joram Wilander2016-05-301-1/+1
|
* Changed channel navigation (#3142)David Lu2016-05-271-0/+10
|
* Merge branch 'release-3.0'JoramWilander2016-05-271-2/+12
|
* Display error correctly on ldap to email claim page (#3129)Joram Wilander2016-05-271-0/+22
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-12/+6
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-6/+12
| | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-264-0/+790