Commit Graph

15322 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
a1c425ceab dont call pushCount if there are no nids 2026-02-22 21:39:55 -05:00
Barış Soner Uşaklı
f2bbf3693f fix: closes #7221 restrict cropperjs box to profileImageDimension form ACP
this also resizes the image down to that value and sends a small image to server
move profileImageDimenstion & maximumProfileImageSize from edit to all profile pages, on harmony profile pic can be changed from any page by clicking the avatar
change image.resize so it doesn't resize if image is already same width/height
2026-02-21 22:00:28 -05:00
Barış Soner Uşaklı
bb7be8c587 refactor: closes #7155,
display registered-users as Registered Users
display administators as Administrators
handle missing slug in group data
2026-02-21 20:33:16 -05:00
Barış Soner Uşaklı
a70a62ccf9 refactor: shorter check 2026-02-21 18:56:53 -05:00
Barış Soner Uşaklı
63c9a6e03c refactor: isHookValid 2026-02-21 18:15:22 -05:00
Barış Soner Uşaklı
a54083e341 test domain search 2026-02-21 14:24:22 -05:00
Barış Soner Uşaklı
75477202d3 fix: category search shoudn't return results that match in the cid part 2026-02-21 13:49:46 -05:00
Barış Soner Uşaklı
970a420433 refactor: add icons to selected/all
fix truncation on category select in composer header
2026-02-21 12:26:45 -05:00
Barış Soner Uşaklı
523e3b4964 feat: change notif controls to toggles 2026-02-20 21:47:25 -05:00
Barış Soner Uşaklı
20de689d02 center online/join 2026-02-20 13:31:02 -05:00
Barış Soner Uşaklı
7669a95f30 dont show ips if there are none 2026-02-20 13:25:56 -05:00
Barış Soner Uşaklı
e3d7abe086 refactor: users table
hide uid/ips behind dropdown, AP uids break flow
stack username/email
allow range selection
2026-02-20 13:23:05 -05:00
Barış Soner Uşaklı
0424728f7e refactor: pass options to thumbs.load
so we can control thumbsOnly
2026-02-20 08:07:21 -05:00
Barış Soner Uşaklı
c5f7b627e4 match design 2026-02-19 21:21:16 -05:00
Barış Soner Uşaklı
2be9e12043 dropdown end 2026-02-19 21:18:30 -05:00
Barış Soner Uşaklı
816edc2140 add missing height 2026-02-19 21:13:00 -05:00
Barış Soner Uşaklı
1a35131a89 fix: favicon url 2026-02-19 15:55:25 -05:00
Barış Soner Uşaklı
824a9b77f7 chore: up themes, add hide to alert 2026-02-19 11:32:47 -05:00
Barış Soner Uşaklı
54d2bea229 try not to display trying to reconnect
everytime you leave mobile browser for 5 secs
if reconnect attempts fail display fail alert  and then reconnect alert
2026-02-19 10:07:08 -05:00
Barış Soner Uşaklı
4b36691bbf added requestAnimationFrame
without this switchChat wasn't properly scrolling down
2026-02-18 21:49:51 -05:00
Barış Soner Uşaklı
16bbbab71a hide until positioned 2026-02-18 17:04:23 -05:00
Barış Soner Uşaklı
55d62c082f add inline script to scroll to bottom 2026-02-18 16:59:11 -05:00
Barış Soner Uşaklı
caba37c911 dont display bars on mobile 2026-02-18 13:50:20 -05:00
Barış Soner Uşaklı
5e7f8635af add interactive-widget=resizes-content 2026-02-18 11:54:16 -05:00
Julian Lam
80f6102224 fix: #14001, regression from adjusted acceptable types list 2026-02-18 11:14:16 -05:00
Julian Lam
9fbdc79202 fix: don't publish name on generated titles 2026-02-18 10:26:47 -05:00
Barış Soner Uşaklı
42362ccf65 fix: closes #13999, delay cache creation 2026-02-17 22:38:57 -05:00
Barış Soner Uşaklı
1dae3d222f feat: add invitedBy to user info page, closes #13972, closes #13997 2026-02-17 19:58:10 -05:00
Barış Soner Uşaklı
2015777fd1 fix: when registering through an invite, prepopulate the email field on /register/complete with the email 2026-02-17 19:07:28 -05:00
Barış Soner Uşaklı
ed8cbd6ec3 refactor: don't create giant array, process in batches of 500 2026-02-17 13:01:35 -05:00
Barış Soner Uşaklı
652629df69 lint: remove useless assignment 2026-02-17 12:45:19 -05:00
Barış Soner Uşaklı
ce9bd0bb68 refactor: use opendir instead of loading all files 2026-02-17 12:32:50 -05:00
Julian Lam
45d2e628dd fix: only call syncUserInboxes on post create if local uid creates post in cid -1 2026-02-17 11:26:13 -05:00
Julian Lam
5da35bdadd fix: call syncUserInboxes asyncronously 2026-02-17 11:26:13 -05:00
Julian Lam
4bf0f61ea3 fix: lint, unused class 2026-02-17 11:26:13 -05:00
Julian Lam
5df2b8b785 feat: quick create on world page
This commit removes title requirement checks in NodeBB and updates the
topic creation logic so that incoming topic creation API requests
without a title just generate a title (like they already do for incoming
AP content.)
2026-02-17 11:26:13 -05:00
Barış Soner Uşaklı
749a9c270b info tabular 2026-02-17 10:07:40 -05:00
Barış Soner Uşaklı
fd6984d2c6 refactor: privileges.global.can works with array of privileges 2026-02-17 09:54:37 -05:00
Barış Soner Uşaklı
8c6ce198e1 feat: allow configuring unreadCutoff per user, closes #6811 2026-02-16 22:57:00 -05:00
Barış Soner Uşaklı
3c08b7303b fix: increase categories sent to 1k closes #12841
1k categories ought to be enough for anyone
2026-02-16 21:28:59 -05:00
Barış Soner Uşaklı
370fa6b18a make dropdown buttons fill their container 2026-02-16 16:44:52 -05:00
Barış Soner Uşaklı
a8a85bcb0b refactor: shorter hook 2026-02-16 12:04:11 -05:00
Barış Soner Uşaklı
b607a80aeb fix: #13993, encodeURICompoent pid since it can be AP url 2026-02-16 08:48:21 -05:00
Barış Soner Uşaklı
b5977c20f4 add pagination to admin searches 2026-02-15 12:32:22 -05:00
Barış Soner Uşaklı
0a25ed034e swap count and term, fix th in users 2026-02-15 12:05:15 -05:00
Barış Soner Uşaklı
3de668794d dont show gaps in admin manage users due to AP users 2026-02-15 11:25:02 -05:00
Barış Soner Uşaklı
f885a51009 nice numbers in tables 2026-02-15 10:52:47 -05:00
Barış Soner Uşaklı
705a151a6b add text-tabular utility 2026-02-14 17:14:30 -05:00
Barış Soner Uşaklı
bb9033af02 fix: wrong wrapping of route 2026-02-13 21:42:41 -05:00
Barış Soner Uşaklı
1ca9841ce5 fix: dont call getInbox for /recent
make sure there are no dupes if called
2026-02-13 12:26:54 -05:00