Marcus F.
65bb4b2751
Frio: Make login form background color respect dark theme
2026-02-12 21:55:07 +01:00
1414dcb0a2
Merge pull request #15369 from marcusxss/user_menu_cleanup
...
Simplify the UI: User menu redundancy
2026-02-11 07:28:17 +01:00
Marcus F.
339a40eda0
Remove media/media posts from the user menu to simplify it
2026-02-11 00:33:37 +01:00
Marcus Funch
04572cd25b
User menu cleanup
2026-02-11 00:33:37 +01:00
879f4d133f
Merge pull request #15496 from annando/quote-fix
...
Add quoted post as attachment when it couldn't be fetched
2026-02-10 07:18:51 +01:00
66b4fc4992
Merge pull request #15495 from annando/issue-15478
...
Issue 15478: Prevent comments when blocked or is blocked
2026-02-10 07:17:02 +01:00
3392dbd032
Merge pull request #15493 from annando/issue-14583
...
Issue 14583: Avoid empty entries in list of trending links
2026-02-10 07:14:00 +01:00
09b9dc7903
Merge pull request #15499 from annando/database
...
Two slow database queries fixed
2026-02-10 07:04:24 +01:00
60823c07fe
Two slow database queries fixed
2026-02-09 21:02:35 +00:00
bf3e2c306f
Add quoted post as attachment when it couldn't be fetched
2026-02-08 16:48:10 +00:00
a40e2f3bee
Issue 15478: Prevent comments when blocked or is blocked
2026-02-08 16:39:37 +00:00
Michael Vogel
7ea03b0e22
Merge pull request #15482 from marcusxss/frio_theme_text_changes
...
Update the text on Frio's config page
2026-02-08 15:00:25 +01:00
dddca40d75
Issue 14583: Avoid empty entries in list of trending links
2026-02-08 13:49:24 +00:00
14e1bce96f
Merge pull request #15494 from annando/issue-15456
...
Issue 15456: Fix login to Bridgy Fed
2026-02-08 14:14:55 +01:00
Marcus Funch
05da451545
Update the text on Frio's config page
2026-02-08 14:12:17 +01:00
e647dcf54e
Issue 15456: Fix login to Bridgy Fed
2026-02-08 11:54:51 +00:00
db90f543fe
Merge pull request #15489 from annando/view
...
Store "View" activity as "seen" marker
2026-02-07 20:01:12 +01:00
f901252c2a
Store "View" activity as "seen" marker.
2026-02-07 18:42:56 +00:00
86c24d7ff9
Merge pull request #15490 from annando/numeric
...
Ensure numeric content in numeric fields
2026-02-07 19:17:59 +01:00
b720ff8d08
Merge pull request #15491 from annando/circles
...
Fix for empty circles
2026-02-07 19:16:50 +01:00
0a3c537be5
Fix for empty circles
2026-02-07 17:47:32 +00:00
a91c94d196
Merge pull request #15378 from marcusxss/frio_highlight_current_section
...
Add current section highlighting to Frio's navbar, fix related logic
2026-02-07 18:37:59 +01:00
6fec466bcc
Ensure numeric content in numeric fields
2026-02-07 17:35:30 +00:00
Marcus Funch
8043016e0e
Fix missing link to calendar in Vier, and add calendar highlighting
2026-02-06 11:46:00 +01:00
Marcus Funch
b99652d8c5
Add current page highlighting to frio, fix related logic
2026-02-06 11:44:32 +01:00
aa07454d15
Merge pull request #15466 from loma-one/loma-one-patch-1
...
Optimization of the editor toolbar and enhancement of the preview funktion
2026-02-06 06:36:24 +01:00
b272292b41
Merge pull request #15472 from annando/warning
...
Fixes: Undefined array key "filter_channels"
2026-02-05 07:26:18 +01:00
4bc958973a
Merge pull request #15474 from Espionage724/patch-1
...
Update console.php (minor typo)
2026-02-05 07:25:38 +01:00
Sean Rhone
4218af5a1e
Update console.php
...
- Even shorter (script itself is named console)
2026-02-04 22:09:55 -05:00
Sean Rhone
c74180b96a
Update console.php (minor typo)
...
- Shortened a tiny bit too
2026-02-04 22:05:48 -05:00
540e046cd9
Fixes: Undefined array key "filter_channels"
2026-02-04 15:57:30 +00:00
loma-one
489ebb257e
Remove unnecessary placeholder in compose template
...
Remove unnecessary placeholder in compose template
2026-02-04 16:40:57 +01:00
Michael Vogel
eeb3f266d7
Merge pull request #15469 from tobiasd/20260204-de
...
fix missing space in DE translation
2026-02-04 15:18:02 +01:00
270a9a7c7a
update DE translation
...
fix missing space that @annando discovered
2026-02-04 11:44:32 +01:00
657271b857
Merge pull request #15468 from annando/loadhtml
...
Fixes "DOMDocument::loadHTML(): Argument #1 ($source) must not be empty"
2026-02-04 08:21:37 +01:00
c9e65db83b
Merge pull request #15467 from annando/fix-null
...
Fixes "Argument #3 ($author_id) must be of type int, null given
2026-02-04 08:20:23 +01:00
3c36efd4c5
fix missing space in DE translation
...
closes #15464
2026-02-04 08:16:55 +01:00
acc195116d
Fixes "DOMDocument::loadHTML(): Argument #1 ($source) must not be empty"
2026-02-03 20:57:54 +00:00
cda1925aff
Fixes "Argument #3 ($author_id) must be of type int, null given
2026-02-03 20:51:01 +00: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
d65c7e7d23
Merge pull request #15448 from annando/network-channel
...
Channel posts can now be embedded into the timeline
2026-02-03 20:13:54 +01:00
d6b6dd1b94
Channel posts can now be embedded into the timeline
2026-02-03 12:08:36 +00:00
635511588d
Merge pull request #15449 from annando/no-quote-check
...
Quote check is removed
2026-02-02 14:11:57 -05:00
Michael Vogel
766493bedf
Merge pull request #15428 from mediaformat/c2s-inbox-cors
...
C2S: Access-Control-Allow-Origin header for already authorized users
2026-01-31 16:28:28 +01: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
Michael Vogel
1db196ad71
Merge pull request #15440 from marcusxss/personal_notifications_always_show_all
...
Always show all personal notifications, remove related link to toggle
2026-01-29 02:33:58 +01:00
8d64ef115f
Quote check is removed
2026-01-28 11:19:27 +00:00
Philipp
4c4d9954ab
Merge pull request #15446 from annando/adduserchannel
...
Check to store the user defined channel cache for all posts
2026-01-28 07:53:08 +01:00
Philipp
d80f6c3f81
Merge pull request #15447 from tobiasd/20260128-bug-smartytemplateerror
...
Fix: syntax error in SMARTY template
2026-01-28 07:51:05 +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