]> git.mxchange.org Git - friendica.git/log
friendica.git
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 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 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 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 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 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

9 months agoMerge pull request #13463 from MrPetovan/task/imagegrid-improvement
Tobias Diekershoff [Sun, 24 Sep 2023 10:59:10 +0000 (12:59 +0200)]
Merge pull request #13463 from MrPetovan/task/imagegrid-improvement

Rework image grid to horizontal masonry, allocate space for images to load

9 months agoMerge pull request #13465 from annando/quote-myself
Tobias Diekershoff [Sun, 24 Sep 2023 10:51:59 +0000 (12:51 +0200)]
Merge pull request #13465 from annando/quote-myself

Avoid quoting the own post

9 months agoAdd height allocation support for vier
Hypolite Petovan [Sun, 24 Sep 2023 10:47:30 +0000 (06:47 -0400)]
Add height allocation support for vier

9 months agoAdd height allocation support for single images smaller than the available width
Hypolite Petovan [Sun, 24 Sep 2023 10:47:18 +0000 (06:47 -0400)]
Add height allocation support for single images smaller than the available width

9 months agoAvoid quoting the own post
Michael [Sun, 24 Sep 2023 10:18:50 +0000 (10:18 +0000)]
Avoid quoting the own post

9 months agoAdd support for allocated height for inline images
Hypolite Petovan [Sun, 24 Sep 2023 02:43:31 +0000 (22:43 -0400)]
Add support for allocated height for inline images

9 months agoAdd height allocation to single post attached images
Hypolite Petovan [Sun, 24 Sep 2023 02:20:00 +0000 (22:20 -0400)]
Add height allocation to single post attached images

- Force single images to expand to the total width of the post

9 months agoAdd icon placeholder for images in image grid
Hypolite Petovan [Sat, 23 Sep 2023 21:03:59 +0000 (17:03 -0400)]
Add icon placeholder for images in image grid

9 months agoRework image grid into a horizontal masonry
Hypolite Petovan [Sat, 23 Sep 2023 19:56:49 +0000 (15:56 -0400)]
Rework image grid into a horizontal masonry

- The new server-based horizontal masonry enables tightly packed image grids even with images of varying aspect ratios
- Additionally, the space an image takes is now allocated before it's loaded, reducing content shifting

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 agoMerge pull request #13464 from MrPetovan/bug/13462-event-image-attendance
Michael Vogel [Sun, 24 Sep 2023 00:53:31 +0000 (02:53 +0200)]
Merge pull request #13464 from MrPetovan/bug/13462-event-image-attendance

Restore attendance icons in event posts

9 months agoRestore attendance icons in event posts
Hypolite Petovan [Sat, 23 Sep 2023 21:51:03 +0000 (17:51 -0400)]
Restore attendance icons in event posts

- Co-authored by @mexon

9 months agoMerge pull request #13449 from AndyHee/develop
Hypolite Petovan [Fri, 22 Sep 2023 11:01:53 +0000 (07:01 -0400)]
Merge pull request #13449 from AndyHee/develop

Fix missing closing tag + updated links.

9 months agoClosing tag
Andy H3 [Fri, 22 Sep 2023 03:31:09 +0000 (10:31 +0700)]
Closing tag

9 months agoMerge branch 'friendica:develop' into develop
Andy H3 [Fri, 22 Sep 2023 01:57:38 +0000 (08:57 +0700)]
Merge branch 'friendica:develop' into develop

9 months agoUpdate FAQ-admin.md
Andy H3 [Fri, 22 Sep 2023 01:54:26 +0000 (08:54 +0700)]
Update FAQ-admin.md

9 months agoMerge pull request #13451 from annando/no-jump
Hypolite Petovan [Wed, 20 Sep 2023 13:08:14 +0000 (09:08 -0400)]
Merge pull request #13451 from annando/no-jump

Avoid jumps in the timeline after "received" has been selected

9 months agoAvoid jumps in the timeline after "received" has been selected
Michael [Wed, 20 Sep 2023 06:36:47 +0000 (06:36 +0000)]
Avoid jumps in the timeline after "received" has been selected

9 months agoUpdate FAQ-admin.md
Andy H3 [Wed, 20 Sep 2023 04:59:07 +0000 (11:59 +0700)]
Update FAQ-admin.md

9 months agoMerge pull request #13446 from annando/restricted
Hypolite Petovan [Mon, 18 Sep 2023 12:15:35 +0000 (08:15 -0400)]
Merge pull request #13446 from annando/restricted

Use channels for non public content

9 months agoLabel variable removed
Michael [Mon, 18 Sep 2023 05:34:41 +0000 (05:34 +0000)]
Label variable removed

