|
916c51c630
|
Fix fatal errors / added some API todo
|
2021-05-17 19:20:31 +00:00 |
|
|
af1896f4d2
|
Merge pull request #10231 from MrPetovan/bug/warnings
Make birthday time comparison 32-bit safe in Protocol\DFRN
|
2021-05-13 17:58:59 +02:00 |
|
|
74f3c885bf
|
use "random_bytes" instead of "openssl_random_pseudo_bytes"
|
2021-05-11 13:12:12 +00:00 |
|
|
aeef4960a1
|
Make birthday time comparison 32-bit safe in Protocol\DFRN
- Address https://github.com/friendica/friendica/issues/10168#issuecomment-838221234
|
2021-05-11 08:10:25 -04:00 |
|
|
95f741c427
|
Improve data of shared posts
|
2021-05-07 06:26:41 +00:00 |
|
|
f683f791ee
|
Avoid duplicated attachments / unwanted attachments
|
2021-05-05 16:46:55 +00:00 |
|
|
8f318e492e
|
Don't transmit smiley links to external systems
|
2021-05-04 21:07:41 +00:00 |
|
|
4b12c54345
|
API: photos are now directly stored as attached data and not in the body anymore
|
2021-05-01 15:48:19 +00:00 |
|
|
d8901452fc
|
Improved logging for invalid HTTP signatures
|
2021-05-01 12:32:33 +00:00 |
|
|
c840ee82af
|
Avoid empty posts on Diaspora
|
2021-04-30 22:35:16 +00:00 |
|
|
795761ee89
|
Attachments are added to OStatus as well
|
2021-04-29 21:16:04 +00:00 |
|
|
639d5373e0
|
Add atachments to body for Diaspora and DFRN
|
2021-04-29 21:05:22 +00:00 |
|
|
7c80f513d5
|
Transmit shared attachments via ActivityPub
|
2021-04-29 20:22:38 +00:00 |
|
|
3d64c3031b
|
Preview for Videos and images / Video resolution selection
|
2021-04-28 19:05:46 +00:00 |
|
|
c4705a33c0
|
Removed unneeded stuff
|
2021-04-26 14:10:16 +00:00 |
|
|
9afa3610cf
|
Adding media attachments to Diaspora posts if they are only attached and not embedded in the body
|
2021-04-26 10:49:57 +00:00 |
|
|
8685e5ca32
|
Reworked media handling
|
2021-04-26 06:50:12 +00:00 |
|
|
b65f73e348
|
Improved mimeType detection and setting of the "type" field
|
2021-04-14 19:12:01 +00:00 |
|
|
304b52ec0f
|
Improve the code
|
2021-04-10 21:33:18 +00:00 |
|
|
4d40bac8ee
|
Fix mentions for the summary
|
2021-04-10 21:13:37 +00:00 |
|
|
5a00902e11
|
Avoid HTML parsing of an empty body
|
2021-04-10 05:46:19 +00:00 |
|
|
37d15b47e8
|
Issue 10126: Transmit "adjust"
|
2021-04-08 19:38:16 +00:00 |
|
|
688e056ad1
|
"post-reason" ends double usage of "post-type"
|
2021-04-07 06:02:06 +00:00 |
|
|
274130f2eb
|
Improved handling of leading and trailing attachments
|
2021-04-04 06:49:47 +00:00 |
|
Balázs Úr
|
befc2af504
|
Merge branch '2021.03-rc' into copyright-2021
|
2021-03-29 08:45:21 +02:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
|
cefc2c9a93
|
Fix mentions on Pleroma
|
2021-03-27 22:49:55 +00:00 |
|
|
5bbcb8bdf4
|
ActivityPub: Delete Comments
|
2021-03-24 22:22:14 +00:00 |
|
|
08771d96c2
|
Remove unused parameter
|
2021-03-16 07:15:20 +00:00 |
|
|
9e87dcb25b
|
We now set the protocol in "gserver" on receiving as well
|
2021-03-10 22:31:33 +00:00 |
|
|
8211e6d887
|
Fixes notice: "Undefined index: type"
|
2021-03-10 14:40:57 +00:00 |
|
|
8c748f03f9
|
Issue 9912: Process Markdown content from Peertube
|
2021-03-06 08:43:25 +00:00 |
|
|
4dfd91dbbf
|
Use the system user for uid=0
|
2021-02-21 11:47:03 +00:00 |
|
|
454fbc8ad7
|
Queries without indexes
|
2021-02-21 10:37:15 +00:00 |
|
|
c247d5fbeb
|
The item table is now completely removed
|
2021-02-19 06:30:38 +00:00 |
|
|
890d1057d2
|
No implicit mention for top level Diaspora comments
|
2021-02-16 07:20:41 +00:00 |
|
|
ce6ad1aa73
|
Get rid of the "item" table, enhanced "post" tables
|
2021-02-13 19:56:03 +00:00 |
|
|
b22d7452a3
|
Accept "application/json" as application type for ActivityPub
|
2021-01-29 11:15:47 +00:00 |
|
|
ef0400fc19
|
"uri-id" instead of "uri" or "id"
|
2021-01-27 10:01:42 +00:00 |
|
|
82e094179c
|
Rename notify classes according the feature name, not the table name
|
2021-01-24 09:33:23 -05:00 |
|
|
d2ea3eabfb
|
Replace legacy file/category handling
|
2021-01-21 07:16:41 +00:00 |
|
|
487c2df9ca
|
The "tag" field is not used anymore
|
2021-01-19 10:30:45 +00:00 |
|
|
b892db0cf3
|
All item selects are now done by the post class
|
2021-01-19 07:23:01 +00:00 |
|
|
f57ad05736
|
Added missing parameter
|
2021-01-17 21:10:16 +00:00 |
|
|
4157db5473
|
"item" is replaced by "post-view" / postupdate check added
|
2021-01-17 20:32:13 +00:00 |
|
|
2b1d0b9db8
|
"selectForUser" and "" selectFirstForUser" is now moved to Post
|
2021-01-16 22:37:27 +00:00 |
|
|
68502daed0
|
New post class in protocol and worker classes
|
2021-01-16 04:14:58 +00:00 |
|
|
ca16a4892b
|
The item view is completed, unneeded fields removed
|
2021-01-13 07:23:57 +00:00 |
|
|
83266b87af
|
Create plink if missing
|
2021-01-11 20:14:17 +00:00 |
|
|
f40ab2b65d
|
Always deliver via AP if the server supports it
|
2021-01-10 19:41:01 -05:00 |
|
|
ca8e4066fc
|
Merge pull request #9766 from annando/conversation-direction
Improved direction and protocol detection
|
2021-01-10 18:54:29 -05:00 |
|
|
fd562677fd
|
Use "==="
|
2021-01-10 21:30:30 +00:00 |
|
|
4cfcaa82c0
|
Fix relay handling
|
2021-01-09 19:19:20 +00:00 |
|
|
8894f14b4e
|
Set post type if relay post was received via DFRN
|
2021-01-09 18:17:49 +00:00 |
|
|
6401bd7503
|
Mark if post was received via relay
|
2021-01-09 16:56:42 +00:00 |
|
|
2987070d93
|
Improved direction and protocol detection
|
2021-01-09 12:59:30 +00:00 |
|
|
66c1592171
|
Fix notices
|
2020-12-17 18:08:07 +00:00 |
|
|
1414d43597
|
Merge pull request #9664 from annando/delete-contacts
Delete removed contacts
|
2020-12-16 11:28:56 -05:00 |
|
|
974f7bffc8
|
Indentation
|
2020-12-16 15:43:12 +00:00 |
|
|
a331a8cf0a
|
Delete removed contacts
|
2020-12-15 22:56:46 +00:00 |
|
Michael Vogel
|
e4228c6218
|
Merge pull request #9655 from MrPetovan/bug/fatal-errors
Fix several occasional fatal errors
|
2020-12-14 22:11:45 +01:00 |
|
|
c210e0b97f
|
Issue 9657: Check the age of an item
|
2020-12-14 00:00:10 +00:00 |
|
|
0441b912ac
|
Return early if an URI id cannot be obtained in ActivityPub\Processor::createItem
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-743769813
|
2020-12-13 13:42:08 -05:00 |
|
|
8f10cf8e53
|
Simplify Contact::addRelationship call in ActivityPub\Processor::followUser
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-743382769
|
2020-12-13 12:16:04 -05:00 |
|
|
0eb4a600b0
|
Delay unprepared posts
|
2020-12-13 12:47:49 +00:00 |
|
|
297118f902
|
Archive/Unarchive at ActivityPub delivery
|
2020-12-12 16:45:23 +00:00 |
|
|
61b3003f64
|
Standards
|
2020-12-11 20:20:27 +00:00 |
|
|
a43059df27
|
Relay posts with the original protocol
|
2020-12-11 06:35:38 +00:00 |
|
|
965374596f
|
Avoid dropping of incoming DFRN messages
|
2020-12-10 07:22:49 +00:00 |
|
|
9c0342b907
|
Merge pull request #9638 from annando/bad-priority
Check for bad worker priorities
|
2020-12-09 01:12:34 -05:00 |
|
|
dd94fb1242
|
Check for bad worker priorities
|
2020-12-08 21:58:32 +00:00 |
|
|
c7a2988454
|
Check for the existence of array key before using it in Protocol\ActivityPub\Transmitter
- Address https://github.com/friendica/friendica/issues/9252#issuecomment-739534960
|
2020-12-08 10:08:49 -05:00 |
|
|
1f1697222b
|
Don't create the parent during a deletion
|
2020-12-06 09:54:34 +00:00 |
|
|
c1d1b189f7
|
Cleaned code
|
2020-12-02 08:36:23 +00:00 |
|
|
6c3b1ac4bd
|
Moved direct storage
|
2020-12-02 05:41:33 +00:00 |
|
|
b54465ba9c
|
Directly post non mirrored feed items
|
2020-12-02 05:08:39 +00:00 |
|
|
e9fecf1541
|
Only delay mirrored feeds
|
2020-12-02 04:53:54 +00:00 |
|
|
b2dadf0f92
|
Use a combined unique index
|
2020-12-02 00:34:10 +00:00 |
|
|
425440ec24
|
The network doesn't matter
|
2020-12-02 00:29:57 +00:00 |
|
|
c302b7c347
|
Check for existing post
|
2020-12-02 00:20:07 +00:00 |
|
|
4fbd0a46b5
|
Reducing parameter list
|
2020-12-02 00:05:03 +00:00 |
|
|
b047d31a4f
|
Added logging and default config value
|
2020-12-01 23:46:50 +00:00 |
|
|
2aa302c570
|
New class for handling delayed posts
|
2020-12-01 22:11:29 +00:00 |
|
|
b30d2c9c6b
|
Renamed function
|
2020-11-30 20:59:18 +00:00 |
|
|
8bc799ff38
|
Issue 8943: Only check for too old postings for feeds
|
2020-11-30 20:32:56 +00:00 |
|
|
5b19469a4c
|
Fix Notice: Undefined variable: publish_at
|
2020-11-30 18:27:02 +00:00 |
|
Michael Vogel
|
d0f45c4ecb
|
Fixed function name and variable
|
2020-11-30 09:59:29 +01:00 |
|
|
6e06e0cf20
|
New class for delayed postings
|
2020-11-30 06:59:00 +00:00 |
|
|
cbd1ba8da2
|
Post delay is in seconds
|
2020-11-30 06:23:27 +00:00 |
|
|
a7e0a1f7de
|
The maximum delay should be a day
|
2020-11-30 06:19:10 +00:00 |
|
Michael Vogel
|
4c39c88b52
|
Adjusted log levels, removed spaces
|
2020-11-30 07:06:43 +01:00 |
|
|
3f3f56db57
|
Poll interval function moved to feed class, first steps for delayed posts
|
2020-11-30 05:39:12 +00:00 |
|
|
a68810301a
|
Fix structure error
|
2020-11-29 11:43:07 +00:00 |
|
|
7ab63d2106
|
Store the protocol of the received message
|
2020-11-29 09:01:51 +00:00 |
|
|
1d4be7b01f
|
Fixes notice "Undefined index: parent-uri"
|
2020-11-28 10:17:55 +00:00 |
|
|
818c064c0a
|
The notifications parameters are now simplified
|
2020-11-25 19:56:39 +00:00 |
|
|
486b43f09d
|
Avoid unmarking for archival an empty contact in Protocol\ActivityPub\Receiver
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-733198306
|
2020-11-24 17:32:52 -05:00 |
|
|
e4e9a20ac8
|
Don't transmit to archived inboxes
|
2020-11-23 19:25:22 +00:00 |
|
|
8a29d20083
|
Comments on PeerTube videos not working
Fixes #9407
|
2020-11-21 08:28:33 +00:00 |
|
Michael Vogel
|
f69c043bec
|
Update src/Protocol/OStatus.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2020-11-18 18:07:20 +01:00 |
|