f418687a71
Merge pull request #12070 from annando/share
...
Some more improvements for posts with shares
2022-10-27 08:19:23 -04:00
deccea0228
More functions moved to content class
2022-10-27 05:44:44 +00:00
c65fff6f93
Some more improvements for posts with shares
2022-10-26 17:00:55 +00:00
498d7f690a
Changes:
...
- php-cs is now happy with it
2022-10-26 17:59:10 +02:00
2f1336339f
Changes:
...
- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void
2022-10-26 01:29:01 +02:00
5306bb3e31
Changes:
...
- added more missing type-hints (checked them in body of the method)
- reformatted code a little (code-style)
- moved '/.well-known/host-meta' to constant Probe::HOST_META
2022-10-25 20:25:13 +02:00
ebd175872d
Improved description
2022-10-25 08:45:41 +00:00
1a0b63659b
Merge remote-tracking branch 'upstream/develop' into share-rework
2022-10-25 08:31:01 +00:00
f54a886a5e
The "share" handling is improved
2022-10-25 06:37:23 +00:00
8ad83e5d5c
Add missing DI
2022-10-21 19:16:25 +02:00
b4ffb0bde0
UserSession class [4] - Refactor src/Model/ files
2022-10-20 22:14:50 +02:00
940619325d
Add SessionUsers class including tests
2022-10-20 20:27:34 +02:00
ee1acba9eb
old boot.php functions replaced in /src
2022-10-19 07:56:25 -04:00
7ac86e49d1
Move Core\Session::get() to DI::session()->get()
2022-10-18 21:10:37 +02:00
Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
2022-10-18 16:34:40 +02:00
6f68679375
The EOL constant is removed
2022-10-18 12:29:50 +00:00
fdfa1f8630
The notice and info have been moved
2022-10-17 18:55:22 +00:00
018858934b
The priority is now a class constant
2022-10-17 05:49:55 +00:00
f8f0dfa91a
Detect linked posts and add them as quote
2022-10-16 21:37:05 +00:00
8e1af9277a
Improve quite generation
2022-10-15 13:00:52 +00:00
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
3e868416c7
Check for post existence
2022-10-14 22:02:25 +00:00
88aceeb27f
Merge remote-tracking branch 'upstream/2022.09-rc' into quote-uri-id
2022-10-14 19:11:15 +00:00
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
0e82f64d71
Only attach images
2022-10-11 21:39:28 +00:00
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
aeb4645ba6
New field "quote-uri-id" for quoted posts
2022-10-10 22:39:30 +00:00
a10f55bb85
Merge pull request #11979 from annando/issue-11853
...
Notices
2022-10-09 17:45:33 -04:00
0d3aa681b4
The quote functionality is simplified
2022-10-09 21:16:36 +00:00
4a37c978c2
Issue 11969: Simplified share
2022-10-08 09:36:35 +00:00
21bd2a8396
More whitespace
2022-10-07 07:57:20 +00:00
ef934db614
Moved the share interpretation
2022-10-07 07:41:03 +00:00
d7a9745ffd
Simplified share element
2022-10-07 05:51:36 +00:00
48182a95fb
Improve quote share ("message_id" added)
2022-10-06 21:50:20 +00:00
c65f78e579
Only display reshared thread starting posts
2022-09-28 09:48:48 +00:00
2def5e9f02
Issue 11876: Fix local message distribution
2022-09-27 15:58:16 +00:00
02e9a867ae
Merge pull request #11926 from annando/sql-queries
...
(Hopefully) SQL improvements
2022-09-24 15:01:34 -04:00
Michael Vogel
b00947025a
Merge pull request #11922 from MrPetovan/bug/notices
...
Ward against missing keys in Model\APContact::isRelay
2022-09-24 20:02:21 +02:00
3911c9450b
(Hopefully) SQL improvements
2022-09-24 17:56:07 +00:00
6ca725e5b6
Check for network key existence before calling Probe::isProbable in Model\Contact
...
- Address https://github.com/friendica/friendica/issues/11630#issuecomment-1253225607
2022-09-24 10:18:41 -04:00
ded5a0ac6a
Ward against missing keys in Model\APContact::isRelay
...
- Address https://github.com/friendica/friendica/issues/11632#issuecomment-1231904280
2022-09-24 09:56:12 -04:00
36668dfdb1
Merge remote-tracking branch 'upstream/2022.09-rc' into duplicates
2022-09-21 03:46:25 +00:00
Michael Vogel
199d8bbf35
Merge remote-tracking branch 'upstream/2022.09-rc' into relay-languages
2022-09-20 06:05:15 +02:00
Michael Vogel
6ba2c4bb01
Added documentation
2022-09-19 12:49:37 +02:00
Michael Vogel
3650feb256
"Count" parameter added
2022-09-19 12:46:28 +02:00
Michael Vogel
f08b08e0d8
Allow to reject specific languages on receiving posts via the relay
2022-09-19 12:36:12 +02:00
Michael Vogel
e5c24f33f0
The fcontact table is now updated in the background to improve performance
2022-09-18 15:40:44 +02:00
79b64cc44f
Detect and remove contact duplicates
2022-09-16 05:00:06 +00:00
7da43fe28a
Merge pull request #11892 from annando/pagecache
...
Pagecache for frequently fetched pages
2022-09-07 22:25:19 -04:00
a0b99f61ea
Use the cached activity function
2022-09-07 19:46:24 +00:00