David Baker
|
05a30e7c68
|
Merge pull request #902 from vector-im/dbkr/add_package_script
Add 'package' script to build a webapp bundle
|
2016-02-11 14:18:06 +00:00 |
|
David Baker
|
3c75c43d37
|
Bail if build step fails
|
2016-02-11 13:59:40 +00:00 |
|
David Baker
|
369e357742
|
We expect the mkdir to fail when the dir exists, so use ; not &&
|
2016-02-11 13:40:26 +00:00 |
|
David Baker
|
93f8fcbacc
|
Add 'package' script to build a webapp bundle for straight unzipping on a production server.
|
2016-02-10 15:35:06 +00:00 |
|
Matthew Hodgson
|
155728b136
|
make babel actually do full ES6 emulation for Safari 8
|
2016-02-10 14:54:55 +00:00 |
|
David Baker
|
98551c3f9a
|
Merge pull request #900 from vector-im/dbkr/parse_queries_in_hash
Always parse the hash of a URL as we do elsewhere
|
2016-02-10 13:51:36 +00:00 |
|
David Baker
|
1732805f31
|
Always parse the hash of a URL as we do elsewhere by looking for a query string part, otherwise we end up passing the query into showscreen which then spreads havok.
|
2016-02-10 13:45:24 +00:00 |
|
Matthew Hodgson
|
562a1d8836
|
USE DEVELOP!
|
2016-02-09 18:10:57 +00:00 |
|
Richard van der Hoff
|
bab9de1899
|
CSS fixes to match matrix-org/matrix-react-sdk#30b4b91.
This mostly works, but there is some weirdness with the status bar being too
high by default, and getting smaller when it has content in it.
|
2016-02-09 14:44:59 +00:00 |
|
Kegan Dougal
|
27791c06ee
|
Cache-bust on /version request
|
2016-02-05 15:53:33 +00:00 |
|
David Baker
|
01bfb67b5b
|
Merge branch 'dbkr/rate_limit_funcs' into develop
|
2016-02-05 10:58:18 +00:00 |
|
David Baker
|
485343864c
|
semicolon
|
2016-02-05 10:57:49 +00:00 |
|
David Baker
|
842584177f
|
Merge pull request #864 from vector-im/dbkr/rate_limit_funcs
Rate limit UI updates to avoid browser death
|
2016-02-05 10:16:03 +00:00 |
|
David Baker
|
ab9dfd185c
|
Add note to not use npm start in production
|
2016-02-04 18:43:23 +00:00 |
|
David Baker
|
f035b8c50e
|
Rate limit UI updates to avoid browser death
|
2016-02-04 18:09:24 +00:00 |
|
David Baker
|
15fec7f27c
|
Merge pull request #862 from vector-im/dbkr/style_dialog_submit_button
Style submit input controls in dialogs the way we style buttons.
|
2016-02-04 15:07:44 +00:00 |
|
David Baker
|
c0c7ae1596
|
Style submit input controls in dialogs the way we style buttons.
|
2016-02-04 11:50:29 +00:00 |
|
Kegsay
|
6c5a00162c
|
Merge pull request #856 from vector-im/kegan/version-stamp
Add a version update checker and NewVersionBar to show on the UI.
|
2016-02-03 17:09:24 +00:00 |
|
Kegan Dougal
|
b307a6d64e
|
Invoke onVersion when we know the current version even if there is no new version (for settings)
|
2016-02-03 16:50:05 +00:00 |
|
Kegan Dougal
|
4628cf82a7
|
Split out response text to its own var to prevent trim() messing up comparisons
|
2016-02-03 16:23:17 +00:00 |
|
Kegan Dougal
|
5eed734325
|
Add a version update checker and NewVersionBar to show on the UI.
|
2016-02-03 16:16:14 +00:00 |
|
David Baker
|
f0a1f6d926
|
Merge pull request #846 from vector-im/dbkr/no_auto_join
Don't trigger room join from room directory: always peek / show join prompt bar
|
2016-02-03 15:52:05 +00:00 |
|
Kegan Dougal
|
deb1aa468f
|
Listen on 0.0.0.0 and not localhost
|
2016-02-03 13:20:07 +00:00 |
|
Kegan Dougal
|
c76b1e7479
|
Actually listen on the right port
|
2016-02-03 13:11:51 +00:00 |
|
Kegan Dougal
|
4129c9bc24
|
Allow --symlink
|
2016-02-03 12:00:17 +00:00 |
|
Kegan Dougal
|
e22d36fc08
|
Add deploy directory with redeploy script
|
2016-02-03 11:26:24 +00:00 |
|
Kegan Dougal
|
043f6991a4
|
Dump vector/react/jssdk SHAs in filename
|
2016-02-02 17:03:48 +00:00 |
|
Kegan Dougal
|
2b0f4d5db1
|
Be more specific about the git dir
|
2016-02-02 16:29:25 +00:00 |
|
Kegan Dougal
|
1c267c69ac
|
Include react SDK SHA in filename
|
2016-02-02 16:20:02 +00:00 |
|
Kegan Dougal
|
2a7b24e969
|
Update jenkins.sh to include the git commit
|
2016-02-02 16:09:33 +00:00 |
|
David Baker
|
d132c75263
|
Remove the autoPeek stuff and always either peek or show the join prompt bar
|
2016-02-02 15:51:23 +00:00 |
|
Kegan Dougal
|
b363eafbc8
|
Make jenkins.sh executable
|
2016-02-02 15:45:30 +00:00 |
|
Kegan Dougal
|
2986b241c4
|
Add jenkins.sh for builds
|
2016-02-02 15:44:41 +00:00 |
|
David Baker
|
d1dc082489
|
Remove empty if block
|
2016-02-01 18:02:52 +00:00 |
|
Richard van der Hoff
|
f94272c539
|
Add some crude CSS for highlighting the selected event
(To be useful, this needs functionality which hasn't yet landed in react-sdk).
|
2016-01-30 00:43:47 +00:00 |
|
David Baker
|
3b18b9b54b
|
Fix connection lost bar CSS
|
2016-01-29 10:07:22 +00:00 |
|
David Baker
|
3585437af9
|
Merge pull request #800 from vector-im/dbkr/guest_warning_bar
CSS that changes the connection lost bar into a more general 'warning bar'
|
2016-01-28 13:44:09 +00:00 |
|
David Baker
|
6a36b022e4
|
New style guest warning bar
|
2016-01-28 13:00:44 +00:00 |
|
David Baker
|
35600f11ad
|
CSS that changes the connection lost bar into a more general 'warning bar' so we can use it for a guest access warning
|
2016-01-28 09:19:28 +00:00 |
|
Matthew Hodgson
|
75886c4143
|
make badges scale with size of RoomTile
|
2016-01-24 14:50:24 -05:00 |
|
Matthew Hodgson
|
cd853ab5b4
|
try for a simpler invite placeholder look & feel
|
2016-01-24 19:02:49 +00:00 |
|
Matthew Hodgson
|
292af1e59c
|
improve settings layout and fix FF bugs
|
2016-01-24 18:14:52 +00:00 |
|
Matthew Hodgson
|
d3bc0feb83
|
fix ugly wrapping bug
|
2016-01-24 17:54:01 +00:00 |
|
Matthew Hodgson
|
19bfd829d0
|
add scrollToBottomBar and fix spacing for status bars in general
|
2016-01-24 01:52:21 +00:00 |
|
Matthew Hodgson
|
759b318bb5
|
fix safari
|
2016-01-23 01:24:04 +00:00 |
|
Matthew Hodgson
|
dd19d2aaee
|
red bar for highlights even if there's a unreadNotify too
|
2016-01-22 18:04:54 +00:00 |
|
Matthew Hodgson
|
e0ecde6760
|
put a black badge on unread notifications, and a red one for unread highlights
|
2016-01-22 17:23:04 +00:00 |
|
Matthew Hodgson
|
5e21059144
|
Merge pull request #729 from vector-im/matthew/truncateroomlist
truncate room list
|
2016-01-22 16:09:28 +00:00 |
|
Matthew Hodgson
|
0a32874b39
|
oops, reset truncate state on hide, not collapse
|
2016-01-22 16:09:06 +00:00 |
|
Kegan Dougal
|
302c63058b
|
Invoke onShowMoreRooms to allow parents to kick their scrollbars..
|
2016-01-22 15:46:58 +00:00 |
|