aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+1
2016-05-24show regitration failed try again later in UIDaniel Gultsch1-1/+4
2016-05-22show first unread message on top after reinitDaniel Gultsch1-0/+15
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-19also save form elements in disco storageDaniel Gultsch1-2/+56
2016-05-19don't NPE on rare race condition while fetching MAMDaniel Gultsch1-0/+9
2016-05-17improved ordering of muc participantsDaniel Gultsch1-2/+23
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-8/+4
2016-05-17offer offline members to be invited againDaniel Gultsch1-2/+16
2016-05-16change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch1-3/+5
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-45/+129
2016-05-15use the same typo in both saving disco and reading discoDaniel Gultsch1-1/+2
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch1-1/+1
2016-05-13don't show duplicate status message in contact detailsDaniel Gultsch1-3/+3
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-13show presence of other resources as templateDaniel Gultsch3-0/+35
2016-05-12make omemo default when all resources support itDaniel Gultsch3-14/+36
2016-05-10always show download button when link is encryptedDaniel Gultsch1-5/+1
2016-05-10report host-account as account state in UIDaniel Gultsch1-1/+4
2016-05-05report bind failure as account stateDaniel Gultsch1-1/+4
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-2/+2
2016-05-03fixed presence template dedup for 'online' statusDaniel Gultsch1-1/+2
2016-04-27removed unused config variablesDaniel Gultsch2-6/+2
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch1-0/+1
2016-04-23show status messages in contact detailsDaniel Gultsch1-0/+14
2016-04-22expert setting to manually change presenceDaniel Gultsch6-50/+132
2016-04-14always notify by default in conferencesDaniel Gultsch1-1/+1
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-0/+4
2016-03-31add methods to check max file size for http uploadDaniel Gultsch2-1/+18
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-31include form fields into caps hash calculationDaniel Gultsch1-2/+17
2016-03-31made setting aes keys in DownloadableFile more readableDaniel Gultsch1-12/+8
2016-03-13simplified getUsers(max) codeDaniel Gultsch1-11/+2
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-3/+15
2016-03-04add a few more know file extensionsDaniel Gultsch2-6/+9
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch1-9/+63
2016-02-29use correct jid when leaving a conference. fixes #1732Daniel Gultsch1-1/+1
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch2-8/+23
2016-02-28made hashtable in roster store jids instead of stringsDaniel Gultsch1-9/+7
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch3-5/+31
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-3/+7
2016-02-23reset pending subscription request when receiving roster updateDaniel Gultsch1-0/+2
2016-02-23Retry decryption from message menufiaxh1-0/+1
2016-02-23made presences object final in contactDaniel Gultsch1-5/+1
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-15/+19
2016-02-21some mucs may grant voice to visitors in unmoderated roomsDaniel Gultsch1-1/+3
2016-02-19never parse show in presences as offlineDaniel Gultsch1-11/+15
2016-02-17only offer message correction for the very last messageDaniel Gultsch2-4/+26