Michael
|
0e4d3fe9e5
|
Display a symbol when a post had been reshared
|
2020-08-23 13:26:23 +00:00 |
|
Hypolite Petovan
|
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 |
|
Hypolite Petovan
|
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 |
|
Hypolite Petovan
|
c259d2b454
|
Merge pull request #9055 from annando/zero-owner
Return system account data when fetching data for user "0"
|
2020-08-23 06:42:26 -04:00 |
|
Michael
|
6f1cd718fc
|
Issue 9051: Only change the owner of posts reshared by forums
|
2020-08-23 08:39:56 +00:00 |
|
Michael
|
9cf6a8e945
|
ActivityPub accounts don't need a "poll" endpoint
|
2020-08-23 07:37:14 +00:00 |
|
Michael
|
b61eacdadb
|
Return system account data when fetching data for user "0"
|
2020-08-23 07:29:56 +00:00 |
|
Michael
|
41c96f787d
|
Use the AP adress for probing webfinger
|
2020-08-23 07:24:39 +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 |
|
Hypolite Petovan
|
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 |
|
Michael
|
6fd0848cde
|
Ensure that the actor name can't be changed
|
2020-08-22 19:40:31 +00:00 |
|
Michael
|
b12a2c486e
|
Use "getActorName"
|
2020-08-22 18:52:37 +00:00 |
|
Hypolite Petovan
|
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 |
|
Hypolite Petovan
|
507d66936c
|
Merge pull request #9049 from annando/local-followers
Improved function description
|
2020-08-22 14:08:48 -04:00 |
|
Hypolite Petovan
|
9923e17aed
|
Merge pull request #9044 from annando/avatar-stuff
Some stuff with contact avatars
|
2020-08-22 14:08:20 -04:00 |
|
Michael
|
3cf3a97e8d
|
Fix: Don't change the owner of your own posts
|
2020-08-22 17:30:14 +00:00 |
|
Michael
|
6d9302fbe4
|
Check for empty owners
|
2020-08-22 16:34:04 +00:00 |
|
Michael
|
4285f4643f
|
Fix Test
|
2020-08-22 15:19:34 +00:00 |
|
Michael
|
7dbf72e454
|
We now fetch data with an automatically generated system user
|
2020-08-22 14:48:09 +00:00 |
|
Michael
|
50ecb58716
|
Improved function description
|
2020-08-22 14:36:42 +00:00 |
|
Tobias Diekershoff
|
2475058cc4
|
Merge pull request #9048 from annando/fix-tag-scheme
Fix malformatted tag scheme
|
2020-08-22 13:21:54 +02:00 |
|
Tobias Diekershoff
|
101daab790
|
Merge pull request #9046 from annando/local-followers
Fetch followers/followings locally
|
2020-08-22 13:18:47 +02:00 |
|
Tobias Diekershoff
|
9a3d04dce2
|
Merge pull request #9047 from annando/no-item-delivery-data
The table "item-delivery-data" does not exist on newer systems
|
2020-08-22 13:17:49 +02:00 |
|
Michael
|
22027f8451
|
Fix malformatted tag scheme
|
2020-08-22 05:59:19 +00:00 |
|
Michael
|
dcfde52e7f
|
The table "item-delivery-data" does not exist on newer systems
|
2020-08-22 05:22:08 +00:00 |
|
Michael
|
3c85f3ce99
|
Fetch followers/followings locally
|
2020-08-21 21:27:40 +00:00 |
|
Michael
|
e9d6fb9aaa
|
Store the cached avatars at the public contact
|
2020-08-21 18:41:48 +00:00 |
|
Michael
|
7990d08ad6
|
Delete the photo entries when a user or contact is removed
|
2020-08-21 18:39:18 +00:00 |
|
Hypolite Petovan
|
c9c6eca8a6
|
Merge pull request #9033 from nupplaphil/bug/travis
Replace Travis CI with Github Actions
|
2020-08-21 11:18:23 -04:00 |
|
Tobias Diekershoff
|
3f6ca6345e
|
HOTFIX to make all themes (but frio) working again
|
2020-08-21 06:57:54 +02:00 |
|
Hypolite Petovan
|
78f6ea94bb
|
Check for parent existence in Protocol\DFRN
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-660263687
|
2020-08-20 09:34:37 -04:00 |
|
Hypolite Petovan
|
b4d59c25a8
|
Return early if $a->user is absent in BaseModule
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-660266026
|
2020-08-20 09:32:20 -04:00 |
|
Hypolite Petovan
|
40d12b85c4
|
Loop on expected fields instead of existing fields in Settings\UserExport
- We don't delete fields, so there can be more fields in the database than in the DB structure
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-663875895
|
2020-08-20 09:30:50 -04:00 |
|
Hypolite Petovan
|
ac90387d82
|
Fix wrong contact array key reference in Search\Acl
- Addresses https://github.com/friendica/friendica/issues/8877#issuecomment-672189155
|
2020-08-20 09:23:00 -04:00 |
|
Michael
|
3a1fef43b2
|
Fix: Feeds and mail accounts hadn't been fetched reliably
|
2020-08-20 08:37:56 +00:00 |
|
Tobias Diekershoff
|
0d1fa70e2e
|
Merge pull request #9039 from MrPetovan/task/frio-accent-scheme
[frio] Add accented schemes including dark scheme and black scheme
|
2020-08-20 07:01:40 +02:00 |
|
Hypolite Petovan
|
91a1e5df91
|
Add more references to theme.php
|
2020-08-19 22:54:12 -04:00 |
|
Michael
|
707af437e2
|
Fix sharing detection on reshares
|
2020-08-20 02:49:02 +00:00 |
|
Hypolite Petovan
|
17dbffe824
|
Merge pull request #9032 from annando/local-access
Some more local network access are removed
|
2020-08-19 16:16:56 -04:00 |
|
Hypolite Petovan
|
69aae82f5d
|
Merge pull request #9036 from annando/clear-cache
Cache clearing rearrangements
|
2020-08-19 15:43:24 -04:00 |
|
Michael
|
67174f5762
|
fix reversed "if"
|
2020-08-19 19:41:22 +00:00 |
|
Michael
|
98dd15ec9a
|
Adding a cooldown phase for the daemon
|
2020-08-19 18:21:40 +00:00 |
|
Michael
|
66bfb9e76f
|
Cache clearing rearrangements
|
2020-08-19 18:16:48 +00:00 |
|
Michael
|
52a933c4c9
|
Different check for being local
|
2020-08-19 12:47:14 +00:00 |
|
Philipp Holzer
|
16591077ac
|
Fix Database $_SERVER usage and remove old .travis files
|
2020-08-19 14:20:07 +02:00 |
|
Michael
|
b82f22aa0e
|
Fix missing field
|
2020-08-19 08:20:31 +00:00 |
|
Michael
|
38ed5c943d
|
Avoid probing non existing profiles
|
2020-08-19 05:24:53 +00:00 |
|
Michael
|
3d1829ede5
|
Don't poll locally / user self data
|
2020-08-19 05:18:19 +00:00 |
|
Michael
|
eb95314aaa
|
Avoid locally probing last item via network
|
2020-08-19 04:45:31 +00:00 |
|
Michael
|
29494ea721
|
Avoid local network requests
|
2020-08-19 04:11:20 +00:00 |
|