Floorb
|
ac06c3f8f2
|
fix: fix hardcoded 5 that was giving everyone the same badge.
|
2024-10-30 00:39:25 -04:00 |
|
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
|
24f8a6a9aa
|
fix: bring back the HackerHorse badge!
|
2024-07-07 17:28:31 -04:00 |
|
Floorb
|
d36886c3be
|
update: robots.txt
|
2024-06-25 09:03:53 -04:00 |
|
Floorb
|
db316cd7cc
|
fix: fix error in code again
|
2024-04-27 00:47:01 -04:00 |
|
Floorb
|
084d117d8b
|
fix: fix error in code
|
2024-04-27 00:45:33 -04:00 |
|
Floorb
|
353991a6a8
|
fix: fix private pastes sometimes showing in archive
|
2024-04-27 00:43:09 -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
|
6c1809c20b
|
admin: increase recent user showing to 10.
|
2023-08-29 03:44:40 -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
|
bb8c8ddd0d
|
fix(admin): prevent double posting of mod messages
|
2023-08-29 03:37:29 -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
|
a0ba42e1b5
|
fix: admin dashboard
|
2023-08-08 00:19:55 -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
|
30674acb07
|
fix: fix admin dashboard paste statistics
|
2023-07-14 11:20:18 -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
|
3babfabfb4
|
chore: remove some unused variables
|
2023-07-11 03:45:59 -04:00 |
|
Floorb
|
b49951e4d5
|
feat: disable passworded pastes for guests
|
2023-07-11 03:45:51 -04:00 |
|
Floorb
|
563d8f6738
|
fix: redirect_back duplication
|
2023-07-11 03:34:28 -04:00 |
|
Floorb
|
239f1f92fe
|
fix: paste_action and user_action CSRF
|
2023-07-11 03:22:14 -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
|
f1b2e10c72
|
chore: add license
|
2023-07-05 03:49:29 -04:00 |
|
Floorb
|
68abed771e
|
fix: set admin password hash when promoting
|
2023-07-05 03:35:20 -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
|
776a0ba636
|
fix: remove stupid extra line
|
2023-06-14 03:02:47 -04:00 |
|
Floorb
|
8969eb4071
|
fix: better fix for encryption issue
|
2023-06-14 03:00:04 -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 |
|