Граф коммитов

3203 Коммитов

Автор SHA1 Сообщение Дата
Ivan Sein 5640ed21f1
Merge pull request #1482 from nextcloud/show-autocompletion-as-soon-as-at-is-typed
Show autocompletion as soon as "@" is typed
2019-01-28 13:48:53 +01:00
Daniel Calviño Sánchez 9b91037303 Show autocompletion as soon as "@" is typed
In order to show the autocompletion it was needed to type at least
another character after "@", so only the mentions that matched that
character were shown. Now the autocompletion is shown as soon as "@" is
typed, which shows all the possible mentions in the room.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-28 13:17:55 +01:00
Joas Schilling 8f62d861ea
Merge pull request #1480 from nextcloud/fix-submit-button-in-public-share-auth-page
Fix submit button in public share authentication page
2019-01-28 13:10:06 +01:00
Daniel Calviño Sánchez 1aabd39ce3 Fix submit button not hidden in public share auth page
While a message is being sent the submit button in the chat view is
hidden by setting the "hidden" CSS class to it. However, in "guest.css"
an explicit "display" property is set for submit buttons; this rule is
more specific than the generic rule for ".hidden" elements, and thus
overrides it, causing the submit button to be shown even when the
"hidden" CSS class is set. Therefore, an explicit rule is needed to set
"display: none" for hidden submit buttons.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-28 11:10:03 +01:00
Daniel Calviño Sánchez 219a6eb446 Fix vertical position of submit button in public share auth page
The submit button in the chat view is positioned using its "bottom"
property to align it with the bottom of the new message form even when
there are several lines and the form grows vertically.
"publicshareauth.css" (core) sets the "top" property of submit buttons,
which causes the submit button in the chat view to be aligned to the top
of the new message form, and thus needs to be overriden.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-28 11:09:11 +01:00
Ivan Sein f00030192b
Merge pull request #1471 from nextcloud/bugfix/noid/fix-autocomplete-on-darktheme
Fix autocomplete on darktheme
2019-01-25 09:49:56 +01:00
Joas Schilling 0826d7c28b
Fix autocomplete on darktheme
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24 21:04:35 +01:00
Ivan Sein e574f11443
Merge pull request #1467 from nextcloud/fix-page-title-not-updated-when-room-name-is-updated
Fix page title not updated when room name is updated
2019-01-24 13:52:13 +01:00
Daniel Calviño Sánchez b9abc867c2 Reset page title when current room is left
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-24 12:28:20 +01:00
Daniel Calviño Sánchez 3730268991 Update page title when room name is updated
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-24 12:20:05 +01:00
Joas Schilling 1e70a00178
Merge pull request #1465 from nextcloud/bugfix/noid/fix-signaling-servers-without-trailing-slash
Make sure there is always a trailing slash
2019-01-24 12:15:33 +01:00
Joas Schilling 24f568ed05
Make sure there is always a trailing slash
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24 11:12:53 +01:00
Nextcloud bot 25b0e0251a
[tx-robot] updated from transifex 2019-01-24 01:37:54 +00:00
Joas Schilling 2715546fbb
Merge pull request #1461 from nextcloud/bugfix/noid/always-use-white-icons
Always use white icons on the avatar-alike-placeholders
2019-01-23 16:23:42 +01:00
Joas Schilling 1ca9cdeb23
Merge pull request #1410 from nextcloud/add-global-content-security-policy-for-signaling-servers
Add global Content Security Policy for signaling servers
2019-01-23 13:58:00 +01:00
Joas Schilling 56bb099eef
Always use white icons on the avatar-alike-placeholders
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-23 13:51:32 +01:00
Joas Schilling 7cd75d80c1
Also add the stun and turn servers to the CSP
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-23 12:37:03 +01:00
Joas Schilling 1808c8e4c9
Fix cchangelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-23 11:20:53 +01:00
Joas Schilling 6b87296577
Merge pull request #1456 from nextcloud/fix-browser-history
Fix browser history
2019-01-23 10:49:46 +01:00
Daniel Calviño Sánchez 2f6fae7744 Replace state in browser history when leaving the current room
When leaving the current room the main Talk URL ws pushed to the browser
history. However, this kept the URL to the no longer accessible room in
the browser history; in that case going back in the history failed and
caused the whole app to reload. Now the main Talk URL replaces the room
URL so going back in the history works as expected.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-22 19:06:31 +01:00
Daniel Calviño Sánchez 8467177e8e Do not push browser history state again when handling history events
Whenever a room was joined a new state for that room was pushed to the
browser history. As this was always done even going back in the history
caused a new state to be pushed to the history which, in turn, caused
the previous state to be erased from the history. Due to this it was not
possible to move back and forward between the rooms in the browser
history.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-22 18:56:33 +01:00
Daniel Calviño Sánchez 6656274e01 Modify browser history only in the main Talk UI
The browser history should not be modified from the Connection object,
as this would mess with the history when Talk is embedded in other apps.
Instead it is now modified only from the main Application object when
the main Talk UI is being used.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-01-22 18:50:06 +01:00
Joas Schilling 922786c3f4
Merge pull request #1451 from nextcloud/darktheme-fix
Dark theme fixes
2019-01-17 15:19:30 +01:00
Joas Schilling 54b6e882e9
Add the color for now, so the regex can replace it with white for the dark theme
Actual fix is adjusting the regex on the server, allowing commas in the first regex:
https://github.com/nextcloud/server/pull/13650

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-17 14:25:15 +01:00
Joas Schilling 15a37bd074
Fix duplicated double quote
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-17 13:43:08 +01:00
Joas Schilling 95e69a322e
Invert the non-avatar icons so they are visible on dark theme mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-17 13:29:01 +01:00
Jan-Christoph Borchardt f36c34d75e
Remove non-standard background from counter, also emphasizes personal notifications
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 11:49:37 +01:00
Jan-Christoph Borchardt 2bade2e206
Dark theme: Fix tab header text color
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 11:44:57 +01:00
Jan-Christoph Borchardt aa2bfb9ac3
Dark theme: Fix border color in app navigation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 11:42:59 +01:00
Jan-Christoph Borchardt 10cb92d67a
Fix Chat sidebar in Files for Dark theme
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-01-17 11:16:24 +01:00
Joas Schilling cdf9f6df7d
Merge pull request #1447 from nextcloud/nickvergessen-patch-1
Update issue templates
2019-01-16 15:24:40 +01:00
Joas Schilling c13c397b7b
Merge pull request #1448 from nextcloud/nickvergessen-patch-2
Update issue templates
2019-01-16 15:24:27 +01:00
Joas Schilling f5357f34cb
Update issue templates 2019-01-16 15:24:08 +01:00
Joas Schilling 599c509138
Update issue templates 2019-01-16 15:22:42 +01:00
Joas Schilling 1cf05c3e65
Merge pull request #1433 from nextcloud/techdebt/noid/make-backend-controller-strict
Make Signaling\BackendNotifier strict
2019-01-16 15:19:29 +01:00
Nextcloud bot 2436c8e605
[tx-robot] updated from transifex 2019-01-15 01:40:41 +00:00
Joas Schilling 32eb0b8743
Make Signaling\BackendNotifier strict
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-14 12:36:06 +01:00
Joas Schilling 6bc686f210
Merge pull request #1440 from nextcloud/bugfix/noid/update-testing-matrix
Update testing matrix
2019-01-14 12:35:10 +01:00
Nextcloud bot 21de3d408e
[tx-robot] updated from transifex 2019-01-14 01:38:29 +00:00
Joas Schilling f65463f715
Update testing matrix
- php7.0 is no longer supported on master
- php7.3 is now supported on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-10 10:21:41 +01:00
Joas Schilling 9c56e0d3ae
Merge pull request #1436 from nextcloud/bugfix/noid/remove-notifications-when-they-are-done
Remove notifications when they are done
2019-01-10 10:13:03 +01:00
Joas Schilling 75ac73f194
Remove "{user} wants to talk with you" notification when the participant joins the call
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09 16:02:01 +01:00
Joas Schilling 5263cc8ba0
Remove "{actor} invited you to {call}" notification when the user joined the conversation once
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09 16:01:19 +01:00
Joas Schilling 4252b3f0cc
Merge pull request #1418 from nextcloud/signaling-backend-events
Add hook to allow returning additional data for clients joining a room.
2019-01-08 13:01:49 +01:00
Nextcloud bot 370d9b5743
[tx-robot] updated from transifex 2019-01-07 01:36:52 +00:00
Nextcloud bot 603b514994
[tx-robot] updated from transifex 2019-01-06 01:49:50 +00:00
Nextcloud bot d7c073de05
[tx-robot] updated from transifex 2018-12-31 01:37:49 +00:00
Nextcloud bot 07636be32a
[tx-robot] updated from transifex 2018-12-30 01:39:22 +00:00
Nextcloud bot 513bb52503
[tx-robot] updated from transifex 2018-12-29 01:35:47 +00:00
Nextcloud bot c08357bf6d
[tx-robot] updated from transifex 2018-12-28 01:37:59 +00:00