forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

11118 Commits (1d7b4c18a586b4eb9bae197cbb27d67cf678e2ef)

Author SHA1 Message Date
Aevann fb153e9a14 when u visit someone's profile, see who chudded them 2023-07-02 20:40:39 +03:00
Aevann 11e8e93901 fix overflow 2023-07-02 17:31:13 +03:00
Aevann 4841ab1864 fix 500 error 2023-07-02 02:50:41 +03:00
Aevann ca375b72ca dont advertise push notifs 2023-07-02 02:35:14 +03:00
Aevann 3d1905d51c make error page prettier 2023-07-02 02:20:04 +03:00
Aevann 0b4ead5f81 fix 500 error 2023-07-02 02:14:57 +03:00
Aevann 1ec48ce9e8 remove exclamation mark 2023-07-02 02:04:51 +03:00
Aevann b58c09f374 restore app tooltip + add something for iphonecels on it 2023-07-02 02:03:41 +03:00
Aevann c69400482e make block button be red 2023-07-02 00:41:36 +03:00
Aevann 7f6675f7f9 remove unddit.com (RIP u will not be forgotten) 2023-07-01 19:41:59 +03:00
Aevann 2dde07bf0f shorten profile background url on mobile too 2023-07-01 18:33:06 +03:00
SneedBot 864a6ff321 sneed 2023-07-01 15:14:57 +00:00
Aevann d237d30bd7 make popover view button unbreakable 2023-07-01 04:29:40 +03:00
Aevann c0748c8a36 add guide to enabling push notifs 2023-07-01 04:11:21 +03:00
Aevann 6bd40e1c41 fix wrong condition 2023-07-01 04:05:37 +03:00
Aevann 36bb237216 make repost warning more noticable 2023-07-01 00:34:15 +03:00
Aevann 57ed09561b make sure ppl know the benefit of linking an email 2023-06-30 23:07:44 +03:00
Aevann e4662247b7 revert commit that caused pat emojis not to get mirrored
This reverts commit 3a3615d292.
2023-06-30 22:54:36 +03:00
borntolurk 0762f179b7 PWA fixes (#161)
* Content now takes the whole screen on latest iPhones and bottom bar now respects the bottom safe area inset
* You can now pull to refresh in PWA

Co-authored-by: borntolurk <borntolurk@rdrama.net>
Reviewed-on: rDrama/rDrama#161
Co-authored-by: borntolurk <borntolurk@noreply.fsdfsd.net>
Co-committed-by: borntolurk <borntolurk@noreply.fsdfsd.net>
2023-06-30 19:39:19 +00:00
Aevann ac387e4bac add /donate to directory 2023-06-30 21:38:15 +03:00
Aevann 0bc64ef1ac increase popover banner height 2023-06-30 20:45:51 +03:00
Aevann 6faf24b8be make tooltip clearer 2023-06-30 20:36:26 +03:00
Aevann 8d608e2939 add "reset password' button to JL-5 2023-06-30 19:39:24 +03:00
Aevann 7851b66962 stop the generic disabling function from re-enabling "post" button 2023-06-30 18:54:39 +03:00
Aevann c616636ff0 separate blockers on mobile 2023-06-30 18:48:25 +03:00
Aevann 5fb6e9fac5 more margin in "Users Onlines" in chat 2023-06-30 18:37:18 +03:00
Aevann 34519c9483 make profile background text shorter 2023-06-30 18:33:34 +03:00
Aevann b12b057114 make searching work with CTRL+Enter 2023-06-30 18:24:12 +03:00
Aevann 8c7292e8f3 break original usernames 2023-06-30 00:44:15 +03:00
Aevann 4c84506602 dedup 2023-06-30 00:09:20 +03:00
Aevann eb9b9a8ffd same as last commit 2023-06-30 00:08:27 +03:00
Aevann 8f58cbee04 make fontweight consistent 2023-06-30 00:07:56 +03:00
Aevann 9ae5d47f9d minor margin fix 2023-06-30 00:07:13 +03:00
Aevann 4692b558f1 show number of blockers and blockees in profiles 2023-06-30 00:04:59 +03:00
Aevann d417fe14f0 rename property 2023-06-29 23:52:07 +03:00
Aevann ef97a42a86 remove unnecessary spaces 2023-06-29 23:18:24 +03:00
Aevann 0bbcc2f664 FIX 500 ERROR 2023-06-29 23:16:34 +03:00
Aevann eeb975b177 cachebust everything 2023-06-29 23:14:30 +03:00
Aevann 348f16266f remove carprama 2023-06-29 23:14:24 +03:00
Aevann 778f4f045e rename variable 2023-06-29 23:10:31 +03:00
Aevann 7137381132 fix last commit 2023-06-29 22:12:29 +03:00
Aevann 82bc32d8aa fix last commit 2023-06-29 22:09:33 +03:00
Aevann f3f01bad96 make the "Enable push notifications" button link to /app on non-pwa iphone 2023-06-29 22:05:24 +03:00
Aevann ab554c163c Add a button for enabling push notifications (#158)
Safari requires some user interaction to subscribe to push notifications ([see this](https://developer.apple.com/documentation/usernotifications/sending_web_push_notifications_in_web_apps_safari_and_other_browsers)), so this PR adds a button to the navigation menu that requests notification permissions and does the subscription stuff. It also hides the "Mobile App" button from PWA

Side effect of this PR is that push permissions aren't gonna be requested automatically on other platforms anymore like they used to. Also it's probably a good idea to add this button somewhere else too because it's not very accessible on desktop
![image](/attachments/f2f78028-9e5f-484f-aa98-59eb60e3ccd5)

Co-authored-by: borntolurk <borntolurk@rdrama.net>
Reviewed-on: rDrama/rDrama#158
Co-authored-by: borntolurk <borntolurk@noreply.fsdfsd.net>
Co-committed-by: borntolurk <borntolurk@noreply.fsdfsd.net>
2023-06-29 21:09:27 +03:00
Aevann 512fe8d710 fix loggedout_counter 2023-06-29 18:56:16 +03:00
Aevann 9519020de8 replace icon and headericon with carp 2023-06-28 17:31:41 +03:00
Aevann edd8d58835 carp sidebar 2023-06-28 17:24:11 +03:00
Aevann d3e79d6d8e complement 774c09387c 2023-06-28 17:10:30 +03:00
Aevann a017fdfbb9 add new taglines and titles 2023-06-28 17:03:14 +03:00
Aevann 774c09387c make sure everyone is aware that they're a carp alt 2023-06-28 16:52:59 +03:00
Aevann 97188519a7 add confirmation for changing houses 2023-06-28 00:56:23 +03:00
Aevann bd058acad8 fix sidebar bug on threads with "sidebar" in title lol 2023-06-28 00:25:35 +03:00
SneedBot af023434b3 sneed 2023-06-27 21:05:58 +00:00
Aevann 3a21c7d2ed disable spider toggle when awarded 2023-06-28 00:04:53 +03:00
SneedBot d2fbe1d51e sneed 2023-06-27 20:09:28 +00:00
Aevann 66d806c5f7 better popovers 2023-06-27 17:14:33 +03:00
Aevann 60b5b33a79 Revert "remove poor mode"
This reverts commit 33d281cc2e.
2023-06-27 15:01:40 +03:00
HeyMoon 36779a7ad1 Add the edgy award (and some other goodies) (#157)
# The Edgy Award
* Makes text bold, italic, and red, symbolizing the fire that burns within.
* Adds "fucking" to various places, after articles and prepositional phrases (I think) (tbh I just eyeballed it). EX: He is the fucking best
* Adds "motherfucker" and "bitch" to exclamations and questions, respectively.

# Goodies
* For the queen award:
	* based => comfy
    * Xpilled => x vibes
    * Xmaxxing => normalizing X

Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#157
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-06-26 14:38:48 +00:00
Aevann 33d281cc2e remove poor mode 2023-06-26 13:55:38 +03:00
Aevann c8116a401a do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4439973#context 2023-06-26 13:35:42 +03:00
Aevann f04e86911d hide confetti award when not birthgay 2023-06-26 13:30:24 +03:00
Aevann 3c08da126d Revert "only if 2 dots"
This reverts commit 5795520015.
2023-06-25 21:24:43 +03:00
Aevann 5795520015 only if 2 dots 2023-06-25 21:22:49 +03:00
Aevann f57c909610 change rdrama's default theme back to midnight 2023-06-25 20:35:30 +03:00
Aevann 835fee1417 fix pagination overflow 2023-06-25 20:31:33 +03:00
Aevann 9e8391bb48 restore wrongly-reverted fix 2023-06-25 19:59:51 +03:00
Aevann 6958b70975 do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4197134#context 2023-06-24 23:31:12 +03:00
Aevann 5308d5ca70 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4429297#context 2023-06-24 20:51:17 +03:00
Aevann 8bd657b726 add /blockers and /blocking to profile pages 2023-06-24 20:39:50 +03:00
Aevann c097a7c244 fix error msgs in /settings/blocks 2023-06-24 20:36:27 +03:00
Aevann 7cac2c19a1 do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4378619#context 2023-06-24 20:16:24 +03:00
Aevann 1a2d51c34c remove hole sidebars from WPD 2023-06-24 20:09:02 +03:00
Aevann 95dae28022 disable active pages 2023-06-24 18:03:19 +03:00
Aevann 0420b98080 more intuitive search parameters 2023-06-24 17:36:57 +03:00
Aevann 2516556f90 add reply btn in /search/messages 2023-06-24 16:38:31 +03:00
SneedBot 66f132fe5f sneed 2023-06-24 11:47:47 +00:00
Aevann e4ce716163 minor fix 2023-06-24 11:42:39 +03:00
Aevann f5eb14dd69 fix wpd default theme 2023-06-23 21:30:15 +03:00
Aevann 6e4387c690 change the default theme to coffee 2023-06-23 21:19:28 +03:00
Aevann f88d65b003 add original usernames to popover 2023-06-23 20:12:51 +03:00
SneedBot 9c460e2770 sneed 2023-06-23 16:50:58 +00:00
Aevann 5e8f04b2ac rename flags to reports 2023-06-23 19:49:26 +03:00
Aevann d9bed378a9 complement 32fa466e6a 2023-06-23 16:46:42 +03:00
Aevann e607c39d67 make chud effects not retroactive 2023-06-23 16:14:23 +03:00
Aevann 2452f94231 give new unlinked users award immunity in rdrama 2023-06-23 14:37:22 +03:00
Aevann a15d5eabef rename "agendaposter" to "chud" 2023-06-23 14:07:47 +03:00
Aevann 76280a1d74 last commit but better 2023-06-22 17:29:45 +03:00
Aevann c1540c6010 try to fix "users online" padding 2023-06-22 17:28:36 +03:00
Aevann 57ac7f4f73 increase pronouns character limit from 11 characters to 15 characters 2023-06-22 15:57:36 +03:00
Aevann f1e9f3e466 recrease margin 2023-06-22 15:57:11 +03:00
HeyMoon 5d53820515 Add the "Misogynist" award to harass incels (#154)
Whazzup? This PR is the final solution to the incel problem. There's an old indian proverb that says: "never judge a man until you've walked two moons in his mocassins". In this case, it should be: "never judge a woman until you've walked 24 hrs in her high-heels".

The misogynist award is a comment-transforming award that "feminizes" comments. It does the following:
 - makes text pink
 - makes text lowercase
 - removes "complicated" punctuation
 - makes paragraphs into run-on sentences
 - adds stereotypical girly remarks to the beginning or end of a paragraph.

For example:
INPUT

> What the fuck did you just fucking say about me, you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You're fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that's just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little "clever" comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn't, you didn't, and now you're paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You're fucking dead, kiddo.

OUTPUT
> im literally screaming, what the fuck did you just fucking say about me, you little bitch? ill have you know i graduated top of my class in the navy seals, and ive been involved in numerous secret raids on al-quaeda, and i have over 300 confirmed kills, i am trained in gorilla warfare and im the top sniper in the entire us armed forces, you are nothing to me but just another target, i will wipe you the fuck out with precision the likes of which has never been seen before on this earth, mark my fucking words, you think you can get away with saying that shit to me over the internet? think again, fucker, as we speak i am contacting my secret network of spies across the usa and your ip is being traced right now so you better prepare for the storm, maggot, the storm that wipes out the pathetic little thing you call your life, youre fucking dead, kid, i can be anywhere, anytime, and i can kill you in over seven hundred ways, and thats just with my bare hands, not only am i extensively trained in unarmed combat, but i have access to the entire arsenal of the united states marine corps and i will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit, if only you could have known what unholy retribution your little clever comment was about to bring down upon you, maybe you would have held your fucking tongue, but you couldnt, you didnt, and now youre paying the price, you goddamn idiot, i will shit fury all over you and you will drown in it, youre fucking dead, kiddo

It also sets the user's pfp to a random white woman. Well, psuedorandom - it's based off of the user's id, so each user will only ever have one pfp assigned to them, which I think is nifty.

Finally, it changes the name of the user toa girly name.

There is one small problem with the PR, which is simply that I manually added a badge for testing purposes. If you like this PR, I will submit the badge throught the proper chanels and fix it.

![image](/attachments/641c7276-ffe4-4e69-b3e9-aec9f4f94191)

Co-authored-by: Chuck Sneed <sneed@formerlychucks.net>
Reviewed-on: rDrama/rDrama#154
Co-authored-by: HeyMoon <heymoon@noreply.fsdfsd.net>
Co-committed-by: HeyMoon <heymoon@noreply.fsdfsd.net>
2023-06-21 12:36:07 +00:00
Aevann 6a5c09136e fix pronoun description 2023-06-16 06:03:53 +03:00
Aevann 0c6673d49f hide alt lists on shadowbannedcels 2023-06-16 05:16:23 +03:00
Aevann 74e595d1fe satisfy carp ocd pt2 2023-06-16 00:13:21 +03:00
Aevann 00ff0bb30e satisfy carp ocd 2023-06-16 00:07:54 +03:00
Aevann 373c2712db remove chat perm 2023-06-15 23:36:37 +03:00
Aevann 528efcfe88 hide mobile app tooltip again 2023-06-15 23:33:24 +03:00
Aevann 55099b7002 restore "click me to install mobile app" 2023-06-15 00:05:13 +03:00
Aevann 19d3cd995d fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4344899#context 2023-06-14 21:20:43 +03:00
Aevann 4eba968ed2 edit wpd sidebar again 2023-06-14 02:09:03 +03:00
Aevann 1b2475ffc6 fix capitalization 2023-06-14 00:56:16 +03:00
Aevann 9c4521f037 edit wpd sidebar 2023-06-13 23:00:26 +03:00
Aevann 9e26c4219b add /h/disaster and /h/fights to sidebar 2023-06-13 22:58:13 +03:00
SneedBot 983e0aa070 sneed 2023-06-12 22:52:35 +00:00
SneedBot 7acb6b4e0b sneed 2023-06-08 17:35:21 +00:00
Aevann d7d44606ac add "saves" and "subscriptions" sorts everywhere 2023-06-08 04:56:12 +03:00
Aevann d8bfc0a0a9 dont pass db session as an argument unless necessary 2023-06-08 03:49:37 +03:00
Aevann 32fa466e6a rename submissions to posts 2023-06-08 02:26:32 +03:00
Aevann 3a3615d292 <span> doesnt have an alt attribute 2023-06-08 00:12:47 +03:00
Aevann 9cd64d8595 change #fa2d8b to #ff459a 2023-06-07 06:44:14 +03:00
Aevann 55b6956c84 use a better pink color than ff66ac 2023-06-07 06:31:10 +03:00
SneedBot a702209ee1 sneed 2023-06-07 02:57:36 +00:00
Aevann fd5cdf23d3 rename "Multi Vote Analysis" to "Alt Vote Analysis" 2023-06-06 22:15:25 +03:00
SneedBot d51a8b90f9 sneed 2023-06-06 19:07:33 +00:00
Aevann d51583bd5b make original usernames hidden in shadowbanned profiles 2023-06-06 22:07:12 +03:00
Aevann 79a17f8b53 remove the "click me to install mobike app" temporarily until cookies are fixed 2023-06-01 15:54:50 +03:00
Aevann 8488e98780 change manifest to "standalone" 2023-05-30 15:36:06 +03:00
SneedBot 6057c27e52 sneed 2023-05-30 12:30:59 +00:00
Aevann 626b770662 "refresh manifest" 2023-05-30 15:30:37 +03:00
SneedBot 77ad1928e0 sneed 2023-05-26 23:36:03 +00:00
SneedBot 466f76f9fc sneed 2023-05-24 10:53:00 +00:00
Aevann f1de6cbe58 rename tooltip dismissal to hopefully fix this https://rdrama.net/post/172725/no-decline-no-no-no-no 2023-05-24 13:45:59 +03:00
SneedBot 567f6bdf43 sneed 2023-05-22 14:58:33 +00:00
SneedBot 1d6b35cde2 sneed 2023-05-19 18:58:25 +00:00
borntolurk dbe1ff683a Preserve selected tab in navigation bar on all pages (#150)
Now if user goes to new and then goes to the second, third, etc. page the 'New' tab keeps being selected instead of getting changed to 'Home'

Co-authored-by: borntolurk <borntolurk@rdrama.net>
Reviewed-on: rDrama/rDrama#150
Co-authored-by: borntolurk <borntolurk@noreply.fsdfsd.net>
Co-committed-by: borntolurk <borntolurk@noreply.fsdfsd.net>
2023-05-19 13:51:49 +00:00
SneedBot dfe9718e75 sneed 2023-05-17 18:57:45 +00:00
Aevann d6df16394f "Leave" instead of "Kick" when its myself 2023-05-16 13:40:57 +03:00
Aevann e9590775f6 show prelock username in tooltip too 2023-05-16 06:41:45 +03:00
Aevann da104a1f21 do this https://rdrama.net/post/170794/psa-u-can-completely-disable-18/4160823#context 2023-05-16 03:45:23 +03:00
Aevann 0c2e0f0b67 restore transparency for namelock badge 2023-05-16 03:25:31 +03:00
Aevann 814bf0a5f3 same as last comit 2023-05-16 03:07:41 +03:00
SneedBot 4c14e10cf4 sneed 2023-05-16 00:02:49 +00:00
Aevann c4b246d3ac fix removing post reports 2023-05-16 03:01:53 +03:00
SneedBot a8771dc1d9 sneed 2023-05-14 23:46:40 +00:00
Aevann 36d4aed1f5 restore exact searching for posts 2023-05-15 01:52:15 +03:00
Aevann 460a9a686a show tier name in tooltip + standardize patron constants 2023-05-15 01:17:22 +03:00
Aevann 4735650f77 fix last commit 2023-05-15 01:17:22 +03:00
Aevann bbaa6cd6b0 1. tell jannies the location of the report that caused someone to get under-sieged
2. allow jannies to see reports by shadowbanned users
3. destroy the shadowbanned underworld for reports
4. dedup reports HTML code
5. show JL5 the message that caused someone to get under-sieged
2023-05-15 01:01:10 +03:00
Aevann d3c1329664 fix capitalization on lifetime donated 2023-05-14 19:40:41 +03:00
Aevann a0063bf6e7 show award discount on profiles and /shop/awards 2023-05-14 03:01:00 +03:00
Aevann 426a3714d9 add lifetime_donated blurb 2023-05-13 19:00:47 +03:00
Aevann 864f770762 add namelock award 2023-05-13 07:53:14 +03:00
Aevann e8a6203329 do something like this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4105303#context 2023-05-13 06:46:11 +03:00
Aevann 040ae9573c show lifetime_donated on user profiles 2023-05-13 00:40:51 +03:00
Aevann f3a3be1ef2 add lifetime_donated badges 2023-05-13 00:04:26 +03:00
SneedBot c42aea495b sneed 2023-05-12 19:12:54 +00:00
Aevann 35ba2f7abb trim badges 2023-05-12 19:15:14 +03:00
Aevann 1a4e869d31 fix expanded images getting aligned to the left 2023-05-12 18:52:40 +03:00
Aevann dc55f4a5d0 complement 519fbef9a7 2023-05-12 18:42:21 +03:00
Aevann c7a7d6a2b9 complement 519fbef9a7 2023-05-12 18:35:31 +03:00
Aevann 519fbef9a7 rename dm_images to dm_media 2023-05-12 18:27:46 +03:00
Aevann 6116fdceb4 add tooltip to /admin/patrons 2023-05-11 17:30:57 +03:00
Aevann 88a8d6e03e fix sorting by tier 2023-05-11 17:27:48 +03:00
Aevann d123872dd5 fix last commit 2023-05-11 17:15:14 +03:00
Aevann a57d31a93f try something 2023-05-11 17:14:27 +03:00
Aevann 8c1ae2520e fix if condition 2023-05-11 17:05:56 +03:00
Aevann 17c56fa776 move lifetime_donated in user profile 2023-05-11 16:59:49 +03:00
Aevann e3f58e3e78 add lifetime donated column 2023-05-11 16:57:53 +03:00
Aevann d743543c0a fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4132799#context 2023-05-11 16:30:23 +03:00
Aevann 0de95fa9cd css fix for mobile nav bar 2023-05-11 16:06:18 +03:00
Aevann 7ebfd9808d cachebust badges 2023-05-10 22:16:18 +03:00
Aevann e44ee52d81 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4127533#context 2023-05-10 19:25:30 +03:00
Lascaille cf240aed19 Update header again (#147)
Sorry I forgot one
Adds id= to the username div

Reviewed-on: rDrama/rDrama#147
Co-authored-by: Lascaille <lascaille@noreply.fsdfsd.net>
Co-committed-by: Lascaille <lascaille@noreply.fsdfsd.net>
2023-05-10 15:57:14 +00:00
Aevann 24276baecf try to fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4126476#context 2023-05-10 02:56:12 +03:00
Aevann 2ca75bb000 try to fix iphone zooming issue 2023-05-10 01:07:31 +03:00
Aevann 294989d08b higher margins in /search/messages 2023-05-09 22:01:06 +03:00
Lascaille 23af2576c8 Update 'files/templates/header.html' (#146)
Reviewed-on: rDrama/rDrama#146
Co-authored-by: Lascaille <lascaille@noreply.fsdfsd.net>
Co-committed-by: Lascaille <lascaille@noreply.fsdfsd.net>
2023-05-08 00:00:37 +00:00
Aevann bfde0d7ff3 Revert "paginate /marseys"
This reverts commit b53b0e6ac7.
2023-05-07 21:47:17 +03:00
Aevann c5d1662566 same as prev commit 2023-05-07 21:35:11 +03:00
Aevann 2ff85ad967 increase space between wall chains for readability 2023-05-06 01:47:04 +03:00
Aevann b7f1bc50a0 exempt holes from the new banner code 2023-05-06 01:08:12 +03:00
Aevann 241c45409e replace spaces with tabs 2023-05-06 00:47:09 +03:00
Aevann f3a0080698 remove useless tabs 2023-05-06 00:47:07 +03:00
Aevann 92f0154e67 use new pagination system everywhere it isnt used 2023-05-06 00:47:07 +03:00
Aevann c87242270b fix this https://rdrama.net/h/meta/post/168273/toggle-pins-button-no-longer-works 2023-05-05 22:14:58 +03:00
Aevann 58a84e11fe Revert "fix hat ordering"
This reverts commit c196041f64.
2023-05-05 09:35:43 +03:00
Aevann c196041f64 fix hat ordering 2023-05-05 09:30:39 +03:00
Aevann 636f78761c fix template filter caching issue 2023-05-05 09:18:29 +03:00
Aevann 60ecfbd65b use new pagination system in /followers and /following 2023-05-05 09:01:14 +03:00
Aevann af74a752ad use new pagination system in /@<username>/blockers 2023-05-05 08:57:02 +03:00
Aevann d82f1161cf use new pagination system in removed posts and comments 2023-05-05 08:38:08 +03:00
Aevann 6ecfc32317 test smth in staging 2023-05-05 08:14:03 +03:00
Aevann 8701ecb261 fix author not appear in /shop/hats 2023-05-05 07:59:46 +03:00
Aevann c854b65e8b add name sort to marseys and disable clicking on "marsey" and "original file" 2023-05-05 07:16:05 +03:00
Aevann 3449dcf5d2 minor css fix 2023-05-05 07:12:06 +03:00
Aevann 4fe937d514 fix error i think??? 2023-05-05 06:58:50 +03:00
Aevann ade4323edb paginate /admin/image_posts 2023-05-05 06:52:53 +03:00
Aevann 172fa6ab6f add /marseys/all for carp 2023-05-05 06:42:06 +03:00
Aevann b53b0e6ac7 paginate /marseys 2023-05-05 06:30:04 +03:00
Aevann b0f3c26283 paginate /shop/hats 2023-05-05 06:13:17 +03:00
Aevann 67874f453a make it easier to click on buttons in the shop 2023-05-05 06:07:51 +03:00
Aevann 2156f9ef03 restore blocks to its own page in the settings 2023-05-05 05:16:19 +03:00
Aevann a4fceb7fe6 fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4097393#context 2023-05-05 05:02:18 +03:00
Aevann 26dae77c86 easier panel 2023-05-05 04:32:57 +03:00
Aevann 5d1737c16c use new pagination system in profile views 2023-05-05 04:08:40 +03:00
Aevann eff429223b use new pagination system in /transfers 2023-05-05 04:06:25 +03:00
Aevann 74bc00199d implement new pagination system in profile pages 2023-05-05 04:04:07 +03:00
Aevann 0df074c974 use new pagination system in mod log 2023-05-05 03:54:55 +03:00
Aevann a0469edfc7 use new pagination system 2023-05-05 03:50:36 +03:00
Aevann a7bdd8ea42 implement new pagination system in notifs - testing on staging 2023-05-05 03:40:06 +03:00