Commit graph

178 commits

Author SHA1 Message Date
Floorb
c6b3f7770a feat: better transparency page 2024-10-30 00:23:43 -04:00
Floorb
24f8a6a9aa fix: bring back the HackerHorse badge! 2024-07-07 17:28:31 -04:00
Floorb
c42b22123e fix: disable password pastes completely 2024-04-27 00:42:40 -04:00
Floorb
c7eadd4b0c fix: fix a couple undefined variable errors 2024-04-25 12:08:25 -04:00
Floorb
1803631ea9 fix: fix banner showing when there's no banner 2023-12-18 00:12:28 -05:00
Floorb
401c76e0e7 fix: fix undefined variable in user_profile.php favourites 2023-12-18 00:08:51 -05:00
Floorb
222253a1f0 fix: remove some debug printfs 2023-12-18 00:08:33 -05:00
Floorb
ccbe200300 misc: disable passwords for new pastes 2023-09-07 13:05:32 -04:00
Floorb
33a3107844 fix(pastes): make expiry 1h work and make expiry display work 2023-08-29 03:32:49 -04:00
Floorb
ee0ae0cfdc fix: fix profile password changing 2023-07-14 11:32:58 -04:00
Floorb
ec72b6937e feat: new recovery code generation finally 2023-07-14 11:30:35 -04:00
Floorb
b49951e4d5 feat: disable passworded pastes for guests 2023-07-11 03:45:51 -04:00
Floorb
6c964cfe63 fix: use updated_at for paste updated cards 2023-07-05 03:33:55 -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
36abc1725e feat: ability to blank paste contents 2023-07-05 03:00:09 -04:00
Floorb
ca28f037f7 fix: weird encryption with editing unencrypted pastes 2023-06-13 18:28:20 -04:00
Floorb
f2efc54d0a chore: some HTML/CSS cleanup 2023-06-02 15:37:10 -04:00
Floorb
17fbaee878 fix: remove unneeded IDs 2023-06-02 12:47:51 -04:00
Floorb
5362be443c chore: format views and remove some unused classes and divs 2023-06-01 17:48:58 -04:00
Floorb
19b2deda2a feat: mod promotion/demotion 2023-06-01 15:54:48 -04:00
Floorb
9296ca14a6 feat: site banners editable from the admin panel 2023-06-01 15:39:15 -04:00
Floorb
75d6160083 fix: actually link the paste in the non-js archive 2023-06-01 15:32:09 -04:00
Floorb
1b1a3795e4 fix: weird paste updated_at display 2023-06-01 15:23:40 -04:00
Floorb
ee5148ab7b chore: improve discover.php code 2023-06-01 15:14:17 -04:00
Floorb
66676c75a9 feat: sorting by updated_at on the archive page 2023-05-25 09:31:14 -04:00
Floorb
41d070222e fix: remove unused admin page field 2023-05-24 11:19:22 -04:00
Floorb
1ec073081b fix: non-js login page; flash for report failure 2023-05-23 05:37:53 -04:00
Floorb
244fb66f63 fix: rules/privacy pages, donate links 2023-05-22 14:02:56 -04:00
Floorb
dfa22dbde1 fix: more user profile fixes 2023-05-20 10:23:22 -04:00
Floorb
83f4fa56c4 fix: lots of profile page + search fixes, mostly to do with the paste list 2023-05-20 10:03:00 -04:00
Floorb
5538b40b77 feat: user password resets 2023-05-15 12:44:04 -04:00
Floorb
f7a6b467af fix: revert previous change 2023-05-15 11:22:13 -04:00
Floorb
cc5d666d53 fix: make it so you can edit pastes again. 2023-05-15 11:19:48 -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
aa2ac2c5a7 fix broken nginx config and other stuff that I didn't commit 2 years ago 2023-03-28 12:00:22 -04:00
Floorb
8409837689 fix: code block wrapping 2023-02-27 06:07:58 -05:00
Floorb
c19139ed6e fix: move paste Edit button around a bit. 2023-02-27 05:48:53 -05:00
Floorb
49c5643bc7 fix: user profile page created at date not showing up 2023-02-27 05:33:13 -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
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