Selis
242fa3a66b
Ports over configuration controller ( #16484 )
...
* Ports over configuration controller
* Fixes
* Manual path fix
* patch (#16490 )
* patch
* .
* SQL Fix
* Post-rebase fix
* Added missing examples
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2024-10-22 19:26:44 +02:00
Kashargul
b594520a74
next set of spans ( #16434 )
...
* next set of spans
* some more
* next
* next
* next
* .
* text...
* next... rest soon
* .
* .
* ok last set for the night
* .
* .
* .
* .
* some more
* next
* next
* all for now
* .
* some more easy ones
* some more easy ones
* .
* .
* some more bolds
* oups auto complete moment
* add the remaining spans
* this as well
* this as well
* .
* .,
* resync them properly
2024-10-16 23:37:27 +02:00
ShadowLarkens
c07027136e
Port tg statpanel ( #16463 )
...
* Port tg statpanel
* Add verb descriptions using the title attribute
* Fix a dreamchecker error
* Remove chomp edits
* Add mentor tickets to ticket panel
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2024-10-16 19:39:06 +02:00
Kashargul
4076d302a9
fix admin and mentor PMs
2024-10-04 22:57:03 +02:00
Kashargul
a2c673ab7a
refactors most spans
2024-10-02 21:10:31 +02:00
ShadowLarkens
e9ee57df18
Revert "Revert "/tg/ preference datums part 1: take two""
2024-09-07 23:58:49 -07:00
ShadowLarkens
02410abcf3
Revert "/tg/ preference datums part 1: take two"
2024-09-07 23:17:16 -07:00
ShadowLarkens
f9052dbb60
Revert "Merge pull request #16240 from ShadowLarkens/revert"
...
This reverts commit 885171f985 , reversing
changes made to 3e314f8064 .
2024-09-07 14:11:15 -07:00
Kashargul
2f19f66cc5
default tgui alert input handling ( #16241 )
...
* default handling
* do not push that
* fix
* .
* .
2024-09-02 04:27:26 +10:00
ShadowLarkens
3c09f52c6a
Revert "/tg/ pref datums (part 1) ( #16219 )"
...
This reverts commit faac97e352 .
2024-08-31 12:04:15 -07:00
ShadowLarkens
faac97e352
/tg/ pref datums (part 1) ( #16219 )
...
* TG Prefs (Step 1: JSON savefiles)
* TG Prefs (Step 2: Preference Datum Code)
* TG Prefs (Step 3: Convert /datum/client_preferences)
* TG Prefs (Step 4: Clean up and finishing touches)
* Fix some weird compile errors from the rebase
2024-08-31 07:09:05 +10:00
SatinIsle
bfd2cc4c4d
Required admin privileges restrictions
...
Added a check to ranged LOOC to only broadcast them to active staff.
Added a check to the ahelp ticket panel to only allow active staff to view them.
2024-08-19 16:36:52 +01:00
Drathek
7c8bb85de3
Whitespace Standardization [MDB IGNORE] ( #15748 )
...
* Update settings
* Whitespace changes
* Comment out merger hooks in gitattributes
Corrupt maps would have to be resolved in repo before hooks could be updated
* Revert "Whitespace changes"
This reverts commit afbdd1d844 .
* Whitespace again minus example
* Gitignore example changelog
* Restore changelog merge setting
* Keep older dmi hook attribute until hooks can be updated
* update vscode settings too
* Renormalize remaining
* Revert "Gitignore example changelog"
This reverts commit de22ad375d .
* Attempt to normalize example.yml (and another file I guess)
* Try again
2024-02-20 11:28:51 +01:00
Kashargul
3234f82ef6
TG-Chat log limits ( #15731 )
...
* log limits
* logging filter
* bundle
* small style change
2024-02-10 15:32:27 +01:00
Kashargul
e4b62dfa35
remove static chat colour tags
2024-01-21 12:34:53 +01:00
Heroman
241ddee154
Two small fixes
2024-01-14 07:05:11 +10:00
Runa Dacino
cc6c813f6d
fix(ahelp): Makes pressing "handle" actually use webhook
...
Changes webhook set-up for ahelp "handleissue" from f61f90b9e7/code/modules/admin/verbs/adminhelp.dm (L413) to f61f90b9e7/code/modules/admin/topic.dm (L1348)
This was done as it was discovered the fax machine "take_question" actually sends to discord.
TODO: Standardizing whether we use world.Export() or SSwebhooks, if later fix SSWebhooks
2023-10-23 15:06:46 +02:00
Heroman
5ec9f5ea62
Fixes some admin perms not being properly checked
2023-03-09 14:27:19 +10:00
ItsSelis
779b4db5c0
Added missing href tokens
2022-12-14 21:08:49 +01:00
Heroman3003
3537c20742
Merge pull request #14188 from ItsSelis/selis-admin-tokens
...
Adds admin tokens
2022-12-12 05:40:48 +10:00
ItsSelis
b3b64e49d6
Adds mentor panel
2022-12-11 17:51:21 +01:00
ItsSelis
cc3659c048
More conversions
2022-12-11 14:31:02 +01:00
Selis
4d89cfa28f
Update adminhelp.dm
2022-11-05 11:03:18 +01:00
ItsSelis
fb27bd83e2
fallback proc now calls parent
2022-10-03 23:10:36 +02:00
ItsSelis
6159825d83
AdminTicketPanel
2022-10-02 23:33:57 +02:00
Novacat
1aa4c73e8d
Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"
2022-08-27 08:49:56 -04:00
MistakeNot4892
d717a4b50a
Merge branch 'master' of https://github.com/VOREStation/VOREStation into upstream-merge-8298
2022-08-25 14:26:20 +10:00
ItsSelis
06c9b26252
Input Conversion Part 1
2022-06-19 03:05:03 +02:00
MistakeNot4892
3f9af78f3a
/atom New() => Initialize() [MDB IGNORE]
2021-11-14 03:09:51 -05:00
Aronai Sieyes
34982728cb
Add 'as anything' to various for loops
2021-07-20 12:39:59 -04:00
Aronai Sieyes
4c12504e3b
Replace list inputs with tgui_input_list
2021-06-26 10:39:56 -04:00
Aronai Sieyes
0da0c54388
Convert almost all alert() to tgui_alert()
2021-06-25 17:03:35 -04:00
Aronai Sieyes
70bff20384
Normalize alert() calls
2021-06-25 14:27:14 -04:00
Aronai Sieyes
124eab8aa1
Fixup merge, both VS and nebula hooks now
2021-05-27 12:25:48 -04:00
Neerti
54991b3f47
Ports Nebula's Discord Webhook Integration
2021-05-13 02:22:55 -04:00
Heroman3003
34eb48c770
Replace another instance of IRC with Discord in ahelp verbs
2020-08-22 12:13:10 +10:00
Aronai Sieyes
d4cfdcfb3a
Switch to using GLOB.admins instead of admins
2020-05-12 11:16:54 -04:00
Atermonera
7bf77736c2
Adds empty filter classes to send messages to particular vchat filters.
2020-04-20 03:28:57 -04:00
Atermonera
cb8548f5af
Fully Implements R_EVENT for Event Managers
2020-03-12 15:01:50 -04:00
Unknown
2e584ce3d0
Minor bug fixes
...
- Ahelps sent by admins are no longer sent to discord
2019-12-13 19:50:36 -05:00
Atermonera
1a15bb765d
Merge pull request #6387 from Heroman3003/ahelp-feedback
...
Makes ahelping on existing ticket give proper feedback
2019-08-08 16:09:05 -04:00
Spades
fcff9205e6
Eliminates vorestation edit
2019-01-13 12:27:21 -05:00
Neerti
e28adbfe75
Makes IC ticket response less rude
2019-01-13 02:27:56 -05:00
ArgobargSoup
a7139093b3
Adds a VStation Edit.
2018-12-04 14:11:00 -08:00
ArgobargSoup
7fea35c246
Fixes a little grammar/spelling error.
2018-12-04 13:57:01 -08:00
ArgobargSoup
d68ba3ae23
Changes IC Issue response to be a bit less snippy.
2018-12-04 13:52:45 -08:00
Neerti
8333f3cd0b
Merge pull request #5705 from VOREStation/aro-bwoink
...
Fix adminhelp sound toggle respect
2018-10-30 18:38:59 -04:00
Neerti
972777fd94
Adds Mods/Dev perms to ticket permission checks ( #5683 )
2018-10-16 18:28:14 -04:00
Aronai Sieyes
9dc2f288a0
Clean up two-way merge
2018-10-16 12:08:31 -04:00
Anewbe
6e5a5f5edc
Fix a couple of ticket bugs
2018-10-15 15:49:58 -04:00