Timothée Jaussoin
d4746a4453
Implement full text search of Message bodies using the PostgreSQL tsvector and tssearch features
2 months ago
Timothée Jaussoin
e047206d72
Update the translations
3 months ago
Timothée Jaussoin
9a917813f8
Simplify a translation
3 months ago
Masked Witch
23c62ed1f2
refactor: attempt at more accessible language ( #1446 )
* refactor: attempt at more accessible language
I went through an swapped in terminology based on "Modern XMPP" and
discussions elsewhere. I'm not 100% sure where everything maps, so
this needs to be triple-checked.
* revert: changed "group chat" back to "chatroom" as the general muc term
---------
Co-authored-by: Masked Witch <maskedwitch@queer-spark.org>
3 months ago
Timothée Jaussoin
9837032d27
Multiparty Jingle
- Add support of XEP-0482: Call Invites
- Add support of XEP-0272: Multiparty Jingle
- Create Muji tables in the database
- Add Moxl Muji and Call Invites classes
- Refactoring to allow multiple Jingles at the same time
- Refactor the Jingle XMPP payload to use Packets
- Generalize the from parameter in all the Jingle events
- Create/delete dynamicaly the remote audio and video tags per Jingle session
- Initiate individual Jingle sessions in a MujiCall
- Refactor the presence handling to initiate properly the individual Jingle sessions
- Add adjustments to fit with Dino
- Move the audio/video toggle and screen sharing features to MovimJingles
- Handle properly Call Invite retractation
- Handle state where there is several Muji calls invites at the same time
- Add Ongoing Call in the title bar
- Handle mute/unmute in Muji calls
- Create new status messages to track the calls in the MUCs
- Complete DOAP
12 months ago
Timothée Jaussoin
741002adfe
Fix #1168 Don't trim the date when setting it, as we rely on the original string to compare it and remove it later
Fix a wrong whitespace
2 years ago
omahs
cc753673e8
fix typos
2 years ago
Timothée Jaussoin
ea363caf1d
Fix avatar refresh filter resolution in PresenceBufferSaver
Add a small Scheduler to spread the avatar query in time
2 years ago
Timothée Jaussoin
7490fd909f
Add a proper Community picker for the muc#roomconfig_pubsub configuration element
Redesign the header icon to quickly access to the linked MUC Community
3 years ago
Timothée Jaussoin
b26e7c3abd
Cleanup the Android related code
Translate the action button for Push Notifications
Update the dependencies
4 years ago
Timothée Jaussoin
6fd16c9033
Implement affiliations modification and ban/unban in Rooms
4 years ago
Timothée Jaussoin
13b6b202e5
Add a "copy to clipboard" button in Preview
5 years ago
Timothée Jaussoin
6c30e4f793
Add "More" button in Communities
5 years ago
Timothée Jaussoin
359ec5944d
Show the Upload limit in the Upload widget
5 years ago
Timothée Jaussoin
5baefe040b
Change a few icons
5 years ago
Timothée Jaussoin
41a10b2519
Add audio-only call in Movim
6 years ago
Timothée Jaussoin
c56bb77a58
Add a pod switcher item in the menu
Cleanup bottom nativation Android specific CSS
6 years ago
Timothée Jaussoin
0232e2218f
- Allow MUC room destruction
- Display owner and admins as gold and silver
6 years ago
Timothée Jaussoin
6f3f73a92a
Add the console client in the list of supported XMPP clients type
6 years ago
Timothée Jaussoin
2d9eff7d6f
Add a "reconnect" snackbar while reconnecting to the server
6 years ago
Timothée Jaussoin
52c693c8c6
Fix a fatal error on the Not Found page
Update the locales
7 years ago
Timothée Jaussoin
76a655fe21
Fix #737 , better wording for the message displayed to the users when Javascript is not enabled
7 years ago
Timothée Jaussoin
703f8c87a7
Add a label on Communities affiliations
7 years ago
Timothée Jaussoin
8b7858ac09
Fix lots of small typos (see PR #612 )
Update the translations
7 years ago
Timothée Jaussoin
7f3532a052
Fix a typo in the global description
7 years ago
Timothée Jaussoin
2eba6450b5
Slight redesign of the login page
8 years ago
Timothée Jaussoin
228b8d0c85
Remove gender, marital and the Skype/Twitter/Yahoo account info from Movim
Cleanup the translations
8 years ago
Timothée Jaussoin
5c8bb8dd4f
Rename Groups to Communities for the Node page
8 years ago
Timothée Jaussoin
5c030a427e
Fix translations
8 years ago
Timothée Jaussoin
7600a31b04
Fix an infinite redirect on Login when having SSL errors
Add Invitation URLs for MUC
8 years ago
Timothée Jaussoin
8beffb4318
Add support for MUC invitations in the MUC menu see #188
8 years ago
Timothée Jaussoin
fcf7136b71
Continue Briefs integration and cleanup
9 years ago
Jaussoin Timothée
266803f2a8
Add the Onboarding widget and ask for Notifications and Public
9 years ago
Timothée Jaussoin
7223caef0b
Do some works for #326
9 years ago
Jaussoin Timothée
b1dd3dc4e9
Refactor the commenting system
Add the Like button <3
Fix some CSS
9 years ago
Timothée Jaussoin
19507f2275
Small improvements for the Communities
Center properly the 3 colums
Improve the logo and bubbles rendering
Add link to public URL
Show more infos in CommunityData
9 years ago
Jaussoin Timothée
7a76c0289f
Rename the page group to community
Add publish page and fix Publish (and share feature)
Fix minor UI issues
Add NewsNav on more pages
Fix navigation
Cleanup old files and code
9 years ago
Timothée Jaussoin
d1576a61ff
First commit for the Community feature
9 years ago
Jaussoin Timothée
6c4bf1bfcf
Merge 3 translations in one using a parameter
9 years ago
Timothée Jaussoin
7fe4f4f93c
Change the call button in _contact.tpl
Change color/icon of the main button in Visio
Add "answer" feature + CSS animation
9 years ago
Timothée Jaussoin
d98e24d1b4
Improve navigation on mobile
9 years ago
Jaussoin Timothée
a4fae1f3db
Working implementation of the Reply feature of XEP-0277
9 years ago
Jaussoin Timothée
c62e68b1eb
Improve Groups logo display in Post and Group views
9 years ago
Timothée Jaussoin
a1fe629ca5
Handle better the empty Pubsub servers
9 years ago
Timothée Jaussoin
6fa5e07c50
Fix Avatar loading
9 years ago
Timothée Jaussoin
b88d233100
Huge cleanup and refactor of the MovimWebsocket class, behaviour and disconnection handling
9 years ago
Timothée Jaussoin
27bd516d2c
First shot for the search widget
10 years ago
Timothée Jaussoin
6f62b05a8d
Fix and cleanup some locales
10 years ago
Timothée Jaussoin
3ce1a53e62
Change the configuration page and tune a bit the sidebar
10 years ago
Jaussoin Timothée
531ea62826
Implement tag support in posts and new "Tag" public page
10 years ago