summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-6815 Do not disconnect websocket when joining a team (#6746)Joram Wilander2017-06-261-24/+17
| | | | | | * Do not disconnect websocket when joining a team * Fix eslint error
* Fix websocket URL when specifying port in the config (#6748)Joram Wilander2017-06-261-2/+5
|
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-2612-330/+353
|
* fix JS error when saving a custom theme vector (#6734)Saturnino Abril2017-06-231-10/+7
|
* PLT-3711: Add websocket event for emoji addition (#6211)VeraLyu2017-06-231-0/+13
| | | | | | | | | | | | * PLT-3711: Add websocket event for emoji addition * (SA) updated as per review This PR is edited directly to merge into master. * (SA) updated as per review This PR is edited directly to merge into master.
* PLT-6714: add /settings command (#6716)Chris2017-06-232-3/+24
| | | | | | * add /settings command * update receiver name
* Load current user after loading client config (#6648)Harrison Healey2017-06-231-44/+31
|
* PLT-6890 Fix various scrolling issues (#6727)Joram Wilander2017-06-231-0/+7
| | | | | | | | | | * Fix various scrolling issues * Move reaction scrolling to reaction list * Handle scrolling when RHS opens * Only run scroll update code when posts change
* Correctly pull threads when receiving a new post in a non-loaded thread (#6725)Joram Wilander2017-06-221-1/+1
|
* when a channel is update propagate the channel to everybody (#6677)Carlos Tadeu Panato Junior2017-06-211-0/+9
|
* PLT-4457 Added AtMention component to better render at mentions (#6563)Harrison Healey2017-06-201-0/+8
| | | | | | | | | | | | | | * Moved Utils.searchForTerm into an action * Added easier importing of index.jsx files * PLT-4457 Added AtMention component to better render at mentions * Fixed client unit tests * Fixed merge conflict * Fixed merge conflicts
* PLT-6885/PLT-6888 Fix custom emojis (#6694)Joram Wilander2017-06-201-17/+2
| | | | | | * Fix custom emojis * Fix custom emoji reactions
* Fix autocomplete and replying to flagged posts (#6690)Joram Wilander2017-06-202-17/+6
|
* Move integrations over to redux and v4 (#6679)Joram Wilander2017-06-194-110/+179
|
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-184-347/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* Fix scroll store typo and user action copy/paste errors (#6680)Joram Wilander2017-06-181-6/+10
|
* Move user actions over to use redux and v4 (#6649)Joram Wilander2017-06-152-206/+159
|
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-153/+149
| | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-1/+25
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* Properly filter in more channels search (#6513)Joram Wilander2017-06-021-1/+5
|
* Fix JS errors when receiving message when on no teams (#6533)Joram Wilander2017-06-012-33/+16
|
* PLT-6282 Make post list stay visible when post textbox height changes (#6323)Harrison Healey2017-05-231-0/+8
| | | | | | | | * PLT-6282 Changed post drafts to use an action when being stored * PLT-6282 Triggered post list to update scroll position when post draft changes * PLT-6282 Changed SuggestionBox to complete suggestions without an event
* Fix channels getting marked unread again on channel switch (#6390)Joram Wilander2017-05-111-1/+1
|
* Do not client predict status for current user (#6380)Joram Wilander2017-05-101-2/+6
|
* Show team in sidebar when joining through login (#6358)Joram Wilander2017-05-091-0/+23
|
* PLT-6518 Fixed user's locale not being loaded with redux actions (#6359)Harrison Healey2017-05-092-3/+16
| | | | | | | | * Stopped ManageLanguages component from mutating user * Removed obsolete reference to mm_user * PLT-6518 Fixed user's locale not being loaded with redux actions
* Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-091-0/+6
|
* Fix getting removed from channel or team (#6357)Joram Wilander2017-05-091-1/+19
|
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-042-4/+1
| | | | | | * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-1/+2
| | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
* Add back button to RHS threads from pinned posts (#6306)Joram Wilander2017-05-032-2/+3
|
* Improve perf for channel switching, fix team switching issues (#6286)Joram Wilander2017-05-021-2/+2
| | | | | | * Improve perf for channel switching, fix team switching issues * Fix last channel when switching teams
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-013-8/+10
| | | | | | * Remove unnecessary store emits * Drastically reduce number of emitted changes
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-285-294/+152
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Fix inactive users showing up in team members modal (#6260)Joram Wilander2017-04-281-4/+1
|
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-281-1/+1
|
* Add config setting to disable statuses (#6254)Joram Wilander2017-04-281-6/+2
|
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-271-5/+4
| | | | (#6213)
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-264-127/+102
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* Redux bug fixes (#6243)Joram Wilander2017-04-261-1/+1
| | | | | | | | * Fix save teams dispatch * Fix login when MFA is enabled but not active * Fix JS error caused by using deleted team member
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-259-399/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
* PLT-1384 Synced preferences over the websocket (#6108)Harrison Healey2017-04-202-1/+41
|
* PLT-6240: Remove own pinned post from RHS when removed from channel (#6098)VeraLyu2017-04-181-6/+2
| | | | | Dispatch REMOVE_POST event after successfully initiating delete post, others get informed by websocket event and will mark the msg as deleted but not delete from RHS.
* Merge branch 'release-3.8'Christopher Speller2017-04-174-25/+67
|\
| * PLT-6253: Handle demote self from Team Admin. (#6056)George Goldberg2017-04-101-0/+12
| |
| * Check if we need to add DM/GM to sidebar regardless of post sender (#6009)Joram Wilander2017-04-074-25/+50
| |
| * PLT-6238 Fix 404 error in system console (#6014)Harrison Healey2017-04-071-0/+5
| |
* | PLT-5863 Fixing double display of error message (#6104)Corey Hulen2017-04-171-2/+2
| |
* | Update global_actions.jsx (#5938)prixone2017-04-121-1/+1
| | | | | | Clicking @ should append @[username] to the search
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1215-16/+16
|/ | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots