Commit Graph

6643 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
f1fa8f12b1 fix: fullscreen acp graphs 2026-02-27 16:46:40 -05:00
Barış Soner Uşaklı
96719843e5 dont display title 2026-02-27 14:51:06 -05:00
Barış Soner Uşaklı
ecc740aa25 graph changes 2026-02-27 14:14:02 -05:00
Barış Soner Uşaklı
8702dd7b7a on admin connect right away 2026-02-27 12:34:06 -05:00
Barış Soner Uşaklı
56341c7540 acp chart fix for mobile 2026-02-27 12:17:43 -05:00
Julian Lam
f0d2be359d refactor: ActivityPub ACP page to its own top-level section with sub-pages 2026-02-26 14:41:06 -05:00
Barış Soner Uşaklı
28f62afb3d blockquote fix
make it a real button
2026-02-26 14:15:07 -05:00
Barış Soner Uşaklı
ce4eb8054d add interaction listeners before connecting 2026-02-24 18:53:07 -05:00
Barış Soner Uşaklı
461b9179b6 show eio errors server side
and connection errors on clientside
2026-02-24 12:40:47 -05:00
Barış Soner Uşaklı
cdc8eeb8b9 fix double events on cache table 2026-02-24 10:06:16 -05:00
Barış Soner Uşaklı
6d4f04ea21 fix js crash 2026-02-22 22:10:59 -05:00
Barış Soner Uşaklı
835d16e59f remove reconnect action
dont init quickreply if element doesnt exist aka guests
2026-02-22 21:31:50 -05:00
Barış Soner Uşaklı
9f23323d88 enable image smoothing in cropper 2026-02-21 23:37:33 -05:00
Barış Soner Uşaklı
59cb213b09 call tooltips on content
up harmony
2026-02-21 23:09:50 -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ı
ab4fc0e3b0 dont get chat icon twice 2026-02-21 20:01:21 -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ı
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ı
c5f7b627e4 match design 2026-02-19 21:21:16 -05:00
Barış Soner Uşaklı
fb95f8a33a refactor: slugify isn't heavy anymore
can just require it
2026-02-19 19:13:45 -05:00
Barış Soner Uşaklı
309d300391 fix: allow passing a selected category markup
from another selector like in composer
2026-02-19 13:06:26 -05:00
Julian Lam
438b4f6226 fix: overflowing images on /world 2026-02-19 11:49:48 -05:00
Barış Soner Uşaklı
824a9b77f7 chore: up themes, add hide to alert 2026-02-19 11:32:47 -05:00
Julian Lam
ab62a8e4ce fix: missing cb in world IS handler 2026-02-19 11:02:51 -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ı
68acc05940 lint: remove unused 2026-02-19 09:15:41 -05:00
Barış Soner Uşaklı
228b2dd2ed remove welcome message 2026-02-19 09:15:05 -05:00
Barış Soner Uşaklı
26a1888abc remove returnPath from replaceState 2026-02-18 21:30:44 -05:00
Barış Soner Uşaklı
f1113cfb1a add highlight to scrolled chat message 2026-02-18 18:21:04 -05:00
Barış Soner Uşaklı
53927b4242 wait for images before scrolling to target msg 2026-02-18 14:24:05 -05:00
Barış Soner Uşaklı
9c5ffe361c fix: closes #14002, add max-height 2026-02-18 14:13:33 -05:00
Barış Soner Uşaklı
effdbc4d95 use visualViewport if it exists
to detecth mobile keyboard open and scroll to bottom of chat list if we are near, this keeps the message list at the bottom when you open the keyboard on mobile
2026-02-18 13:36:54 -05:00
Barış Soner Uşaklı
2dc83bbd96 dont setup all toggles just account tooltips 2026-02-18 13:36:04 -05:00
Barış Soner Uşaklı
bcf0b39446 dont create tooltips on mobile 2026-02-18 12:40:29 -05:00
Barış Soner Uşaklı
2f88f7766c fix: keep chat input in view after adding new messages 2026-02-18 11:49:18 -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ı
f5c31d204c not used anymore 2026-02-17 18:02:12 -05:00
Julian Lam
a9c2457fd4 fix: minor cleanup of quick-reply args; opts.body 2026-02-17 11:26:13 -05:00
Julian Lam
eb0aa6d8bd fix: render new post in feed when posting via quick create 2026-02-17 11:26:13 -05:00
Julian Lam
94df97384e fix: update quickreply.init so that it can be passed an options parameter, generate proper draft id for world page 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ı
8c6ce198e1 feat: allow configuring unreadCutoff per user, closes #6811 2026-02-16 22:57:00 -05:00
Barış Soner Uşaklı
705a151a6b add text-tabular utility 2026-02-14 17:14:30 -05:00
Barış Soner Uşaklı
3756a8fe6c refactor: updateTags to modern js 2026-02-13 11:29:16 -05:00
Barış Soner Uşaklı
b0f2feadf4 refactor: shorter check 2026-02-12 21:26:40 -05:00
Barış Soner Uşaklı
e61989a320 add data-sort-value, post size has an input in column 2026-02-12 18:23:36 -05:00
Barış Soner Uşaklı
26af029af0 https://github.com/NodeBB/NodeBB/issues/13982 2026-02-12 14:22:51 -05:00
Julian Lam
c4411423b6 fix: #13983, show only local categories in ACP privilege selector 2026-02-12 14:03:29 -05:00
Julian Lam
1598004eaa fix: lint 2026-02-12 12:30:19 -05:00