]> git.mxchange.org Git - friendica.git/log
friendica.git
8 months agoMerge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels
Michael [Thu, 5 Oct 2023 13:15:45 +0000 (13:15 +0000)]
Merge remote-tracking branch 'upstream/2023.09-rc' into user-defined-channels

8 months agoRemove unneeded functions
Michael [Thu, 5 Oct 2023 09:25:23 +0000 (09:25 +0000)]
Remove unneeded functions

8 months agoTimeline classes are split into multiple classes
Michael [Thu, 5 Oct 2023 05:36:12 +0000 (05:36 +0000)]
Timeline classes are split into multiple classes

8 months agoSome more changes after review
Michael [Thu, 5 Oct 2023 03:17:55 +0000 (03:17 +0000)]
Some more changes after review

8 months agoChanges after review
Michael [Thu, 5 Oct 2023 03:16:44 +0000 (03:16 +0000)]
Changes after review

8 months agoset version for 2023.09-rc
Tobias Diekershoff [Wed, 4 Oct 2023 18:40:08 +0000 (20:40 +0200)]
set version for 2023.09-rc

9 months agoMerge pull request #13495 from xundeenergie/load-contact-photos-lazy
Hypolite Petovan [Wed, 4 Oct 2023 13:47:47 +0000 (09:47 -0400)]
Merge pull request #13495 from xundeenergie/load-contact-photos-lazy

Load contact photos lazy

9 months agoadd loading="lazy" also to vier templates
Jakobus Schürz [Wed, 4 Oct 2023 10:01:20 +0000 (12:01 +0200)]
add loading="lazy" also to vier templates

9 months agoadd loagin="lazy" to avatar-images too
Jakobus Schürz [Wed, 4 Oct 2023 09:56:46 +0000 (11:56 +0200)]
add loagin="lazy" to avatar-images too

resolves #13486

The loading of avatar-images still blocked the loading of notifications.

mostyl in frio!
now it's a big time improvement on loading friendica

