Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cache User Mentions | Joseph Donofry | 2019-08-09 | 1 | -8/+58 | |
| | | | | | | | | | Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit. | |||||
* | Fix linting issues | Joseph Donofry | 2019-08-06 | 1 | -5/+1 | |
| | ||||||
* | Cache user mentions | Joseph Donofry | 2019-08-05 | 1 | -0/+55 | |
| | ||||||
* | Fix some linting issues | Joseph Donofry | 2019-07-04 | 1 | -6/+7 | |
| | ||||||
* | Show room version in settings | Nicolas Werner | 2019-07-04 | 1 | -0/+64 | |
| | ||||||
* | Attempt to fix issue #19 by increasing the lmdb max_dbs setting. | Andrew Johnson | 2019-02-16 | 1 | -2/+2 | |
| | ||||||
* | Update user colors to use Cache vs Utils | redsky17 | 2019-01-26 | 1 | -0/+29 | |
| | | | | | | | User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed. | |||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 1 | -0/+52 | |
| | ||||||
* | Require login when the cache format changes (regression on #444) | Konstantinos Sideris | 2018-09-21 | 1 | -2/+2 | |
| | ||||||
* | Bump cache version due to incompatible changes | Konstantinos Sideris | 2018-09-16 | 1 | -1/+1 | |
| | ||||||
* | Ignore sessions that cannot be parsed | Konstantinos Sideris | 2018-09-16 | 1 | -1/+8 | |
| | ||||||
* | Implement import/export of megolm session keys (#358) | Konstantinos Sideris | 2018-09-15 | 1 | -7/+49 | |
| | ||||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -4/+51 | |
| | | | | fixes #313 | |||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -5/+5 | |
| | ||||||
* | Increase LMDB's map size (#413) | Konstantinos Sideris | 2018-08-29 | 1 | -1/+1 | |
| | ||||||
* | Add method to delete old messages periodically | Konstantinos Sideris | 2018-08-25 | 1 | -2/+66 | |
| | | | | fixes #413 | |||||
* | Reject key requests for users that are not members of the room | Konstantinos Sideris | 2018-07-22 | 1 | -0/+13 | |
| | ||||||
* | Fix variable shadowing on clang | Konstantinos Sideris | 2018-07-18 | 1 | -3/+3 | |
| | ||||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -0/+111 | |
| | ||||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+1785 | |