4916 Commits (fe440c972f9bf85136af8bfd5d9cc44ae76c3c30)

Author SHA1 Message Date
Timothée Jaussoin fe440c972f Add a proper flow when clicking on the Comment button on a Post card 1 month ago
Timothée Jaussoin c7d1a823d9 Fix comment publication and refresh 1 month ago
Timothée Jaussoin 3e100d3974 Fix comments retrieval, page 100 for now (need to be fixed later) 1 month ago
Timothée Jaussoin 1eeee45190 Reorganize the like/comment section under articles 1 month ago
Timothée Jaussoin a7b512460f Cleanup and refactor of the Posts and Stories events handling 1 month ago
Timothée Jaussoin bb922b927a Cleanup Pubsub Items code, remove outdated one 1 month ago
Timothée Jaussoin 38278d19fc Code cleanup 1 month ago
Timothée Jaussoin e7458559c6 Fix Story viewing 1 month ago
Timothée Jaussoin 470471f467 Escape properly URI parameters when making a Post URI and parsing it 1 month ago
Timothée Jaussoin 18b10eb075 Reset properly the contacts in SendTo 1 month ago
Timothée Jaussoin 11092a0a52 Fix image publication in Posts 1 month ago
Timothée Jaussoin 7f9d14074d Fix display of affiliations 1 month ago
Timothée Jaussoin 17c8f1b923 Allow multi-pick when sharing a Post with contacts 1 month ago
Timothée Jaussoin 3a91ef3207 Only put Explore on internal pages 1 month ago
Timothée Jaussoin 9df8985998 Fix fatal errors in some views 1 month ago
Timothée Jaussoin 68cd110b0f Fix Post sharing to contacts 1 month ago
Timothée Jaussoin b19d44aa93 Don't forget to save locally resolved posts when receiving a XMPP URI attachement in a chat message ;) 1 month ago
Timothée Jaussoin d02fa674a1 Fix error in MessageFile file name when sharing a Post 1 month ago
Timothée Jaussoin 55676809e0 Fix error in SendTo 1 month ago
Timothée Jaussoin 1c665c63a2 Fix Avatar change for Communities 1 month ago
Timothée Jaussoin 0a277ceaf9 Fix content_length resolution for URLs 1 month ago
Timothée Jaussoin df911b2eed Fix a fatal error in ChatActions 1 month ago
Timothée Jaussoin 57fe165d0f Refactor and cleanup the Url resolving flow and remove the EmbedLight object 1 month ago
Timothée Jaussoin e64ae8a983 Always unlink th base64 file in any cases when resolving the avatar 1 month ago
Timothée Jaussoin df94618528 Fix TestPost message publication and handling 1 month ago
Timothée Jaussoin b8d57eb4fb Load widgets correctly based on hasUpload and hasPubsub features 1 month ago
Timothée Jaussoin 427413f662 Use a file to pass the base64 data to prevent some heavy load on the AvatarHandler worker 2 months ago
Timothée Jaussoin e906033ceb Put back the Scheduler 2 months ago
Timothée Jaussoin 5f4c248072 Don't use the templater in CommunityData for now 2 months ago
Timothée Jaussoin 8856f41fe5 Add an AvatarHandler worker that is taking care of requesting and saving the Avatar and Banner URLs and base64 avatars 2 months ago
Timothée Jaussoin 707812dc2a Remove commented code 2 months ago
Timothée Jaussoin edf82d4f9c Make toast() a Base Widget helper, fixes the Templater RPC issue as well 2 months ago
Timothée Jaussoin 6fd2661905 Ensure that the Onboarding is only displayed once, fix the translations 2 months ago
Timothée Jaussoin aed30f6378 Fix Upload Dialog footer layout 2 months ago
Timothée Jaussoin 02fa804847 Improve the upload progress status, detect when the file is handled by the PHP and return the XMPP progress status 2 months ago
Timothée Jaussoin ca648dfa68 Fix errors when the daemon is not started 2 months ago
Timothée Jaussoin ee405fafe9 Update the ringtone 2 months ago
Timothée Jaussoin 59ab24cfdc Fix the Jingle call rejection (on both sides) 2 months ago
Timothée Jaussoin e3d7f2e5d7 Add the clear history action in the drawer actions 2 months ago
Timothée Jaussoin d1aec38c23 Request the MAMEarliest from the actual user 2 months ago
Timothée Jaussoin b41bd048f5 Add a pusher worker that is handling all the WebPush notifications 2 months ago
Timothée Jaussoin 03fbbd977f Use Github Flavored Markdown to support a more advanced Markdown format 2 months ago
Timothée Jaussoin 48898b3e74 Inject the Markdown content as a text node to escape XML characters automatically 2 months ago
Timothée Jaussoin 5f8128c0f3 Fix #1481 Handle pubsub_postpublish_errorpayloadtoobig events properly when the published post is above the XMPP server limit 2 months ago
Timothée Jaussoin 70f74900cb Don't list bridges in the suggestions when adding a chatroom 2 months ago
Jaussoin Timothée e1cfbb6d97
Handle XEP-0447: Stateless file sharing disposition attribute if present and use it to display inline attachments in the chat (#1474) 2 months ago
Timothée Jaussoin 29854aadd0 Remove the php-curl dependency 2 months ago
Timothée Jaussoin bbf81d8141 Fix and simplify the Comments publication flow, fix the comments list refresh on publish with the Templater 2 months ago
Timothée Jaussoin 13956bfa94 Enforce Packet parameters in all the Widgets 2 months ago
Timothée Jaussoin 9a9d111804 Refactor and cleanup the Post Comments related code 2 months ago