Commit graph

190 commits

Author SHA1 Message Date
thororen
c83152630f Auto Update Relaunch Setting 2024-12-03 04:04:13 -05:00
thororen
cad4b9a1ab Merge remote-tracking branch 'upstream/dev' into dev 2024-12-02 21:37:16 -05:00
Etorix
6628624082
CommandHelpers: Make findOption use nullish coalescing (#3047) 2024-12-03 02:16:13 +00:00
Etorix
dd87f360d7
CommandsAPI: Fix spread overwriting omitted subcommand options (#3057) 2024-12-03 02:13:27 +00:00
thororen1234
2f9802a7e5 Merge remote-tracking branch 'upstream/dev' into dev 2024-11-25 01:25:00 +00:00
Etorix
5fb63246ca
Add support for onAuxClick on ChatBarButton (#3043) 2024-11-24 21:25:30 -03:00
Creation's
b6a0659965
feat(settings): disable warning forever (#58)
* add disable warning forever for thororen

* Update PluginModal.tsx

* Update index.tsx
2024-10-15 13:03:48 -04:00
thororen1234
d3c281ce71 Merge remote-tracking branch 'upstream/main' 2024-09-24 05:17:46 +00:00
Nuckyz
cb2848f186
ContextMenuAPI: Fix findGroupChildrenByChildId 2024-09-24 02:13:44 -03:00
thororen1234
0e29d03bae Merge remote-tracking branch 'upstream/dev' into dev 2024-09-23 12:45:40 -04:00
Nuckyz
c29362ca89
FullSearchContext: Re-add Copy Author ID 2024-09-23 13:23:30 -03:00
thororen1234
4210a3e2d4 Merge remote-tracking branch 'upstream/dev' into dev 2024-09-22 19:12:25 +00:00
Nuckyz
9239afdab9
FullSearchContext: Re-add Copy Author ID 2024-09-22 15:56:30 -03:00
bep
f2696a118f
Add HideServers (#36)
* Add HideServers

* HideServers: Add a count indicator and a modal to manage hidden servers

* Dont include servers youve left in the indicator count

* fix(hideServers) for webpack change

* fix(hideServers): update regex

* fix(hideServers): rewrite to use stores

* move hideServers to equicordplugins

* add serverhider to readme

* put myself in equicorddevs

* formatting nit
2024-09-05 20:02:16 -04:00
thororen1234
54c3b33315 Merge remote-tracking branch 'upstream/dev' into dev 2024-09-05 13:50:33 -04:00
Vendicated
8890c8c6b4
fix Commands, Badges, RoleColorEverywhere 2024-09-05 02:35:40 +02:00
thororen1234
e3832b35ee Tada 2024-09-04 19:20:15 -04:00
Haruka
99cd423efb
fix crashing on canary when searching slash commands (#2844) 2024-09-04 23:26:08 +02:00
thororen
f3ec0d86eb Merge remote-tracking branch 'upstream/dev' into dev 2024-08-25 00:30:13 -04:00
Nuckyz
7ec842d4b0
MoreUserTags: fix settings ui logic
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-08-23 20:09:58 -03:00
thororen1234
283ede5c7f Merge remote-tracking branch 'upstream/main' 2024-08-03 17:13:52 +00:00
Vendicated
021d9bf179
fix message hover buttons... again 2024-08-03 17:54:25 +02:00
Vendicated
8274b67597
fix message hover buttons 2024-08-03 11:04:03 +02:00
thororen1234
68050022f3 Merge remote-tracking branch 'upstream/dev' into dev 2024-08-03 00:24:55 -04:00
Nuckyz
e437498c8f
Fix broken patches 2024-08-02 21:27:02 -03:00
thororen1234
f2404df3af Suncord EOL 2024-07-29 16:09:35 -04:00
thororen1234
485452f65a Equicord Protocol 2024-07-25 01:13:32 -04:00
thororen1234
256e9c699d Update to Equicord Cloud 2024-07-24 01:00:59 -04:00
thororen1234
ea8c134159 Some porting 2024-07-13 00:06:01 -04:00
thororen1234
6aceb2aae5 Update cloud link 2024-07-04 13:38:07 -04:00
thororen1234
61a355980f Updates 2024-06-30 20:31:49 -04:00
Vendicated
5c05443f45
improve settings ui 2024-06-29 20:27:00 +02:00
thororen
071d42a9a9 Updates 2024-06-27 21:46:46 -04:00
Vendicated
7c923b9962
fix enabled by default logic 2024-06-27 16:14:32 +02:00
thororen1234
742265f306 Merge remote-tracking branch 'upstream/dev' 2024-06-26 14:18:27 -04:00
Vendicated
bc0d4a80ff
BadgeAPI: fix bugs in new profiles 2024-06-26 18:09:21 +02:00
thororen1234
2960e9a74a Updates 2024-06-21 15:50:36 -04:00
thororen1234
40a53e0da9 Updates 2024-06-21 14:34:04 -04:00
Nuckyz
d4ed747434
Clean-up related additions to mangled exports 2024-06-21 04:15:44 -03:00
thororen1234
cd96099b3d Merge remote-tracking branch 'upstream/dev' 2024-06-20 12:35:54 -04:00
Nuckyz
a01ee40591
Clean-up related additions to mangled exports 2024-06-19 23:50:04 -03:00
thororen1234
2e40a9e07b Updates 2024-06-18 22:37:54 -04:00
vee
d6f1209438
fix first set of plugins (#2591)
* Add back mangled webpack searching

* Make window non enumerable in all cases

* fix some webpack commons

* oops

* fix more webpack commons

* fix some finds

* fix more webpack commons

* fix common names

* fix reporter

* fix Constants common

* more fix

* fix SettingsStores (return of old SettingsStoreAPI)

* doomsday fix: MutualGroupDMs (#2585)

* fix SettingsStoreAPI

* fix MessageLinkEmbeds

* fix checking uninitialised settings

* doomsday fix: BetterSessions (#2587)

* doomsday fix: ReviewDB and Summaries (#2586)

Co-authored-by: vee <vendicated@riseup.net>

* fix various things that use default/other names

* fix settings

* wbctxmenus

* fix BetterSettings

* wouldnt it be funny if discord reverted again once we're done

* fix ViewIcons

* fix showconnections

* fix FriendsSince

* FakeNitro: fix app icons

* doomsday fix: NoPendingCount (#2590)

---------

Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: Amia <9750071+aamiaa@users.noreply.github.com>
Co-authored-by: Manti <67705577+mantikafasi@users.noreply.github.com>
2024-06-19 03:04:15 +02:00
thororen1234
9bdb8a88a8 Fixes 2024-06-08 10:32:39 -04:00
thororen1234
691b05a38d Merge remote-tracking branch 'upstream/dev' 2024-06-07 23:45:53 -04:00
Vendicated
65970618d8
fix badges in new profiles 2024-06-08 05:40:09 +02:00
Nickyux
29c65948b4
MessageLogger: add context menu option to clear channel history (#2008)
Co-authored-by: vee <vendicated@riseup.net>
2024-06-07 21:28:17 +00:00
thororen1234
63656f1018 e er 2024-06-06 13:48:23 -04:00
Nuckyz
ed5ae2ba5c
Add shortcut for lazy loading chunks 2024-06-05 23:46:52 +02:00
Vendicated
8fd5d068da
fix(css): brand-experiment is now brand-500 2024-06-05 23:46:52 +02:00