- 17 Oct, 2019 1 commit
-
-
Stelios Milidonis authored
-
- 16 Sep, 2019 1 commit
-
-
Mattermost authored
-
- 29 Aug, 2019 1 commit
-
-
Mattermost Build authored
-
- 28 Aug, 2019 1 commit
-
-
Mattermost Build authored
* MM-17643 Add the ability of keeping an oldest flag for posts chunks * Add oldest key for chunks to keep track if oldest posts in channel is loaded * MM-17869 Making a post in empty channel sometimes shows just loader * If the lastViewedAt is present and is less than the fist post then this issue arises * Fixing this by conisder oldest block into consideration
-
- 23 Aug, 2019 2 commits
-
-
Joram Wilander authored
-
Mattermost Build authored
* Channel loading state is determined by the chunks length * Dont filter or remove chunks if it is recent
-
- 20 Aug, 2019 1 commit
-
-
Christopher Poile authored
* * fixes batched posts not loading threads * Update src/actions/posts.js Co-Authored-By:
Jesse Hallam <jesse.hallam@gmail.com> * Update src/actions/posts.js Co-Authored-By:
Elias Nahum <nahumhbl@gmail.com> * * PR comments * * better tests * * nit * * PR comments (cherry picked from commit 490adb0a)
-
- 17 Aug, 2019 3 commits
-
-
Mattermost authored
-
Carlos Panato authored
This reverts commit a7ed0aae.
-
Mattermost authored
-
- 02 Aug, 2019 1 commit
-
-
Mattermost Build authored
-
- 29 Jul, 2019 2 commits
-
-
Mattermost Build authored
* filter archived teams out of my team membership selectors * Edit team selectors * Add membership for archived team in test * Make `delete_at` check more explicit
-
Mattermost Build authored
-
- 24 Jul, 2019 1 commit
-
-
Mattermost Build authored
MM-16922 Opening a permalink from last few messages of a channel has a loading indicator at the bottom (#885)
-
- 23 Jul, 2019 1 commit
-
-
Jesús Espino authored
This reverts commit 4cbb6162.
-
- 22 Jul, 2019 1 commit
-
-
Mattermost Build authored
* Adding guest permissions (#834) * Send guest email invites (#835) * Adding promote/demote actions to redux (#865) * Adding guest roles constants * Fixing small bug in getChannelsInTeam * Fixing lint errors
-
- 19 Jul, 2019 1 commit
-
-
Sudheer authored
-
- 16 Jul, 2019 3 commits
-
-
Miguel Alatzar authored
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by:
dependabot[bot] <support@github.com>
-
Maxim Zaks authored
-
- 09 Jul, 2019 2 commits
-
-
Sudheer authored
* Add getUnreadPosts (#574) * Add getUnreadPostsAction * Add getUnreadPosts API to client4 * Add selector makeGetPostsChunkAroundPost * Add util func getPostsChunkInChannelAroundTime * Mark recent true for chunks when dispatching based on post.next_post_id for unread API, posts after API * Keep empty blocks if there will be no blocks after merging * Change limit for onload unreads * Add a new util func getUnreadPostsChunk
-
krjn authored
-
- 08 Jul, 2019 1 commit
-
-
Christopher Speller authored
-
- 05 Jul, 2019 1 commit
-
-
Harrison Healey authored
-
- 04 Jul, 2019 2 commits
-
-
amyblais authored
-
Guillermo Vayá authored
* [MM-7854] revoke sessions for all users redux * [MM-7854] fix routes to match server * [MM-7854] remove userid from revoke action
-
- 03 Jul, 2019 1 commit
-
-
Michael Kochell authored
* add installPluginFromUrl API method * Remove unnecessary call to `batchActions()`
-
- 02 Jul, 2019 2 commits
-
-
jfrerich authored
* Add bot post counts per day * Add bot_post_counts_day test for mutation check
-
Harrison Healey authored
* MM-16477 Add websocket status to redux state * MM-16477 Add api to get users modified since a given time * MM-16477 Check for modified users on first connect * Disable checkForModifiedUsers when the server version is too old * Update unit tests * Update unit tests
-
- 26 Jun, 2019 1 commit
-
-
Martin Kraft authored
-
- 25 Jun, 2019 3 commits
-
-
Jason Blais authored
Unclarity from community on what this particular checklist item means https://community-release.mattermost.com/core/pl/cif78mhk1fn7ib71yiazobjper
-
Martin Kraft authored
-
Martin Kraft authored
-
- 24 Jun, 2019 2 commits
-
-
Harrison Healey authored
* MM-16480 Don't store incomplete channels * Fix unit test * MM-16480 Add extra protection to getMyFirstChannelForTeams * Fix flow
-
Martin Kraft authored
* MM-16504: Adds total count of groups associated to teams and channels. * MM-16504: Test fix.
-
- 23 Jun, 2019 1 commit
-
-
Martin Kraft authored
-
- 21 Jun, 2019 2 commits
-
-
Miguel de la Cruz authored
* [MM-13500] Add search group channels method to client * Add getProfilesInGroupChannels action and its endpoint * Remove getState from the dispatch call Co-Authored-By:
Joram Wilander <jwawilander@gmail.com>
-
Miguel de la Cruz authored
This commit modifies the `getSuggestionsSplitBy` method to generate suggestions with the split string prepended, so for example the term "user-test" that before was generating ["user-test", "test"], now will generate ["user-test", "-test", "test"] and will be able to match when autocompleting with `@-test`
-
- 19 Jun, 2019 1 commit
-
-
Sudheer authored
* When using since API we should be inserting any posts returned by the API based on the oldest Post in recent chunk
-
- 18 Jun, 2019 1 commit
-
-
Martin Kraft authored
* Bump release v5.6.0 * MM-16224: Action and cient method for new API endpoint. * MM-16224: Removes extra newline. * MM-16224: Revert something strange.
-