Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Rost committed Mar 11, 2024
1 parent d172fca commit 0282a67
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 87 deletions.
2 changes: 1 addition & 1 deletion RcGcDw_buttons
1 change: 1 addition & 0 deletions dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const server = createServer( (req, res) => {
return posts[args[3]](save_response, settingsData.get(userSession.user_id), args[2], args[4], settings);
}
}
console.log( '- Dashboard: Logged out ' + userSession.user_id + ' due to invalid CSRF token.' );
sessionData.delete(state);
let body = '<img width="400" src="https://http.cat/418"><br><strong>' + STATUS_CODES[418] + '</strong>';
res.writeHead(418, {
Expand Down
18 changes: 3 additions & 15 deletions functions/phabricator.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,12 @@ export const phabricatorSites = new Map([
href: 'https://phabricator.wikimedia.org/',
apikey: 'phabricator_wikimedia'
}],
['phabricator.miraheze.org', {
['issue-tracker.miraheze.org', {
id: 'miraheze',
name: 'Miraheze Phabricator',
href: 'https://phabricator.miraheze.org/',
name: 'Miraheze Issue Tracker',
href: 'https://issue-tracker.miraheze.org/',
apikey: 'phabricator_miraheze'
}],
['issue-tracker.wikitide.org', {
id: 'wikitide',
name: 'WikiTide Phorge',
href: 'https://issue-tracker.wikitide.org/',
apikey: 'phabricator_wikitide'
}],
['support.wikiforge.net', {
id: 'wikiforge',
name: 'WikiForge Support',
href: 'https://support.wikiforge.net/',
apikey: 'phabricator_wikiforge'
}],
['phabricator.telepedia.net', {
id: 'telepedia',
name: 'Telepedia Phabricator',
Expand Down
Loading

0 comments on commit 0282a67

Please sign in to comment.