Commit Graph

985 Commits

Author SHA1 Message Date
Natsumi
24dfff9d50 Remove self invite DnD warning 2024-05-09 05:24:38 +12:00
Natsumi
cee28ef702 remove instance creator from create instance, fix emoji animation style height, pronouns 2024-05-08 03:17:03 +12:00
Natsumi
c4780a96f7 Update new instance dialog 2024-05-03 15:49:51 +12:00
Natsumi
b4a95bb248 Small changes 2024-04-30 13:32:25 +12:00
Natsumi
326937853a Small fixes 2024-04-28 08:41:32 +12:00
Natsumi
ce3aa1d531 Group audit logs, ban list, invites, etc 2024-04-23 16:28:32 +12:00
Natsumi
e7c3cb4cbd group.transfer support, add/edit/delete group posts, emoji anim loop type 2024-04-20 09:13:25 +12:00
Natsumi
0587628856 Group change notification 2024-04-18 01:50:12 +12:00
Natsumi
9e762e3cf0 Animated emoji support 2024-04-13 23:23:38 +12:00
Hyblocker
0827fbd9b7 Update flags to support the newly added languages (#768)
* Update flags to support the newly added languages

* Map yue and tws to Chinese as per the PR
2024-04-13 23:14:59 +12:00
Natsumi
a5d29c0e9b Custom favorite friend groups 2024-04-11 14:02:54 +12:00
Natsumi
708cc1ff37 Fix "everyone" option for OnPlayerJoinedBlocked, remove generated invite message 2024-04-11 14:02:42 +12:00
Natsumi
cae4376617 Fixes and lint 2024-04-06 08:37:25 +13:00
Natsumi
1260e68891 Add name to world sorting 2024-03-23 10:52:15 +13:00
Usman Shafiq
6f074cc7bf Add OVR Toolkit Images (#753)
* Add OVR Toolkit Images

* Remove comment

* Make SendMessages a general use method

* Dotnet 8 cleanup

* Fix comment
2024-03-23 10:50:25 +13:00
Natsumi
525032be40 Only show instance close button when you have permission to close the instance, dynamically fetch language list and group join limit 2024-03-21 10:42:36 +13:00
Usman Shafiq
271139b144 OVR Toolkit Notifications (#751)
* Added OVR Toolkit notification support

* Change order

* Self identify by user-agent.

* Fix comments
2024-03-21 10:40:23 +13:00
Natsumi
fb019088d4 Whoops null check 2024-03-19 12:51:14 +13:00
Natsumi
30eb13548d Close Instance 2024-03-19 09:19:48 +13:00
Natsumi
e05bd168a7 Small fixes 2024-03-17 04:53:43 +13:00
Natsumi
3479746c8c Small changes and fixes 2024-03-16 04:08:05 +13:00
Natsumi
e9f28a1aca Persist friendbar hide states, hide nicknames option 2024-03-05 12:19:48 +13:00
Natsumi
cf4416fccc Adjust column widths for Spanish 2024-02-28 09:35:37 +13:00
Natsumi
fc69eadf7b LSM worldId 2024-02-28 08:42:57 +13:00
BlueOvi
176b599cbd Add Spanish localization (synchronized with crowdin) (#734)
* Add files via upload

* Update README.es_ES.md

* Create en.json

* Update README.es_ES.md

* Update README.es_ES.md

* Update en.json

* updated spanish json, added lang

* Rename README.es_ES.md to README.es.md

* Update README.md

Spanish has been added to the list of available languages.

* Update README.fr.md

Spanish has been added to the list of available languages.

* Update README.it.md

Spanish has been added to the list of available languages.

* Update README.jp.md

Spanish has been added to the list of available languages.

* Update README.ru_RU.md

Spanish has been added to the list of available languages.

* Update README.zh_CN.md

Spanish has been added to the list of available languages.

* Fixed translation tags on profile tab

* [Implem. Fix] Past names

* Updating strings

* Update localization strings in en.json

* Temporary fix to world clasification dropdown localization

* Updating spanish translations

* Update translations

* Removing things my vscode changed lol

* Updating spanish translations

---------

Co-authored-by: Miguel Campo (migue802) <contact@migue802.com>
Co-authored-by: migue802 <54627022+migue802@users.noreply.github.com>
2024-02-28 08:17:39 +13:00
Natsumi
78e9503af0 Save new group instance region independently 2024-02-14 14:55:28 +13:00
Natsumi
e2e907da77 Small fixes 2024-02-02 02:52:38 +13:00
Natsumi
bc0f93e782 Small fixes 2024-01-17 07:34:53 +13:00
Natsumi
cd2387aa32 Updates and fixes 2024-01-09 23:22:48 +13:00
Natsumi
e27a470dda Fixes 2024-01-02 15:17:18 +13:00
Natsumi
f030bd10d9 Avatar platform tags 2023-12-24 08:12:11 +13:00
Natsumi
d52ac789ac Fix cached worlds not showing in user dialog, Fix "Error" world size 2023-12-09 12:08:59 +13:00
Natsumi
704268bb1b Make use of queuedInstance to add/remove queued instances 2023-12-04 20:54:35 +13:00
Kisaragi
75416ab578 refactor: convert input document to JSDoc format (#698)
* refactor: convert input document to JSDoc format

* refactor: migrate rest of document

* chore: eslint and prettier
2023-12-04 20:53:11 +13:00
Natsumi
ab8ffbec87 Small changes and fixes 2023-11-22 02:12:19 +13:00
Natsumi
29b5bedde1 Option to copy VRC images 2023-11-22 02:12:16 +13:00
Natsumi
9c9a404dcf Impostors 2023-11-22 02:12:10 +13:00
Ethan Cordray
2e9db3153d NET 8 Upgrade (#687)
* Initial .NET8 Upgrade

* Initial GitHub Actions Cleanup

* Fix Desktop Notifications

* Fix throw warning

* Upgrade vunerable transative nuget packages

* Fix warnings with registry overflow

* Adjust async/await usage for configRepository

* Fix TTS voice name and app auto start

* Install .NET 8 with setup

I regret NSIS

* Remove no longer needed System/MS references (included in dotnet sdk)

* Surpress stackalloc in loop warning, that code scares me.

* Removed unused SharpDX packages

* Ignore WebClient warning, hopefully this project doesn't move past NET 8

* Fixed terrifying code

* GenerateAssemblyInfo

* Trimmed editor config to only silence warning.

* Fix open webpage

* Fix updater

---------

Co-authored-by: DubyaDude <ushafiq141@gmail.com>
Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-11-22 01:41:57 +13:00
Natsumi
7bb5c8ea45 Changes and fixes
Remove nonce (rip)
Current instance avatar change on wrist feed
Ignore non-standard unity package variants
Remove GPUFix
2023-11-13 21:38:18 +13:00
Natsumi
25f47f9a1e Option to enable desktop notifications while AFK 2023-11-13 21:38:14 +13:00
flower_elf
f3f1626af3 Update zh_CN localization (#679)
* fix error

* clear

* fix error

* clean

* clean a tons of error

* finish work

* ok

* small things

* fix font problem and update localization strings
2023-11-13 21:19:53 +13:00
Natsumi
0e8054ddd4 Add Japanese Sign Language 2023-11-06 02:10:36 +13:00
Natsumi
68a20aec07 Fix group moderation table scrolling to top on selection
Fix current user status state not matching UI
2023-10-31 19:37:21 +13:00
Natsumi
720e16cdf2 remove max cache_expiry_delay 2023-10-27 23:55:42 +13:00
Natsumi
091b559272 Group member moderation dialog, group member search 2023-10-27 23:46:43 +13:00
Natsumi
6ba1856a7a Small changes
Add "friends in instance" to invite dialog
Change XS notification height depending on text length
Attempt to fetch userId's for users in current instance
Add user dialog friend history tooltip
2023-10-27 23:46:38 +13:00
Natsumi
53fd97264d Backup/restore VRC registry 2023-10-27 23:46:30 +13:00
Natsumi
6cfadfa67f Folder cs files 2023-10-11 20:36:41 +13:00
Natsumi
634f465927 Fixes, add group posts 2023-10-10 21:25:32 +13:00
Natsumi
ec351cfca4 Small changes 2023-10-05 09:18:07 +13:00