Commit Graph

244 Commits

Author SHA1 Message Date
erroneousboat
1b3e192356 Fix received message handling and chat/thread focus
Reference #91
2019-10-05 10:54:01 +02:00
erroneousboat
d36cd2d125 Update issue template
Fixes #208
2019-09-21 13:42:16 +02:00
erroneousboat
69430590b1 Fix message presence in input component
Fixes #207
2019-09-21 13:39:23 +02:00
erroneousboat
f1d94f069a Remove refresh view on message send 2019-09-14 12:46:14 +02:00
erroneousboat
ecdcb6b34f Fix initial loading of threads
Reference #91
2019-09-14 12:34:53 +02:00
erroneousboat
40ca615ffc Merge branch 'threads-v2'
* threads-v2:
  Fix cursor position in threads pane
  Fix actionChangeThread to render Threads
  Make first channel item in thread selected channel
  Only redraw grid when threads are present
  Fix columns
  Remove debugging statements
  Add reply to thread functionality
  Make columns render correctly
  Test with loading replies in chat window
  Fix visible cursor
  Start with different threads setup
2019-09-14 10:47:12 +02:00
erroneousboat
cd8ed1ad33 Add templates 2019-09-08 12:20:03 +02:00
erroneousboat
b7cdf04a45 Fix cursor position in threads pane 2019-09-07 14:17:18 +02:00
erroneousboat
bf33833edc Fix actionChangeThread to render Threads
Reference #91
2019-09-07 14:12:13 +02:00
erroneousboat
279148fb0f Make first channel item in thread selected channel
Reference #91
2019-09-07 14:07:27 +02:00
erroneousboat
88b9bc32ff Only redraw grid when threads are present
Reference #91
2019-09-07 13:38:19 +02:00
erroneousboat
78b6ecbcec Fix columns 2019-06-29 12:24:51 +02:00
erroneousboat
d310753ab0 Remove debugging statements 2019-06-29 12:07:41 +02:00
erroneousboat
488ac60fdc Add reply to thread functionality 2019-06-29 12:07:41 +02:00
erroneousboat
c5e2d5d429 Make columns render correctly 2019-06-29 12:07:41 +02:00
erroneousboat
ddf904870c Test with loading replies in chat window 2019-06-29 12:07:41 +02:00
erroneousboat
fbf46ebcba Fix visible cursor 2019-06-29 12:05:39 +02:00
erroneousboat
74e9ac15b3 Start with different threads setup 2019-06-29 12:05:39 +02:00
erroneousboat
cfcf6469d6 Check for parent id when receiving replies
Reference #193
2019-06-15 12:45:01 +02:00
erroneousboat
c8f10dcc55 Fix help page 2019-05-29 10:21:51 +02:00
erroneousboat
0320f2877e Fix vendor build 2019-05-29 10:20:38 +02:00
erroneousboat
7a1b9c8a36 Add slash command support
Fixes #101
2019-05-26 12:05:52 +02:00
erroneousboat
10d54bb19c Use go modules
* Make use of go modules
* Update nlopes/slack module
2019-05-25 18:24:36 +02:00
erroneousboat
6e75095daa Create default config file when not present
Fixes #165
2019-05-18 13:01:01 +02:00
erroneousboat
3b88e203ff Add jump to notification for channels
Fixes #139
2019-05-18 12:40:33 +02:00
erroneousboat
bc11d9891a Rename event handling
Fixes #167
2019-05-18 12:16:27 +02:00
erroneousboat
9b9c8e993c Implement rate limited user presence resolver
Reference #167
2019-05-18 12:03:35 +02:00
erroneousboat
8475d8d63d Fix read mark for channels
Fixes #178
2019-05-11 12:20:52 +02:00
erroneousboat
609c37cdfe Fix username of bot 2019-05-11 11:47:39 +02:00
erroneousboat
9d5e850495 Add more information with integrations
Fixes #179
2019-05-11 11:31:08 +02:00
erroneousboat
3ea9a9f1f8 Add files to messages
Fixes #179
2019-05-11 10:57:23 +02:00
erroneousboat
25ee7822c3 Unescape message contents
Fixes #182
2019-05-11 10:23:21 +02:00
erroneousboat
112524daad Merge branch 'threads'
* threads:
  Update comment
  Update threads reply functionality
  Add reply to threads functionality
  Fix thread timestamp checking
  Fix pagination problem
  Update handling thread replies in event handler
  Update message event
  Implement new Message setup
  Start with thread support

Reference #91
2019-03-16 12:29:42 +01:00
erroneousboat
2434ba7c6f Update comment 2019-03-16 12:29:10 +01:00
erroneousboat
68d91ba7b3 Add initial check of unread messages for channels
Fixes #174
2019-03-02 16:33:33 +01:00
erroneousboat
ca9ebaae8e Set user presence at start up
Fixes #175
2019-03-02 15:50:41 +01:00
erroneousboat
dd34e3fbe8 Update threads reply functionality
* Use base62 for hashing of thread timestamps
* Use command /thread for replying to threads
2019-03-02 14:03:11 +01:00
erroneousboat
3075f7832a Add Dockerfile 2019-02-16 22:52:02 +01:00
erroneousboat
946a8ca086 Add reply to threads functionality 2019-02-16 22:45:36 +01:00
erroneousboat
56cad01ce0 Fix thread timestamp checking 2019-01-05 13:58:17 +01:00
erroneousboat
cb58a10f8b Fix pagination problem 2019-01-05 13:54:20 +01:00
erroneousboat
1ea85b40bc Merge branch 'master' into threads
* master:
  Increase page size for GetConversations
2018-12-25 15:57:38 +01:00
erroneousboat
c1365afd4e Update handling thread replies in event handler 2018-12-25 15:56:27 +01:00
erroneousboat
d7a3dc7a8c Update message event 2018-12-25 15:09:03 +01:00
erroneousboat
d2b1037568 Implement new Message setup 2018-12-24 14:37:12 +01:00
erroneousboat
652d4db11a Start with thread support 2018-12-22 12:33:30 +01:00
erroneousboat
66bb3ba76f Increase page size for GetConversations
Reference #167
2018-11-10 14:52:23 +01:00
erroneousboat
1860e5f08d Add CONTRIBUTING.md 2018-10-27 17:13:07 +02:00
erroneousboat
757850de77 Merge branch 'v0.4.1'
* v0.4.1: (26 commits)
  Update screenshot
  Update README.md
  Add some return errors
  Fix scrolling, fix help page
  Reset event.go
  Fix theme mapping
  Fix hide mpim
  Fix theme colors in view
  Fix searching
  Fix sorting of buckets
  Speed up presence discovery for im channels
  Trying out a sorting mechanism
  Fix user presence
  Add deleted user check
  Remove components dependency out of slack.go
  Start with conversations api
  Fix character width calculation in chat pane
  Add individual name colors
  Add optional emoji support
  Add optional date/time formatting
  ...
2018-10-27 15:34:28 +02:00
erroneousboat
7db97112fb Update screenshot 2018-10-27 15:24:45 +02:00