[14:51:10] WHen trying to register OAuth application (my fork of apparently dead https://sourceforge.net/projects/wikipediafs/ hosted on https://git.sr.ht/~mcepl/wikipediafs) I get this error https://mcepl.fedorapeople.org/tmp/wikimedia-oauth-consumer-registration-form.png and I don’t know how to continue. [16:32:07] mcepl: check the "ignore warnings" box and resubmit [16:33:24] or add a path to that callback URL, which in general is a good practice [16:50:17] well, I hoped to have no callback. This is FUSE mount point, I guess I can get some UI to it, but less is definitively better [16:52:30] you could use an owner-only consumer, those don’t have a callback URL [16:52:34] (but then it’s only for use by yourself) [16:53:27] I guess, I will have to add some listening on http://lovalhost [20:34:02] A_smart_kitten: fyi, a quick way to find extensions not in mwstake is https://www.mediawiki.org/wiki/Category:Extensions_not_in_ExtensionJson [20:55:52] p858snake|cloud: ty! one day(TM) i might go through that and action it a bit [20:57:43] There is a stack that are actually gerrit, and the script just needs to be run (and extensions with spaces in the name are currently displaying as false positives (https://www.mediawiki.org/wiki/Template_talk:Extension#False_positives) [20:58:45] I did a stack awhile ago, but the github web interface for doing patchsets is a bit of a pain (some repos are refusing to pull down on windows due to files with invalid names on windows) [20:59:21] when you say 'the script', is that a script that needs to be ran by a maintainer of https://wikitech.wikimedia.org/wiki/Tool:Extjsonuploader ? [20:59:43] (or is it something else that i'm not aware of :p) [21:01:08] sync-with-gerrit.py rebuilds the extension submodule list on gerrit, although from memory it needs to be run on the gerrit box to work [21:03:51] p858snake|cloud: ohh, i think i get you now; https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/+/refs/heads/master/sync-with-gerrit.py [21:06:55] huh, i guess i just assumed they got added to mediawiki/extensions at the same time as their repos being created [21:07:09] looking at https://gerrit.wikimedia.org/r/q/project:mediawiki/extensions i guess that might not be the case