Marek Bachmann
|
cc048bca38
|
remove old code
|
2022-12-10 22:58:43 +01:00 |
|
Marek Bachmann
|
d786f225ee
|
Added image grid generation to addVisualAttachments
|
2022-12-10 22:54:50 +01:00 |
|
MarekBenjamin
|
c7811576cc
|
Merge branch 'friendica:2022.12-rc' into new_image_presentation
|
2022-12-10 22:17:26 +01:00 |
|
|
106dac5508
|
Merge pull request #12379 from annando/id-for-image
ID added for list of images in a post
|
2022-12-10 14:46:19 -05:00 |
|
|
870fd1a52b
|
ID added for list of images in a post
|
2022-12-10 19:08:56 +00:00 |
|
Michael Vogel
|
46660c9462
|
Merge pull request #12364 from MrPetovan/bug/warnings
Address several warning messages
|
2022-12-10 18:10:24 +01:00 |
|
Michael Vogel
|
2722ef82cf
|
Merge pull request #12360 from MrPetovan/bug/deprecated
Address several Deprecated messages
|
2022-12-10 18:08:17 +01:00 |
|
|
2362e28c40
|
Merge pull request #12378 from annando/localprobe
Diaspora added to localprobe
|
2022-12-10 11:47:45 -05:00 |
|
|
71a7f2d503
|
Remove parameter-less call of OStatus\Salmon module in DFRN\Notify
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1342615279
|
2022-12-10 11:45:53 -05:00 |
|
|
a71fb8d7f3
|
Check for existence of a public contact id before deleting related notifications in Model\Contact
- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893
|
2022-12-10 11:42:04 -05:00 |
|
|
e78471c847
|
Throw exception when a few keys are missing from probe data array in Repository\DiasporaContact
- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893
|
2022-12-10 11:42:04 -05:00 |
|
|
d87585477c
|
Delete introductions when referenced contact id doesn't exist anymore in Ping module
- Address part of https://github.com/friendica/friendica/issues/11993#issuecomment-1338134893
|
2022-12-10 11:42:03 -05:00 |
|
|
7aa5407bbd
|
Remove superfluous strlen call in Module\Tos
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1342617099
|
2022-12-10 11:38:42 -05:00 |
|
|
607d26e906
|
Ward against empty JsonLD::fetchElement result in ActivityPub\Receiver::processTags
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1336478368
|
2022-12-10 11:38:42 -05:00 |
|
|
b1860d4121
|
Check for last-activity value before feeding it to strtotime in Module\NoScrape
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1340019523
|
2022-12-10 11:38:41 -05:00 |
|
|
c70d657885
|
Ward against invalid name from receiver in ActivityPub::storeReceivers
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783
|
2022-12-10 11:38:41 -05:00 |
|
|
f3dc69c226
|
Ensure strpos is provided a string in App::runFrontend
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783
|
2022-12-10 11:38:41 -05:00 |
|
|
fc246424a9
|
Provide default host value to hash() in Model\Item::guidFromUri
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783
|
2022-12-10 11:38:37 -05:00 |
|
|
0af2be14ee
|
Check for parts key existence before performing strpos in Network\Probe
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783
|
2022-12-10 11:38:02 -05:00 |
|
|
1622ce0a99
|
Coalesce null activity name in ActivityPub\Processor
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783
|
2022-12-10 11:38:02 -05:00 |
|
|
e7574356d8
|
Replace parse_url with UriInterface instantiation in Model\APContact
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1338133783
|
2022-12-10 11:38:02 -05:00 |
|
|
2761972742
|
Simplify lastname/firstname
|
2022-12-10 16:02:38 +00:00 |
|
|
ab1ff53b18
|
Diaspora added to localprobe
|
2022-12-10 15:59:11 +00:00 |
|
|
19d11c08d4
|
Change DiasporaContact->subscribe type to string
- This avoids the expected "{uri}" placeholder to be URL-encoded in the string representation
|
2022-12-10 09:23:29 -05:00 |
|
|
c6ca844f33
|
"networks" has to contain all probing fields
|
2022-12-10 12:35:05 +00:00 |
|
|
6496ed4c19
|
Remove testcode, improve rearrange
|
2022-12-10 12:14:23 +00:00 |
|
|
019bb56668
|
Issue 12373: Fix communication to Diaspora
|
2022-12-10 12:08:55 +00:00 |
|
MarekBenjamin
|
75d857c595
|
Merge branch 'friendica:2022.12-rc' into new_image_presentation
|
2022-12-08 20:40:58 +01:00 |
|
Marek Bachmann
|
d270a98e86
|
Image grid logic
|
2022-12-08 20:39:51 +01:00 |
|
|
d9e69fc543
|
Fix OPTIONS responses
|
2022-12-08 10:10:40 -05:00 |
|
|
15eba181a0
|
Initialize parameter with $server for all Router cases including Maintenance mode
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1339614287
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1339909728
|
2022-12-08 10:10:23 -05:00 |
|
|
741469a5c5
|
Add images in a loop (preparation for a galery)
|
2022-12-08 07:16:25 +00:00 |
|
|
7d51fa47d5
|
Issue 12345: No link preview on DFRN posts
|
2022-12-08 05:49:25 +00:00 |
|
MarekBenjamin
|
74ff7bae59
|
Merge branch 'friendica:2022.12-rc' into new_image_presentation
|
2022-12-07 18:52:20 +01:00 |
|
Marek Bachmann
|
d590df9a72
|
set character encoding to utf-8 for parsing rendered-html
|
2022-12-07 18:50:16 +01:00 |
|
Marek Bachmann
|
99e20d1b00
|
Temporary hack to remove images after last text line by DOM inspection
|
2022-12-07 13:22:28 +01:00 |
|
|
498a957009
|
The appearanxe of the link preview is now configurable
|
2022-12-07 07:02:04 +00:00 |
|
|
8d1bc02f8f
|
Merge pull request #12349 from annando/hidewall
Fix "Missing hidewall key" message
|
2022-12-06 23:57:09 -05:00 |
|
|
e5ff71f839
|
Fix "Missing hidewall key"
|
2022-12-06 22:23:43 +00:00 |
|
|
6965614f00
|
API: Only search for direct hit without offset
|
2022-12-06 18:47:43 +00:00 |
|
|
215c332a94
|
Merge pull request #12347 from annando/add-parents
Fix post completion
|
2022-12-06 19:21:22 +01:00 |
|
|
5e40b47a17
|
Fix post completion
|
2022-12-06 17:45:18 +00:00 |
|
|
59088161e8
|
bump version to 2022.12-rc
|
2022-12-06 14:34:03 +01:00 |
|
Marek Bachmann
|
9778b60e64
|
cleaned up my git mess :-/ anyways, should work now
|
2022-12-06 01:14:15 +01:00 |
|
Marek Bachmann
|
2205ef0574
|
Merge remote-tracking branch 'origin/new_image_presentation' into new_image_presentation
# Conflicts:
# src/Model/Item.php
|
2022-12-06 01:02:04 +01:00 |
|
Marek Bachmann
|
458f22d303
|
Support more than 2 images
|
2022-12-06 00:59:48 +01:00 |
|
Marek Bachmann
|
7fb0f018df
|
First draft for using a image grid to display attached images.
|
2022-12-06 00:59:47 +01:00 |
|
Marek Bachmann
|
8145454707
|
Revert "Merge branch 'develop' into new_image_presentation"
This reverts commit 76f4ba7685 , reversing
changes made to 733543505b .
|
2022-12-06 00:48:28 +01:00 |
|
|
a260e97b6f
|
The BlurHash function must not change the original image
|
2022-12-05 20:38:21 +00:00 |
|
Marek Bachmann
|
733543505b
|
Merge branch 'develop' into new_image_presentation
|
2022-12-05 16:54:12 +01:00 |
|