Commit graph

1,642 commits

Author SHA1 Message Date
“Raroun”
dab7a606f8 fix coding standards 2026-03-12 12:14:03 +01:00
Marcus F.
494d919c25 Move profile edit to vcard 2026-03-04 20:06:55 +01:00
Marcus F.
1402509351 Directory: No results from sysmsg to page 2026-03-02 22:09:12 +01:00
3a5c3522e2 The "summary" has now a dedicated field when creating and editing posts 2026-03-02 16:26:00 +00:00
Marcus F.
17781c7193 Directory: Show the number of users listed (results) 2026-02-28 16:29:33 +01:00
Philipp
0275227dd4
Merge pull request #15533 from annando/no-photo-post
Item post functionality is removed from photos
2026-02-22 01:47:31 +01:00
Random Penguin
03a9defaac
fixes for sortable lists
Removed mobile drag-n-drop script that did not work
Added button interface for moving list items
Fixed duplication error for keyboard control
Added animation to make it clear which way item moved
2026-02-20 14:29:56 -06:00
c4ca959e58 Item post functionality is removed from photos 2026-02-18 21:30:56 +00:00
“Raroun”
2d82f98706 Add friendly message when registration is closed 2026-02-18 15:23:03 +01:00
Marcus F.
eefef09cb9 Hide the messages sidebar when it's empty 2026-02-17 20:21:21 +01:00
“Raroun”
c7d03c3ff7 Pre-fill album when uploading from album view 2026-02-17 11:05:38 +01:00
Raroun
604dc7538b
Merge branch 'develop' into circle-mark-as-read 2026-02-16 09:02:35 +01:00
Marcus F.
4bb2f2c89a Photos updates 2026-02-15 19:49:06 +01:00
Raroun
1d752fc839
Merge branch 'develop' into circle-mark-as-read 2026-02-14 16:35:18 +01:00
Raroun
90b389db71 Add mark all as read button to circles 2026-02-14 16:13:38 +01:00
Marcus Funch
da9e699885 Admin logs rename settings page, minor ui adjustments 2026-02-13 23:06:46 +01:00
Marcus F.
2a919dfca0 Compose styling, larger BBCode buttons 2026-02-12 18:07:12 +01:00
Marcus Funch
0871e3c520 Remove size attrs from templates, except select/option 2026-02-11 13:41:27 +01:00
loma-one
489ebb257e
Remove unnecessary placeholder in compose template
Remove unnecessary placeholder in compose template
2026-02-04 16:40:57 +01:00
loma-one
a250969e11
Optimization of the editor toolbar and enhancement of the preview function
This pull request implements structural improvements to the editor (compose) to enhance usability and visual clarity:

Toolbar Reorganization: Buttons have been grouped into logical Bootstrap btn-group units. Media buttons (image, attachment) are now positioned on the left (pull-left), while formatting options and special features (Emoji, CW, Code) are arranged in two distinct groups on the right (pull-right).

Enhanced Preview Logic: Added a toggle functionality to the preview button. When the preview is active, the button text changes to "Close Preview" (or local equivalent) to provide a more intuitive user experience.
2026-02-03 20:37:03 +01:00
d6b6dd1b94 Channel posts can now be embedded into the timeline 2026-02-03 12:08:36 +00:00
Michael Vogel
1ccb0e2579
Merge pull request #15368 from marcusxss/ui_admin_mod_summaries
Adjustments to the admin and moderation summaries (mostly Frio)
2026-01-29 02:54:17 +01:00
8c27953d48 Fix: syntax error in SMARTY template
When viewing a contact in Friendica 2026.04-dev I encountered a syntax error in the `contact_edit` template. Adding the missing `fetchoutbox` fixes it and seems what was supposed to be there without digging deeper into the calling PHP files.
2026-01-28 06:31:32 +01:00
“Raroun”
887f018666 Disable send button when message is empty 2026-01-12 19:04:06 +01:00
Tealk
afba24094e
made xmpp id clickable 2026-01-12 11:57:22 +01:00
Tealk
dc16bf5d09
made matrix id clickable 2026-01-09 21:09:12 +01:00
64d75fc75e Support Songlink (Odesli) for embedded music 2026-01-06 17:16:20 +00:00
Marcus Funch
90bfc38e0a UI adjustments to the admin and moderation summaries 2026-01-06 15:56:11 +01:00
Marcus Funch
d1c3c92fab Remove extra > from a template used by Vier 2026-01-04 20:52:13 +01:00
Marcus Funch
ccf9c5d07e If groupdirectory is enabled, add a link to it from the network widget 2026-01-04 20:52:12 +01:00
Marcus Funch
54d896d8b9 Friend suggest submit input to button, and styling 2026-01-04 19:02:56 +01:00
Marcus Funch
9974aaaebb Fix connection request and suggestion removal 2026-01-04 19:02:55 +01:00
05bbee9c27 Small fixes to PR 15284 2025-12-26 19:37:54 +00:00
Random Penguin
e027aa46f9 fixed css so reset checkbox field does not adopt sortable list styling 2025-12-24 17:16:12 +01:00
Random Penguin
894e36cea5 Update features.tpl
Changed so reset checkbox uses checkbox template.
$key is now checked against a constant instead of string
2025-12-24 17:16:12 +01:00
Random Penguin
57a49985be changed reset checkboxes to use checkbox template 2025-12-24 17:16:12 +01:00
Random Penguin
099b858f10 Removed link loading global.css for each notification
global.css is _already_ loaded in the page head. Loading it over and over again with each notification item overrrides theme styling on the /notifications/system page, which messes up the styling of the Notifications drop-down under the bell icon too (but only on this page). Affects ALL themes because currently *none* of them include an override for this template.
2025-12-24 17:14:32 +01:00
Random Penguin
0d9bb703e3 :last-of-type to :nth-last-of-type(2)
:last-of-type would work if list was ul > li but it is div > div and :last-of-type goes by element not class
2025-12-24 17:14:32 +01:00
Random Penguin
8dda4a97bb Scripts and styling for sortable lists 2025-12-24 17:14:32 +01:00
Random Penguin
60d94ed981 Changes for sortable widgets 2025-12-24 17:14:32 +01:00
Random Penguin
c8e2d3622f Sortable timelines
Swaps table for sortable lists
2025-12-24 17:14:32 +01:00
72b63da0b3 Config option to show or hide media for visitors 2025-12-24 10:15:26 +00:00
“Raroun”
a10a6ca9f3 Use /export path instead of ?export=1 query parameter 2025-12-18 09:41:34 +01:00
Raroun
c7c137fd27 Use worker for CSV import to avoid timeouts 2025-12-18 09:36:42 +01:00
Raroun
97a04394a5 Add CSV import/export for contact blocklist 2025-12-18 09:36:09 +01:00
Marcus Funch
f2e6ce3095 Update notifications view, make intros work better in mobile 2025-12-17 20:01:14 +01:00
Philipp
2c8fd2e758
Merge pull request #15299 from annando/known-media
Hide HLS video if it can't be loaded
2025-11-22 08:46:02 +01:00
57a646b9ac Issue 14850: Fetch all posts of a thread 2025-11-21 23:14:17 +00:00
2576202459 Only add audio and video mimetypes 2025-11-21 18:29:29 +00:00
88440436b7 Issue 15321: Fetch the latest posts from contacts 2025-11-19 21:01:16 +00:00