1
0
Fork 0

Commit Graph

  • 4dfb3d81c3 Enforce POST when sending register form Anonymous Contributor 2023-08-23 18:16:35 +0200
  • d46835e8eb Check if new name is already taken Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 03f5cd489d Remove useless double check of input lengths Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 7b0539b96f Save IAR message state across requests Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 497dcb85a8 Remove unused allUsers variable and query Anonymous Contributor 2023-08-23 18:16:35 +0200
  • c3106f4787 Actually merge profile and password change pages Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 4d20b7e2f3 Only check regex and equals when field is provided Anonymous Contributor 2023-08-23 18:16:35 +0200
  • d70fd4357a Remove dead link from admin dashboard Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 6b88527f05 Properly check request method in login form Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 5d0a79f20f Fix password form regexes Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 3d0c156cb3 Fix OpenSim API being included too late in users Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 841f1707eb Enforce POST and validate input for profile forms Anonymous Contributor 2023-08-23 18:16:35 +0200
  • f073fb621d Add validation regex for new identity's name Anonymous Contributor 2023-08-23 18:16:35 +0200
  • e192d3fd04 Fix POST request handling in dashboard forms Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 1df2182bae Use POST for password changes, validate input Anonymous Contributor 2023-08-23 18:16:35 +0200
  • c97c58e30d Fix HTML format Anonymous Contributor 2023-08-23 18:16:35 +0200
  • e2795e99b9 Do not use PHP's error control operator Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 9954f31721 Fix typos Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 57ff06d418 Generate a random string as invite code Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 8c7a31d88a Use POST for user management, validate input Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 6ca8988128 Use POST for managing identities, validate input Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 9d760f7dc3 Use POST for leaving groups, validate input Anonymous Contributor 2023-08-23 18:16:35 +0200
  • e6d51a0afb Use POST when removing friends, validate input Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 87c21a06eb Fix incorrect regex escaping Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 0a6b06fb29 Fix property reference Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 2e7abe5bd5 Remove unneeded file Anonymous Contributor 2023-08-23 18:16:35 +0200
  • d3f3ca5779 Fix include/template paths Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 17fe6651c8 Reflect directory structure changes Anonymous Contributor 2023-08-23 18:16:35 +0200
  • f9828aa110 Move templates to template directory Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 4415adb6e6 Reflect directory structure changes Anonymous Contributor 2023-08-23 18:16:35 +0200
  • da225d7213 Do not include unused discord class Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 08f29758c0 Only include and construct OpenSim when needed Anonymous Contributor 2023-08-23 18:16:35 +0200
  • c9cad23e2c Only include PHPMailer when needed Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 59c9e53f1e Rename PHPMailer directory Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 45a33c2b9f Remove unused GoogleAuthenticator class Anonymous Contributor 2023-08-23 18:16:35 +0200
  • 11c8fa3471 Change dir structure of class files Anonymous Contributor 2023-08-23 18:16:34 +0200
  • d5356a81c1 Do not store salt when generating new password release/1.1.0 Anonymous Contributor 2023-08-23 18:16:34 +0200
  • a699bf2dee Small fixes Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 1f82e33c54 Check if CSRF token is available before replacing Anonymous Contributor 2023-08-23 18:16:34 +0200
  • d81e48fc12 Redirect after logout Anonymous Contributor 2023-08-23 18:16:34 +0200
  • c4ce814333 Use Argon2id as password hashing algorithm Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 5559355635 Add values for default avatar option(s) Anonymous Contributor 2023-08-23 18:16:34 +0200
  • bd3df89454 Fix various small errors Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 3134f55393 Fix RUNTIME array being reset after loading config Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 06b7e6dc6e Replace %%CSRF%% variable with CSRF token Anonymous Contributor 2023-08-23 18:16:34 +0200
  • ed9f4c8eed Unset pre-session on login and registration Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 20ae77b90b Add CSRF field variable to all forms Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 3e8d0d3778 Add CSRF token validation for forms Anonymous Contributor 2023-08-23 18:16:34 +0200
  • a446cfd9c1 Generate CSRF token on session start Anonymous Contributor 2023-08-23 18:16:34 +0200
  • c78e7e2007 Set secure attributes for session cookie Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 43ea9eefda Add domain config variable Anonymous Contributor 2023-08-23 18:16:34 +0200
  • b6eff53f0c Just set status code, do not hardcode HTTP version Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 16ee118c98 Always redirect after making changes Anonymous Contributor 2023-08-23 18:16:34 +0200
  • b3db0383a1 Fix input validation checks in identities.php Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 7b08766668 Always encode user input before including in HTML Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 70962b0c63 Only fetch required rows from database Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 959dfc8d88 Use PDO and prepared statements in api/economy Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 7190b78faf Do not set HSTS header in scripts Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 0ff99a3678 Improve routing Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 26311c8ffb Improve API endpoint name validation Anonymous Contributor 2023-08-23 18:16:34 +0200
  • e5dd07305a Add input validation to Register page Anonymous Contributor 2023-08-23 18:16:34 +0200
  • c49a52e116 Fix user name regex Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 390aa89d9f Add "equals" parameter to form validator Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 6a6e7db2ce Sanitize 'page' GET parameter in login.php Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 588beb3c05 Validate user input in login form Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 3249d249be Add basic input validation class Anonymous Contributor 2023-08-23 18:16:34 +0200
  • 3d66bdaea9 Dateien hochladen nach „cron“ release/1.0.0 Chris 2021-01-29 01:10:21 +0000
  • 20353e1a0a use sql Chris 2021-01-21 01:33:25 +0100
  • 4174e202f3 add discord Chris 2021-01-21 00:30:51 +0100
  • d51738b65f Merge branch 'master' of https://git.4creative.net/Website/Manager Chris 2021-01-21 00:30:21 +0100
  • 30b68bcf68 add discord Chris 2021-01-21 00:29:57 +0100
  • 5f4a64d461 „config.example.php“ ändern Chris 2021-01-20 21:26:43 +0000
  • c92f4c45af „cron/checkInventar.php“ ändern Chris 2021-01-20 07:14:56 +0000
  • edd16e8412 „cron/checkInventar.php“ ändern Chris 2021-01-20 07:09:32 +0000
  • ecf3f79d8f add trim Chris 2021-01-08 15:17:32 +0100
  • 199920942e show stats Chris 2021-01-08 15:14:09 +0100
  • da1fad0ae1 save stats in db Chris 2021-01-08 14:56:38 +0100
  • 4e889de090 add region checker cron Chris 2021-01-08 13:36:55 +0100
  • ca9bb849a0 fix path Chris 2021-01-08 04:49:21 +0100
  • d297e047fc rename email Chris 2021-01-08 04:20:29 +0100
  • 0cafe0a72a remove mail Chris 2021-01-08 04:18:42 +0100
  • aebdb4d673 fix bug in cron Chris 2021-01-08 03:53:41 +0100
  • dc40431e84 add running state Chris 2021-01-08 02:59:28 +0100
  • e41fe21c98 remove ssl login from mailclient Chris 2021-01-08 02:32:07 +0100
  • 9d175cba62 remote menü entry Chris 2021-01-08 02:30:13 +0100
  • 656f09a9e8 add email info Chris 2021-01-08 02:29:46 +0100
  • e6a326b8fc add iar save Chris 2021-01-08 02:00:03 +0100
  • 0429f2db6a add password reset to users page Chris 2021-01-07 15:30:23 +0100
  • bc0c8816b9 add remove Chris 2021-01-06 15:42:48 +0100
  • 67b68cebec add leave group Chris 2021-01-06 15:28:13 +0100
  • 21be4b89ea return Unknown user then null key Chris 2021-01-06 15:16:43 +0100
  • 6f2300114e addeconomy Chris 2021-01-06 15:11:25 +0100
  • 14bfb39a49 dont copy friends Chris 2021-01-06 15:05:40 +0100
  • d6f9b72a0f add fake landtool Christopher 2020-12-15 14:01:20 +0100
  • 6168c923d1 change text Christopher 2020-08-08 05:35:20 +0200
  • f347e2a89d add identities Christopher 2020-08-08 05:32:08 +0200
  • eaedf8d4c5 add friends Christopher 2020-08-06 03:15:07 +0200
  • 9d0b185884 add showall to admin regions Christopher 2020-08-05 11:03:03 +0200
  • 79f020b9c2 fix pw page Christopher 2020-08-04 12:08:41 +0200
  • 0e0ec17630 combine pages Christopher 2020-08-04 12:00:38 +0200