Michael
9ffa053c90
Merge remote-tracking branch 'upstream/develop' into linked-posts
2022-10-16 21:51:26 +00:00
Michael
f8f0dfa91a
Detect linked posts and add them as quote
2022-10-16 21:37:05 +00:00
Hypolite Petovan
e556dc3c31
Add new frio.always_open_compose setting
...
- This setting allows the New Post button to always open the Compose page instead of the modal by default
2022-10-16 11:49:27 -04:00
Hypolite Petovan
d826fe0a3b
Refactor files related to the Compose page and frio theme settings
...
- Use dependencies instead of most DI calls in Module\Item\Compose
- Group translation strings in a subkey of the template variables array
- Rewrite array initializations in theme/frio/config
2022-10-16 11:48:28 -04:00
Michael
8e1af9277a
Improve quite generation
2022-10-15 13:00:52 +00:00
Michael
3e868416c7
Check for post existence
2022-10-14 22:02:25 +00:00
Michael
88aceeb27f
Merge remote-tracking branch 'upstream/2022.09-rc' into quote-uri-id
2022-10-14 19:11:15 +00:00
Michael
c2e57c5c0e
Return the pageinfo when feed is shared
2022-10-14 04:43:46 +00:00
Michael
da2afbeae3
Merge remote-tracking branch 'upstream/2022.09-rc' into quote-again
2022-10-12 05:36:00 +00:00
Michael
e69b04d2df
Only add the media for non federated posts
2022-10-12 05:34:55 +00:00
Hypolite Petovan
0480d9aebd
Add missing post keys to retrieve pLink in Model\Event::prepareListForTemplate()
...
- Address https://github.com/friendica/friendica/issues/11632#issuecomment-1275117722
2022-10-11 22:18:52 -04:00
Michael
0e82f64d71
Only attach images
2022-10-11 21:39:28 +00:00
Michael
f1f13db24f
Simplified code
2022-10-11 20:48:47 +00:00
Michael
68d6e11d83
Fix attached media in quoted posts
2022-10-11 20:10:39 +00:00
Hypolite Petovan
9e74a1bd06
Contact array can be empty in Model\Contact::getAvatarPath
...
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1274195844
2022-10-11 08:26:00 -04:00
Michael
a67a364b91
Merge remote-tracking branch 'upstream/2022.09-rc' into quote-uri-id
2022-10-11 05:19:21 +00:00
Michael
747139d186
Quoted posts from Twitter now contain media again
2022-10-10 23:18:58 +00:00
Michael
aeb4645ba6
New field "quote-uri-id" for quoted posts
2022-10-10 22:39:30 +00:00
Michael
028de0e228
Quote of quotes are visually improved
2022-10-10 12:30:07 +00:00
Michael
a21c04d55d
Use "maxloadavg" when "worker_load_cooldown" is not defined
2022-10-10 06:01:07 +00:00
Hypolite Petovan
a10f55bb85
Merge pull request #11979 from annando/issue-11853
...
Notices
2022-10-09 17:45:33 -04:00
Hypolite Petovan
424dad886f
Merge pull request #11978 from annando/quote-simplified
...
The quote functionality is simplified
2022-10-09 17:26:22 -04:00
Michael
0d3aa681b4
The quote functionality is simplified
2022-10-09 21:16:36 +00:00
Hypolite Petovan
a4b0ebf160
Add a couple of cases to DateTimeFormat::fix()
...
- Reworked method to perform more string replacements and fewer regular expression matches
2022-10-09 09:34:38 -04:00
Hypolite Petovan
bee6506d33
Only call DateTimeFormat::fix() when there's an Exception
...
- This prevents valid date/time strings to be mangled by fix()
2022-10-09 09:34:30 -04:00
Michael Vogel
b5ad8c3e15
Merge pull request #11973 from MrPetovan/task/test-fixDateFormat
...
Add tests for DateTimeFormat::fix()
2022-10-08 17:11:10 +02:00
Michael
4552d36373
Issue 11975: Don't call the postupdate if the table is missing
2022-10-08 14:42:11 +00:00
Hypolite Petovan
47dd19ab95
Merge pull request #11974 from annando/issue-11969
...
Issue 11969: Simplified share
2022-10-08 10:04:07 -04:00
Michael
4a37c978c2
Issue 11969: Simplified share
2022-10-08 09:36:35 +00:00
Hypolite Petovan
345d307ae0
Add tests for DateTimeFormat::fix()
2022-10-07 23:10:50 -04:00
Hypolite Petovan
c0447ced48
Simplify method name for DateTimeFormat::fix
2022-10-07 23:10:50 -04:00
Hypolite Petovan
2cbc11403e
Fix parameter names before being passed to Model\Event::store
...
- Partial revert of 946db2ab45
2022-10-07 17:20:22 -04:00
Michael
1ddeaaad4a
And another weird date format
2022-10-07 19:56:02 +00:00
Michael
33d48f7d55
Use trim
2022-10-07 08:14:04 +00:00
Michael
f340fc6efa
Harmonized regular expression
2022-10-07 08:00:09 +00:00
Michael
21bd2a8396
More whitespace
2022-10-07 07:57:20 +00:00
Michael
f8d4ab1830
Whitespace removed
2022-10-07 07:55:44 +00:00
Michael
ef934db614
Moved the share interpretation
2022-10-07 07:41:03 +00:00
Michael
d7a9745ffd
Simplified share element
2022-10-07 05:51:36 +00:00
Michael
48182a95fb
Improve quote share ("message_id" added)
2022-10-06 21:50:20 +00:00
Michael
6b917718fd
Juts another date format fix
2022-10-06 21:09:52 +00:00
Michael
4c8a58c445
Akkoma is added to the federation statistics
2022-10-06 04:57:43 +00:00
Michael
f9b7f3acdb
Added sharing check for DFRN
2022-10-05 21:11:09 +00:00
Michael
bde7283b04
Fix: Undefined array key "object_object_type"
2022-10-03 20:01:28 +00:00
Michael Vogel
0a7c9c66b5
Update src/Util/DateTimeFormat.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-10-03 19:04:49 +02:00
Michael
045238070b
Issue 11938: Fix weird date formats
2022-10-03 16:12:22 +00:00
Hypolite Petovan
168827c8ae
Merge pull request #11957 from annando/issue-11891
...
Issue 11891: Enable search for user@domain.tld
2022-10-03 11:15:55 -04:00
Michael
4b8c631216
Issue 11891: Enable search for user@domain.tld
2022-10-03 13:53:19 +00:00
Michael
8347f0144b
Fix log message
2022-10-03 11:42:50 +00:00
Michael
5127784acb
Recursively check if the thread supports Diaspora
2022-10-03 11:04:57 +00:00