Nextcloud bot
045106a01d
[tx-robot] updated from transifex
2017-12-15 15:09:13 +00:00
Ivan Sein
86b0f503fd
Merge pull request #525 from nextcloud/beta-release-2.9.0
...
Update version and changelog for 2.9.0 beta release.
2017-12-12 19:06:34 +01:00
Ivan Sein
c51214f131
Update version and changelog for 2.9.0 beta release.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-12-12 18:57:36 +01:00
Daniel Calviño Sánchez
aa2a9acff8
Merge pull request #524 from nextcloud/update-call-provider
...
Update contacts menu call provider.
2017-12-12 18:21:58 +01:00
Ivan Sein
ca65804fd2
Update contacts menu call provider.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-12-12 17:57:29 +01:00
Ivan Sein
700c9dd864
Merge pull request #502 from nextcloud/bugfix/noid/fix-room-messages-with-room-call-split
...
Adjust the room/call message while waiting for a call
2017-12-11 20:08:43 +01:00
Nextcloud bot
15272b3c0d
[tx-robot] updated from transifex
2017-12-10 01:30:01 +00:00
Daniel Calviño Sánchez
3b142369f5
Merge pull request #519 from nextcloud/fix-multiple-pullmessages-requests
...
Avoid multiple pull messages requests at the same time.
2017-12-07 20:59:03 +01:00
Ivan Sein
de73fa1e5f
Merge pull request #518 from nextcloud/fix-room-rename
...
Fix room rename.
2017-12-07 18:35:14 +01:00
Daniel Calviño Sánchez
7014a4d2ad
Fix removing the name of the room
...
The name of the room is removed by setting it to the empty string, but
the if condition was wrong and thus an empty string did not satisfy it.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-07 18:14:46 +01:00
Ivan Sein
c86300f65e
Fix room rename.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-12-07 18:14:46 +01:00
Ivan Sein
51f26f93b2
Avoid multiple pull messages requests at the same time.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-12-07 17:53:28 +01:00
Nextcloud bot
2150927a29
[tx-robot] updated from transifex
2017-12-06 01:30:25 +00:00
Ivan Sein
4ffd85fde1
Merge pull request #509 from nextcloud/remove-svg-shadows
...
Remove svg shadows
2017-12-05 10:59:09 +01:00
Ivan Sein
d51face33a
Merge pull request #516 from nextcloud/open-sidebar-automatically-when-joining-a-room
...
Open sidebar automatically when joining a room
2017-12-05 10:14:25 +01:00
Nextcloud bot
fa6fbf692f
[tx-robot] updated from transifex
2017-12-05 01:30:10 +00:00
Nextcloud bot
bba8a62d25
[tx-robot] updated from transifex
2017-12-04 01:29:59 +00:00
Nextcloud bot
63a5b761ab
[tx-robot] updated from transifex
2017-12-02 01:30:09 +00:00
Daniel Calviño Sánchez
9fd87806c2
Open sidebar automatically when joining a room
...
Below certain window width the sidebar starts overlapping with the
content area, so the sidebar is automatically open only if it will not
overlap with the content.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-01 20:31:25 +01:00
Ivan Sein
b6d8532f75
Merge pull request #515 from nextcloud/fix-sorting-of-chat-messages-with-same-timestamp
...
Fix sorting of chat messages with same timestamp
2017-12-01 19:40:33 +01:00
Ivan Sein
5659222354
Merge pull request #514 from nextcloud/fix-working-icon-position-when-sending-a-chat-message
...
Fix working icon position when sending a chat message
2017-12-01 19:21:37 +01:00
Ivan Sein
620750116c
Merge pull request #513 from nextcloud/fix-input-field-not-disabled-while-a-chat-message-is-being-sent
...
Fix input field not disabled while a chat message is being sent
2017-12-01 19:18:57 +01:00
Daniel Calviño Sánchez
0a882e04d2
Fix sorting of chat messages with same timestamp
...
The timestamp is in seconds, so when sent extremely fast two or more
messages can have the same timestamp. As a stable sorting algorithm is
used and the messages were sorted only by timestamp, when two or more
messages had the same timestamp the relative order between them was the
same as the one returned by the server. Due to this those messages were
sorted from newest to oldest between them, while the rest were sorted
from oldest to newest. The solution is to sort the models by their
reversed position in the set returned by the server.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-01 16:27:33 +01:00
Daniel Calviño Sánchez
081e3fab32
Show submit working icon at the same position as the submit confirm icon
...
The submit confirm icon is shown as the background image of an
absolutely positioned input element, so the CSS rules for the submit
working icon were modified to match those of the submit confirm icon.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-01 02:48:55 +01:00
Daniel Calviño Sánchez
96402de854
Fix input field not disabled while a chat message is being sent
...
The problem was caused by trying to disable the div using the "disabled"
property, which works only on real input fields; when using a content
editable div the way to disable it is by setting "contenteditable" to
"false".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-01 02:41:02 +01:00
Nextcloud bot
0871f19354
[tx-robot] updated from transifex
2017-12-01 01:30:04 +00:00
Nextcloud bot
94af7d7874
[tx-robot] updated from transifex
2017-11-30 01:32:01 +00:00
Joas Schilling
d3cdf41b97
Merge pull request #507 from nextcloud/make-possible-to-remove-tabs-from-the-right-sidebar
...
Make possible to remove tabs from the right sidebar
2017-11-29 12:40:51 +01:00
Nextcloud bot
ae0433d13d
[tx-robot] updated from transifex
2017-11-29 01:28:33 +00:00
Ivan Sein
7d64fd1e29
Merge pull request #511 from nextcloud/bugfix/noid/allow-apps-to-get-signaling-information
...
Allow apps to get the signaling information
2017-11-28 18:07:54 +01:00
Joas Schilling
5670fcb9ad
Allow apps to get the signaling information
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-28 17:50:38 +01:00
Ivan Sein
230191e048
Merge pull request #510 from nextcloud/bugfix/noid/fix-element-order-to-match-appstore-expectations
...
Fix element order to match appstore expectations
2017-11-28 12:20:56 +01:00
Joas Schilling
29af6c2605
Merge pull request #506 from nextcloud/generate_token_event
...
Allow other apps to override token generation.
2017-11-28 12:11:05 +01:00
Joas Schilling
42e34eaebd
Fix element order to match appstore expectations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-28 12:07:10 +01:00
Ivan Sein
dbc059870f
Changelog of 2.0.2.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2017-11-28 11:47:34 +01:00
Joas Schilling
ff8193de8f
Use the jQuery way to empty the element
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-28 10:50:46 +01:00
Marin Treselj
e48bea92e9
Update templates with new .icon-white and .icon-shadow classes
...
Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
2017-11-28 10:31:48 +01:00
Ivan Sein
f16d25e119
Merge pull request #508 from nextcloud/appinfo_cleanup
...
Remove duplicate entries from info.xml
2017-11-28 09:56:06 +01:00
Joachim Bauch
7edb83e031
Remove duplicate entries from info.xml
...
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-28 09:51:59 +01:00
Joachim Bauch
b16f12908a
Allow other apps to override token generation.
...
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2017-11-28 09:39:36 +01:00
Nextcloud bot
1cf46df757
[tx-robot] updated from transifex
2017-11-28 01:27:53 +00:00
Ivan Sein
cf121c949d
Merge pull request #505 from nextcloud/bugfix/noid/clearer-query-for-sqlite-issues
...
Fix SQLite random issues where you can only connect to the newest room
2017-11-27 14:43:25 +01:00
Joas Schilling
a9abd4486d
Fix SQLite issues where you can only connect to the newest room
...
The problem is, that SQLite does the LIMIT before the LEFT JOIN.
This means it would always take the latest room and then try to
match your session against it. However, we wanted to first match
the LEFT JOIN and then limit the result set to 1 row.
By changing the FROM to the participant table, we will always match
the correct participant (if there is one) and then left join the
room just like we intended to.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-27 14:33:00 +01:00
Nextcloud bot
38226fd08c
[tx-robot] updated from transifex
2017-11-27 01:27:33 +00:00
Nextcloud bot
1d02579d19
[tx-robot] updated from transifex
2017-11-25 01:29:01 +00:00
Nextcloud bot
7b67e8b93d
[tx-robot] updated from transifex
2017-11-24 01:27:42 +00:00
Joas Schilling
8028311ae5
Use a different icon when there is a call in progress and adjust the messages a bit
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-23 10:00:25 +01:00
Nextcloud bot
889297bf87
[tx-robot] updated from transifex
2017-11-23 01:27:58 +00:00
Joas Schilling
ff4298b1d8
Merge pull request #501 from nextcloud/give-audio-icons-shadow
...
Give audio-white and audio-off-white shadow via CSS
2017-11-22 15:09:50 +01:00
Joas Schilling
49288d746c
Adjust the room/call message while waiting for a call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-22 15:09:13 +01:00