Michael
676f54b7b2
Don't show "(AP)" at platform names anymore
2024-10-26 15:36:41 +00:00
Tobias Diekershoff
3b6030346f
Merge pull request #14498 from annando/issue-14478
...
Issue 14478: Improved logging
2024-10-25 17:39:04 +02:00
Michael
122f61a603
Issue 14478: Improved logging
2024-10-25 12:50:25 +00:00
Michael Vogel
9f6806fd0c
Merge pull request #14494 from tobiasd/20241024-docs
...
update docs
2024-10-25 05:29:10 +02:00
Tobias Diekershoff
7dd517e020
update docs
...
fixes #14492
2024-10-24 18:18:48 +02:00
Tobias Diekershoff
f1097d9323
Merge pull request #14493 from annando/issue-14488
...
Issue 14488: Extended date change range for signatures
2024-10-24 08:59:31 +02:00
Michael
1c081ced74
Issue 14488: Extended date change range for signatures
2024-10-23 21:13:45 +00:00
Tobias Diekershoff
a0a8aeb304
Merge pull request #14486 from annando/issue-14145
...
Issue 14145: Fix communication with Hubzilla
2024-10-21 18:31:24 +02:00
Michael
58cd216eb7
Issue 14145: Fix communication with Hubzilla
2024-10-21 06:08:28 +00:00
Michael Vogel
4b662f919f
Merge pull request #14485 from nupplaphil/feat/admin_stats
...
Add admin info to stats Endpoint
2024-10-21 08:05:01 +02:00
Philipp
7ca4e6e338
Add admin info to stats Endpoint
2024-10-21 07:24:24 +02:00
Michael Vogel
e8ab8a84af
Merge pull request #14484 from nupplaphil/fix/2f_app_specific
...
QuickFix: 2FA - App specific password
2024-10-20 22:13:38 +02:00
Philipp
77dc675a79
Update messages.po
2024-10-20 21:53:50 +02:00
Philipp
dc4eac2742
QuickFix: 2FA - App specific password
2024-10-20 21:46:22 +02:00
Tobias Diekershoff
04cb2c43e3
Merge pull request #14482 from annando/issue-14126
...
Issue 14126: Workaround for wrong content types
2024-10-20 21:00:52 +02:00
Michael
d13dba7445
Issue 14126: Workaround for wrong content types
2024-10-20 18:38:16 +00:00
Tobias Diekershoff
4380d7fa12
Merge pull request #14481 from annando/issue-14121
...
Issue 14121: Show precise contact counts for own user
2024-10-20 20:03:53 +02:00
Michael
94ef7c55c0
Issue 14121: Show precise contact counts for own user
2024-10-20 17:46:01 +00:00
Tobias Diekershoff
6417d75259
Merge pull request #14479 from annando/block
...
Improved block behaviour
2024-10-20 14:58:27 +02:00
Michael
d867d73a23
Improved block behaviour
2024-10-20 08:33:16 +00:00
Tobias Diekershoff
7e84699bdd
Merge pull request #14477 from annando/issue-14212
...
Issue 14212: exclude channel only posts from the API timeline
2024-10-19 22:07:46 +02:00
Michael
acb305cf73
Issue 14212: exclude channel only posts from the API timeline
2024-10-19 19:56:20 +00:00
Tobias Diekershoff
8c6ff3f876
Merge pull request #14474 from annando/issue-14174
...
Issue 14174 and 14421: Option to hide emojis and pictures without description
2024-10-19 07:50:48 +02:00
Tobias Diekershoff
01cedc0c95
Merge pull request #14475 from annando/upload-type
...
Fix image posts done by Buffer
2024-10-19 07:48:54 +02:00
Michael
55381329b3
Fix image posts done by Buffer
2024-10-19 03:35:21 +00:00
Michael
301717802d
Issue 14174 and 14421: Option to hide emojis and pictures without description
2024-10-18 19:13:07 +00:00
Tobias Diekershoff
159e6e79dc
Merge pull request #14473 from annando/issue-14471
...
Issue 14471: Fix webfinger request
2024-10-18 06:46:12 +02:00
Michael
b10255ca44
Issue 14471: Fix wegfinger request
2024-10-17 22:04:31 +00:00
Michael Vogel
65fe8fcf41
Merge pull request #14466 from tobiasd/issue14464
...
reorder 2FA buttons
2024-10-16 08:04:23 +02:00
Michael Vogel
7771b87a92
Merge pull request #14467 from tobiasd/lng20241016
...
Update translations
2024-10-16 08:03:31 +02:00
Tobias Diekershoff
cfe32397ab
fix reuse for translation files
2024-10-16 05:40:44 +00:00
Tobias Diekershoff
0faaad75c0
Update translation files
...
This updates various translation po files with the current state from Transifex and regenerates the string.php files from them
2024-10-16 05:37:07 +00:00
Tobias Diekershoff
124c55d3cf
reorder 2FA buttons
...
The first button is selected by default, moving the disable button down, so by default the recover codes will be displayed if a user huts ENTER after typing their password.
fixes 14464
2024-10-16 04:54:39 +00:00
Tobias Diekershoff
b9a5b1c48b
Merge pull request #14465 from annando/fix-follow
...
Fix the following of accounts with "?" in the URL
2024-10-16 06:20:04 +02:00
Michael
93536f31e8
Fix the following of accounts with "?" in the URL
2024-10-16 03:00:20 +00:00
Tobias Diekershoff
c4aaff181c
Merge pull request #14463 from bmillwood/doc-fixes
...
Fix Apache instructions and PHP extension list
2024-10-15 06:24:26 +02:00
Tobias Diekershoff
7bd076fce9
bump version 2024.09-rc
2024-10-15 04:00:50 +00:00
Ben Millwood
6bd73ea66c
Fix Apache instructions and PHP extension list
...
For the Apache instruction, the Options directive does exist, but it's
not the one that controls .htaccess usage, that's AllowOverride.
For the PHP module, correct mbstrings to mbstring and remove hash, since
the [hash extension][1] has been included in PHP since 5.1.2, and is core
since PHP 7.4, both of which are above the minimum Friendica version.
[1]: https://www.php.net/manual/en/hash.installation.php
2024-10-14 23:36:37 +01:00
Michael Vogel
434aa1b174
Merge pull request #14462 from tobiasd/reuseOct
...
more REUSE information
2024-10-14 10:02:33 +02:00
Tobias Diekershoff
e0c9ada5f2
added missing license
2024-10-14 04:45:03 +00:00
Tobias Diekershoff
9c6dd96d22
more REUSE information
2024-10-13 10:51:21 +02:00
Tobias Diekershoff
bbd4117ed4
Merge pull request #14459 from annando/fix-contact-settings
...
Fix: changing contact settings
2024-10-11 07:25:03 +02:00
Michael
fc3ab1762e
Fix: changing contact settings
2024-10-08 20:49:24 +00:00
Tobias Diekershoff
a3dff95c2b
Merge pull request #14457 from annando/length-check
...
Fix for the string truncation for "latin1" charset
2024-10-08 08:06:31 +02:00
Tobias Diekershoff
342eb53a41
Merge pull request #14456 from annando/linefeeds
...
Fix linefeeds in "detected languages" popup
2024-10-08 08:05:18 +02:00
Michael
53015140d9
Fix linefeeds in "detected languages" popup
2024-10-07 20:47:10 +00:00
Michael
d8bcf38a78
Fixed for the string truncation for "latin1" charset
2024-10-07 20:44:45 +00:00
Tobias Diekershoff
452cdadaa3
Merge pull request #14455 from haheute/textarea-event-description
...
add rows=8 for event description textarea
2024-10-03 15:06:49 +02:00
Hannes Heute
f99edf86d3
little typo in the CSS file
2024-10-03 13:48:59 +02:00
Hannes Heute
1ae74d08a2
add rows=8 for event description textarea
2024-10-03 12:16:15 +02:00