summaryrefslogtreecommitdiffstats
path: root/app/post_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fix image url replacement for blank urls (#8184)Chris2018-02-011-0/+6
|
* PLT-3383: image proxy support (#7991)Chris2018-01-221-0/+81
| | | | | | | | | | | | * image proxy support * go vet fix, remove mistakenly added coverage file * fix test compile error * add validation to config settings and documentation to model functions * add message_source field to post
* fix post editing when channel links are present (#7938)Chris2017-12-051-0/+9
|
* PLT-5458: If someone posts a channel link to channel_A that you don't belong ↵Chris2017-11-281-0/+38
| | | | | | | | | | | | to, it doesn't render properly (#7833) * add channel link hints to post props * optimization * update regex, add unit test * fix rebase issue
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-6/+3
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* Reduce utils.Cfg references (#7650)Chris2017-10-181-2/+2
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-0/+3
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* Remove global app references (#7433)Chris2017-09-121-14/+11
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* app type transition (#7167)Chris2017-09-061-11/+14
|
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-1/+71
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* PLT-6960 Only update post.EditAt when the message changes (#6840)Harrison Healey2017-07-041-7/+33
|
* PLT-6523: Don't crash when replying to a post whose poster has left the ↵George Goldberg2017-05-101-0/+44
channel. (#6388)