Commit graph

154 commits

Author SHA1 Message Date
Floorb
c6b3f7770a feat: better transparency page 2024-10-30 00:23:43 -04:00
Floorb
6c0f26f20f fix: exclude passworded pastes from discover and archive 2024-07-18 05:24:35 -04:00
Floorb
c7eadd4b0c fix: fix a couple undefined variable errors 2024-04-25 12:08:25 -04:00
Floorb
d77dc5f1e0 fix(admin): fix paginator 2023-08-29 03:42:29 -04:00
Floorb
12b0f4976f fix(admin): paginate mod messages 2023-08-29 03:40:59 -04:00
Floorb
33a3107844 fix(pastes): make expiry 1h work and make expiry display work 2023-08-29 03:32:49 -04:00
Floorb
6ff64c0652 fix(pastes): fix mods not being able to edit pastes 2023-08-29 03:25:35 -04:00
Floorb
2cedd3eabe feat: add mod messages 2023-08-21 12:40:00 -04:00
Floorb
3e44d88ed8 cleanup: quick cleanup of bot checking code 2023-08-21 12:26:35 -04:00
Floorb
e78b800c64 fix: do not count page views for bots 2023-08-14 07:59:15 -04:00
Floorb
721ed11a45 fix: set session cookie params at the right moment 2023-08-08 00:38:59 -04:00
Floorb
caf6b10d4a fix: increase session lifetime 2023-07-14 11:17:15 -04:00
Floorb
f281307b20 fix: prevent invalid paste codes 2023-07-14 11:12:38 -04:00
Floorb
483d0293f7 fix: make CSRF tokens exist for the duration of the session 2023-07-11 03:20:58 -04:00
Floorb
894613e257 chore: move updateAdminHistory to AdminLog.php 2023-07-11 03:19:58 -04:00
Floorb
81fcaf65d6 chore: move user actions to user_action.php 2023-07-05 03:30:16 -04:00
Floorb
265b85d489 chore: move paste actions to paste_action.php to require admin authentication 2023-07-05 03:22:09 -04:00
Floorb
112ec98103 fix: make Pastedown better? 2023-05-29 11:13:32 -04:00
Floorb
19133bf440 fix: try something new for coloredtext 2023-05-27 17:34:01 -04:00
Floorb
230aeb6abd fix: better green/redtext 2023-05-27 12:00:03 -04:00
Floorb
82cd8bd676 Revert "Added better greentext function to parsedown"
This reverts commit f8f1f162
2023-05-27 11:52:09 -04:00
Floorb
41d070222e fix: remove unused admin page field 2023-05-24 11:19:22 -04:00
Floorb
48bb02a0e2 fix: csp 2023-05-23 12:57:47 -04:00
Floorb
ac14a2628d feat: add configuration for allowed image hosts 2023-05-23 12:31:11 -04:00
Floorb
dfa22dbde1 fix: more user profile fixes 2023-05-20 10:23:22 -04:00
Floorb
0b6f54b0d6 fix: speed up paste random function a lot 2023-05-20 10:06:26 -04:00
Floorb
6f684e0283 fix: syntax highlighting for redtext 2023-05-16 23:40:16 -04:00
Floorb
5538b40b77 feat: user password resets 2023-05-15 12:44:04 -04:00
Floorb
319b312b23 fix: various admin dashboard improvements. 2023-05-15 11:41:35 -04:00
Floorb
490f434f83 fix: do not show moderator-hidden pastes in the ajax pastes 2023-05-15 07:28:13 -04:00
Floorb
83f3fdb5e6 fix: make Pastedown great again (some code by Aftercase) 2023-05-13 23:28:23 -04:00
Floorb
799de10f50 feat: add moderator role system 2023-05-13 21:19:35 -04:00
Floorb
c4d653b13f feat: reporting, lots of admin improvements 2023-05-13 20:05:32 -04:00
Floorb
708eb9be6f fix: some admin pages implementation 2023-05-13 20:05:32 -04:00
jimm
81333996d4 Expiry display and fixes (#16)
* Expiry display and fixes
* rm
* space
* stray tag
2023-04-08 01:53:24 +00:00
Floorb
ec562cef57 fix: download filenames can sometimes be pretty weird. 2023-02-27 05:58:30 -05:00
Floorb
547e0fb30b fix: do not uppercase the tags, fix some other cosmetic issues. 2023-02-27 05:42:26 -05:00
Floorb
758d1d5d1d fix(tags): client-sided tag limit is better; tag highlighting rules slightly better 2023-02-27 05:24:55 -05:00
Floorb
c238975adf Upgrade highlight.php and do other stuff. 2023-02-25 05:03:19 -05:00
Floorb
5193b4266c misc cleanup, update vendor stuff, fix captcha 2023-02-24 06:26:40 -05:00
Floorb
624d9d63d8 Move CAPTCHA code around a bit 2022-08-27 02:48:10 -04:00
Floorb
86afab0458 Rejigger the CAPTCHA a bunch, more functionality without JS 2022-08-25 01:51:54 -04:00
Floorb
0f519a8ced Simplify CAPTCHA and make it work properly. 2022-07-30 20:28:53 -04:00
Floorb
0038d5ecf1 Move some more stuff around. 2022-07-30 20:15:48 -04:00
Floorb
419e451677 Move some stuff around. 2022-07-30 17:55:17 -04:00
Floorb
2aaa47ea25 Fix paste updated_at being updated when it should not be. 2022-07-30 17:13:21 -04:00
Floorb
bc082581a9 Various cosmetic fixes. 2022-04-23 18:27:04 -04:00
Floorb
49a7afb694 Various fixes of errors. 2022-04-23 18:22:16 -04:00
Floorb
f1e3166eec Improve error page, make it so blank usernames are not valid, make it so you can log in. 2022-04-20 18:45:29 -04:00
Floorb
194a7b11d5 Fix some weirdness with profile paste tables. 2022-04-19 19:36:18 -04:00