| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Merge branch 'master' into omemo-trust-ui | Samuel Hand | 2018-07-07 | 56 | -832/+1095 |
| |\ \ \ \ |
|
| * | | | | | More database migration, update defaults and indexes | Samuel Hand | 2018-07-06 | 4 | -11/+15 |
| * | | | | | Add a toggle switch for key management | Samuel Hand | 2018-07-04 | 3 | -3/+51 |
| * | | | | | Fix a bug where notifications wouldn't display upon a new device being added | Samuel Hand | 2018-07-04 | 1 | -2/+2 |
| * | | | | | More cleanup and database modifications | Marvin W | 2018-06-26 | 13 | -56/+176 |
| * | | | | | Database migration and code cleanup | Samuel Hand | 2018-06-19 | 5 | -82/+46 |
| * | | | | | Disable debug mode for the omemo plugin | Samuel Hand | 2018-06-11 | 1 | -1/+1 |
| * | | | | | Add trust management utilities to the omemo plugin | Samuel Hand | 2018-06-11 | 12 | -48/+539 |
| * | | | | | Properly handle the case where the recipients device list hasn't been fetched | Samuel Hand | 2018-06-08 | 1 | -2/+2 |
| * | | | | | remove bundle requests so session creation doesn't fail | Samuel Hand | 2018-06-03 | 1 | -0/+1 |
* | | | | | | Fix hide/show correct ContentItems | fiaxh | 2018-11-09 | 1 | -6/+17 |
* | | | | | | Use ContentItems for NotificationEvents | fiaxh | 2018-11-07 | 4 | -23/+51 |
* | | | | | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> Conversati... | fiaxh | 2018-11-04 | 9 | -154/+119 |
* | | | | | | fixup 1e54a44 | fiaxh | 2018-11-02 | 2 | -6/+10 |
* | | | | | | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 6 | -16/+42 |
* | | | | | | Fix messages never being notified from servers without MAM (#432) | PapsOu | 2018-10-24 | 1 | -1/+2 |
* | | | | | | Update translations | Translations | 2018-10-23 | 66 | -1163/+2099 |
* | | | | | | Display bold/italic/monospace message formating, improve message-to-markup pa... | fiaxh | 2018-10-23 | 2 | -35/+58 |
* | | | | | | Use Account's equals_func for Gee.List<Account> | fiaxh | 2018-09-21 | 1 | -1/+1 |
* | | | | | | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 10 | -234/+94 |
* | | | | | | Fix runtime criticals | fiaxh | 2018-09-16 | 2 | -10/+19 |
* | | | | | | Notification on TLS error/wrong password, log TLS cert issues, don't make acc... | fiaxh | 2018-09-15 | 5 | -11/+34 |
* | | | | | | Fix presence subscription notification displaying | fiaxh | 2018-09-12 | 1 | -0/+9 |
* | | | | | | Remove newlines from displayed MUC topics | fiaxh | 2018-09-12 | 1 | -1/+4 |
* | | | | | | Update translations | Translations | 2018-09-07 | 61 | -867/+3274 |
* | | | | | | Fix property with custom get+set to not have a default value (compiler error ... | fiaxh | 2018-09-04 | 2 | -2/+1 |
* | | | | | | Fix parsing of multiple --(enable|disable)-plugin options (#350) | Alexander Krotov | 2018-09-03 | 1 | -2/+2 |
* | | | | | | Fix sent messages sometimes being displayed twice | fiaxh | 2018-09-02 | 3 | -8/+5 |
* | | | | | | Render avatar to image surface | Marvin W | 2018-09-01 | 1 | -14/+43 |
* | | | | | | Initial implementation of SCRAM-SHA-1 | Marvin W | 2018-09-01 | 3 | -50/+161 |
* | | | | | | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 6 | -50/+97 |
* | | | | | | Merge pull request #415 from bobufa/message-search | fiaxh | 2018-08-31 | 52 | -823/+2145 |
|\ \ \ \ \ \ |
|
| * | | | | | | rename content db table -> content_item | bobufa | 2018-08-13 | 2 | -4/+4 |
| * | | | | | | sort file transfers into correct conversation | bobufa | 2018-08-13 | 4 | -12/+15 |
| * | | | | | | fix non-adjacent messages being shown before/after hit | bobufa | 2018-08-13 | 1 | -12/+19 |
| * | | | | | | add suggestions/auto-complete for search filters | bobufa | 2018-08-13 | 8 | -130/+410 |
| * | | | | | | fix closing sidebar on click outside | bobufa | 2018-08-13 | 1 | -2/+3 |
| * | | | | | | add button that scrolls to the bottom of the conversation | bobufa | 2018-08-13 | 3 | -11/+56 |
| * | | | | | | fix wrong conversation being prefilled | bobufa | 2018-08-13 | 1 | -3/+3 |
| * | | | | | | fix message filter in conversation view for first message | bobufa | 2018-08-13 | 1 | -8/+13 |
| * | | | | | | filter out messages outside the range of displayed messages | bobufa | 2018-08-13 | 1 | -11/+23 |
| * | | | | | | hide search bar when clicking outside of it, only reset search entry on conve... | bobufa | 2018-08-13 | 3 | -37/+39 |
| * | | | | | | improve sidebar UI | bobufa | 2018-08-13 | 12 | -121/+341 |
| * | | | | | | add search filter expressions | bobufa | 2018-08-13 | 3 | -19/+81 |
| * | | | | | | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 10 | -276/+330 |
| * | | | | | | initial search logic / display | bobufa | 2018-08-13 | 11 | -13/+281 |
| * | | | | | | ui: search sidebar initial | bobufa | 2018-08-13 | 15 | -79/+161 |
| * | | | | | | qlite: add basic (outer) join functionality | bobufa | 2018-08-13 | 4 | -55/+118 |
| * | | | | | | load+display later messages when scrolling down | bobufa | 2018-08-13 | 6 | -67/+147 |
| * | | | | | | fix local_time field of message and file_transfer being loaded from time db c... | bobufa | 2018-08-13 | 2 | -2/+2 |