|
1d8e1284ef
|
Another "Duplicate entry" error avoided
|
2020-08-28 05:47:41 +00:00 |
|
|
44ee4a54b4
|
Replace "insert" with "replace"
|
2020-08-27 21:35:08 +00:00 |
|
|
c403efb177
|
Improved logging
|
2020-08-23 17:58:22 +00:00 |
|
|
6139f5883b
|
Mark posts that arrived in your network stream via tag
|
2020-08-23 17:48:44 +00:00 |
|
|
7815862498
|
Improve AP support for forums
|
2020-08-23 11:26:43 +00:00 |
|
|
b052896c64
|
Merge pull request #9057 from annando/issue-9051
Issue 9051: Only change the owner of posts reshared by forums
|
2020-08-23 06:44:41 -04:00 |
|
|
b52070aa2f
|
Merge pull request #9056 from annando/ap-follow
ActivityPub accounts don't need a "poll" endpoint
|
2020-08-23 06:43:00 -04:00 |
|
|
6f1cd718fc
|
Issue 9051: Only change the owner of posts reshared by forums
|
2020-08-23 08:39:56 +00:00 |
|
|
9cf6a8e945
|
ActivityPub accounts don't need a "poll" endpoint
|
2020-08-23 07:37:14 +00:00 |
|
|
b61eacdadb
|
Return system account data when fetching data for user "0"
|
2020-08-23 07:29:56 +00:00 |
|
Michael Vogel
|
fc2340d4af
|
Merge pull request #8909 from MrPetovan/task/ex_auth
Refactor ExAuth for DICE
|
2020-08-22 22:12:22 +02:00 |
|
|
d31010ca0e
|
Merge pull request #9050 from annando/system-account
We now fetch data with an automatically generated system user
|
2020-08-22 15:54:16 -04:00 |
|
|
6fd0848cde
|
Ensure that the actor name can't be changed
|
2020-08-22 19:40:31 +00:00 |
|
|
b12a2c486e
|
Use "getActorName"
|
2020-08-22 18:52:37 +00:00 |
|
|
2e5b4dedb8
|
Merge pull request #9052 from annando/fix-change-owner
Fix: Don't change the owner of your own posts
|
2020-08-22 14:17:45 -04:00 |
|
|
507d66936c
|
Merge pull request #9049 from annando/local-followers
Improved function description
|
2020-08-22 14:08:48 -04:00 |
|
|
9923e17aed
|
Merge pull request #9044 from annando/avatar-stuff
Some stuff with contact avatars
|
2020-08-22 14:08:20 -04:00 |
|
|
3cf3a97e8d
|
Fix: Don't change the owner of your own posts
|
2020-08-22 17:30:14 +00:00 |
|
|
7dbf72e454
|
We now fetch data with an automatically generated system user
|
2020-08-22 14:48:09 +00:00 |
|
|
50ecb58716
|
Improved function description
|
2020-08-22 14:36:42 +00:00 |
|
|
2475058cc4
|
Merge pull request #9048 from annando/fix-tag-scheme
Fix malformatted tag scheme
|
2020-08-22 13:21:54 +02:00 |
|
|
22027f8451
|
Fix malformatted tag scheme
|
2020-08-22 05:59:19 +00:00 |
|
|
3c85f3ce99
|
Fetch followers/followings locally
|
2020-08-21 21:27:40 +00:00 |
|
|
e9d6fb9aaa
|
Store the cached avatars at the public contact
|
2020-08-21 18:41:48 +00:00 |
|
|
707af437e2
|
Fix sharing detection on reshares
|
2020-08-20 02:49:02 +00:00 |
|
|
b82f22aa0e
|
Fix missing field
|
2020-08-19 08:20:31 +00:00 |
|
|
3d1829ede5
|
Don't poll locally / user self data
|
2020-08-19 05:18:19 +00:00 |
|
|
eb95314aaa
|
Avoid locally probing last item via network
|
2020-08-19 04:45:31 +00:00 |
|
|
29494ea721
|
Avoid local network requests
|
2020-08-19 04:11:20 +00:00 |
|
|
ce2af84cba
|
Use a constant for the contact photos / dom't cache them
|
2020-08-18 22:18:48 +00:00 |
|
|
d9fc0ae0ea
|
Using a constant value for the default avatar
|
2020-08-18 20:30:24 +00:00 |
|
|
5aba1df497
|
Use "User::getIdForURL"
|
2020-08-18 19:45:01 +00:00 |
|
|
998c83eacb
|
Avoid loop situations and connection timeouts
|
2020-08-18 03:55:27 +00:00 |
|
|
a7f8604d42
|
Merge pull request #9019 from annando/performance
Some performance tweaks
|
2020-08-16 10:07:35 -04:00 |
|
Michael Vogel
|
87ac50e253
|
Use the uid for the owner cache
|
2020-08-16 14:51:15 +02:00 |
|
Michael Vogel
|
45c12e7716
|
Some performance tweeks
|
2020-08-16 13:57:56 +02:00 |
|
|
b136c5f32b
|
Split the CXronjobs class into separate classes
|
2020-08-16 08:39:04 +00:00 |
|
|
1f9b365f3b
|
Issue 9015: Reducing load of remote systems
|
2020-08-15 20:05:08 +00:00 |
|
|
1ab81266b9
|
Change the owner of a reshared item
|
2020-08-13 06:09:26 +00:00 |
|
|
0e2dbd8fa3
|
Merge branch 'notify-shared' of github.com:annando/friendica into notify-shared
|
2020-08-13 05:17:43 +00:00 |
|
|
59311e9c49
|
Changed comment
|
2020-08-13 05:17:37 +00:00 |
|
Michael Vogel
|
d331a88adc
|
Update src/Model/UserItem.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2020-08-12 18:19:02 +02:00 |
|
Michael Vogel
|
8d8b6b1bf5
|
Update src/Model/UserItem.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2020-08-12 18:18:45 +02:00 |
|
|
7cdbcf411f
|
Clarify the functionality
|
2020-08-12 13:54:19 +00:00 |
|
|
8488ed76e4
|
Don't create notifications for activities
|
2020-08-12 08:37:38 +00:00 |
|
|
26df7595ac
|
removed unneeded notification check
|
2020-08-12 04:43:46 +00:00 |
|
|
4ee858740e
|
Create notifications for shared posts
|
2020-08-12 04:35:24 +00:00 |
|
|
45be80b05e
|
Display reshared ("announced") messages of a user on their page
|
2020-08-11 16:40:01 +00:00 |
|
|
946063e6e7
|
Perform notification check
|
2020-08-11 08:30:15 +00:00 |
|
|
5698edddba
|
Added source code comments
|
2020-08-11 05:23:16 +00:00 |
|