aaruni96 commented on issue prav/IssueTracker#109 2026年07月07日 14:05:42 +02:00
migrate xmpp:prav@chat.disroot.org?join to a different server

Reusing the group prav@conference.prav.app

aaruni96 closed pull request prav/pravserver#27 2026年06月26日 19:21:12 +02:00
WIP: custom username things
aaruni96 suggested changes for prav/pravserver#28 2026年06月24日 15:28:01 +02:00
Feature: Custom Username Support (Issue #2)

See above

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:11 +02:00
Feature: Custom Username Support (Issue #2)

Is not "hijack" too strong a word for what might be a truly innocent attempt at setting a username?

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:11 +02:00
Feature: Custom Username Support (Issue #2)

Is "undocumented" the right word here? Also see the above note about "hijack"

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:11 +02:00
Feature: Custom Username Support (Issue #2)

Thanks for the work @thecodephilic-guy . Some mostly minor comments from having read the code.

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

number will most likely need to be changed to phoneNumber to be consistent with changes suggested above.

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

Sorry, my regx is a bit rusty. Can you explain what this line is matching against ? For future newcomers to the code, could you also add it as a comment in the code ?

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

This looks like we are parsing only German numbers? Is my understanding correct? If so, is there a reason to enforce this?

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

Its nicer to stick to convention, and use phoneNumber instead of phonenumber.

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

For consistency with the codebase, I would like to see :phoneNumber be used instead of :number.

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

Instead of saying "parameters.size() lesser than 2 or parameters.size() greater than 3", would it not be more clear to say "not(parameters.size() equals 2 or parameters.size() equals 3)" ?

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

Idiomatically, should com.google.i18n.phonenumbers.Phonenumber.PhoneNumber not instead be an import ?

aaruni96 commented on pull request prav/pravserver#28 2026年06月24日 00:34:10 +02:00
Feature: Custom Username Support (Issue #2)

While ternary operator is technically not wrong, I always like code to be a bit more verbose. Maybe consider having this in an if/else block instead?

aaruni96 commented on pull request prav/pravserver#28 2026年06月23日 19:28:04 +02:00
Feature: Custom Username Support (Issue #2)

@untrusem I specifically asked @thecodephilic-guy not to look at the existing PRs. #17 is more or less garbage. #27 was just me trying to rebase #17 onto the latest master and trying to see if I...

aaruni96 commented on issue prav/website#162 2026年06月14日 22:56:08 +02:00
Add status.prav.app

It is possible to have the badges rendered by embedding the image https://gatus.edufor.me/api/v1/endpoints/prav_prav-website/uptimes/30d/badge.svg

aaruni96 commented on pull request prav/website#155 2026年06月11日 13:16:03 +02:00
Fix hugo security.allowContent error

This is a workaround, but I would not call it a "fix". The fix would be to not have html inside markdown.

aaruni96 commented on issue prav/IssueTracker#66 2026年06月09日 14:18:45 +02:00
Bye Laws and Certificates

Sorry if I'm being silly, but isn't "four copies ... in original" self contradictory ?

aaruni96 created branch master in aaruni96/lazygit 2026年05月21日 21:09:04 +02:00
aaruni96 pushed to master at aaruni96/lazygit 2026年05月21日 21:09:04 +02:00
c006fd9363 initial commit