Commit graph

60 commits

Author SHA1 Message Date
88046506c3 Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
steve hocktail
35194b0f44 fixed deprecated qml implicitly defined onFoo properties in connections 2022-02-28 22:09:43 -05:00
96932a6946 Update metaverse server URL 2022-02-21 23:17:33 +01:00
1ab6f171fe Replaced the rest of metaverse addresses 2022-02-10 16:41:05 +01:00
Alezia Kurdis
c6041712b7
Use the placename instead of address (ip)
Simple change that is using the placename instead of the "address" feild from the place api to build the url to connect.
For those where the placename = the domain name, Interface will be able to resolve path correctly.
using the address, this makes interface using 100% of the time the ip:/port information.
2021-12-12 13:31:36 -05:00
Martin Allerton
1a02b918d7 formatting changes and added axios license
Updates following comment from ctrlaltdavid
2021-08-21 23:05:11 +01:00
Martin Allerton
481125f978 Explore app metaverse api updates
Blended the metaverse api places data in to the list with the beacon data. Also lightened the icons at the top as they were a little lost.
2021-08-18 23:54:23 +01:00
Kalila L
13a9989fba Domain chat muted by default. 2021-03-14 19:28:41 -04:00
David Rowe
9431426f86 Update comments in Explore app header 2020-10-14 21:05:05 +13:00
David Rowe
728acd5ed5 Relable add location "name" field 2020-10-14 21:04:39 +13:00
David Rowe
3e94a034ca Use Window.openWebBrowser() instead of About.openUrl() in chat script 2020-10-03 17:01:01 +13:00
David Rowe
86aa3c8709 Make chat open links in internal Web browser instead of custom window 2020-10-03 16:29:14 +13:00
Kalila L
b493f0c51d Alter icon positions, colors, combine visit and search box. Add tooltips for some buttons. 2020-09-23 01:22:04 -04:00
Kalila L
2d871a8f88 Add hover effect for cards and fix description for add location. 2020-09-23 00:54:50 -04:00
Kalila L
3866bf478b Fix icon resolutions. 2020-09-23 00:04:27 -04:00
Kalila L
085bdf0016 Merge branch 'master' into pr/654 2020-09-22 01:55:24 -04:00
kasenvr
457cc56f1a
Update FloofChat.html
Fix formatting issues.
2020-09-21 23:48:36 -04:00
Kalila L
ecf3e67bdf Improve URL formatting and refactor. 2020-09-20 00:44:40 -04:00
Kalila L
2a5604a166 Fix chat window toggling for all users on domain. 2020-09-20 00:44:04 -04:00
Martin Allerton
86b2f1894c
Updated add location script code
Have not been able to test this due to not been near a proper machine, but I believe this code change should hopefully resolve the issue with the add location beacon script being wrong.
2020-09-02 19:46:47 +01:00
Kalila L
e8526aa6b7 Update chat to accept system notifications. 2020-08-27 05:28:07 -04:00
Martin Allerton
441381846b
Merge branch 'master' into feature/update-explore-ui 2020-08-25 20:33:28 +01:00
Martin Allerton
a08a54f646 Removed cdn dependancies
CDN dependencies replaced with physical local copied of the libraries
2020-08-19 22:26:33 +01:00
Martin Allerton
d10f02d02e Inital version of reworked explore 2020-08-19 21:54:46 +01:00
kasenvr
cc43112bf3
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-08-01 13:46:02 -04:00
Kasen IO
b64c44f5ee Make notices respect domain mute settings. 2020-07-31 17:30:50 -04:00
Kasen IO
bec293b8c7 Fix display name being incorrect. 2020-07-31 17:22:15 -04:00
Kasen IO
22085e2166 Add notification sound + delay to get name upon joining. 2020-07-29 22:16:07 -04:00
Kasen IO
a64b391a7b Add user enter and leave domain notification to chat. 2020-07-29 22:07:02 -04:00
Kasen IO
c933f21a77 Add ability to click on message to display chat window. 2020-07-29 22:06:43 -04:00
Kasen IO
382e47471e Fix date display for logs. 2020-07-29 22:06:24 -04:00
Kasen IO
69a18ccd1b Add sortOrder by AleziaKurdis.
Co-Authored-By: Alezia Kurdis <AleziaKurdis@users.noreply.github.com>
2020-07-14 14:45:54 -04:00
Kasen IO
fd2691fa15 Some code cleaning. 2020-07-01 19:54:14 -04:00
Kasen IO
05ceedaa3f Fix grid chat notification sound. 2020-07-01 19:17:54 -04:00
Kasen IO
f74f0e8a53 Update path reference. 2020-07-01 18:19:13 -04:00
Kasen IO
c99a62b719 Indent + convert emojis to code form. 2020-06-30 19:33:42 -04:00
kasenvr
c3c6ad47da
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-06-30 18:57:32 -04:00
kasenvr
555dd8fe98
Update scripts/communityScripts/chat/FloofChat.html
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-06-30 03:03:20 -04:00
Kasen IO
c289434f01 Don't play sound if user sends msg, make localOnly, lower volume. 2020-06-29 22:06:20 -04:00
Kasen IO
baa24c311e Add notification sound + muting system. 2020-06-29 21:52:58 -04:00
Kasen IO
580d4826e9 Fix line lengths. 2020-06-27 14:25:15 -04:00
Kasen IO
6c3340051e Add external URL launching. 2020-06-27 01:08:55 -04:00
Kasen IO
dc5418748d Fix time and date formatting. 2020-06-27 00:43:39 -04:00
Kasen IO
394c9e2175 Chat window resize, shrink text size and boxes, add date to timestamp. 2020-06-26 21:48:58 -04:00
Kasen IO
968fd2b72d Move chat to correct folder. 2020-06-26 18:46:30 -04:00
Kasen IO
8a2b6fcb0a Convert == to === in various places. 2020-06-10 19:18:25 -04:00
kasenvr
1d0cbe04c8
Update scripts/communityScripts/explore/explore.html
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-06-10 19:16:49 -04:00
Kasen IO
05837d178a Update Explore app to latest. 2020-06-10 13:33:33 -04:00
Kasen IO
46bd7e6001 Update title. 2020-03-27 14:44:33 -04:00
Kasen IO
3a4fbbc0b9 Update to explore app. 2020-03-26 22:28:39 -04:00