Tracker-Friendly arzumify
  • A person who does way too much for their own good

  • Joined on 2023-09-09
arzumify pushed to main at Ailur/burgernotes 2024-06-25 23:43:25 +01:00
e3359a02a8 Update APIDOCS.md
arzumify pushed to main at Ailur/burgernotes-client-web 2024-06-25 19:49:14 +01:00
653ac0a64d Use a scale instead of a fixed 20px so that the scaling of icons stays consistant on HIDPI screens
arzumify pushed to main at Ailur/burgernotes-client-web 2024-06-25 19:43:01 +01:00
ff21e0b198 Add back homeserver changing and fix the mobile layout
arzumify pushed to main at Ailur/burgernotes 2024-06-25 16:54:02 +01:00
cda77cd3b9 Moved the changepassword function to the bottom so that it's under authentication, made it actually change the password, make it && instead of || so it doesn't cause the glitch stated in the last commit
arzumify pushed to main at Ailur/burgernotes 2024-06-25 16:46:19 +01:00
bbd2ea7daa Fixed an error where version1legacychange would delete your current password on any login
6084d9ddf6 Oops, forgot the ?s
Compare 2 commits »
arzumify pushed to main at Ailur/burgerauth 2024-06-25 16:29:17 +01:00
14deebd553 Fixed silly error in checkusernametaken
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:49:24 +01:00
d04785d2d3 Made /api/auth clear out the database of any ongoing login attempts before proceeding
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:44:30 +01:00
277c343a1b Used the correct error
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:43:37 +01:00
54f78cf36e Made it an else to prevent some problems with it returning 500
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:39:30 +01:00
c3eeee81ec Added some mitigations to spamming the login system by restricting it to one active login per user
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:34:45 +01:00
fb4b5ca57e Fixed typo
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:32:55 +01:00
b7ac5d3534 Update the schema as well
b200da5453 Use a memory database to store logins instead of database.db
Compare 2 commits »
arzumify pushed to main at Ailur/burgerauth 2024-06-25 01:19:48 +01:00
3752648c78 Revert "BETA: Use a session cookie rather than a SQL database for login"
2f49361c76 Revert "Made the JSON marshal and unmarshal properly"
73506b8aee Revert "Accidentally got false and true mixed up in checkUsernameTaken"
d833d90c59 Revert "Put the longer codes into different cookies for easier storage"
Compare 4 commits »
arzumify pushed to main at Ailur/burgerauth 2024-06-25 00:34:10 +01:00
7dfa018fe6 Accidentally got false and true mixed up in checkUsernameTaken
arzumify pushed to main at Ailur/burgerauth 2024-06-25 00:22:20 +01:00
5f8bf52194 Put the longer codes into different cookies for easier storage
arzumify pushed to main at Ailur/burgerauth 2024-06-24 22:59:31 +01:00
10c6848c5c Made the JSON marshal and unmarshal properly
arzumify pushed to main at Ailur/burgerauth 2024-06-24 22:53:32 +01:00
447fb7a4fa BETA: Use a session cookie rather than a SQL database for login
arzumify pushed to main at Ailur/burgerauth 2024-06-24 20:58:38 +01:00
96d145b174 Merge remote-tracking branch 'origin/main'
c7d213be87 Fix spelling errors, fixed a misuse of genSalt and fixed a SQL QueryRow using the incorrect schema
Compare 2 commits »
arzumify pushed to main at Ailur/burgernotes 2024-06-24 20:35:51 +01:00
7e2a5a90c1 Forgot the substituion ?s
arzumify pushed to main at Ailur/burgernotes 2024-06-24 16:55:32 +01:00
d4fe38f245 Merge remote-tracking branch 'origin/main'
1d5b19d17f Add a version 2 API that fixes the issue with pre-PageBurger releases of Burgernotes not using the SHA-3 based hashing format to not be able to log in properly. This also fixes the older Burgernotes clients.
Compare 2 commits »