210200d330
Use different parser modes for Mastodon and Twitter-API
2022-11-06 20:02:43 +00:00
3e33ec0c0f
Suppress InvalidArgument exceptions handling URLs in Model\Item::containsLink
2022-11-05 20:18:14 -04:00
Michael Vogel
ea49ab6e04
Merge pull request #12114 from MrPetovan/bug/12112-unFollow
...
Fix capitalization of unfollow links in Model\Contact
2022-11-06 00:21:27 +01:00
70d0f087b7
Issue 12096: Improve account search
2022-11-05 22:08:28 +00:00
e763f57d29
Fix capitalization of unfollow links in Model\Contact
2022-11-05 17:54:50 -04:00
4dd2d7ebab
Transmit the quoted part in the source
2022-11-05 16:25:04 +00:00
fa123bd765
Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
...
- New name better reflect the behavior
2022-11-04 06:42:37 -04:00
2c90ab69d6
Move event export to src/Module/Events/Export
2022-11-02 15:16:23 +01:00
1f1c2d8ca6
(Hopefully) query performance improvements
2022-11-01 08:45:25 -04:00
baa97febef
hopefully last feedback :)
2022-11-01 00:09:30 +01:00
87291e30a4
Found some more follow-links
2022-10-31 20:58:34 +01:00
b5d01337d9
Move Follow to /contact
namespace
2022-10-31 20:58:27 +01:00
58d6e7e2bb
Create Contact\Unfollow module class
2022-10-31 15:31:44 -04:00
a1e6e13a9f
Move remote follow module to profile folder
2022-10-31 15:31:43 -04:00
5de8fe3a48
Fix unfollowing not showing on contact page
...
- Deleted contact rows kept the relationship status which would keep showing
- Deleting contact rows would also not update the corresponding user-contact record
2022-10-31 15:30:23 -04:00
9561910e83
Create Profile\UnkMail module class
2022-10-30 10:49:47 -04:00
3865733e18
Move Model\Profile::getMyUrl to UserSessions
2022-10-30 10:49:47 -04:00
eae1383f48
Merge remote-tracking branch 'upstream/develop' into quote
2022-10-30 11:38:17 +00:00
b402a760a8
Symplified code
2022-10-30 10:02:12 +00:00
a183723254
Improved handling of contact links
2022-10-30 10:02:01 +00:00
f569ccbbc2
Code is simplyfied
2022-10-29 22:55:39 +00:00
3c169b534e
Improved handling of native quotes
2022-10-29 22:11:39 +00:00
a2adb1cd93
Remove unused argument from L10n->tt() call in Model/Item.php
2022-10-28 13:45:09 -04:00
René Wagner
b99e7a9e92
fix exception when adding an poll option without votes
2022-10-28 18:51:35 +02:00
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