]>
git.mxchange.org Git - friendica.git/log
Marek Bachmann [Sun, 11 Dec 2022 16:09:28 +0000 (17:09 +0100)]
fixed bug in portrait iteration
shortened var names
added some comments
MarekBenjamin [Sun, 11 Dec 2022 15:56:33 +0000 (16:56 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation
Hypolite Petovan [Sun, 11 Dec 2022 14:24:49 +0000 (09:24 -0500)]
Merge pull request #12385 from annando/more-blurhash
Add more BlurHash to avoid not being able to display some picture
Michael [Sun, 11 Dec 2022 10:12:20 +0000 (10:12 +0000)]
Avoid error when image couldn't be fetched
Michael [Sun, 11 Dec 2022 09:56:30 +0000 (09:56 +0000)]
Add more BlurHash to avoid not being able to display some picture
Hypolite Petovan [Sun, 11 Dec 2022 04:55:05 +0000 (23:55 -0500)]
Merge pull request #12383 from annando/issue-12367
Issue 12367: Calculate relative date on "date" level instead of "datetime"
Hypolite Petovan [Sun, 11 Dec 2022 04:54:39 +0000 (23:54 -0500)]
Merge pull request #12384 from annando/issue-12285
Issue 12285: Show sharing notification only once
Michael [Sun, 11 Dec 2022 04:16:58 +0000 (04:16 +0000)]
Simplify variable name
Michael [Sun, 11 Dec 2022 04:11:29 +0000 (04:11 +0000)]
Issue 12285: Show sharing notification only once
Michael [Sun, 11 Dec 2022 03:26:45 +0000 (03:26 +0000)]
Only calculate the last login on a "date" level
Michael [Sun, 11 Dec 2022 03:24:36 +0000 (03:24 +0000)]
Issue 12367: Calculate relative date on "date" level instead of "datetime"
MarekBenjamin [Sat, 10 Dec 2022 22:59:51 +0000 (23:59 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation
Marek Bachmann [Sat, 10 Dec 2022 22:47:37 +0000 (23:47 +0100)]
Restored $s = $hook_data['html']; call which was removed on error
Marek Bachmann [Sat, 10 Dec 2022 22:45:42 +0000 (23:45 +0100)]
Removed unused imports
Marek Bachmann [Sat, 10 Dec 2022 22:44:23 +0000 (23:44 +0100)]
Removed not needed image_grid_column.tpl
Marek Bachmann [Sat, 10 Dec 2022 22:37:03 +0000 (23:37 +0100)]
Added some logic for image grid column balancing
Hypolite Petovan [Sat, 10 Dec 2022 22:20:38 +0000 (17:20 -0500)]
Merge pull request #12381 from annando/issue-11875
Issue 11875: Fetch post on activity
Hypolite Petovan [Sat, 10 Dec 2022 22:20:06 +0000 (17:20 -0500)]
Merge pull request #12380 from annando/parts
Fix "part" calculation for split posts
Marek Bachmann [Sat, 10 Dec 2022 21:58:43 +0000 (22:58 +0100)]
remove old code
Marek Bachmann [Sat, 10 Dec 2022 21:54:50 +0000 (22:54 +0100)]
Added image grid generation to addVisualAttachments
Michael [Sat, 10 Dec 2022 21:48:00 +0000 (21:48 +0000)]
Issue 11875: Fetch post on activity
Michael [Sat, 10 Dec 2022 21:23:21 +0000 (21:23 +0000)]
Fix "part" calculation for splitted posts
MarekBenjamin [Sat, 10 Dec 2022 21:17:26 +0000 (22:17 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation
Hypolite Petovan [Sat, 10 Dec 2022 19:46:19 +0000 (14:46 -0500)]
Merge pull request #12379 from annando/id-for-image
ID added for list of images in a post
Michael [Sat, 10 Dec 2022 19:08:56 +0000 (19:08 +0000)]
ID added for list of images in a post
Michael Vogel [Sat, 10 Dec 2022 17:10:24 +0000 (18:10 +0100)]
Merge pull request #12364 from MrPetovan/bug/warnings
Address several warning messages
Michael Vogel [Sat, 10 Dec 2022 17:08:17 +0000 (18:08 +0100)]
Merge pull request #12360 from MrPetovan/bug/deprecated
Address several Deprecated messages
Hypolite Petovan [Sat, 10 Dec 2022 16:47:45 +0000 (11:47 -0500)]
Merge pull request #12378 from annando/localprobe
Diaspora added to localprobe
Hypolite Petovan [Thu, 8 Dec 2022 14:45:33 +0000 (09:45 -0500)]
Remove parameter-less call of OStatus\Salmon module in DFRN\Notify
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-
1342615279
Hypolite Petovan [Thu, 8 Dec 2022 14:41:08 +0000 (09:41 -0500)]
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
Hypolite Petovan [Thu, 8 Dec 2022 14:40:35 +0000 (09:40 -0500)]
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
Hypolite Petovan [Thu, 8 Dec 2022 14:24:06 +0000 (09:24 -0500)]
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
Hypolite Petovan [Thu, 8 Dec 2022 13:51:49 +0000 (08:51 -0500)]
Remove superfluous strlen call in Module\Tos
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-
1342617099
Hypolite Petovan [Thu, 8 Dec 2022 03:35:37 +0000 (22:35 -0500)]
Ward against empty JsonLD::fetchElement result in ActivityPub\Receiver::processTags
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-
1336478368
Hypolite Petovan [Thu, 8 Dec 2022 03:31:27 +0000 (22:31 -0500)]
Check for last-activity value before feeding it to strtotime in Module\NoScrape
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-
1340019523
Hypolite Petovan [Thu, 8 Dec 2022 03:28:09 +0000 (22:28 -0500)]
Ward against invalid name from receiver in ActivityPub::storeReceivers
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1338133783
Hypolite Petovan [Thu, 8 Dec 2022 03:24:01 +0000 (22:24 -0500)]
Ensure strpos is provided a string in App::runFrontend
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1338133783
Hypolite Petovan [Thu, 8 Dec 2022 03:21:23 +0000 (22:21 -0500)]
Provide default host value to hash() in Model\Item::guidFromUri
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1338133783
Hypolite Petovan [Thu, 8 Dec 2022 03:15:47 +0000 (22:15 -0500)]
Check for parts key existence before performing strpos in Network\Probe
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1338133783
Hypolite Petovan [Thu, 8 Dec 2022 03:10:38 +0000 (22:10 -0500)]
Coalesce null activity name in ActivityPub\Processor
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1338133783
Hypolite Petovan [Thu, 8 Dec 2022 03:08:48 +0000 (22:08 -0500)]
Replace parse_url with UriInterface instantiation in Model\APContact
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-
1338133783
Michael [Sat, 10 Dec 2022 16:02:38 +0000 (16:02 +0000)]
Simplify lastname/firstname
Michael [Sat, 10 Dec 2022 15:59:11 +0000 (15:59 +0000)]
Diaspora added to localprobe
Michael Vogel [Sat, 10 Dec 2022 14:47:49 +0000 (15:47 +0100)]
Merge pull request #12377 from MrPetovan/bug/12376-diasporacontact-subscribe
Change DiasporaContact->subscribe type to string
Hypolite Petovan [Sat, 10 Dec 2022 14:23:29 +0000 (09:23 -0500)]
Change DiasporaContact->subscribe type to string
- This avoids the expected "{uri}" placeholder to be URL-encoded in the string representation
Hypolite Petovan [Sat, 10 Dec 2022 13:45:53 +0000 (08:45 -0500)]
Merge pull request #12375 from annando/issue-12373
Issue 12373: Fix communication to Diaspora
Michael [Sat, 10 Dec 2022 12:35:05 +0000 (12:35 +0000)]
"networks" has to contain all probing fields
Michael [Sat, 10 Dec 2022 12:14:23 +0000 (12:14 +0000)]
Remove testcode, improve rearrange
Michael [Sat, 10 Dec 2022 12:08:55 +0000 (12:08 +0000)]
Issue 12373: Fix communication to Diaspora
Philipp [Fri, 9 Dec 2022 21:36:43 +0000 (22:36 +0100)]
Merge pull request #12374 from MrPetovan/bug/admin-logs-view
Fix wrong condition when redirecting to filtered log view in admin/logs
Hypolite Petovan [Fri, 9 Dec 2022 21:24:37 +0000 (16:24 -0500)]
Fix wrong condition when redirecting to filtered log view in admin/logs
- Address https://friendica.xyz/display/
adf174d5 -1563-937d-3cd7-
2df680918252
MarekBenjamin [Thu, 8 Dec 2022 22:16:28 +0000 (23:16 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation
Hypolite Petovan [Thu, 8 Dec 2022 21:57:58 +0000 (16:57 -0500)]
Merge pull request #12372 from loma-one/patch-3
Change icon size button comments
Hypolite Petovan [Thu, 8 Dec 2022 21:57:31 +0000 (16:57 -0500)]
Merge pull request #12371 from loma-one/patch-1
Change oversized buttons
loma-one [Thu, 8 Dec 2022 21:14:47 +0000 (22:14 +0100)]
Titel H2
loma-one [Thu, 8 Dec 2022 20:47:52 +0000 (21:47 +0100)]
Änderung Icon-Größe Schaltfläche Kommentare
Using the glocal css "template-icon" to show the correct size of the buttons
Hypolite Petovan [Thu, 8 Dec 2022 20:00:36 +0000 (15:00 -0500)]
Merge pull request #12370 from loma-one/patch-2
css specification for oversized button in composer
loma-one [Thu, 8 Dec 2022 19:42:28 +0000 (20:42 +0100)]
css specification for oversized button in composer
In order to specify the buttons in the composer in the correct size again, an additional specification has been added. This can also be used for other oversized buttons.
MarekBenjamin [Thu, 8 Dec 2022 19:40:58 +0000 (20:40 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation
Marek Bachmann [Thu, 8 Dec 2022 19:39:51 +0000 (20:39 +0100)]
Image grid logic
loma-one [Thu, 8 Dec 2022 19:38:44 +0000 (20:38 +0100)]
Change oversized buttons
Additional css specification in global.css to resize the button in the composer. ".template-icon"
Use ".template-icon" in additional buttons that are currently displayed oversized.
Hypolite Petovan [Thu, 8 Dec 2022 17:17:30 +0000 (12:17 -0500)]
Merge pull request #12368 from tobiasd/
20221208 -de2
DE translation update
Tobias Diekershoff [Thu, 8 Dec 2022 17:11:16 +0000 (18:11 +0100)]
DE translation update
Hypolite Petovan [Thu, 8 Dec 2022 17:00:14 +0000 (12:00 -0500)]
Merge pull request #12366 from tobiasd/
20221208 -fr
FR translation update THX kalon33
Tobias Diekershoff [Thu, 8 Dec 2022 16:52:34 +0000 (17:52 +0100)]
FR translation update THX kalon33
Philipp [Thu, 8 Dec 2022 16:14:51 +0000 (17:14 +0100)]
Merge pull request #12365 from MrPetovan/bug/fatal-errors
Address a couple of fatal error messages
Hypolite Petovan [Thu, 8 Dec 2022 15:10:40 +0000 (10:10 -0500)]
Fix OPTIONS responses
Hypolite Petovan [Thu, 8 Dec 2022 15:10:23 +0000 (10:10 -0500)]
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
Hypolite Petovan [Thu, 8 Dec 2022 13:38:52 +0000 (08:38 -0500)]
Merge pull request #12363 from annando/bulk-images
Add images in a loop (preparation for a gallery)
Michael [Thu, 8 Dec 2022 07:16:25 +0000 (07:16 +0000)]
Add images in a loop (preparation for a galery)
Michael Vogel [Thu, 8 Dec 2022 07:03:54 +0000 (08:03 +0100)]
Merge pull request #12362 from tobiasd/
20221208 -de
DE translation update
Tobias Diekershoff [Thu, 8 Dec 2022 05:59:04 +0000 (06:59 +0100)]
Merge pull request #12361 from annando/issue-12345
Issue 12345: No link preview on DFRN posts
Tobias Diekershoff [Thu, 8 Dec 2022 05:55:55 +0000 (06:55 +0100)]
DE translation update
Michael [Thu, 8 Dec 2022 05:49:25 +0000 (05:49 +0000)]
Issue 12345: No link preview on DFRN posts
Hypolite Petovan [Wed, 7 Dec 2022 21:34:18 +0000 (16:34 -0500)]
Merge pull request #12350 from annando/link-preview
The appearance of the link preview is now configurable
MarekBenjamin [Wed, 7 Dec 2022 17:52:20 +0000 (18:52 +0100)]
Merge branch 'friendica:2022.12-rc' into new_image_presentation
Marek Bachmann [Wed, 7 Dec 2022 17:50:16 +0000 (18:50 +0100)]
set character encoding to utf-8 for parsing rendered-html
Hypolite Petovan [Wed, 7 Dec 2022 14:01:37 +0000 (09:01 -0500)]
Merge pull request #12352 from foss-/patch-4
Doc > FAQ.md: AddTwidereX iOS, Remove deprecated and non-functional clients
Marek Bachmann [Wed, 7 Dec 2022 12:22:56 +0000 (13:22 +0100)]
Merge remote-tracking branch 'origin/new_image_presentation' into new_image_presentation
Marek Bachmann [Wed, 7 Dec 2022 12:22:28 +0000 (13:22 +0100)]
Temporary hack to remove images after last text line by DOM inspection
foss- [Wed, 7 Dec 2022 12:16:08 +0000 (13:16 +0100)]
AddTwidereX iOS, Remove deprecated and non-functional clients
- add TwidereX to iOS
- Remove Twidere Android (currently broken and no longer under development. fun fact: its Google Play link was already going to TwidereX)
- Remove B4X Android + iOS (Google Play Link dead https://github.com/AnywhereSoftware/B4X-Pleroma, website unmaintained, no commits for over a year)
- Remove Tootle iOS, Linux (repo archived: https://github.com/bleakgrey/tootle, no development in almost 3 years)
Michael [Wed, 7 Dec 2022 07:12:56 +0000 (07:12 +0000)]
Updated messages.po
Michael [Wed, 7 Dec 2022 07:02:04 +0000 (07:02 +0000)]
The appearanxe of the link preview is now configurable
Hypolite Petovan [Wed, 7 Dec 2022 04:57:09 +0000 (23:57 -0500)]
Merge pull request #12349 from annando/hidewall
Fix "Missing hidewall key" message
Michael [Tue, 6 Dec 2022 22:23:43 +0000 (22:23 +0000)]
Fix "Missing hidewall key"
Tobias Diekershoff [Tue, 6 Dec 2022 20:05:32 +0000 (21:05 +0100)]
Merge pull request #12348 from annando/api-search-offset
API: Only search for direct hit without offset
Michael [Tue, 6 Dec 2022 18:47:43 +0000 (18:47 +0000)]
API: Only search for direct hit without offset
Tobias Diekershoff [Tue, 6 Dec 2022 18:21:22 +0000 (19:21 +0100)]
Merge pull request #12347 from annando/add-parents
Fix post completion
Michael [Tue, 6 Dec 2022 17:45:18 +0000 (17:45 +0000)]
Fix post completion
Tobias Diekershoff [Tue, 6 Dec 2022 13:34:03 +0000 (14:34 +0100)]
bump version to 2022.12-rc
MarekBenjamin [Tue, 6 Dec 2022 10:35:09 +0000 (11:35 +0100)]
Merge branch 'friendica:develop' into new_image_presentation
Hypolite Petovan [Tue, 6 Dec 2022 01:49:03 +0000 (20:49 -0500)]
Merge pull request #12340 from nupplaphil/bug/friendica-12339
[frio] Fix preview function when creating posts
Marek Bachmann [Tue, 6 Dec 2022 00:14:15 +0000 (01:14 +0100)]
cleaned up my git mess :-/ anyways, should work now
Marek Bachmann [Tue, 6 Dec 2022 00:02:04 +0000 (01:02 +0100)]
Merge remote-tracking branch 'origin/new_image_presentation' into new_image_presentation
# Conflicts:
# src/Model/Item.php
Marek Bachmann [Mon, 5 Dec 2022 03:23:34 +0000 (04:23 +0100)]
Support more than 2 images
Marek Bachmann [Mon, 5 Dec 2022 02:27:51 +0000 (03:27 +0100)]
First draft for using a image grid to display attached images.
Marek Bachmann [Mon, 5 Dec 2022 23:48:28 +0000 (00:48 +0100)]
Revert "Merge branch 'develop' into new_image_presentation"
This reverts commit
76f4ba7685dc3c722464d3b5f8be8e1b08fef05a , reversing
changes made to
733543505be2345b1a763b4924413569193773cc .
Marek Bachmann [Mon, 5 Dec 2022 22:36:57 +0000 (23:36 +0100)]
Merge branch 'develop' into new_image_presentation
# Conflicts:
# src/Object/Image.php
Philipp [Mon, 5 Dec 2022 20:45:37 +0000 (21:45 +0100)]
Merge pull request #12341 from annando/fix-small-preview
The BlurHash function must not change the original image
Michael [Mon, 5 Dec 2022 20:38:21 +0000 (20:38 +0000)]
The BlurHash function must not change the original image