summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-1/+2
| | | | | | | webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-021-19/+1
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-311-1/+1
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Improvments to typing messages (#5230)Christopher Speller2017-01-301-1/+3
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-301-1/+1
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Merge branch 'release-3.6'Christopher Speller2017-01-271-1/+7
|\
| * Add functionality for refetching latest data after computer wakes up (#5120)Joram Wilander2017-01-191-1/+7
| |
* | Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-275-1/+606
| |
* | #4967 Fixed issue of post not getting updated after edit, if the post was ↵Debanshu Kundu2017-01-251-8/+14
| | | | | | | | focused. (#5149)
* | Move instances of Client.resendVerification() in components to an action (#5169)Carlos Tadeu Panato Junior2017-01-241-0/+16
| |
* | Move instances of Client.resetPassword() in components to an action (#5167)Carlos Tadeu Panato Junior2017-01-241-0/+22
| |
* | Move instances of Client.verifyEmail() in components to an action (#5166)Carlos Tadeu Panato Junior2017-01-241-0/+17
| |
* | Move instances of Client.uploadFile() in components to an action (#5165)Carlos Tadeu Panato Junior2017-01-231-0/+26
| |
* | Move instances of Client.deleteChannel() in components to an action (#5164)Carlos Tadeu Panato Junior2017-01-231-0/+20
| |
* | Move instances of Client.inviteMembers() in components to an action (#5154)Saturnino Abril2017-01-231-0/+16
| |
* | Move instances of Client.updateUserNotifyProps() in components to an action ↵Saturnino Abril2017-01-231-0/+18
| | | | | | | | (#5156)
* | #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-201-0/+24
| | | | | | | | graph data from those links. (#4890)
* | Move instances of Client.leaveChannel() in components to an action (#5131)Carlos Tadeu Panato Junior2017-01-201-0/+27
| | | | | | | | | | | | * Move instances of Client.leaveChannel() in components to an action * create isFavoriteChannelId
* | Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-201-0/+16
| |
* | Move instances of Client.deletePost() in components to an action (#5129)Carlos Tadeu Panato Junior2017-01-191-0/+27
| |
* | Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-191-0/+18
| | | | | | | | action (#5132)
* | Move instances of Client.updateChannelPurpose() in components to an action ↵Carlos Tadeu Panato Junior2017-01-191-0/+19
| | | | | | | | (#5096)
* | PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-182-32/+75
| | | | | | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* | Move instances of Client.updateChannelHeader() in components to an action ↵Carlos Tadeu Panato Junior2017-01-171-0/+22
| | | | | | | | (#5098)
* | Fix lodaing missing messages after search bug (#5080)Joram Wilander2017-01-162-1/+3
| |
* | PLT-5134 removing the async sending from update user (#5078)Corey Hulen2017-01-161-2/+2
| |
* | PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-152-0/+111
| | | | | | | | | | | | | | | | | | | | | | This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.
* | GH-4907 Move Client.updatePost call into an action (#5045)Mika Andrianarijaona2017-01-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * move Client.updatePost into an action Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead fixes #4907 * move loadPost in updatePost callback * Add loadPosts call in updatePost action * Lint: remove trailing spaces
* | PLT-5238: Show error on execute invalid slash command. (#5057)George Goldberg2017-01-131-1/+8
| |
* | Merge branch 'release-3.6'Christopher Speller2017-01-121-2/+5
|\|
| * Reset unread counts for channels being switched to/away (#5037)Joram Wilander2017-01-101-0/+4
| |
| * Temporary fix for JS errors when logging out with non-english language (#4990)Joram Wilander2017-01-061-2/+1
| |
* | Move instances of Client.updatePassword() in components to an action (#4908) ↵AymaneKhouaji2017-01-101-0/+15
|/ | | | (#5021)
* Fixing errors on user updates (#4962)Christopher Speller2017-01-041-1/+2
|
* PLT-5109/PLT-5112 Fixed commented out unit tests (#4951)Harrison Healey2017-01-041-1/+0
| | | | | | | | * Removed note about unconfirmed race condition * Fixed unit tests in client_channel.test.jsx * Fixed updateActive unit test on client
* Fix console error when logging in with non-english language (#4941)Joram Wilander2017-01-031-8/+4
|
* Fix unread for your own message after logout (#4943)Joram Wilander2017-01-031-0/+1
|
* PLT-3960 Don't show (message deleted) placeholder to the user that deleted ↵khawerrind2017-01-031-0/+5
| | | | | | | | | | | | | | | | the message (#4839) * on post delete remove the whole post for the owner of the post while other user will still see post deleted message * now the deleter wont see the post while the other users will see deleted message * removed fromSocket check and now calling PostStore.removePost instead of PostStore.deletePost from view * fixed the bug which was causing to show message deleted until next action * added remove post from store to global action * moved removePostFromStore from global actions to post actions
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-9/+13
|
* Fix console errors when logging out (#4915)Joram Wilander2016-12-292-10/+10
|
* On channel switch, only pull statuses the client doesn't have yet (#4894)Joram Wilander2016-12-261-1/+5
|
* Fix error after leaving team (#4888)enahum2016-12-261-0/+1
|
* Fix team switch (#4851)enahum2016-12-222-12/+25
| | | | | | | | | | * Fix team switch * Fix channel switching by using BrowserStore * Fixes plt-5076 and plt-5068 * Updating styles for Teams sidebar (#4875)
* Remove new user event handling on client (#4822)Joram Wilander2016-12-221-24/+0
|
* #4697 Move Client.createChannel() in components to an action (#4855)Björn Roland2016-12-221-0/+36
| | | * #4697 Move instances of Client.createChannel() in components to an action
* #4695 Move instances of Client.updateTeamMemberRoles() in components to an ↵Björn Roland2016-12-221-0/+17
| | | | action (#4870)
* PLT-4431 Add post queuing to the webapp (#4800)Joram Wilander2016-12-211-0/+49
| | | | | | * Add post queuing to the webapp * Add more abstraction
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵Joram Wilander2016-12-214-4/+4
| | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes
* #4698 Move Client.updateActive() in components to an action (#4858)Björn Roland2016-12-211-0/+17
| | | | | | * #4698 Move instances of Client.updateActive() in components to an action * Use null for empty success function