Saturnino Abril
b832985f1d
MM-11210 Add "GET /posts/unread" API to support landing on the last unread post ( #11486 )
...
* [MM-11210] Add API GET 'api/v4/channels/{channel_id:[A-Za-z0-9]+}/posts/unread' for scrolling overhaul (#9108 )
* Add API GET 'api/v4/channels/{channel_id:[A-Za-z0-9]+}/posts/unread'
* add constants
* refactor GetPostSince and added more tests
* move constants to app package
* [MM-11528 && MM-11583] Add userId to in the "posts/unread" path and update test with time delay to fix intermittent failure (#9229 )
* add userId to in the "posts/unread" path and update test with time delay to fix intermittent failure
* add limit before and after to query
* remove time delay on test and put pretermined value of Post.CreateAt
* Fix conflict
* [MM-11876] Add cursor to posts list such as next_post_id and previous_post_id (#9707 )
* add cursor to posts list such as next_post_id and previous_post_id
add publish previous_post_id on WEBSOCKET_EVENT_POSTED and only get next or previous post IDs if necessary
revert change on adding previous_post_id in WEBSOCKET_EVENT_POSTED
add missing strings import
fix merge conflicts
* update per comment
* update per feedback
* corrected the logic in getting the next and previous post ID
* fix logic to determine next and post IDs, and rename function to have suffix of "Time"
* rearrange logics and add mote tests
* fix merge conflict
* fix missing message when using unread API (#10233 )
* MM-15569 Fixes failing test on TestGetPostsForChannelAroundLastUnread (#11039 )
* Fix missing posts when getting posts since
* revert changes to GetPostsSince
* migrate Post.GetPostAfterTime and Post.GetPostBeforeTime to sync by default
* revert change to cacheItem
* Fix post ID validation, build query on squirrel and only return post ID as necessary
2019-07-04 02:53:04 +05:30
..
2019-04-29 16:56:56 +02:00
2019-07-03 13:16:26 +02:00
2019-04-29 16:56:56 +02:00
2019-05-24 20:22:13 +02:00
2019-04-15 22:53:52 +02:00
2018-01-31 09:49:15 -08:00
2019-06-11 15:09:00 -04:00
2019-02-14 13:52:11 -04:00
2019-06-26 16:20:02 +02:00
2018-05-16 13:43:22 -04:00
2018-03-07 12:36:40 -06:00
2018-05-16 13:43:22 -04:00
2018-12-17 08:51:46 -08:00
2019-02-14 13:52:11 -04:00
2018-11-28 11:11:41 -05:00
2018-05-16 13:43:22 -04:00
2019-06-24 12:03:29 +02:00
2019-06-13 13:36:13 +02:00
2019-06-14 08:20:49 -07:00
2018-10-15 15:46:26 +01:00
2019-06-26 09:39:43 +02:00
2019-07-01 11:19:44 -04:00
2019-02-14 13:52:11 -04:00
2019-04-24 12:36:56 +02:00
2019-07-01 22:28:46 +01:00
2019-01-15 09:09:25 -08:00
2019-04-23 09:33:42 -04:00
2019-04-12 18:00:57 +01:00
2019-04-23 09:33:42 -04:00
2019-04-12 18:00:57 +01:00
2019-04-23 09:33:42 -04:00
2019-06-18 10:44:29 +01:00
2019-06-18 10:44:29 +01:00
2017-09-14 13:01:44 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-05-29 09:54:56 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-02-14 13:52:11 -04:00
2019-04-23 09:33:42 -04:00
2019-02-14 13:52:11 -04:00
2019-05-17 12:43:19 +01:00
2019-04-23 09:33:42 -04:00
2019-06-20 15:21:36 +02:00
2019-02-14 13:52:11 -04:00
2019-04-23 09:33:42 -04:00
2019-05-27 10:21:49 -04:00
2019-04-23 09:33:42 -04:00
2019-06-20 17:16:36 -04:00
2019-06-20 17:16:36 -04:00
2019-04-23 09:33:42 -04:00
2019-06-20 15:21:36 +02:00
2019-04-23 09:33:42 -04:00
2019-06-20 15:21:36 +02:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-02-14 13:52:11 -04:00
2019-05-17 12:43:19 +01:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-04-23 09:33:42 -04:00
2019-03-04 15:27:59 +01:00
2019-05-06 18:12:41 +02:00
2019-04-24 11:50:25 +01:00
2019-05-21 18:22:27 +02:00
2019-06-18 14:43:08 +01:00
2017-10-02 12:43:21 +01:00
2019-07-03 12:28:51 -04:00
2019-07-03 12:28:51 -04:00
2018-09-24 12:52:29 +05:30
2019-06-28 14:41:50 +02:00
2019-06-26 09:19:48 +02:00
2019-06-26 09:13:09 -03:00
2019-06-26 09:13:09 -03:00
2019-07-02 22:26:08 +02:00
2019-04-10 06:04:07 -04:00
2019-04-30 20:36:21 +02:00
2019-06-20 11:01:49 -04:00
2019-06-28 12:40:09 +02:00
2019-05-15 22:07:03 +02:00
2019-05-15 22:07:03 +02:00
2019-05-30 10:44:33 -04:00
2019-06-28 07:31:32 -04:00
2019-07-02 17:18:04 +02:00
2019-06-14 19:06:30 +02:00
2019-06-26 10:41:45 +02:00
2019-06-26 10:41:45 +02:00
2019-06-14 19:06:30 +02:00
2019-04-30 20:36:21 +02:00
2019-04-30 20:36:21 +02:00
2019-04-30 20:36:21 +02:00
2019-05-16 22:04:58 +02:00
2019-05-30 14:43:45 +02:00
2019-06-19 10:27:09 +02:00
2019-06-15 17:55:06 +02:00
2019-06-15 17:55:06 +02:00
2019-05-10 11:47:21 -04:00
2019-03-26 10:32:59 +00:00
2019-06-26 10:41:45 +02:00
2019-02-14 13:52:11 -04:00
2019-07-03 11:12:33 -04:00
2019-04-23 09:33:42 -04:00
2019-05-21 18:22:27 +02:00
2019-02-14 13:52:11 -04:00
2019-05-15 22:07:03 +02:00
2019-04-23 12:20:19 -04:00
2019-06-26 15:48:20 +01:00
2019-06-15 15:44:11 +02:00
2019-06-25 11:13:39 +01:00
2019-06-26 16:06:41 +05:30
2019-06-26 16:06:41 +05:30
2018-11-28 10:58:12 +00:00
2019-05-21 10:57:26 -07:00
2019-05-13 07:53:46 -07:00
2019-04-12 18:00:57 +01:00
2019-05-21 18:22:27 +02:00
2019-05-21 18:22:27 +02:00
2019-06-20 22:52:24 +02:00
2019-05-15 22:07:03 +02:00
2019-05-16 12:32:13 +02:00
2019-02-14 13:52:11 -04:00
2019-01-09 17:07:08 -05:00
2018-12-05 10:46:08 -08:00
2019-02-14 13:52:11 -04:00
2019-05-30 14:43:45 +02:00
2019-06-25 17:44:08 -04:00
2019-04-23 10:35:17 -07:00
2019-05-24 20:22:13 +02:00
2018-11-20 08:52:51 -05:00
2019-04-23 10:35:17 -07:00
2019-06-13 11:52:50 -07:00
2019-06-13 17:32:36 -04:00
2019-07-04 02:53:04 +05:30
2019-06-13 17:32:36 -04:00
2019-07-04 02:53:04 +05:30
2019-06-11 10:51:55 +02:00
2019-06-24 12:03:29 +02:00
2019-05-24 20:22:13 +02:00
2019-06-17 15:39:14 +03:00
2019-05-17 12:03:04 -03:00
2019-03-06 15:06:45 -05:00
2019-07-02 22:06:03 +02:00
2019-07-02 19:16:14 +02:00
2019-04-30 20:36:21 +02:00
2018-12-17 08:51:46 -08:00
2019-04-23 09:33:42 -04:00
2019-07-03 12:28:51 -04:00
2019-07-01 22:28:46 +01:00
2019-07-01 22:28:46 +01:00
2019-02-14 13:52:11 -04:00
2019-06-27 09:37:03 -04:00
2019-06-04 17:11:29 -04:00
2019-06-21 08:32:13 +02:00
2019-02-14 13:52:11 -04:00
2019-07-03 08:35:39 -04:00
2019-02-27 14:06:56 -05:00
2019-02-27 14:06:56 -05:00
2019-06-28 07:31:32 -04:00
2019-04-27 07:22:12 +08:00
2019-06-26 16:06:41 +05:30
2019-07-02 22:41:17 +02:00
2019-07-02 16:22:20 +02:00
2018-05-09 12:25:03 -04:00
2018-10-15 20:01:35 +01:00
2019-02-14 13:52:11 -04:00
2019-07-02 16:22:20 +02:00
2019-06-26 16:06:41 +05:30
2019-06-27 09:37:03 -04:00
2019-07-03 09:05:09 -04:00
2019-02-14 13:52:11 -04:00
2019-06-26 16:20:02 +02:00
2019-04-23 09:33:42 -04:00
2019-04-29 16:56:56 +02:00
2019-02-14 13:52:11 -04:00
2019-06-20 15:21:36 +02:00
2018-11-07 10:20:07 -08:00