Commit Graph

44 Commits

Author SHA1 Message Date
JoramWilander
4127c2b258 format channel_store to more closely match style guide and sort channels in channel store over sidebar 2015-08-11 12:14:58 -04:00
JoramWilander
1c0ee4d2f6 added getChannel api service and use that over getChannels where appropriate on client 2015-08-11 12:09:54 -04:00
Christopher Speller
4c7cdb20f0 Merge pull request #359 from hmhealey/mm1770
MM-1770 Add the ability to cancel in-progress file uploads
2015-08-11 12:08:08 -04:00
Christopher Speller
bffc37be13 Merge pull request #350 from nickago/MM-1684
MM-1684 Refactored code to remove errors on startup
2015-08-11 12:05:20 -04:00
hmhealey
17b05f705f Changed PostStore.getDraft/getCommentDraft to return an empty draft instead of null when no draft is found 2015-08-11 09:41:18 -04:00
hmhealey
20d755f3dd Changed post drafts to maintain a list of the names of uploading files instead of just a count 2015-08-10 14:04:22 -04:00
nickago
96fc2a4552 further cosmetic refactoring 2015-08-10 09:07:44 -07:00
nickago
1e40abbdea Removed vetigial argument and properly aligned post_store 2015-08-10 08:31:55 -07:00
nickago
ae744dcb53 Removed vestigial arguements from refactored code 2015-08-07 07:54:53 -07:00
nickago
e72d6e6d24 Cosmetic refactors, including variable name changes and splitting if statements 2015-08-06 11:47:52 -07:00
nickago
24b6c6587c fixed the spacing on UserStore 2015-08-06 11:44:13 -07:00
nickago
3815ab8065 Added keys to array-based elements and made getMe asynchronous 2015-08-06 11:44:13 -07:00
nickago
47cedd68d6 Removed all functionality required for removing used mentions from auto-complete 2015-08-05 14:43:40 -07:00
hmhealey
e2d77c28f1 Removed ^replying in preparation for 0.6.0 2015-07-30 15:21:35 -04:00
Christopher Speller
d5c5ae0939 Merge pull request #269 from rgarmsen2295/mm-1686
MM-1686 Access History and Active Sessions now load upon opening instead of at start
2015-07-29 12:55:57 -04:00
Reed Garmsen
8c14a16d01 Access History and Active Sessions are now lazy-loaded upon opening instead of loaded at start; added loading screens to Access History and Active Sessions 2015-07-29 09:34:13 -07:00
Reed Garmsen
91fa6c8da1 Removed usage of window.location.origin throughout the codebase 2015-07-27 13:32:14 -07:00
Corey Hulen
dc79707787 Merge pull request #194 from ralder/fix-command-box-css
[webui] fix command-list css
2015-07-22 19:19:27 -08:00
ralder
8476062d21 [webui] fix command-list css 2015-07-22 13:04:32 -07:00
Joram Wilander
89c7fa8a8e Merge pull request #228 from nickago/MM-1547
MM-1547 Added local cache storing of drafts for comments
2015-07-22 15:54:57 -04:00
Corey Hulen
beffcc0a3c Merge pull request #201 from hmhealey/mm1539
MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
2015-07-22 10:45:57 -08:00
nickago
ee25df7e55 Added message persistance on closing RHS/switching to another comment
thread. Similar to the center pane and channels, switching comment
threads won't delete entered but unsent text/media in the RHS
2015-07-22 08:48:37 -07:00
hmhealey
e32aee8977 Added events for when the active thread (ie the message thread that a user is responding to) changes 2015-07-21 11:17:18 -04:00
Christopher Speller
c6fb95912b Changing the way we mattermost handles URLs. team.domain.com becomes domain.com/team.
Renaming team.Name to team.DisplayName and team.Domain to team.Name.
So: team.Name -> url safe name. team.DisplayName -> nice name for users
2015-07-20 17:45:23 -04:00
hmhealey
e737ec3eb5 Allow Users to be notified using @all, @channel, and their first name when other notifications are disabled 2015-07-17 15:22:56 -04:00
hmhealey
079538d9e7 Use User.FirstName for notifications instead of trying to determine it from User.Nickname 2015-07-17 15:22:56 -04:00
hmhealey
1c7f0be268 Renamed all clientside references from full_name to nickname 2015-07-17 15:13:31 -04:00
ralder
56db6ad08c remove admin's ability to manage members of default channel (fixes #172) 2015-07-16 07:20:48 -07:00
ralder
6a559febc2 fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStore 2015-07-10 12:38:16 -07:00
Corey Hulen
5bb2acc996 Merge pull request #159 from rgarmsen2295/mm-1269b
MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
2015-07-10 11:26:35 -08:00
Corey Hulen
d124b9df10 Merge pull request #157 from rgarmsen2295/mm-1265
MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
2015-07-10 11:24:31 -08:00
Reed Garmsen
2a1cdc68c8 Better logic for checking if channel has loaded 2015-07-10 11:48:52 -07:00
ralder
34cc2fcd53 fix bugs for pr #150 MM-895 2015-07-10 04:36:16 -07:00
Reed Garmsen
56f369cfd1 Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet connectivity immediately after clearning yellow bar after user has typed 5 characters 2015-07-09 17:49:02 -07:00
Reed Garmsen
95a1540dff Leave result of _getMoreChannels unitialized if it does not yet exist in browser storage to know when list of more channels is loading vs when its empty 2015-07-09 16:25:57 -07:00
Asaad Mahmood
b61f653626 Merge branch 'master' of https://github.com/mattermost/platform 2015-07-09 21:00:29 +05:00
Christopher Speller
ce5639a629 Adding comments to change versions in sync 2015-07-08 12:43:23 -04:00
Christopher Speller
d5785ee901 Finishing centralization of BrowserStore 2015-07-08 12:38:14 -04:00
Christopher Speller
7f5ebb42b5 Modifying all storage to use session storage. Also adding an abstraction layer to add current user id as a prefix to most keys. 2015-07-08 09:55:24 -04:00
Reed Garmsen
91511281c5 Changed loading logic for retrieving more channels to allow for loading animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load 2015-07-07 13:10:11 -07:00
JoramWilander
f030476ff5 @all and @channel now highlight like other mentions 2015-06-30 09:06:10 -04:00
JoramWilander
4af08121e6 fix command comparator and team store 2015-06-18 12:13:56 -04:00
JoramWilander
308c4f3ce9 added team store, team settings menu, and the ability to turn on valet feature from client 2015-06-18 10:40:46 -04:00
=Corey Hulen
cf7a05f80f first commit 2015-06-14 23:53:32 -08:00