566e03568e
Merge pull request #2340 from matrix-org/rav/no_preserve_hs_url
...
Avoid preserving HS url at logout
2018-12-11 16:40:46 +00:00
d913f5ca91
Merge pull request #2344 from matrix-org/bwindels/editroomheader
...
Redesign: fix room header avatar in edit mode
2018-12-11 15:41:58 +00:00
8045009d81
remove logging
2018-12-11 16:26:23 +01:00
408eba7915
Fix: Presence only comes online when UserActivity interrupted activity
2018-12-11 16:25:48 +01:00
d6dd2005db
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1395 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-12-11 15:25:36 +00:00
2b0c2eff1e
Implement 10s in-view/30s out-of-view timeout for moving RM.
...
Uses Timer & changed UserActivity promise based api
2018-12-11 16:19:22 +01:00
7f6d581377
Use Timer & new UserActivity api in Presence.
...
The only behaviour that should have changed here is that
presence is also set to online when switching back to the
tab/window.
Presence is not set to unavailable when coming back to the window/tab,
as that might be a bit invasive, but only when timing out.
2018-12-11 16:16:00 +01:00
6a248c2e72
Timer in UserActivity, change semantics to "user probably looks at app"
...
Before, UserActivitity emitting actions meant that the user had very recently interaction with their hardware.
Now it means they are likely looking at the app.
You can attach a timer that is aborted when we think the user
stops looking at the page
(or hasn't touched their hardware for 2 minutes).
This works better than the previous approach for larger timeouts,
like the 30s we're about to implement for out-of-view RMs
2018-12-11 15:45:11 +01:00
5cd5615b69
Timer class, promise based, so clear/setTimeout doesn't grow unwieldly
2018-12-11 15:43:41 +01:00
ac9902e52a
apply redesign to topunreadmessagebar
...
with placeholder for message count
2018-12-11 15:43:00 +01:00
d3f655a064
fix avatar in edit mode
2018-12-11 13:11:26 +01:00
678a982bbb
dont use more padding than needed so no shrinking happens (my guess)
2018-12-11 13:02:04 +01:00
a31dacc4bc
allow logout dialog to be cancelled (can't see why not?)
2018-12-11 12:43:56 +01:00
fc57109c54
use logout dialog in topleft menu instead of dispatching logout
2018-12-11 12:43:17 +01:00
48cfd08ea6
move logout dialog to own component so we can reuse it
2018-12-11 12:42:52 +01:00
f6d2fefe61
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1395 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-12-11 10:37:20 +00:00
e0e87d1e8b
Merge pull request #2341 from matrix-org/bwindels/redesignminimalgroupux
...
Redesign: make community UX usable
2018-12-11 10:20:11 +00:00
84044fca1c
fix lint
2018-12-11 11:09:11 +01:00
02367742bc
bring back autocomplete attribute
2018-12-11 10:54:36 +01:00
3040f2d2e2
remove try/catch as the error is already prevented inside resize
2018-12-11 10:51:14 +01:00
a8f9a74920
make mygroups look slightly more in line with redesign
2018-12-10 17:55:30 +01:00
6488b01324
fix mergo-error
2018-12-10 17:48:11 +01:00
010a31dbd1
Merge remote-tracking branch 'origin/develop' into rav/no_preserve_hs_url
2018-12-10 16:47:54 +00:00
93767fa5f1
fix invite button layout
2018-12-10 17:46:22 +01:00
ccf65d5f3c
remove background from group room list header button
2018-12-10 17:45:47 +01:00
397e44b7ba
fix query field width
2018-12-10 17:45:30 +01:00
cc97b46908
fix group room tiles layout
2018-12-10 17:44:45 +01:00
dbe5449d0c
bring invite buttons back in group member / room list
...
also put filter field on bottom
2018-12-10 17:21:55 +01:00
f4e61b2bf1
fixup for roomsublist fix
2018-12-10 16:53:04 +01:00
fb4a441341
fix navigation to room info in group view
2018-12-10 16:52:45 +01:00
75925f6192
room sublist seems to get rendered w/o _scroll element
...
when loading the page from a community url
2018-12-10 16:51:32 +01:00
ab728ead72
give group header some padding
2018-12-10 16:51:19 +01:00
36dd43f734
Avoid preserving HS url at logout
...
When I was talking to Matthew about this the other day, we couldn't think of a
good reason why we should preserve the HS URL at logout. It introduces the
problem that, if a client is redirected after login as per MSC1730, and then
you log out, you'll then get a login screen for the wrong server.
So basically there's no reason to have an mx_hs_url/mx_is_url without an access
token, and we can remove the stuff which preserves it, and the stuff that
attempts to restore it.
2018-12-10 14:44:12 +00:00
f987a50fef
make add community icon themeable and give it background so it's visible
2018-12-10 15:43:57 +01:00
fe76287035
style communities button, make it visible again
2018-12-10 15:43:48 +01:00
10a989a003
make icon optional in action button
...
as we'll draw the icon with css
2018-12-10 15:33:35 +01:00
1d1c15ebc8
Merge remote-tracking branch 'origin/develop' into develop
2018-12-10 13:45:26 +00:00
c6093bcd9b
Translated using Weblate (Polish)
...
Currently translated at 90.6% (1265 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-12-10 13:45:25 +00:00
ee581b3b01
Translated using Weblate (Bulgarian)
...
Currently translated at 93.6% (1307 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-12-10 13:45:24 +00:00
3d00af9cd0
Translated using Weblate (Basque)
...
Currently translated at 99.4% (1387 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-12-10 13:45:24 +00:00
f578bc6f87
Merge branch 'master' into develop
2018-12-10 13:44:52 +00:00
37c984e195
v0.14.7
v0.14.7
2018-12-10 13:43:59 +00:00
9d456b2d0d
Prepare changelog for v0.14.7
2018-12-10 13:43:58 +00:00
5444a61e6f
Released js-sdk
2018-12-10 13:39:35 +00:00
d8dbc316fa
Merge remote-tracking branch 'origin/develop' into develop
2018-12-08 19:16:36 +00:00
4a5f0a5b71
Translated using Weblate (Bulgarian)
...
Currently translated at 91.9% (1283 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-12-08 19:16:35 +00:00
ec0c3f3cd1
Translated using Weblate (Albanian)
...
Currently translated at 99.3% (1386 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-12-08 19:16:34 +00:00
780315817c
Merge pull request #2339 from matrix-org/travis/speed-up-room-list
...
Speed up room unread checks by not hitting the SettingsStore so often
2018-12-08 12:16:30 -07:00
ebdba32393
Add a comment about the SettingsStore being slow
2018-12-08 12:06:37 -07:00
a5e79415d7
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1395 of 1395 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-12-08 13:42:49 +00:00