9 months agoUpdate src/Model/Post/Engagement.php
Michael Vogel [Mon, 18 Sep 2023 01:00:42 +0000 (03:00 +0200)]
Update src/Model/Post/Engagement.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoMerge remote-tracking branch 'upstream/develop' into restricted
Michael [Sun, 17 Sep 2023 19:33:44 +0000 (19:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into restricted

9 months agoUse channels for non public content
Michael [Sun, 17 Sep 2023 19:28:38 +0000 (19:28 +0000)]
Use channels for non public content

9 months agoMerge pull request #13442 from annando/channel-contac-visibility
Hypolite Petovan [Sun, 17 Sep 2023 17:55:36 +0000 (13:55 -0400)]
Merge pull request #13442 from annando/channel-contac-visibility

Channel frequency rules can now be set for each contact

9 months agoFix "received"
Michael [Sun, 17 Sep 2023 17:44:33 +0000 (17:44 +0000)]
Fix "received"

9 months agoVisibility is frequency
Michael [Sun, 17 Sep 2023 17:42:15 +0000 (17:42 +0000)]
Visibility is frequency

9 months agoUse "received" as tab for circles or groups when currently in a channel
Michael [Sun, 17 Sep 2023 11:01:04 +0000 (11:01 +0000)]
Use "received" as tab for circles or groups when currently in a channel

9 months agoUse unified sidebar elements
Michael [Sun, 17 Sep 2023 10:09:07 +0000 (10:09 +0000)]
Use unified sidebar elements

9 months agoFurther improvements to the automatic update process
Michael [Sun, 17 Sep 2023 08:17:31 +0000 (08:17 +0000)]
Further improvements to the automatic update process

9 months agoUse class variables
Michael [Sun, 17 Sep 2023 05:57:44 +0000 (05:57 +0000)]
Use class variables

9 months agoOnly change order for updates for new posts
Michael [Sun, 17 Sep 2023 05:43:36 +0000 (05:43 +0000)]
Only change order for updates for new posts

9 months agoIndention fixed
Michael [Sat, 16 Sep 2023 08:03:50 +0000 (08:03 +0000)]
Indention fixed

9 months agoAdapt the description to the behaviour of this option
Michael [Sat, 16 Sep 2023 04:29:13 +0000 (04:29 +0000)]
Adapt the description to the behaviour of this option

9 months agoRemove unneeded indexes
Michael [Sat, 16 Sep 2023 04:23:44 +0000 (04:23 +0000)]
Remove unneeded indexes

9 months agoFix the erratic page update behaviour
Michael [Sat, 16 Sep 2023 04:21:59 +0000 (04:21 +0000)]
Fix the erratic page update behaviour

9 months agoVisiblity is now frequency
Michael [Sat, 16 Sep 2023 04:20:38 +0000 (04:20 +0000)]
Visiblity is now frequency

9 months agoUpdated messages.po
Michael [Fri, 15 Sep 2023 19:07:27 +0000 (19:07 +0000)]
Updated messages.po

9 months agoUnused code removed
Michael [Fri, 15 Sep 2023 19:01:01 +0000 (19:01 +0000)]
Unused code removed

9 months agoApply suggestions from code review
Michael Vogel [Fri, 15 Sep 2023 18:57:36 +0000 (20:57 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoApply suggestions from code review
Michael Vogel [Fri, 15 Sep 2023 18:57:03 +0000 (20:57 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoApply suggestions from code review
Michael Vogel [Fri, 15 Sep 2023 18:56:25 +0000 (20:56 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
9 months agoChanged to radio buttons
Michael [Fri, 15 Sep 2023 17:40:14 +0000 (17:40 +0000)]
Changed to radio buttons

9 months agoInitialize array
Michael [Wed, 13 Sep 2023 04:38:04 +0000 (04:38 +0000)]
Initialize array

9 months agoChannel visibility rules can now be set for each contact
Michael [Tue, 12 Sep 2023 10:55:33 +0000 (10:55 +0000)]
Channel visibility rules can now be set for each contact

9 months agoMerge pull request #13441 from annando/logging
Hypolite Petovan [Mon, 11 Sep 2023 10:25:25 +0000 (06:25 -0400)]
Merge pull request #13441 from annando/logging

Added log entry to improve matching with the access log

9 months agoAdded logging for the finished processing
Michael [Mon, 11 Sep 2023 10:18:02 +0000 (10:18 +0000)]
Added logging for the finished processing

9 months agoAdded log entry to improve matching with the access log
Michael [Mon, 11 Sep 2023 08:47:35 +0000 (08:47 +0000)]
Added log entry to improve matching with the access log

9 months agoMerge pull request #13438 from annando/report
Hypolite Petovan [Mon, 11 Sep 2023 06:22:51 +0000 (02:22 -0400)]
Merge pull request #13438 from annando/report

"cascade" for "post-engagement" / fixes for "report" definition

9 months agoCode standards againg
Michael [Sun, 10 Sep 2023 08:16:06 +0000 (08:16 +0000)]
Code standards againg

9 months agoFix code standards
Michael [Sun, 10 Sep 2023 08:12:28 +0000 (08:12 +0000)]
Fix code standards

9 months agoBasic functionality for seeing reports
Michael [Sun, 10 Sep 2023 08:00:44 +0000 (08:00 +0000)]
Basic functionality for seeing reports

9 months ago"cascade" for "post-engagement" / fixes for "report" definition
Michael [Sun, 10 Sep 2023 03:47:06 +0000 (03:47 +0000)]
"cascade" for "post-engagement" / fixes for "report" definition

9 months agoMerge pull request #13417 from annando/timelines
Hypolite Petovan [Sat, 9 Sep 2023 22:06:31 +0000 (18:06 -0400)]
Merge pull request #13417 from annando/timelines

Network, Channels and Community are children of timeline

9 months agoUpdated messages.po
Michael [Sat, 9 Sep 2023 20:43:14 +0000 (20:43 +0000)]
Updated messages.po

9 months agoInvert the condition
Michael [Sat, 9 Sep 2023 19:41:40 +0000 (19:41 +0000)]
Invert the condition

9 months agoWe now display the channel in the sidebar
Michael [Sat, 9 Sep 2023 19:30:01 +0000 (19:30 +0000)]
We now display the channel in the sidebar

9 months agoSetting to select your network tabs
Michael [Sat, 9 Sep 2023 17:38:09 +0000 (17:38 +0000)]
Setting to select your network tabs

9 months agoDBA is mostly replaced
Michael [Sat, 9 Sep 2023 14:31:12 +0000 (14:31 +0000)]
DBA is mostly replaced

9 months agoVariables aren't static anymore
Michael [Sat, 9 Sep 2023 14:24:24 +0000 (14:24 +0000)]
Variables aren't static anymore

9 months agoUse centralized function to set items seen
Michael [Sat, 9 Sep 2023 14:13:58 +0000 (14:13 +0000)]
Use centralized function to set items seen

9 months agoCentralised function for the sort order
Michael [Sat, 9 Sep 2023 13:48:41 +0000 (13:48 +0000)]
Centralised function for the sort order

9 months agoSimplify network update
Michael [Sat, 9 Sep 2023 13:26:20 +0000 (13:26 +0000)]
Simplify network update

9 months agoStandards and unify variables
Michael [Sat, 9 Sep 2023 13:02:20 +0000 (13:02 +0000)]
Standards and unify variables

9 months agoMake variables non static
Michael [Sat, 9 Sep 2023 12:48:51 +0000 (12:48 +0000)]
Make variables non static

9 months agoFix update after activity
Michael [Sat, 9 Sep 2023 12:22:40 +0000 (12:22 +0000)]
Fix update after activity

9 months agoAlign array assignment
Michael [Sat, 9 Sep 2023 12:01:35 +0000 (12:01 +0000)]
Align array assignment

9 months agoSimplify query merge, changed update behaviour
Michael [Sat, 9 Sep 2023 12:00:22 +0000 (12:00 +0000)]
Simplify query merge, changed update behaviour

9 months agoTests ...
Michael [Sat, 9 Sep 2023 10:48:43 +0000 (10:48 +0000)]
Tests ...

9 months agoTest tests again
Michael [Sat, 9 Sep 2023 10:44:51 +0000 (10:44 +0000)]
Test tests again

9 months agoTest test
Michael [Sat, 9 Sep 2023 10:37:26 +0000 (10:37 +0000)]
Test test

9 months agoFix tests?
Michael [Sat, 9 Sep 2023 09:59:30 +0000 (09:59 +0000)]
Fix tests?

9 months agoCode standards + messages.po
Michael [Sat, 9 Sep 2023 09:30:55 +0000 (09:30 +0000)]
Code standards + messages.po

9 months agoNetwork, Channels and Community are children of timeline
Michael [Sat, 9 Sep 2023 09:14:36 +0000 (09:14 +0000)]
Network, Channels and Community are children of timeline

9 months agoMerge pull request #13407 from annando/unify-user-conditions
Hypolite Petovan [Fri, 8 Sep 2023 16:53:21 +0000 (12:53 -0400)]
Merge pull request #13407 from annando/unify-user-conditions

The query condition for active users are unified