Commit Graph

11305 Commits

Author SHA1 Message Date
Cinder
b2cacfa8d2
[Blacklist] Fix blacklisted thumbnails in related posts (#846) 2025-01-22 06:11:41 -08:00
clragon
f253ea940c
[StaffNotes] Restrict deletions to own notes or admins (#844) 2025-01-22 06:00:54 -08:00
clragon
e649523400
[StaffNotes] Fix staff notes search (#847)
Fixes #838
2025-01-22 06:00:30 -08:00
Cinder
ddd408ce2c
[UI] Main menu tweaks (#848)
* [UI] Fix the main menu overflow
* [UI] Show the main menu "Account" button text
* [UI] Fix a bug causing a scrollbar to appear in the menu sometimes
* [UI] Replace the png logo with a svg
2025-01-22 05:59:52 -08:00
Cinder
7e4d041678
[NewsUpdates] Tweak the news section (#843) 2025-01-20 08:15:44 -08:00
Cinder
8b992f8e7d
[VoteManager] Add confirmation to locking / deleting votes (#841) 2025-01-20 07:41:28 -08:00
Cinder
1480cfb42f
[Home] Add the navbar to the homepage (#842) 2025-01-20 07:41:15 -08:00
Cinder
0eb02c6728
[UI] Redesign the navigation menu (#840) 2025-01-20 07:14:42 -08:00
Cinder
66bc394f3a
[Home] Redesign the home page (#839) 2025-01-20 07:14:26 -08:00
Catting
9a56558b3c
[AIBUR] Make secondary links consistent (#836) 2025-01-15 08:10:31 -08:00
clragon
7afeffc647
[StaffNotes] Fix DB migration (#835) 2025-01-15 08:09:29 -08:00
Cinder
3b4acda60d
[ElasticSearch] Fix a bug caused by CurrentUser being nil (#834) 2025-01-13 07:25:16 -08:00
Cinder
926e2bb71b
[AvoidPostings] Fix the Active? search options (#833) 2025-01-12 20:44:25 -08:00
Cinder
630f322bbc
[Admin] Fix broken wiki links on the stuck DNP page (#832)
Fixes #817
2025-01-12 20:35:47 -08:00
clragon
29b98e5002
[StaffNotes] Add updating and deleting (#823) 2025-01-12 19:28:32 -08:00
Cinder
afce6b614c
[Users] Fix login input styles (#827) 2024-12-18 09:31:54 -08:00
Cinder
ba18a9d7b5
[Seeding] Always enable mascots (#826) 2024-12-18 07:21:05 -08:00
Donovan Daniels
b44f8a7d6f
[Posts] Add contributor category (#794) 2024-12-18 06:07:30 -08:00
Donovan Daniels
32a1367cfe
[Users] Consolidate password confirmation into singular route (#813) 2024-12-18 06:02:02 -08:00
Cinder
a0b51e40bc
[Users] Rework login pages and increase password requirements (#825) 2024-12-14 17:37:53 -08:00
Cinder
1c84f551dc
[Posts] Fix an issue with the "no results" message (#824) 2024-12-14 16:45:45 -08:00
Cinder
4883912e93
[Security] Implement read only mode (#821) 2024-12-08 19:28:31 -08:00
Cinder
5c345528e4
[Blips] Fix an error when a blip is deleted (#820) 2024-12-08 19:09:32 -08:00
Donovan Daniels
18a382cf64
[WikiPages] Normalize title in show_or_new (#806) 2024-12-08 19:03:38 -08:00
Cinder
f0d18fe5d9
[Artists] Fix thumbnail spacing (#812) 2024-12-02 07:17:21 -08:00
Tarrgon
2f237e00ef
[Comments] Show direct link comments to the creator regardless of settings (#788) 2024-11-25 07:38:13 -08:00
Cinder
69010787bc
[Blacklist] Fix thumbnails not getting marked as matching the blacklist (#805) 2024-11-25 07:35:10 -08:00
Cinder
86ba2fd4ed
[WikiPages] Fix thumbnail spacing (#804) 2024-11-25 07:17:25 -08:00
clragon
4b3bc37850
[UserFeedbacks] Add a ban link to the subnav (#799) 2024-11-25 06:59:00 -08:00
Donovan Daniels
b6acf106f2
[UserFeedbacks] Allow janitors to see deleted feedback (#802) 2024-11-25 06:50:12 -08:00
Cinder
f995714992
[Posts] Rewrite the thumbnail styles (#796)
Fixes #791 and #781
2024-11-18 08:38:22 -08:00
clragon
fb1bfd7962
[ModActions] Add value field whitelist (#777) 2024-11-18 08:30:39 -08:00
Cinder
414f9e6629
[Posts] Fix thumbnail issues (#789) 2024-11-12 15:16:19 -08:00
jmortiger
c137f17f9c
[Blacklist] Add fuzzy direct equality to filesize blacklist tag (#784)
The search metatag `filesize`, when using a direct equality comparison (`=`, e.g. `filesize:10kb`), instead uses a range comparison (`..`) with the bounds being the value + & - 5% (e.g. `filesize:10kb` is equal to `filesize:9.5kb..10.5kb`). The equivalent blacklist tag mirrored the search metatag in all aspects but this; this commit adds this fuzzy matching capability.
2024-11-10 20:23:56 -08:00
Tarrgon
9a9f175da4
[DText] Add newline normalization (#699) 2024-11-10 20:22:40 -08:00
Tarrgon
cf94b1b827
[DangerZone] Allow admins to hide pending posts for a specified amount of hours (#760) 2024-11-10 20:22:14 -08:00
clragon
0fb0418d7b
[PostVersions] Fix version ordering (#787) 2024-11-10 20:21:10 -08:00
Sing Wong
0af8600cae
[Posts] Fix parent children preview too small in mobile view (#786) 2024-11-10 20:18:58 -08:00
Sing Wong
c056f821bd
[Docker] Adding Apple Silicon Mac support in Docker Container (#785) 2024-11-10 20:07:41 -08:00
faucet
10b9389c23
[Autocomplete] Remove mp4 from file type completion (#783) 2024-11-07 08:46:40 -08:00
jmortiger
f5b492241e
[Blacklist] Fix filter_util.js 'favcout' typo (#780) 2024-11-04 08:03:09 -08:00
Donovan Daniels
ad567bfc9c
[HelpPages] Fix json & move modaction logging (#700)
* Fix #492 (json error when no help pages exist)
* Move modactions into class
2024-11-04 07:36:52 -08:00
Cinder
4cf67e9231
[Users] Minor fix to the profile page (#779) 2024-11-04 07:29:09 -08:00
Cinder
7318b2ddcb
[Posts] Add a set navbar button to remove the post from that said (#775) 2024-10-29 07:38:29 -07:00
Cinder
21c486a475
[PostReplacements] Add a DNP notice (#776) 2024-10-29 07:37:58 -07:00
Cinder
5616241e8d
[Posts] Add a button to apply a tag script to all posts on the page (#774) 2024-10-29 07:37:08 -07:00
Cinder
3f17beb3b8
[Users] Redesign the profile page (#734) 2024-10-28 14:20:29 -07:00
Donovan Daniels
6f296e8e01
[Posts] Add back comment disabling (#749) 2024-10-28 13:56:22 -07:00
clragon
567ec94e5a
[PostVersions] Reimplement Query as subclass of ElasticQueryBuilder (#772) 2024-10-28 12:51:15 -07:00
Tarrgon
a272efdc7e
[Flags] Add a button to flip the inferior flag (#718) 2024-10-28 12:48:54 -07:00