[06:34:53] Today i wanted to check when a certain rights check was added to editPage. git blame lead me all the way back to a patch by robla adding the "edit" user right in 2005 ( a2a28a34c1fc ). Guess it wasn't a recent change ;) [08:30:53] kek [08:54:39] bawolff: recent is relative [10:19:46] bawolff: you could work out a whole pile of historical facts and did you knows and load them up for the mediawiki mastodon account via the masto-collab tool [18:03:30] https://static-codereview.wikimedia.org/MediaWiki/9632.html is the commit in question [18:03:46] including deleting the text "bla bla bla" out of UPGRADE lol [20:28:17] How do i create an extension that allows once to login and signup with twitter? or is there any active extension that does this? Please help ive looked everywhere [20:38:34] I don't know if it's even possible to log in with twitter anywhere anymore [20:47:37] What about linkedin, i just need a way to add a new login method apart from google. Thanks @AntiComposite for replying [20:48:51] the general recommendation is to use https://www.mediawiki.org/wiki/Extension:WSOAuth and https://www.mediawiki.org/wiki/Extension:PluggableAuth [20:50:14] you'll have to write your own provider for whatever site you use. I haven't used it, so I won't be able to help much [20:50:53] Thanks for sparing your time to help, ill look further into this