Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'master' into omemo-muc | Samuel Hand | 2018-07-30 | 1 | -0/+4 | |
| |\ \ \ | ||||||
| * | | | | More cleanup and database modifications | Marvin W | 2018-06-26 | 2 | -0/+20 | |
| | | | | | ||||||
| * | | | | Add trust management utilities to the omemo plugin | Samuel Hand | 2018-06-11 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | Fix hide/show correct ContentItems | fiaxh | 2018-11-09 | 1 | -6/+17 | |
| | | | | | ||||||
* | | | | | Use ContentItems for NotificationEvents | fiaxh | 2018-11-07 | 2 | -18/+30 | |
| | | | | | ||||||
* | | | | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ↵ | fiaxh | 2018-11-04 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | ConversationRow | |||||
* | | | | | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | Fix messages never being notified from servers without MAM (#432) | PapsOu | 2018-10-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Comment a return that stop every notifications to be trigger when an account is not synced * Do a correct check if MAM capability is available for the message to notify | |||||
* | | | | | Use Account's equals_func for Gee.List<Account> | fiaxh | 2018-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | fixes #407 | |||||
* | | | | | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | Fix runtime criticals | fiaxh | 2018-09-16 | 2 | -10/+19 | |
| | | | | | ||||||
* | | | | | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵ | fiaxh | 2018-09-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | account with connection error appear disabled in accounts dialog | |||||
* | | | | | Fix property with custom get+set to not have a default value (compiler error ↵ | fiaxh | 2018-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with vala 0.41) Fix encryption icon not being shown right away | |||||
* | | | | | Fix sent messages sometimes being displayed twice | fiaxh | 2018-09-02 | 1 | -4/+1 | |
| | | | | | ||||||
* | | | | | Initial implementation of SCRAM-SHA-1 | Marvin W | 2018-09-01 | 2 | -4/+4 | |
| | | | | | ||||||
* | | | | | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 4 | -48/+84 | |
| | | | | | ||||||
* | | | | | Merge pull request #415 from bobufa/message-search | fiaxh | 2018-08-31 | 12 | -84/+694 | |
|\ \ \ \ \ | | | | | | | | | | | | | Message search | |||||
| * | | | | | rename content db table -> content_item | bobufa | 2018-08-13 | 2 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | sort file transfers into correct conversation | bobufa | 2018-08-13 | 3 | -11/+14 | |
| | | | | | | ||||||
| * | | | | | 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 | 1 | -4/+155 | |
| | | | | | | ||||||
| * | | | | | improve sidebar UI | bobufa | 2018-08-13 | 3 | -14/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | |||||
| * | | | | | add search filter expressions | bobufa | 2018-08-13 | 1 | -17/+68 | |
| | | | | | | ||||||
| * | | | | | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 7 | -255/+306 | |
| | | | | | | ||||||
| * | | | | | initial search logic / display | bobufa | 2018-08-13 | 4 | -0/+57 | |
| | | | | | | ||||||
| * | | | | | load+display later messages when scrolling down | bobufa | 2018-08-13 | 4 | -32/+60 | |
| | | | | | | ||||||
| * | | | | | fix local_time field of message and file_transfer being loaded from time db ↵ | bobufa | 2018-08-13 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | column | |||||
| * | | | | | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 8 | -60/+302 | |
| | | | | | | ||||||
| * | | | | | enable fts for the body of messages | bobufa | 2018-08-13 | 1 | -1/+5 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Fix display names for MUCs w/o localpart | fiaxh | 2018-08-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | In-Band Registration | fiaxh | 2018-08-22 | 3 | -0/+44 | |
|/ / / / | ||||||
* | | / | Fix MUC messages from others being marked as read | fiaxh | 2018-08-06 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Support MUC avatars | fiaxh | 2018-07-31 | 1 | -5/+14 | |
| |/ |/| | ||||||
* | | Fire signal on subscription approval | fiaxh | 2018-07-30 | 1 | -0/+4 | |
|/ | ||||||
* | Fix empty display names, fix update contact roster name | fiaxh | 2018-05-10 | 1 | -3/+3 | |
| | ||||||
* | small fixes | fiaxh | 2018-04-17 | 1 | -19/+32 | |
| | ||||||
* | Do not mark messages as read if they are only marked as received | Thibaut Girka | 2018-03-22 | 1 | -0/+1 | |
| | ||||||
* | Small connection fixes | fiaxh | 2018-03-10 | 3 | -43/+37 | |
| | ||||||
* | Only assume UUID to be unique for one counterpart+account when deduplicating | fiaxh | 2018-03-10 | 2 | -7/+17 | |
| | ||||||
* | Recognize own MUC messages from other device | fiaxh | 2018-03-10 | 2 | -8/+16 | |
| | ||||||
* | Handle multiple chat state notifications per bare jid | fiaxh | 2018-03-10 | 2 | -11/+22 | |
| | | | | fixes #117 | |||||
* | Only notify on last MAM message, only if not read | fiaxh | 2018-03-06 | 5 | -23/+68 | |
| | | | | fixes #293 | |||||
* | Move notification sounds (canberra dependency) into plugin, introduce ↵ | fiaxh | 2018-03-05 | 5 | -14/+55 | |
| | | | | libdino/NotificationEvents | |||||
* | Implement notification sounds | Rahix | 2018-02-17 | 2 | -0/+14 | |
| | | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on. | |||||
* | Small fixes | fiaxh | 2018-01-30 | 3 | -4/+4 | |
| | ||||||
* | Make slack workarounds use in-pipeline | fiaxh | 2018-01-28 | 1 | -18/+29 | |
| | ||||||
* | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 3 | -6/+12 | |
| | | | | include and use pgp embedded file names | |||||
* | Visually highlight mentions in MUCs | fiaxh | 2018-01-28 | 3 | -11/+17 | |
| | | | | fixes #267 | |||||
* | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 5 | -79/+220 | |
| | ||||||
* | Small fixes to MucManager | Marvin W | 2018-01-28 | 1 | -4/+9 | |
| |