9 months agoMerge remote-tracking branch 'upstream/develop' into user-defined-channels
Michael [Wed, 4 Oct 2023 09:40:32 +0000 (09:40 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-defined-channels

9 months agoMerge pull request #13488 from MrPetovan/bug/frio-search-result-padding
Tobias Diekershoff [Wed, 4 Oct 2023 06:17:12 +0000 (08:17 +0200)]
Merge pull request #13488 from MrPetovan/bug/frio-search-result-padding

[frio] Remove superfluous padding from search results in mobile view

9 months agoMerge pull request #13476 from MrPetovan/bug/13467-image-reliable-dimensions
Tobias Diekershoff [Wed, 4 Oct 2023 06:16:09 +0000 (08:16 +0200)]
Merge pull request #13476 from MrPetovan/bug/13467-image-reliable-dimensions

Redux horizontal masonry, height allocation feature with ensured dimensions

9 months agoMerge pull request #13493 from MrPetovan/bug/13353-instancev2-source_url
Michael Vogel [Wed, 4 Oct 2023 05:59:11 +0000 (07:59 +0200)]
Merge pull request #13493 from MrPetovan/bug/13353-instancev2-source_url

Add support for source_url in Mastodon\InstanceV2

9 months agoMerge pull request #13492 from MrPetovan/bug/13359-mastodon-short-urls
Tobias Diekershoff [Wed, 4 Oct 2023 05:47:21 +0000 (07:47 +0200)]
Merge pull request #13492 from MrPetovan/bug/13359-mastodon-short-urls

Restore support for Mastodon profile short-form URLs

9 months agoAdd support for source_url in Mastodon\InstanceV2
Hypolite Petovan [Wed, 4 Oct 2023 00:55:15 +0000 (20:55 -0400)]
Add support for source_url in Mastodon\InstanceV2

9 months agoRestore support for Mastodon profile short-form URLs
Hypolite Petovan [Wed, 4 Oct 2023 00:46:17 +0000 (20:46 -0400)]
Restore support for Mastodon profile short-form URLs

- Running these URLs through WebFinger first allows to retrieve the canonical ActivityPub profile URL

9 months ago[frio] Remove superfluous padding from search results in mobile view
Hypolite Petovan [Sun, 1 Oct 2023 21:52:09 +0000 (17:52 -0400)]
[frio] Remove superfluous padding from search results in mobile view

9 months agoAdd new horizontal masonry and image height allocation
Hypolite Petovan [Fri, 29 Sep 2023 07:28:22 +0000 (03:28 -0400)]
Add new horizontal masonry and image height allocation

- Move image templates to content/image sub-folder

9 months agoRemove $_SERVER superglobal dependency from Profile::addVisitorCookieForHTTPSigner
Hypolite Petovan [Fri, 29 Sep 2023 07:09:09 +0000 (03:09 -0400)]
Remove $_SERVER superglobal dependency from Profile::addVisitorCookieForHTTPSigner

9 months agoAdd chunk method to BaseCollection
Hypolite Petovan [Fri, 29 Sep 2023 07:07:38 +0000 (03:07 -0400)]
Add chunk method to BaseCollection

- Add test for BaseCollection->chunk

9 months agoChange parameter to PostMedias in Item::makeImageGrid
Hypolite Petovan [Fri, 29 Sep 2023 04:36:06 +0000 (00:36 -0400)]
Change parameter to PostMedias in Item::makeImageGrid

- Add dimension rescaling when updating the preview URL

9 months agoMove size to pixels conversion in its own method in Util\Proxy
Hypolite Petovan [Fri, 29 Sep 2023 04:10:28 +0000 (00:10 -0400)]
Move size to pixels conversion in its own method in Util\Proxy

9 months agoReplace split attachment code with PostMedia objects
Hypolite Petovan [Fri, 29 Sep 2023 01:32:36 +0000 (21:32 -0400)]
Replace split attachment code with PostMedia objects

9 months agoAdd DDD classes for post media entities
Hypolite Petovan [Fri, 29 Sep 2023 01:19:02 +0000 (21:19 -0400)]
Add DDD classes for post media entities

9 months agoAdd implementation of the Content-Type header value from the MIME type RFC
Hypolite Petovan [Fri, 29 Sep 2023 01:17:40 +0000 (21:17 -0400)]
Add implementation of the Content-Type header value from the MIME type RFC

- Add tests for the new classes

9 months agoMerge pull request #13484 from xundeenergie/better-navigation
Hypolite Petovan [Tue, 3 Oct 2023 21:13:42 +0000 (17:13 -0400)]
Merge pull request #13484 from xundeenergie/better-navigation

[frio] Better navigation

9 months agoMerge pull request #13491 from annando/language2
Hypolite Petovan [Tue, 3 Oct 2023 13:03:32 +0000 (09:03 -0400)]
Merge pull request #13491 from annando/language2

More languages / use profile text as fallback

9 months agoimprove button-icon for groups in hovercard
Jakobus Schürz [Tue, 3 Oct 2023 07:00:11 +0000 (09:00 +0200)]
improve button-icon for groups in hovercard

9 months agoMerge remote-tracking branch 'upstream' into better-navigation
Jakobus Schürz [Tue, 3 Oct 2023 06:56:36 +0000 (08:56 +0200)]
Merge remote-tracking branch 'upstream' into better-navigation

9 months agoadd self for unfollowed contact
Jakobus Schürz [Tue, 3 Oct 2023 03:51:49 +0000 (05:51 +0200)]
add self for unfollowed contact

9 months agoImproved documentation
Michael [Tue, 3 Oct 2023 04:01:54 +0000 (04:01 +0000)]
Improved documentation

9 months agoadd lazy loading for images
Faris [Mon, 2 Oct 2023 16:23:02 +0000 (12:23 -0400)]
add lazy loading for images

9 months agoadded missing quotation mark
Raroun [Mon, 2 Oct 2023 09:01:22 +0000 (11:01 +0200)]
added missing quotation mark

9 months agoadded new tab for wall-titles too
Raroun [Mon, 2 Oct 2023 08:39:49 +0000 (10:39 +0200)]
added new tab for wall-titles too

9 months agoFrio: open links to source in a new browser tab
Raroun [Fri, 29 Sep 2023 14:39:50 +0000 (16:39 +0200)]
Frio: open links to source in a new browser tab

9 months agoUpdated the translations
Tobias Diekershoff [Mon, 2 Oct 2023 06:22:48 +0000 (08:22 +0200)]
Updated the translations

9 months agoAllow macOS users to use Ctrl + Cmd + Space to bring up the emoji picker in Friendica...
Hypolite Petovan [Sun, 1 Oct 2023 21:18:07 +0000 (17:18 -0400)]
Allow macOS users to use Ctrl + Cmd + Space to bring up the emoji picker in Friendica text fields

- Remove Backspace guard against changing page
- Clarify keyboard shortcut to pause automatic updates

9 months agoMove self key to $profile tamplate variable in hovercard.tpl template
Hypolite Petovan [Tue, 3 Oct 2023 01:34:49 +0000 (21:34 -0400)]
Move self key to $profile tamplate variable in hovercard.tpl template

- Simplify network and mention menu items by checking for group in Model\Contact::photoMenu

9 months agoMore languages / use profile text as fallback
Michael [Mon, 2 Oct 2023 20:37:16 +0000 (20:37 +0000)]
More languages / use profile text as fallback

9 months agoMerge pull request #13490 from FarisKarim/fix_13486
Hypolite Petovan [Mon, 2 Oct 2023 16:55:26 +0000 (12:55 -0400)]
Merge pull request #13490 from FarisKarim/fix_13486

add lazy loading for images

9 months agoadd lazy loading for images
Faris [Mon, 2 Oct 2023 16:23:02 +0000 (12:23 -0400)]
add lazy loading for images

9 months agoMerge pull request #13480 from Raroun/fix_13457
Hypolite Petovan [Mon, 2 Oct 2023 12:42:43 +0000 (08:42 -0400)]
Merge pull request #13480 from Raroun/fix_13457

Frio: open links to source in a new browser tab

9 months agoMerge pull request #13489 from tobiasd/20231002-lng
Hypolite Petovan [Mon, 2 Oct 2023 12:33:33 +0000 (08:33 -0400)]
Merge pull request #13489 from tobiasd/20231002-lng

Updated the translations

9 months agofix code because of review
Jakobus Schürz [Mon, 2 Oct 2023 10:00:23 +0000 (12:00 +0200)]
fix code because of review

9 months agoadded missing quotation mark
Raroun [Mon, 2 Oct 2023 09:01:22 +0000 (11:01 +0200)]
added missing quotation mark

9 months agoadded new tab for wall-titles too
Raroun [Mon, 2 Oct 2023 08:39:49 +0000 (10:39 +0200)]
added new tab for wall-titles too

9 months agoUpdated the translations
Tobias Diekershoff [Mon, 2 Oct 2023 06:22:48 +0000 (08:22 +0200)]
Updated the translations

9 months agoMerge pull request #13485 from MrPetovan/bug/macos-keyboard-shortcuts
Michael Vogel [Mon, 2 Oct 2023 03:29:58 +0000 (05:29 +0200)]
Merge pull request #13485 from MrPetovan/bug/macos-keyboard-shortcuts

Allow macOS users to use Ctrl + Cmd + Space to bring up the emoji picker in Friendica text fields

9 months agoregenerate xgettext
Jakobus Schürz [Sun, 1 Oct 2023 22:00:54 +0000 (00:00 +0200)]
regenerate xgettext

9 months agoremove specific translation
Jakobus Schürz [Sun, 1 Oct 2023 21:59:09 +0000 (23:59 +0200)]
remove specific translation

9 months agoAllow macOS users to use Ctrl + Cmd + Space to bring up the emoji picker in Friendica...
Hypolite Petovan [Sun, 1 Oct 2023 21:18:07 +0000 (17:18 -0400)]
Allow macOS users to use Ctrl + Cmd + Space to bring up the emoji picker in Friendica text fields

- Remove Backspace guard against changing page
- Clarify keyboard shortcut to pause automatic updates

9 months agoregenerate translations
Jakobus Schürz [Sun, 1 Oct 2023 21:08:11 +0000 (23:08 +0200)]
regenerate translations

9 months agofix Typo
Jakobus Schürz [Sun, 1 Oct 2023 21:07:51 +0000 (23:07 +0200)]
fix Typo

9 months agoMerge branch 'showgroup-button' into better-navigation
Jakobus Schürz [Sun, 1 Oct 2023 20:59:27 +0000 (22:59 +0200)]
Merge branch 'showgroup-button' into better-navigation

9 months agoMerge branch 'add-mention-button' into better-navigation
Jakobus Schürz [Sun, 1 Oct 2023 20:55:20 +0000 (22:55 +0200)]
Merge branch 'add-mention-button' into better-navigation

9 months agoadd translation de for showgroup button
Jakobus Schürz (admin) [Sun, 1 Oct 2023 20:45:55 +0000 (22:45 +0200)]
add translation de for showgroup button

9 months agoadd translations for de for mention-buttons
Jakobus Schürz (admin) [Sun, 1 Oct 2023 20:38:55 +0000 (22:38 +0200)]
add translations for de for mention-buttons

9 months agoset variables for correct mentioning
Jakobus Schürz (admin) [Sun, 1 Oct 2023 20:37:34 +0000 (22:37 +0200)]
set variables for correct mentioning

9 months agoremove mention-button from own profile
Jakobus Schürz (admin) [Sun, 1 Oct 2023 20:36:53 +0000 (22:36 +0200)]
remove mention-button from own profile

9 months agoset ! and @ on mentioning in hover-card
Jakobus Schürz (admin) [Sun, 1 Oct 2023 12:59:37 +0000 (14:59 +0200)]
set ! and @ on mentioning in hover-card

9 months agochanges to fit to showgroup-button branch
Jakobus Schürz (admin) [Sun, 1 Oct 2023 12:33:08 +0000 (14:33 +0200)]
changes to fit to showgroup-button branch

9 months agoshow "view group" in hovercard
Jakobus Schürz (admin) [Sun, 1 Oct 2023 12:25:23 +0000 (14:25 +0200)]
show "view group" in hovercard

but only on group-contacts.
rename all *forum to *group in code

9 months agoset label in hovercard for mentionings
Jakobus Schürz (admin) [Sun, 1 Oct 2023 12:03:03 +0000 (14:03 +0200)]
set label in hovercard for mentionings

9 months agoChange label of mention-button
Jakobus Schürz (admin) [Sun, 1 Oct 2023 10:53:06 +0000 (12:53 +0200)]
Change label of mention-button

* "Mention" on users profile
* "Post to group" on group/forums profile

9 months agoadd mention-buttons
Jakobus Schürz (admin) [Sun, 1 Oct 2023 10:38:57 +0000 (12:38 +0200)]
add mention-buttons

9 months agoadd "Show Forum" Button to Profile
Jakobus Schürz (admin) [Sun, 1 Oct 2023 10:34:56 +0000 (12:34 +0200)]
add "Show Forum" Button to Profile

9 months agoMerge remote-tracking branch 'upstream/develop' into user-defined-channels
Michael [Sun, 1 Oct 2023 08:23:05 +0000 (08:23 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-defined-channels

9 months agoMerge pull request #13483 from annando/languages
Hypolite Petovan [Sun, 1 Oct 2023 06:50:55 +0000 (02:50 -0400)]
Merge pull request #13483 from annando/languages

Additional languages / new hook for additional language detection

9 months agoRenamed hook
Michael [Sun, 1 Oct 2023 04:10:24 +0000 (04:10 +0000)]
Renamed hook

9 months agoTimelines are now an object instead of an array
Michael [Sat, 30 Sep 2023 18:51:35 +0000 (18:51 +0000)]
Timelines are now an object instead of an array

9 months agoMerge remote-tracking branch 'upstream/develop' into user-defined-channels
Michael [Sat, 30 Sep 2023 18:44:12 +0000 (18:44 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-defined-channels

9 months agoAdditional languages / new hook for additional language detection
Michael [Sat, 30 Sep 2023 15:51:53 +0000 (15:51 +0000)]
Additional languages / new hook for additional language detection

9 months agoMerge pull request #13482 from foss-/patch-6
Hypolite Petovan [Sat, 30 Sep 2023 15:33:20 +0000 (11:33 -0400)]
Merge pull request #13482 from foss-/patch-6

Update jot-header.tpl

9 months agoUpdate jot-header.tpl
foss- [Sat, 30 Sep 2023 15:26:27 +0000 (17:26 +0200)]
Update jot-header.tpl

replace `contains` by `includes` in the "view/theme/frio/templates/jot-header.tpl" file on line 227 to fix this error message (only doing the leg-work here, hope this helps)

9 months agoMerge pull request #13479 from haheute/robots-txt-google-extended
Hypolite Petovan [Fri, 29 Sep 2023 14:50:36 +0000 (10:50 -0400)]
Merge pull request #13479 from haheute/robots-txt-google-extended

Add Google-Extended to default robots.txt

9 months agoFrio: open links to source in a new browser tab
Raroun [Fri, 29 Sep 2023 14:39:50 +0000 (16:39 +0200)]
Frio: open links to source in a new browser tab

9 months agoAdd Google-Extended to default robots.txt
Hannes Heute [Fri, 29 Sep 2023 14:27:31 +0000 (16:27 +0200)]
Add Google-Extended to default robots.txt

9 months agoMerge pull request #13477 from haheute/event-css
Hypolite Petovan [Fri, 29 Sep 2023 13:40:29 +0000 (09:40 -0400)]
Merge pull request #13477 from haheute/event-css

add styling to event reminder

9 months agoadd styling to event reminder
Hannes Heute [Fri, 29 Sep 2023 12:55:29 +0000 (14:55 +0200)]
add styling to event reminder

9 months agoMerge pull request #13473 from annando/timelimit
Hypolite Petovan [Fri, 29 Sep 2023 07:30:39 +0000 (03:30 -0400)]
Merge pull request #13473 from annando/timelimit

There is now a time limit when fetching AP endpoints

9 months agoChanged parameter name
Michael [Fri, 29 Sep 2023 04:50:36 +0000 (04:50 +0000)]
Changed parameter name

9 months agoThere is now a time limit when fetching AP endpoints
Michael [Thu, 28 Sep 2023 08:04:52 +0000 (08:04 +0000)]
There is now a time limit when fetching AP endpoints

9 months agoMerge pull request #13456 from MrPetovan/bug/cors-headers-rawcontent
Michael Vogel [Wed, 27 Sep 2023 04:01:16 +0000 (06:01 +0200)]
Merge pull request #13456 from MrPetovan/bug/cors-headers-rawcontent

Remove DI dependency for httpExit, httpError, jsonExit, jsonError and xmlExit

9 months agoConfiguration for the maximum number of post engagement entries
Michael [Tue, 26 Sep 2023 16:00:06 +0000 (16:00 +0000)]
Configuration for the maximum number of post engagement entries

9 months agoRemoved unused function
Michael [Tue, 26 Sep 2023 05:08:42 +0000 (05:08 +0000)]
Removed unused function

9 months agoChanges after review
Michael [Tue, 26 Sep 2023 05:05:51 +0000 (05:05 +0000)]
Changes after review

9 months agoImproved link removal
Michael [Mon, 25 Sep 2023 22:05:53 +0000 (22:05 +0000)]
Improved link removal

9 months agoMerge remote-tracking branch 'upstream/develop' into user-defined-channels
Michael [Mon, 25 Sep 2023 19:39:53 +0000 (19:39 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-defined-channels

9 months agoMerge pull request #13469 from MrPetovan/bug/13467-image-reliable-dimensions
Hypolite Petovan [Mon, 25 Sep 2023 15:59:04 +0000 (11:59 -0400)]
Merge pull request #13469 from MrPetovan/bug/13467-image-reliable-dimensions

Revert pull request #13463

9 months agoImproved channel documentation
Michael [Mon, 25 Sep 2023 11:19:06 +0000 (11:19 +0000)]
Improved channel documentation

9 months ago[frio] Change "Ignore thread" icon to slashed bell
Hypolite Petovan [Sat, 23 Sep 2023 19:31:47 +0000 (15:31 -0400)]
[frio] Change "Ignore thread" icon to slashed bell

- The slashed eye is better used for ignoring content, not notifications

9 months agoRevert "Merge pull request #13463 from MrPetovan/task/imagegrid-improvement"
Hypolite Petovan [Sun, 24 Sep 2023 20:24:28 +0000 (16:24 -0400)]
Revert "Merge pull request #13463 from MrPetovan/task/imagegrid-improvement"

This reverts commit dd7bea4bd146acf52086d303fce34a83d52f2516, reversing
changes made to ce16cd12ec4646413581f5ade6487387f56723e3.

9 months agoRename ApipResponse->exit* methods to better show their meaning
Hypolite Petovan [Fri, 22 Sep 2023 14:14:46 +0000 (10:14 -0400)]
Rename ApipResponse->exit* methods to better show their meaning

9 months agoRemove dependency on super-globals in Module\Api\ApiResponse
Hypolite Petovan [Fri, 22 Sep 2023 14:13:35 +0000 (10:13 -0400)]
Remove dependency on super-globals in Module\Api\ApiResponse

- Updated DI dependencies to reflect the new parameters
- Updated tests to reflect the new parameters

9 months agoMove System::xmlExit to DFRN\Notify->xmlExit
Hypolite Petovan [Thu, 21 Sep 2023 23:28:18 +0000 (19:28 -0400)]
Move System::xmlExit to DFRN\Notify->xmlExit

- This will ensure headers set in BaseModule->run will be carried in xmlExit scenarios
- Deprecate xmlExit() method in Core\System

9 months agoMove System::jsonError to BaseModule->jsonError
Hypolite Petovan [Thu, 21 Sep 2023 16:27:15 +0000 (12:27 -0400)]
Move System::jsonError to BaseModule->jsonError

- This will ensure headers set in BaseModule->run will be carried in jsonError scenarios
- Make BaseApi->checkThrottleLimit an object method to use BaseModule->jsonError
- Deprecate jsonError() method in Core\System

9 months agoMove System::jsonExit to BaseModule->jsonExit
Hypolite Petovan [Thu, 21 Sep 2023 16:16:17 +0000 (12:16 -0400)]
Move System::jsonExit to BaseModule->jsonExit

- This will ensure headers set in BaseModule->run will be carried in jsonExit scenarios
- Deprecate jsonExit() method in Core\System

9 months agoMove System::httpError to BaseModule->httpError
Hypolite Petovan [Thu, 21 Sep 2023 16:45:24 +0000 (12:45 -0400)]
Move System::httpError to BaseModule->httpError

- This will ensure headers set in BaseModule->run will be carried in httpError scenarios
- Deprecate httpError() method in Core\System

9 months agoMove System::httpExit to BaseModule->httpExit
Hypolite Petovan [Thu, 21 Sep 2023 16:35:55 +0000 (12:35 -0400)]
Move System::httpExit to BaseModule->httpExit

- This will ensure headers set in BaseModule->run will be carried in httpExit scenarios
- Deprecate httpExit() method in Core\System

9 months agoMove dependency-less Page->exit to Core\System::echoResponse
Hypolite Petovan [Thu, 21 Sep 2023 13:17:38 +0000 (09:17 -0400)]
Move dependency-less Page->exit to Core\System::echoResponse

- The method doesn't actually exit
- Fix a bug with header handling in System::echoResponse with numerical key header strings
  - Adding a full-string header with ICanCreateResponses->setHeader was resulting in a wrong header named after the numerical key