Commit Graph

53 Commits (83877ea931f559615438d3e47de9562ebcf35777)

Author SHA1 Message Date
Aevann 83877ea931 stop translation of formkey 2024-03-01 19:03:28 +02:00
Aevann 698c413c5b add can_see_donate_service 2024-02-25 08:25:15 +02:00
Aevann 9bbe7332ad better nomenclature 2024-02-24 23:55:34 +02:00
Aevann b7aa27c8b0 move settings.html 2024-02-22 19:49:36 +02:00
Aevann 9f510bd4ce no-visited -> novisited 2024-02-10 14:11:59 +02:00
Aevann 9d640fe4c8 minor fix for WPD 2024-02-07 00:41:31 +02:00
Aevann 799615fe8c remove unnecessary nofollow and noreferrer 2023-11-04 23:36:05 +02:00
Aevann a68dcfd5fe fix up tabs 2023-10-29 16:01:59 +03:00
Aevann 85ce51ab0d clearer messages 2023-10-24 18:26:51 +03:00
Aevann 087b2d1062 add minlength and maxlength to password change fields 2023-10-17 12:45:23 +03:00
Aevann 43b4162378 one less env var 2023-10-08 21:58:12 +03:00
Aevann 9cfe1369cc reduce padding-top on setting checkboxes on mobile 2023-10-06 16:28:44 +03:00
Aevann d1c9badb7a unify all truescore thresholds 2023-10-05 16:44:31 +03:00
Aevann 776d9fc091 revert the modal change 2023-10-02 09:04:05 +03:00
Aevann 92a5174466 use my own modal system instead of bootstrap in preparation for potentially not using bootstrap.js anymore (also I like it more and wanna see if anybody notices any changes at all) 2023-10-01 15:03:52 +03:00
Aevann cc32dfafe9 consistent capitalization in settings 2023-09-15 18:37:12 +03:00
Aevann 7cbe28a84f dont show blahblahblah donate service 2023-09-14 22:37:35 +03:00
Aevann 425b6e90e1 remove unnecessary part 2023-09-14 21:47:03 +03:00
Aevann df4f694d8e fix 2fa image not working 2023-09-14 21:44:35 +03:00
Aevann 2ba4233115 add no-visited to DONATE_SERVICE link 2023-09-06 19:36:11 +03:00
Aevann b0f256f8b6 add padding 2023-08-24 01:02:11 +03:00
Aevann ba47449685 use solid icons instead of regular 2023-08-23 03:52:50 +03:00
Aevann 39098fe323 kitchen sink commit 2023-08-12 00:50:23 +03:00
Aevann 144d7a31be rename is_activated to email_verified 2023-08-03 11:02:31 +03:00
Aevann 988a14f187 use SITE_FULL_IMAGES whenever u possibly can 2023-07-22 19:24:16 +03:00
Aevann 2156f9ef03 restore blocks to its own page in the settings 2023-05-05 05:16:19 +03:00
Aevann 972b0a7aad 2-step login -> two-factor authentication 2023-03-16 17:42:53 +02:00
Aevann 7a52538de4 bigger text for errors 2023-03-07 16:29:51 +02:00
Aevann b2c7ca31da move disabling buttons to bottom.js 2023-03-07 02:21:08 +02:00
Aevann 06a70f7fd7 refactor donation code 2023-02-01 21:49:39 +02:00
Aevann b7e4f27f65 use transactions table in rdrama 2023-02-01 21:04:15 +02:00
Aevann 5502715122 replace type="hidden" with hidden 2023-01-24 07:10:16 +02:00
Aevann 9717646755 remove all role attributes 2023-01-20 09:14:59 +02:00
Aevann 5235d0f31f remove all aria attributes 2023-01-20 09:10:54 +02:00
Aevann 6bdc8e805a add spaces where needful 2023-01-01 13:58:39 +02:00
Aevann 044664a25e get rid of useless tabs and spaces 2023-01-01 13:36:20 +02:00
Aevann 8a1343e739 Revert "remove all accessibility attributes"
This reverts commit e3a8fe85e3.
2023-01-01 13:12:35 +02:00
Aevann e3a8fe85e3 remove all accessibility attributes 2023-01-01 13:05:39 +02:00
Aevann 0c6866ed84 fix undisabling elements 2023-01-01 04:17:46 +02:00
Aevann 7ee7933773 same as last commit 2022-12-30 14:52:59 +02:00
Aevann f0b20cad55 the worst fucking code you'll ever see 2022-12-30 14:14:18 +02:00
Aevann 070a22d02e remove accessiblity shit 2022-12-25 04:10:56 +02:00
Aevann1 8224ca278e fix button name in 2fa modal 2022-12-20 23:22:37 +02:00
Aevann1 9b50f727b2 barcode -> QR code 2022-12-20 23:16:49 +02:00
Aevann1 6227915836 remove duplicated alert 2022-12-20 18:22:01 +02:00
justcool393 ab41db22b7 [DO NOT MERGE] multiple sub banners (#59)
allows multiple sub banners

Snakes note: By request of Carp, especially for WPD.

Co-authored-by: justcool393 <justcool393@gmail.com>
Co-authored-by: Snakes <duolsm@outlook.com>
Reviewed-on: #59
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
2022-12-11 23:44:34 +00:00
Aevann1 a3c51202d1 improvement to sorting table + get rid of scope="col" 2022-12-10 10:47:15 +02:00
Aevann1 c0676e198c convert "var" to "let" and "const" 2022-12-04 17:40:32 +02:00
justcool393 ae50cc2772 const: rename constants from LIMIT to MINIMUM
the new name is much much clearer
2022-11-26 14:20:44 -06:00
justcool393 272e2ee936
sneed (rename procoins to marseybux) (#472)
* sneed (rename procoins to marseybux)

* literally unusable

Co-authored-by: TLSM <duolsm@outlook.com>
2022-11-21 18:08:29 -05:00