Michael Vogel
|
100dfea524
|
Fix further notes and warnings
|
2019-11-19 11:02:35 +01:00 |
|
Michael Vogel
|
287c55722e
|
Show title for posts with attached pages
|
2019-11-18 19:52:00 +01:00 |
|
Michael Vogel
|
80917018e9
|
Fix warnings
|
2019-11-18 19:09:21 +01:00 |
|
Michael Vogel
|
0733ae6aae
|
Improve the look of fetched feeds and the BBCode processing of attachments
|
2019-11-18 13:29:27 +01:00 |
|
|
8644d300d0
|
Readded empty line
|
2019-11-17 18:12:20 +00:00 |
|
|
28ca0d6fab
|
AP: Remove the link description from the "rich html" and adds it to the attachment
|
2019-11-17 18:10:12 +00:00 |
|
|
fa57fead2e
|
AP: Read different content types for the source and the content
|
2019-11-13 16:22:20 +00:00 |
|
|
85b3c880ef
|
Fix: Mentions in the HTML part of the "contentMap" now are links
|
2019-11-13 06:43:36 +00:00 |
|
|
1fb485af1c
|
Use the contentMap to transmit additional content encodings
|
2019-11-12 20:22:35 +00:00 |
|
|
8997361609
|
Better function name
|
2019-11-11 23:13:36 +00:00 |
|
|
1b5fa55bdc
|
Fix image links with descriptions in API and AP transmission
|
2019-11-11 22:37:50 +00:00 |
|
|
48ab31f451
|
Fix a notice
|
2019-11-06 19:17:40 +00:00 |
|
|
17704d2458
|
Diaspora: Use the standard function for adding a relationship
|
2019-11-03 13:35:41 +00:00 |
|
|
6f9302f389
|
Another duplicated "use" removed
|
2019-11-02 21:29:16 +00:00 |
|
|
04c889270b
|
Removed duplicated "use system"
|
2019-11-02 21:24:22 +00:00 |
|
|
03bf1dcbd3
|
Move Object\Image static methods to Util\Images
- Optimize imports in modified files
|
2019-11-02 07:48:45 -04:00 |
|
|
44cc750f79
|
Some more warnings removed
|
2019-10-31 07:33:25 +00:00 |
|
Philipp Holzer
|
7343ee5108
|
Move Namespace of ActivityNamespace
|
2019-10-25 00:41:48 +02:00 |
|
Philipp Holzer
|
dc2858938d
|
Renamed to ActivityNamespace
|
2019-10-25 00:32:35 +02:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|
Philipp Holzer
|
2fba7ed477
|
Rename namespace
|
2019-10-24 21:40:13 +02:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Philipp Holzer
|
52c42491c4
|
Move activity_match() to Protocol\Activity::match()
- With tests
|
2019-10-23 02:05:11 +02:00 |
|
Philipp Holzer
|
7716374593
|
Move mod/receive to src/Module/Diaspora/receive
- Added routes
- Make Diaspora::decode(Raw) more explicit
- Add new User::getByGuid() method
|
2019-10-20 13:07:16 +02:00 |
|
|
f8c0f24e34
|
Merge pull request #7752 from kPherox/develop
Change Model type to `OrderedCollectionPage`
|
2019-10-18 06:54:42 -04:00 |
|
kPherox
|
0da36b839c
|
Change Model type to OrderedCollectionPage
Use type `OrderedCollectionPage` instead of `OrderedCollection` in pages or distinct subsets
FYI: https://www.w3.org/TR/activitystreams-core/#h-paging
|
2019-10-18 12:58:47 +09:00 |
|
|
5dcf6bfc58
|
Remove extra spaces before closing parentheses in src/
|
2019-10-16 08:58:09 -04:00 |
|
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
|
8238081d87
|
Replace obsolete functionality in "PortableContact"
|
2019-10-05 23:30:47 +00:00 |
|
|
a7e518acbd
|
Readded the network parameter
|
2019-10-04 05:42:54 +00:00 |
|
|
d9a74bd5dd
|
Code transitioning from PortableContacts.php to GServer.php
|
2019-10-03 23:33:41 +00:00 |
|
|
21e9e9f3c2
|
Remove obsolete function to guess the base url of a contact
|
2019-10-02 15:10:42 +00:00 |
|
|
c494b158c8
|
Fix notice "Undefined index: openRegistrations"
|
2019-10-01 19:27:33 +00:00 |
|
|
5eeca432fe
|
removed unused "f" parameter
|
2019-09-29 18:59:03 +00:00 |
|
|
1ddd2df4b8
|
Removed obsolete code
|
2019-09-28 05:37:24 +00:00 |
|
|
704cdf1b5a
|
New function to store the "remote" session value / making the changes work
|
2019-09-26 04:47:42 +00:00 |
|
|
c364a77d63
|
Always use direct DFRN transport on local contacts
|
2019-09-21 12:39:07 +00:00 |
|
|
888f7ffd1c
|
Use correct data key to compare authors before appending mention in Protocol\Diaspora
|
2019-09-15 07:05:47 -04:00 |
|
|
69752fd945
|
Prevent prepending implicit mention if replied to item is ours in Protocol\Diaspora
|
2019-09-14 17:42:02 -04:00 |
|
|
3c1380fdcc
|
Fix enduring follow requests to Pleroma
|
2019-09-11 16:54:13 +00:00 |
|
|
33006d8455
|
Merge remote-tracking branch 'upstream/2019.09-rc' into performance
|
2019-09-03 15:02:16 +00:00 |
|
|
52d8b618f0
|
Type hints
|
2019-09-03 03:59:46 +00:00 |
|
Michael Vogel
|
046b5a1eac
|
Fix performance issues due to relay contact requests
|
2019-09-02 15:11:07 +02:00 |
|
|
6af4c90dff
|
Fix delivery counter / archive relay contacts
|
2019-09-02 03:25:05 +00:00 |
|
Michael Vogel
|
ef02a1cb7b
|
Check fpr duplicated contacts upon inserting them
|
2019-08-29 06:07:07 +02:00 |
|
Michael Vogel
|
9b7432781b
|
Don't transmit content to already archived contacts
|
2019-08-27 21:01:11 +02:00 |
|
|
1c3a5e1e6f
|
added USE statement and changed statement as requested in #7305#discussion_r296461181
|
2019-08-27 07:10:51 +02:00 |
|
|
20a6b368fb
|
Replace mb_convert_encoding with html_entity_decode for feed item title conversion
- Prevents already UTF-8 strings to be corrupted
|
2019-08-22 06:00:21 -04:00 |
|
|
9de59d5c4d
|
Add entry title HTML entities conversion in Protocol\Feed
- Prevents literal entities display in generated post title
|
2019-08-18 09:37:36 -04:00 |
|
|
cf8177461e
|
Prune unavailable contacts from AP envelope
|
2019-08-17 00:00:49 -04:00 |
|