Aevann1
55abb8bd72
fix button highlighting in search
2022-07-09 09:43:36 +02:00
Aevann1
99f0cb7742
strip embed_url
2022-07-09 09:41:05 +02:00
Aevann1
56b7fa8e98
Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
2022-07-09 09:23:28 +02:00
Aevann1
4093eba7d0
fix notifications link on mobile
2022-07-09 09:23:25 +02:00
Snakes
02e096e5af
LGB: add custom emoji list.
2022-07-09 00:32:48 -04:00
Snakes
3416ed76e4
Increase rate-limit on /del_report/.
2022-07-08 20:46:44 -04:00
Snakes
13dfa370b1
PCM: swap banner to Summer 2022 v2.
2022-07-08 16:46:35 -04:00
Aevann1
38f6a6f81d
remove special timefilter condition for "bump" sorting
2022-07-08 21:49:27 +02:00
Aevann1
a1fbe62c88
make the "clear notifgications" button universal
2022-07-08 21:45:38 +02:00
Aevann1
683c9c7bdd
fix lingering notifications
2022-07-08 21:42:40 +02:00
Aevann1
c912c4c9d1
tweak notifications margin
2022-07-08 21:35:15 +02:00
Aevann1
f298d134ac
make "clear all notifications" button also clear post notifs
2022-07-08 21:33:26 +02:00
Aevann1
6deb1cf0a4
add bottom margin to "clear all notifiications" button
2022-07-08 21:30:13 +02:00
Aevann1
65a98cd9fc
dont show notifications for posts the user himself makes in a hole they follow
2022-07-08 21:14:04 +02:00
Aevann1
19ee55d27c
fix post notifications not being visible
2022-07-08 21:11:56 +02:00
Aevann1
939861e1a0
fix 500 error
2022-07-08 21:10:01 +02:00
Aevann1
a8fe49f232
kitchen sink commit, all over the place
2022-07-08 21:03:04 +02:00
Aevann1
c380848d47
remove leftover code from ill-fated joinedload attempt
2022-07-08 20:28:56 +02:00
Aevann1
a64736d9fb
get voting status on posts in /notifications/posts
2022-07-08 20:28:27 +02:00
Aevann1
9abd2cc508
dont show deleted and removed posts in /notifications/posts
2022-07-08 20:27:42 +02:00
Aevann1
ea3d7997c8
fix 500 error
2022-07-08 20:13:18 +02:00
Aevann1
14d2845f93
Revert "Disable fartmode on non-rDrama sites."
...
This reverts commit da27b16c39
.
2022-07-08 20:10:42 +02:00
Aevann1
ad1273995d
notifications rework
2022-07-08 20:06:54 +02:00
Aevann1
cfa6c13eaa
move 2 cron functions from routes files to .cron
2022-07-08 18:21:39 +02:00
Aevann1
83a931343e
uncomment rss feed
2022-07-08 18:21:20 +02:00
Aevann1
b617321529
move all env-getting to .const
2022-07-08 18:21:13 +02:00
Aevann1
1549508e49
make :marseyunpettable: unpettable
2022-07-08 17:39:54 +02:00
Aevann1
e34f1a1c15
Revert "testing bandwidth"
...
This reverts commit d6559471b7
.
2022-07-08 17:13:37 +02:00
Aevann1
c01a1ea08b
cache bust badges
2022-07-08 17:11:59 +02:00
Aevann1
d6559471b7
testing bandwidth
2022-07-08 17:05:08 +02:00
Aevann1
c23366843e
fix 500 error on posting
2022-07-08 14:40:07 +02:00
Aevann1
a4b2a69689
make "more comments" button work on the whole chain
2022-07-08 14:19:35 +02:00
Aevann1
18385f80a1
make snappy only comment on drafts when they're published
2022-07-08 13:44:17 +02:00
Aevann1
461e822314
change style of tables in midnight theme
2022-07-08 13:20:55 +02:00
Aevann1
f350a681d9
remove weird space before "admin tools"
2022-07-08 13:15:25 +02:00
Aevann1
b9d6f796a3
return 404 on shadowbanned comments when linking to them
2022-07-08 13:13:59 +02:00
Aevann1
747ccf5dab
don't count deleted posts and comments
2022-07-08 13:07:27 +02:00
Snakes
894011335b
PCM: hole price- Kippy indecisive.
2022-07-07 23:43:48 -04:00
Snakes
c7467419b9
PCM: change hole cost.
2022-07-07 23:37:37 -04:00
Snakes
a3f94a77f3
Fix comment /votes/ 500 when no upvoters.
2022-07-07 19:53:28 -04:00
Snakes
c25ab027a0
Add link to new canary location.
2022-07-07 03:31:32 -04:00
Aevann1
278ec3dab4
Revert "make "text-danger" less hostile on the eyes"
...
This reverts commit 0371ee6c7c
.
2022-07-07 07:29:18 +02:00
Aevann1
887d521f4a
Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
2022-07-07 07:14:41 +02:00
Aevann1
7cd1e4bf8f
give chadmins marseybux
2022-07-07 07:14:39 +02:00
Snakes
6ad935e12a
Permission flags UI visibility; start PERMS dict.
...
Original work started for WPD and LGB, who wish to restrict flags
visibility in the UI based on admin_level. To support this change and
upcoming changes, `const.PERMS: string -> int` was created.
Potentially targetting a future design where Permissions is a proper
business object integrated with the User model; however, for now just
looking toward getting admin_level magic numbers centralized.
This commit applies PERMS to: create_hole, flags visibility in UI,
flag removal in UI & backend. Flag visibility in Comment & Submission
json_raw methods is unaffected to avoid needing a user object to
build the JSON.
2022-07-06 23:45:33 -04:00
Aevann1
470b046702
compile regext outside of routes
2022-07-06 13:49:13 +02:00
Aevann1
4ba413eaa9
Revert "Revert "remove all joinedload bullshit I added""
...
This reverts commit 4057711c83
.
2022-07-06 13:08:11 +02:00
Aevann1
742a3698ea
fix my vote being above OP's vote
2022-07-06 13:00:28 +02:00
Aevann1
4057711c83
Revert "remove all joinedload bullshit I added"
...
This reverts commit c8d5eb0f57
.
2022-07-06 12:58:44 +02:00
Aevann1
364c8eca4f
Merge branch 'frost' of https://github.com/Aevann1/Drama into frost
2022-07-06 12:56:43 +02:00