Looks good to me, thanks!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Wed, May 21
Tue, May 6
Apr 19 2025
Apr 8 2025
Mar 31 2025
Mar 30 2025
Fix typos reported by @aklapper.
Should be fine after these two changes :)
Thank you both for the conversation here and further thanks @Cigaryno for the patch! :)
Mar 29 2025
Mention closed-source apps in addition to open-source apps per @aklapper
Per @aklapper, it's best to show both closed-source and open-source TOTP apps.
In T16018#21478, @Cigaryno wrote:In T16018#21476, @aklapper wrote:I'd personally not remove common proprietary software options (as it makes life of users potentially harder if they already have such an app installed) but list FOSS options first.
Some FoSS devs may not be familiar at all with open-source TOTP apps. I personally use Google Authenticator so I agree with you and also, I have my TOTP content on WinAuth too, which is unmaintained however I am not ready to switch TOTP app on my Windows PC (my revs from now on are created from an Ubuntu VM due to the arc troubles I am having on Windows).
In T16018#21476, @aklapper wrote:I'd personally not remove common proprietary software options (as it makes life of users potentially harder if they already have such an app installed) but list FOSS options first.
In D25934#25089, @aklapper wrote:I'd prefer not to remove common proprietary software options but list FOSS options first.
I'd personally not remove common proprietary software options (as it makes life of users potentially harder if they already have such an app installed) but list FOSS options first.
I'd prefer not to remove common proprietary software options but list FOSS options first.
I will submit a patch shortly.
Feb 14 2025
Feb 11 2025
I think you are right for unnecessary catetorization and sending notifications.
Feb 10 2025
Cigaryno moved this task from Backlog to PHP 8.1 on the PHP 8 support board.
Jan 24 2025
Jan 15 2025
Jan 2 2025
Dec 29 2024
Dec 28 2024
Dec 25 2024
Dec 21 2024
Dec 2 2024
Dec 1 2024
Sep 16 2024
Sep 6 2024
In T15848#19430, @valerio.bozzolan wrote:I would like to better understand the root problem.
Why changing the current user agent should improve the situation?
Sep 5 2024
@valerio.bozzolan: thats not what Andre says. He says another area of the code uses a terrible user agent and we should change that to a better one at the same time.
I would like to better understand the root problem. I see that Cloudflare was showing a captcha to Phorge (what Phorge?). It seems it was because an user agent was missing. But aklapper said that we are already setting an user agent.
Aug 1 2024
Jun 6 2024
That would probably be a better User-Agent
/settings/panel/multifactor/ requires users to add a custom Name so there is likely code to adapt/reuse for /settings/panel/apitokens/
https://we.phorge.it/source/phorge/browse/master/src/applications/auth/adapter/PhutilGitHubAuthAdapter.php$57-58 uses a boring
$future->addHeader('User-Agent', __CLASS__); for this.
Jun 5 2024
Apr 30 2024
Thanks again :) Giving right credits
Apr 15 2024
done...
Yeah, probably. I'll try to do it tonight.
Apr 14 2024
Can this (I mean rPb445e1d80df9 )be backported into stable?
Feb 12 2024
Heck yeah, changing phutil_nonempty_string() to phutil_nonempty_stringlike() there fixed the issue I had mentioned in a comment in T15737: Include information for installing required PHP version in Diviner docs.
Jan 13 2024
PHP 8.2.14, Phorge at cc964550f945b08c64970c01a34b55314e8ef0aa
- As an admin, check that /config/edit/user.require-real-name/ is set to Make real names optional
- Log out of Phorge
- Go to http://phorge.localhost/auth/register/
- See that the Real Name field does not state Required on the right
- Enter values into the fields Username, Password, Confirm Password, Email
- Click the Register Account button
Reference: rPdfcccd4cb882a171d10ba8a5c2763dcc73654256
Jan 12 2024
Sounds easy enough to implement.
Doc(s) on new extensions: I remember having a chapter under /book/contrib/, but I can't find it now. We should build a guide under T15030.
Short answer: create a new repo, make an src dir with all the code, and run arc liberate to create a "library" (including __phutil_library_init__.php and __phutil_library_map__.php), and then add the path of the extension to load-libraries in conf.json.
In T15708#15014, @avivey wrote:I'd like to see this as an Extension rather then go into the rP, just because we want to have more stuff as extensions; I think this area is abstracted enough so that it can easily be made that way.
That could be a good target as well for this, Is there docs on how extensions should be made?
I'd like to see this as an Extension rather then go into the rP, just because we want to have more stuff as extensions; I think this area is abstracted enough so that it can easily be made that way.
@valerio.bozzolan & @avivey What is the best practice for setting up the role/server check when new users attempt to auth via the oauth, you can't set limits on the oauth from discords side of view so you'd need to set them up on phorge, I've put down some ideas in the above comment.
How would i go about implementing it such that for a user to sign in with discord they need to have certain roles.
Can you try changing this line in your local install?
Jan 11 2024
Dec 27 2023
In addition, it seems only the owner can see their stuff here.
Dec 14 2023
I totally agree with these additional considerations. Thanks.
Since we already show the full (public) key when editing, then I don't see a reason not to show it after it's revoked.