summaryrefslogtreecommitdiffstats
path: root/api4/post_test.go
Commit message (Expand)AuthorAgeFilesLines
* MM-12013: Fix post-permission checks to cascade for DM/GM channels. (#9476)George Goldberg2018-09-271-0/+25
* Fixing non elastic search paging. (#9471)Christopher Speller2018-09-271-0/+14
* Adding paging to elasticsearch API. (#9425)Christopher Speller2018-09-261-5/+33
* MM-11707: Change the default setting for EDIT_OTHERS_POSTS (#9447)Jesús Espino2018-09-241-2/+8
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-14/+15
* bug fix: after and before search flags should not be inclusive of the selecte...Dmitry Samuylov2018-08-291-3/+8
* Feature/search after before on (#9219)Dmitry Samuylov2018-08-281-2/+82
* MM-11782: Make archived channels experimental and off-by-default. (#9281)George Goldberg2018-08-221-0/+20
* Pr 9039 (#9187)Martin Kraft2018-07-301-1/+10
* Restore config after finisht the test case (#9085)Carlos Tadeu Panato Junior2018-07-111-0/+9
* Initial Commit of Ephemeral Message Support for System Admins (#8611)Daniel Schalla2018-04-171-0/+41
* Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-02-131-27/+2
|\
| * Eliminate utils.SetLicense calls (#8217)Chris2018-02-071-41/+2
* | XYZ-73: Removes EnableOnlyAdminIntegrations uses. (#8245)Martin Kraft2018-02-121-3/+0
* | AllowEditPost and PostEditTimeLimit migration (#8208)Jesús Espino2018-02-091-7/+0
* | XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-7/+0
|/
* Finally remove utils.Cfg (#8113)Chris2018-01-171-2/+2
* Role refactor (#7867)Chris2017-11-211-14/+14
* [PLT-840] Add option to outgoing webhooks to reply to the posted message as a...Carlos Tadeu Panato Junior2017-11-201-12/+53
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-311-4/+4
* simplify things (#7735)Chris2017-10-301-6/+6
* add model.NewX funcs for builtin types (#7692)Chris2017-10-231-6/+3
* [PLT-7362] Option to add user to channel if mentioned user is not currently i...Saturnino Abril2017-10-211-1/+77
* Reduce utils.Cfg references (#7650)Chris2017-10-181-15/+19
* PLT-7818 Updates to post type (#7579)Joram Wilander2017-10-091-3/+11
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-20/+20
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-17/+17
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-14/+14
* PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-0/+3
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-011-0/+55
* Revert " #4755 Combining consecutive user join/leave system messages to singl...Saturnino Abril2017-08-011-1/+1
* #4755 Combining consecutive user join/leave system messages to single messag...Debanshu Kundu2017-08-011-1/+1
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-1/+46
* [PLT-6676] Make OutgoingWebhook to fire when post has no text content but onl...Saturnino Abril2017-07-181-0/+156
* fix permission app error with updatePost (#6749)Saturnino Abril2017-06-261-0/+2
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-0/+34
* fix intermittent failure of TestGetPostsForChannel on CI server (#6702)Saturnino Abril2017-06-201-3/+5
* PLT-6761 fixing unit tests (#6671)Corey Hulen2017-06-191-8/+8
* [PTL-6301] debug randon failing test (#6161)Carlos Tadeu Panato Junior2017-05-151-1/+5
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-0/+181
* Fix blanking out of FileIds and backwards compatability issue with v3 (#5950)Joram Wilander2017-04-041-0/+13
* APIv4 POST /posts/{post_id/pin & unpin (#5906)Saturnino Abril2017-03-311-0/+70
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-311-0/+1
* APIv4 put /posts/{post_id}/patch (#5883)Saturnino Abril2017-03-291-0/+102
* Add query parameters to get posts v4 endpoint (#5858)Joram Wilander2017-03-241-4/+115
* Fxing some unit tests (#5817)Christopher Speller2017-03-201-4/+4
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-281-0/+69
* Implement GET /posts/{post_id}/files/info endpoint for APIv4 (#5519)Joram Wilander2017-02-241-0/+60