Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
530e7f9d
Commit
530e7f9d
authored
Apr 03, 2018
by
worlword
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed file-upload-button in MUC and added changes.md entry
parent
b23712ae
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
961 additions
and
538 deletions
+961
-538
CHANGES.md
CHANGES.md
+7
-0
dist/converse.js
dist/converse.js
+952
-538
src/converse-muc-views.js
src/converse-muc-views.js
+2
-0
No files found.
CHANGES.md
View file @
530e7f9d
# Changelog
## Http-File-Upload
## New Features
-
files can now be send via http-file-upload (XEP-0363)
-
mp4 and mp3 files will now be playable directly in chat.
## 4.0.0 (Unreleased)
## UI changes
...
...
dist/converse.js
View file @
530e7f9d
This diff is collapsed.
Click to expand it.
src/converse-muc-views.js
View file @
530e7f9d
...
...
@@ -412,6 +412,8 @@
'
click .toggle-smiley ul.emoji-picker li
'
:
'
insertEmoji
'
,
'
click .toggle-clear
'
:
'
clearChatRoomMessages
'
,
'
click .toggle-call
'
:
'
toggleCall
'
,
'
click .toggle-fileUpload
'
:
'
toggleFileUpload
'
,
'
change .fileUpload_input
'
:
'
handleFileSelect
'
,
'
click .toggle-occupants
'
:
'
toggleOccupants
'
,
'
click .new-msgs-indicator
'
:
'
viewUnreadMessages
'
,
'
click .occupant
'
:
'
onOccupantClicked
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment