JC Brand
3d0435a755
Remove hack specific to the soon to be retired Slack XMPP gateway
2018-04-10 20:56:40 +02:00
JC Brand
eddc359a64
Fix height and padding for minimized chats toggle
2018-04-10 20:55:47 +02:00
JC Brand
9528d81c00
Move various MUC methods onto the Backbone.Model
...
To more cleanly separate views and models and to make MUC in headless
mode more viable.
Refs #1032
2018-04-10 18:59:02 +02:00
JC Brand
b0c22d983c
Rename inverse.html to fullscreen.html
2018-04-07 08:33:28 +02:00
JC Brand
c3275d91b3
No need for font-awesome. Fix path
2018-04-06 22:28:55 +02:00
JC Brand
9a19d6f446
Use local files to serve the fullscreen version
2018-04-06 22:26:32 +02:00
JC Brand
9a526d4194
Refactoring of the XEP-0085 Chat State Notifications code
...
* Distinguish between CSN messages and other types of messages
* Properly clear previous notifications
* Better handling of notifications from multiple users (in MUC)
* Rename methods to make clarify intent
2018-04-06 17:02:28 +02:00
JC Brand
e961fb5129
Update changelog and re-add CSS files
2018-04-06 10:01:27 +02:00
worlword
258029457f
Removed dist-files from pull request
2018-04-05 08:48:20 +02:00
worlword
7839f20846
fixed sendMessage for so that tests will work again
2018-04-05 08:45:58 +02:00
worlword
76d6b94703
changed testcase for toolbar. now expects 3 buttons instead of 2
2018-04-04 16:41:20 +02:00
worlword
83c0d42ecf
changed line-endings in converse-httpFileUpload.js
2018-04-04 16:03:44 +02:00
worlword
530e7f9d3f
fixed file-upload-button in MUC and added changes.md entry
2018-04-03 12:29:12 +02:00
worlword
b23712aec3
added httpFileUpload to converse.js
2018-04-03 11:20:57 +02:00
JC Brand
e31373a6ae
Fixes #1055 Wrong paths in build.js
2018-03-31 19:51:55 +02:00
ChaosKid42
fce9ee0db9
replace geoURIs (e.g. from Convesations) by links to openstreetmap ( #1054 )
...
* replace geoURIs by link to openstreetmap
* Added testcase
2018-03-31 18:29:01 +02:00
Richard Fairthorne
8504722172
utf-8 info in changes file.
2018-03-31 15:59:09 +02:00
Richard Fairthorne
6bbbe8a393
add utf-8 tag so minified build will load on all platforms
2018-03-31 15:59:09 +02:00
JC Brand
44a2f7807c
Hook in ar
and eu
locales and document.
2018-03-31 15:45:23 +02:00
JC Brand
6381128a5f
Test was failing due to file rename
2018-03-30 15:41:09 +02:00
JC Brand
b39429b229
Bump timeouts to try and avoid unnecessary test failures on Travis
2018-03-30 15:25:31 +02:00
Emmanuel Gil Peyrot
b765f31cec
Remove older PNG logos
2018-03-30 14:59:32 +02:00
Emmanuel Gil Peyrot
2267c8459d
Add rules to generate PNG logos
2018-03-30 14:59:32 +02:00
Emmanuel Gil Peyrot
8efcbeabb0
Fix make help’s unclosed strings
2018-03-30 14:59:32 +02:00
Emmanuel Gil Peyrot
b56e816ad9
Rename the transparent SVG file
2018-03-30 14:59:32 +02:00
Emmanuel Gil Peyrot
8295fd8391
Add a SVG file with a white background
2018-03-30 14:59:32 +02:00
Emmanuel Gil Peyrot
bd6baf8316
Simplify the SVG logo
2018-03-30 14:59:32 +02:00
JC Brand
c9ce440219
Regenerated pot, po and json files
2018-03-30 14:37:05 +02:00
JC Brand
fd4c181fb2
Use https for wikisuite.org
...
They don’t have an automated redirection, nor HSTS preload, so it is
better to directly point to the HTTPS version of their website.
Thanks to @linkmauve
2018-03-30 14:34:53 +02:00
JC Brand
a3b008111c
Merge remote-tracking branch 'remotes/weblate/master'
2018-03-30 14:24:08 +02:00
JC Brand
cd738735b4
Update Plone integration link to collective.converse
2018-03-30 14:23:40 +02:00
JC Brand
ebfd0a8f77
Move various funcitons related to MUC member lists to utils
...
and out of the MUC views plugin.
Refs #1032
2018-03-30 14:23:39 +02:00
JC Brand
06141b3212
Move methods from MUC view to model
...
* checkForReservedNick
* parseRoomFeatures
* sendConfiguration
Refs #1032
2018-03-30 14:23:39 +02:00
JC Brand
1cec976b5b
Don't build theme.css from sass
...
The theme is still bootstrap3 based and there isn't enough time
currently to redo on bootstrap4.
2018-03-30 14:23:39 +02:00
JC Brand
2705ec8193
Let the chatarea expand when the occupants sidebar is collapsed.
2018-03-30 14:23:39 +02:00
JC Brand
6a12a96e85
Fixes #1043 Parsing of bookmarks fail with missing nick element.
2018-03-30 14:23:39 +02:00
JC Brand
ce849aaffc
Fix failing tests
2018-03-30 14:23:39 +02:00
JC Brand
08ab2e5416
Regenerated dist files
2018-03-30 14:23:34 +02:00
JC Brand
d90416eae8
Add workaround for apparent Prosody bug
...
Details here: https://prosody.im/issues/1121
2018-03-30 14:22:53 +02:00
JC Brand
faaaa8139a
Properly remove ContactView from the overview
2018-03-30 14:22:53 +02:00
JC Brand
93a20ee4ee
Make sure removeFromRoster is called only once
2018-03-30 14:22:53 +02:00
JC Brand
b584f2efb3
Add a new config setting nickname
...
- for subscription requests
- when entering chat rooms
2018-03-30 14:22:53 +02:00
JC Brand
3354083934
Bugfix. Remove view for contact moved to different group
...
Otherwise the contact stays visible under "Pending Contacts" although
the subscription request has been accepted.
2018-03-30 14:22:53 +02:00
JC Brand
e8718ec3d3
Bugfix. Make sure group gets inserted
...
when it's created due to a new contact being added.
Was previously in the wrong place.
2018-03-30 14:22:52 +02:00
JC Brand
1029aae215
Write out map when calling create
2018-03-30 14:22:52 +02:00
JC Brand
c8f72b350b
Disable vcard plugin is use_vcard
is false
2018-03-30 14:22:52 +02:00
JC Brand
535fc7bc8d
Use strings for map keys
2018-03-30 14:22:52 +02:00
JC Brand
9799ecce10
Focus inputs inside modals
2018-03-30 14:22:52 +02:00
JC Brand
0173d28f48
Clear "add contact" form after submission.
2018-03-30 14:22:52 +02:00
JC Brand
b9cdf6b71f
Make sure relevant roster group gets inserted when a new contact gets added
...
by calling `sortAndPositionAllItems`.
Particularly relevant to the "Pending Contacts" group.
2018-03-30 14:22:52 +02:00