- Aug 20, 2019
-
-
Eric Eastwood authored
-
- Aug 14, 2019
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Fix favourite drag box highlight in dark theme Closes #1525 See merge request gitlab-org/gitter/webapp!1561
-
Tomas Vik authored
-
Tomas Vik authored
Remove mixpanel See merge request gitlab-org/gitter/webapp!1541
-
Tomas Vik authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/1525 Preivously, it was just using the normal light theme color
-
- Aug 12, 2019
-
-
Eric Eastwood authored
-
- Aug 11, 2019
-
-
Eric Eastwood authored
Remove old left-menu code Closes #2195 See merge request gitlab-org/gitter/webapp!1553
-
- Aug 08, 2019
-
-
- Aug 07, 2019
-
-
Tomas Vik authored
-
Tomas Vik authored
Move jest unit tests to production folders (test/public-js to public/js) See merge request gitlab-org/gitter/webapp!1554
-
Tomas Vik authored
- test helpers now live in `./__test__` so they are not mixed up with production and unit test files - eslint config changed for the public/js folder
-
Tomas Vik authored
-
Tomas Vik authored
- no bluebird - async await - using fsPromises
-
Tomas Vik authored
-
Tomas Vik authored
Use VuexApiRequest for the left menu search See merge request gitlab-org/gitter/webapp!1557
-
Tomas Vik authored
-
Tomas Vik authored
19.60.0
-
- Aug 06, 2019
-
-
Tomas Vik authored
-
Tomas Vik authored
Loading child messages when opening the TMF See merge request gitlab-org/gitter/webapp!1545
-
Tomas Vik authored
Purpose of this MR is to be able to load child messages when opening TMF. ### What has been done: - covered the `chatService` with more tests - converted `findChatMessagesForTroupe` to `async-await` - covered the `apiClient` with some tests - new function `chatService.findThreadChatMessages` - exposing the child messages on `/api/v1/rooms/{roomId}/chatMessages/{parentId}/thread` - fetching child messages upon opening TMF - [x] style Loading and error messages - [x] ~~log error if there is one during loading child messages~~ (done by `apiClient`) - [x] if we proceed with using the `VuexApiRequest`: - write tests - in a separate MR: convert the left menu code to use it - [x] make sure that integration of `VuexApiRequest` with the store is tested
-
Tomas Vik authored
-
Tomas Vik authored
-
Tomas Vik authored
Update dependency useragent to v2.3.0 See merge request gitlab-org/gitter/webapp!1523
-
-
- Aug 02, 2019
-
-
Eric Eastwood authored
-
Eric Eastwood authored
Provide helpful link to community creation docs for repo maintainers that are new to Gitter - Mergable version of !1549 See merge request gitlab-org/gitter/webapp!1550
-
Eric Eastwood authored
-
Eric Eastwood authored
Fix room switching not working in IE11 Closes #2231 See merge request gitlab-org/gitter/webapp!1551
-
Eric Eastwood authored
-
Eric Eastwood authored
Remove unused/orphaned files from public/ (dead code) See merge request gitlab-org/gitter/webapp!1552
-
Eric Eastwood authored
https://github.com/latentflip/webpack-unused npm run webpack -- --config public/js/webpack.config.js --json | webpack-unused -s public ./public\js\collections\chat-search.js ./public\js\collections\equals.js ./public\js\components\notify.js ./public\js\components\oauth.js ./public\js\components\web-notifications.js ./public\js\utils\base64.js ./public\js\utils\ensure-pojo.js ./public\js\utils\locale.js ./public\js\utils\mailto-gen.js ./public\js\utils\text-filter.js + ./public\js\utils\user-sort.js ./public\js\views\menu\old\orgCollectionView.js ./public\js\vue\entry-server.js ./public\js\vue\left-menu\index.js ./public\js\vue\store\actions.js ./public\js\vue\store\getters.js ./public\js\vue\store\index.js ./public\js\vue\store\mutation-types.js ./public\js\vue\store\mutations.js ./public\js\vue\store\state.js ./public\js\vue\thread-message-feed\index.js ./public\js\vue\thread-message-feed\store\index.js ./public\js\webpack.base.config.js ./public\js\webpack.config.js ./public\js\webpack.server.config.js ./public\repo\keymaster\keymaster.js ./public\repo\mocha\mocha.js ./public\repo\mutant\mutant.js
-
Eric Eastwood authored
-
Eric Eastwood authored
Fix "Chat privately" in user popover not changing left-menu room highlight Closes #2229 See merge request gitlab-org/gitter/webapp!1547
-
Eric Eastwood authored
-
-