Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gofmt | Derrick Anderson | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release-4.7' into rm-willnorris-proxy-support | Chris | 2018-02-12 | 1 | -0/+92 |
|\ | |||||
| * | Merge branch 'release-4.7' into icu669 | Derrick Anderson | 2018-02-12 | 1 | -0/+16 |
| |\ | |||||
| * | | Fixed typo in unit test | Harrison Healey | 2018-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | ICU-669 Handle relative links better | Harrison Healey | 2018-02-09 | 1 | -3/+15 |
| | | | |||||
| * | | ICU-669 Ensured all URLs returned from OpenGraph are absolute | Harrison Healey | 2018-02-08 | 1 | -0/+80 |
| | | | |||||
* | | | remove willnorris/imageproxy support | Christopher Brown | 2018-02-12 | 1 | -43/+9 |
| |/ |/| | |||||
* | | minor addition to #8238 | Christopher Brown | 2018-02-09 | 1 | -0/+6 |
| | | |||||
* | | Don't proxy same-site image urls (#8238) | Chris | 2018-02-09 | 1 | -0/+10 |
|/ | | | | | | * don't proxy same-site urls * fix empty site url case | ||||
* | fix image url replacement for blank urls (#8184) | Chris | 2018-02-01 | 1 | -0/+6 |
| | |||||
* | PLT-3383: image proxy support (#7991) | Chris | 2018-01-22 | 1 | -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) | Chris | 2017-12-05 | 1 | -0/+9 |
| | |||||
* | PLT-5458: If someone posts a channel link to channel_A that you don't belong ↵ | Chris | 2017-11-28 | 1 | -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) | Chris | 2017-10-31 | 1 | -6/+3 |
| | | | | | | * refactoring cfg refs and load / save functions * improve error output | ||||
* | Reduce utils.Cfg references (#7650) | Chris | 2017-10-18 | 1 | -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) | Chris | 2017-10-04 | 1 | -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) | Chris | 2017-09-12 | 1 | -14/+11 |
| | | | | | | | | * remove global app references * test fix * fix api4 test compilation | ||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -2/+2 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -11/+14 |
| | |||||
* | PLT-6403: Interactive messages (#7274) | Chris | 2017-08-29 | 1 | -1/+71 |
| | | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4 | ||||
* | PLT-6960 Only update post.EditAt when the message changes (#6840) | Harrison Healey | 2017-07-04 | 1 | -7/+33 |
| | |||||
* | PLT-6523: Don't crash when replying to a post whose poster has left the ↵ | George Goldberg | 2017-05-10 | 1 | -0/+44 |
channel. (#6388) |