summaryrefslogtreecommitdiffstats
path: root/store/sql_status_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-8/+8
|
* PLT-3921 Fix System Console Recent Active Users (#3856)enahum2016-09-061-0/+22
| | | * PLT-3921 System Console Recent Active Users
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-0/+1
|
* Fix status table upgrade (#3933)Joram Wilander2016-09-011-5/+0
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-0/+6
| | | | | | | | | | | | | | * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-3/+0
| | | | | | | | | | | | | | | | | | | | * PLT-3695 unitying upgrade support * PLT-3695 refactoring to use sql_upgrader * Fixing unit test * Adding 3.3 to 3.4 * Fixing upgrading * Seperating DB schema from version.go * Fixing upgrade cmd * Moving to const for exit codes * remving old unused code
* PLT-2408 Adds here mention for online users (#3619)Joram Wilander2016-07-211-1/+21
| | | | | | | | | | * Added @here mention that notifies online users * Fixed existing race condition that would sometime cause clients to miss mention count changes * Added missing localization strings * Prevent @here from mentioning the user who posted it
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-0/+166
* 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