]> git.mxchange.org Git - friendica.git/log
friendica.git
20 months agomake CS happy
Philipp [Sat, 29 Oct 2022 23:34:52 +0000 (01:34 +0200)]
make CS happy

20 months agoMove mod/follow to src/Modules
Philipp [Sat, 29 Oct 2022 23:31:26 +0000 (01:31 +0200)]
Move mod/follow to src/Modules

20 months agoMerge pull request #12083 from MrPetovan/task/4090-move-mod-unfollow
Philipp [Mon, 31 Oct 2022 19:55:20 +0000 (20:55 +0100)]
Merge pull request #12083 from MrPetovan/task/4090-move-mod-unfollow

Move mod/unfollow.php to src/Module

20 months agoUpdate main translation file after changing strings
Hypolite Petovan [Sun, 30 Oct 2022 20:47:38 +0000 (16:47 -0400)]
Update main translation file after changing strings

20 months agoRemove mod/unfollow.php file
Hypolite Petovan [Sun, 30 Oct 2022 20:40:34 +0000 (16:40 -0400)]
Remove mod/unfollow.php file

20 months agoCreate Contact\Unfollow module class
Hypolite Petovan [Sun, 30 Oct 2022 19:51:41 +0000 (15:51 -0400)]
Create Contact\Unfollow module class

20 months agoMove remote follow module to profile folder
Hypolite Petovan [Sun, 30 Oct 2022 19:50:39 +0000 (15:50 -0400)]
Move remote follow module to profile folder

20 months agoFix unfollowing not showing on contact page
Hypolite Petovan [Sun, 30 Oct 2022 20:40:21 +0000 (16:40 -0400)]
Fix unfollowing not showing on contact page

- Deleted contact rows kept the relationship status which would keep showing
- Deleting contact rows would also not update the corresponding user-contact record

20 months agoRename auto_request.tpl form action template variable
Hypolite Petovan [Sun, 30 Oct 2022 19:48:28 +0000 (15:48 -0400)]
Rename auto_request.tpl form action template variable

20 months agoMerge pull request #12082 from MrPetovan/task/4090-move-mod-wall_attach
Philipp [Mon, 31 Oct 2022 19:06:47 +0000 (20:06 +0100)]
Merge pull request #12082 from MrPetovan/task/4090-move-mod-wall_attach

Move mod/wall_attach.php to src/Module

20 months agoUpdate main translation file after changing strings
Hypolite Petovan [Sun, 30 Oct 2022 17:39:56 +0000 (13:39 -0400)]
Update main translation file after changing strings

20 months agoRemove mod/wall_upload.php file
Hypolite Petovan [Sun, 30 Oct 2022 17:39:38 +0000 (13:39 -0400)]
Remove mod/wall_upload.php file

20 months agoCreate Profile\Attachment\Upload module class
Hypolite Petovan [Sun, 30 Oct 2022 17:36:08 +0000 (13:36 -0400)]
Create Profile\Attachment\Upload module class

- Add missing response type in AjaxUpload initializition

20 months agoMerge pull request #12081 from MrPetovan/task/4090-move-mod-wall_upload
Philipp [Mon, 31 Oct 2022 06:43:05 +0000 (07:43 +0100)]
Merge pull request #12081 from MrPetovan/task/4090-move-mod-wall_upload

 Move mod/wall_upload.php to src/Module

20 months agoUpdate main translation file after changing strings
Hypolite Petovan [Sun, 30 Oct 2022 04:18:34 +0000 (00:18 -0400)]
Update main translation file after changing strings

20 months agoRemove mod/wall_upload.php file
Hypolite Petovan [Sun, 30 Oct 2022 04:18:10 +0000 (00:18 -0400)]
Remove mod/wall_upload.php file

20 months agoCreate Profile\Photos\Upload class
Hypolite Petovan [Sun, 30 Oct 2022 04:17:54 +0000 (00:17 -0400)]
Create Profile\Photos\Upload class

20 months agoMerge pull request #12078 from MrPetovan/task/4090-move-mod-wallmessage
Philipp [Sun, 30 Oct 2022 18:04:47 +0000 (19:04 +0100)]
Merge pull request #12078 from MrPetovan/task/4090-move-mod-wallmessage

Move mod/wallmessage.php to src/Module

20 months agoUpdated main translation file after changing strings
Hypolite Petovan [Sun, 30 Oct 2022 01:52:54 +0000 (21:52 -0400)]
Updated main translation file after changing strings

20 months agoRemove mod/wallmessage module
Hypolite Petovan [Sun, 30 Oct 2022 01:36:32 +0000 (21:36 -0400)]
Remove mod/wallmessage module

20 months agoCreate Profile\UnkMail module class
Hypolite Petovan [Sun, 30 Oct 2022 01:36:09 +0000 (21:36 -0400)]
Create Profile\UnkMail module class

20 months agoMove Model\Profile::getMyUrl to UserSessions
Hypolite Petovan [Sun, 30 Oct 2022 01:33:15 +0000 (21:33 -0400)]
Move Model\Profile::getMyUrl to UserSessions

20 months agoMerge pull request #12076 from annando/quote
Hypolite Petovan [Sun, 30 Oct 2022 12:43:19 +0000 (08:43 -0400)]
Merge pull request #12076 from annando/quote

Improved handling of native quotes

20 months agoMerge remote-tracking branch 'upstream/develop' into quote
Michael [Sun, 30 Oct 2022 11:38:17 +0000 (11:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into quote

20 months agoSymplified code
Michael [Sun, 30 Oct 2022 10:02:12 +0000 (10:02 +0000)]
Symplified code

20 months agoImproved handling of contact links
Michael [Sun, 30 Oct 2022 10:02:01 +0000 (10:02 +0000)]
Improved handling of contact links

20 months agoAdd quote to API
Michael [Sun, 30 Oct 2022 01:20:05 +0000 (01:20 +0000)]
Add quote to API

20 months agoCode is simplyfied
Michael [Sat, 29 Oct 2022 22:55:39 +0000 (22:55 +0000)]
Code is simplyfied

20 months agoImproved handling of native quotes
Michael [Sat, 29 Oct 2022 22:11:39 +0000 (22:11 +0000)]
Improved handling of native quotes

20 months agoMerge pull request #12074 from annando/fix-notification
Hypolite Petovan [Sat, 29 Oct 2022 19:55:40 +0000 (15:55 -0400)]
Merge pull request #12074 from annando/fix-notification

Accepting contact request does finally work per Mastodon API

20 months agoOnly fetch the needed field
Michael [Sat, 29 Oct 2022 19:11:26 +0000 (19:11 +0000)]
Only fetch the needed field

20 months agoAccepting contact request does finally work per Mastodon API
Michael [Sat, 29 Oct 2022 19:04:29 +0000 (19:04 +0000)]
Accepting contact request does finally work per Mastodon API

20 months agoMerge pull request #12072 from MrPetovan/bug/12054-advancedcontentfilter-static-vue
Philipp [Sat, 29 Oct 2022 17:34:48 +0000 (19:34 +0200)]
Merge pull request #12072 from MrPetovan/bug/12054-advancedcontentfilter-static-vue

[Composer] Remove bower-asset/vue dependency

20 months ago[Composer] Remove bower-asset/vue dependency
Hypolite Petovan [Sat, 29 Oct 2022 01:13:45 +0000 (21:13 -0400)]
[Composer] Remove bower-asset/vue dependency

- The Bower package doesn't have the dist/vue.min.js anymore (?) which is required for the advancedcontentfilter addon

20 months agoMerge pull request #12071 from guzzisti/patch-2
Hypolite Petovan [Fri, 28 Oct 2022 17:45:27 +0000 (13:45 -0400)]
Merge pull request #12071 from guzzisti/patch-2

fix exception when adding a poll option without votes

20 months agoRemove unused argument from L10n->tt() call in Model/Item.php
Hypolite Petovan [Fri, 28 Oct 2022 17:45:09 +0000 (13:45 -0400)]
Remove unused argument from L10n->tt() call in Model/Item.php

20 months agofix exception when adding an poll option without votes
René Wagner [Fri, 28 Oct 2022 16:51:35 +0000 (18:51 +0200)]
fix exception when adding an poll option without votes

20 months agoMerge pull request #12070 from annando/share
Hypolite Petovan [Thu, 27 Oct 2022 12:19:23 +0000 (08:19 -0400)]
Merge pull request #12070 from annando/share

Some more improvements for posts with shares

20 months agoPossibly fix test
Michael [Thu, 27 Oct 2022 06:31:09 +0000 (06:31 +0000)]
Possibly fix test

20 months agoMore functions moved to content class
Michael [Thu, 27 Oct 2022 05:44:44 +0000 (05:44 +0000)]
More functions moved to content class

20 months agoSome more improvements for posts with shares
Michael [Wed, 26 Oct 2022 17:00:55 +0000 (17:00 +0000)]
Some more improvements for posts with shares

20 months agoMerge pull request #12067 from Quix0r/cleanup/type-hints-002
Hypolite Petovan [Wed, 26 Oct 2022 16:03:04 +0000 (12:03 -0400)]
Merge pull request #12067 from Quix0r/cleanup/type-hints-002

Cleanup: missing type-hints, double-quotes, reformatted array

20 months agoChanges:
Roland Häder [Wed, 26 Oct 2022 15:56:57 +0000 (17:56 +0200)]
Changes:
- php-cs is now happy with it

20 months agoUsed `$this->isThreaded()` instead as suggested by @MrPetovan
Roland Häder [Wed, 26 Oct 2022 15:55:52 +0000 (17:55 +0200)]
Used `$this->isThreaded()` instead as suggested by @MrPetovan

20 months agoMerge pull request #12069 from tobiasd/20221026-de
Hypolite Petovan [Wed, 26 Oct 2022 05:36:58 +0000 (01:36 -0400)]
Merge pull request #12069 from tobiasd/20221026-de

DE translation update

20 months agoMerge pull request #12068 from tobiasd/20221026-nofollow
Hypolite Petovan [Wed, 26 Oct 2022 05:36:15 +0000 (01:36 -0400)]
Merge pull request #12068 from tobiasd/20221026-nofollow

add a nofollow to the blocklist export link

20 months agoDE translation update
Tobias Diekershoff [Wed, 26 Oct 2022 05:33:51 +0000 (07:33 +0200)]
DE translation update

20 months agoadd a nofollow to the blocklist export link
Tobias Diekershoff [Wed, 26 Oct 2022 05:30:46 +0000 (07:30 +0200)]
add a nofollow to the blocklist export link

20 months agoMerge pull request #12066 from MrPetovan/task/12062-revert-block-list-email
Michael Vogel [Wed, 26 Oct 2022 03:35:25 +0000 (05:35 +0200)]
Merge pull request #12066 from MrPetovan/task/12062-revert-block-list-email

Revert "Add email notification to all users on server domain pattern block list update"

20 months agoChanges:
Roland Häder [Tue, 25 Oct 2022 23:31:04 +0000 (01:31 +0200)]
Changes:
- made code more readable

20 months agoChanges:
Roland Häder [Wed, 14 Sep 2022 23:23:38 +0000 (01:23 +0200)]
Changes:
- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void

20 months agoUpdated main translation file after removing strings
Hypolite Petovan [Tue, 25 Oct 2022 23:07:55 +0000 (19:07 -0400)]
Updated main translation file after removing strings

20 months agoRevert "Add email notification to all users on server domain pattern block list update"
Hypolite Petovan [Tue, 25 Oct 2022 23:02:55 +0000 (19:02 -0400)]
Revert "Add email notification to all users on server domain pattern block list update"

This reverts commit 5045f9e188ef7a8e6b151b7a492fc095c365985a because the main stakeholder isn't using the feature and it's putting a strain on email server accountability vis-a-vis spam lists.

# Conflicts:
# src/Moderation/DomainPatternBlocklist.php

20 months agoMerge pull request #12065 from Quix0r/cleanup/renaming-more-logging
Hypolite Petovan [Tue, 25 Oct 2022 21:17:46 +0000 (17:17 -0400)]
Merge pull request #12065 from Quix0r/cleanup/renaming-more-logging

Cleanups: renaming variables and more logging

20 months agoMerge pull request #12064 from Quix0r/phpunit/temporal-test
Hypolite Petovan [Tue, 25 Oct 2022 21:16:58 +0000 (17:16 -0400)]
Merge pull request #12064 from Quix0r/phpunit/temporal-test

Unit test added for Temporal utilities class

20 months agoFixed issues by `php-cs`
Roland Häder [Tue, 25 Oct 2022 21:07:49 +0000 (23:07 +0200)]
Fixed issues by `php-cs`

20 months agoFixed code-standards complain by php-cs, thanks to @MrPetovan
Roland Häder [Tue, 25 Oct 2022 20:44:54 +0000 (22:44 +0200)]
Fixed code-standards complain by php-cs, thanks to @MrPetovan

20 months agoChanged:
Roland Häder [Sun, 25 Sep 2022 16:43:00 +0000 (18:43 +0200)]
Changed:
- here `Logger::level()` is okay to use
- added more logging in wall_upload.php
- formatted array and put all $array['foo'] = $foo; into a single statement
- <include|require[_once]> are all no functions, but keywords

20 months agoChanged:
Roland Häder [Sun, 25 Sep 2022 16:15:28 +0000 (18:15 +0200)]
Changed:
- added logger for any reason when upload is aborted
- renamed variables a bit to camel-case style

20 months agoChanges:
Roland Häder [Sat, 24 Sep 2022 12:22:27 +0000 (14:22 +0200)]
Changes:
- added unit-test for `Temporal::getRelativeDate()` method

20 months agoMerge pull request #12063 from Quix0r/fixes/type-hints-reformatting
Hypolite Petovan [Tue, 25 Oct 2022 18:54:22 +0000 (14:54 -0400)]
Merge pull request #12063 from Quix0r/fixes/type-hints-reformatting

Added more type-hints + reformatted code

20 months agoChanges:
Roland Häder [Tue, 25 Oct 2022 18:22:19 +0000 (20:22 +0200)]
Changes:
- added more missing type-hints (checked them in body of the method)
- reformatted code a little (code-style)
- moved '/.well-known/host-meta' to constant Probe::HOST_META

20 months agoMerge pull request #12061 from annando/share-rework
Hypolite Petovan [Tue, 25 Oct 2022 13:04:16 +0000 (09:04 -0400)]
Merge pull request #12061 from annando/share-rework

The "share" handling is improved

20 months agoChanged function name
Michael [Tue, 25 Oct 2022 12:40:22 +0000 (12:40 +0000)]
Changed function name

20 months agoMerge pull request #12055 from nupplaphil/feat/usersess_decorator
Hypolite Petovan [Tue, 25 Oct 2022 11:52:23 +0000 (07:52 -0400)]
Merge pull request #12055 from nupplaphil/feat/usersess_decorator

Extend `IHandleUserSessions` from `IHandleSessions` and adapt classes

20 months agoImproved description
Michael [Tue, 25 Oct 2022 08:45:41 +0000 (08:45 +0000)]
Improved description

20 months agoMerge remote-tracking branch 'upstream/develop' into share-rework
Michael [Tue, 25 Oct 2022 08:31:01 +0000 (08:31 +0000)]
Merge remote-tracking branch 'upstream/develop' into share-rework

20 months agoThe "share" handling is improved
Michael [Tue, 25 Oct 2022 06:37:23 +0000 (06:37 +0000)]
The "share" handling is improved

20 months agoimplement feeback
Philipp [Tue, 25 Oct 2022 06:07:42 +0000 (08:07 +0200)]
implement feeback

20 months agoMerge pull request #12060 from MrPetovan/bug/9920-contact-export
Tobias Diekershoff [Tue, 25 Oct 2022 04:57:25 +0000 (06:57 +0200)]
Merge pull request #12060 from MrPetovan/bug/9920-contact-export

Fix condition for follows export

20 months agoUpdate main translation file after changing a string
Hypolite Petovan [Mon, 24 Oct 2022 22:21:50 +0000 (18:21 -0400)]
Update main translation file after changing a string

20 months agoFix condition for follows export
Hypolite Petovan [Mon, 24 Oct 2022 21:56:44 +0000 (17:56 -0400)]
Fix condition for follows export

- Select follows instead of followers
- Filter out archived contacts

20 months agoReformat Module\Settings\UserExport
Hypolite Petovan [Mon, 24 Oct 2022 21:56:05 +0000 (17:56 -0400)]
Reformat Module\Settings\UserExport

- Import IHandleUserSessions and DbaDefinition object in constructor
- Convert remaining double quotes to single quotes
- Convert static methods to dynamic to use class properties
- Remove unused POST permission from route

20 months agoMerge pull request #12057 from Quix0r/rewrites/type-hints
Hypolite Petovan [Mon, 24 Oct 2022 20:10:33 +0000 (16:10 -0400)]
Merge pull request #12057 from Quix0r/rewrites/type-hints

Added missing type-hints and formatted some arrays

20 months agoChanges:
Roland Häder [Sun, 11 Sep 2022 05:04:13 +0000 (07:04 +0200)]
Changes:
- added some missing type-hints
- no need for local array `$t` (changed to "anonymous" varriant)
- formatted some arrays

20 months agoMerge pull request #12058 from Quix0r/fixes/get-remote-userid
Philipp [Mon, 24 Oct 2022 17:40:02 +0000 (19:40 +0200)]
Merge pull request #12058 from Quix0r/fixes/get-remote-userid

Fixed: Undefined property: Friendica\Core\Session\Model\UserSession::$getRemoteUserId

20 months agoFixed:
Roland Häder [Mon, 24 Oct 2022 16:27:38 +0000 (18:27 +0200)]
Fixed:
- Added missing `()` to `getRemoteUserId` which is a method, and not a property
- `Undefined property: Friendica\Core\Session\Model\UserSession::$getRemoteUserId in /var/www/.../htdocs/mod/display.php on line 192`

20 months agoExtend `IHandleUserSessions` from `IHandleSessions` and adapt classes
Philipp [Sun, 23 Oct 2022 18:41:17 +0000 (20:41 +0200)]
Extend `IHandleUserSessions` from `IHandleSessions` and adapt classes

20 months agoMerge pull request #12051 from Quix0r/hotfix/one-dollar-to-much
Tobias Diekershoff [Sun, 23 Oct 2022 14:25:46 +0000 (16:25 +0200)]
Merge pull request #12051 from Quix0r/hotfix/one-dollar-to-much

Hotfix: One `$` to much ...

20 months agoMerge pull request #12050 from nupplaphil/bug/notf_session_fix
Tobias Diekershoff [Sun, 23 Oct 2022 14:23:01 +0000 (16:23 +0200)]
Merge pull request #12050 from nupplaphil/bug/notf_session_fix

Fix missing/wrong IHandleUserSessions usages

20 months agoHotfix: One `$` to much ...
Roland Häder [Sun, 23 Oct 2022 11:13:29 +0000 (13:13 +0200)]
Hotfix: One `$` to much ...

20 months agoFix missing/wrong IHandleUserSessions usages
Philipp [Sun, 23 Oct 2022 06:18:01 +0000 (08:18 +0200)]
Fix missing/wrong IHandleUserSessions usages

20 months agoMerge pull request #12049 from nupplaphil/bug/ci
Hypolite Petovan [Sat, 22 Oct 2022 20:57:14 +0000 (16:57 -0400)]
Merge pull request #12049 from nupplaphil/bug/ci

Fix CI with Session

20 months agoFix CI with Session
Philipp [Sat, 22 Oct 2022 18:03:15 +0000 (20:03 +0200)]
Fix CI with Session

20 months agoMerge pull request #12048 from tobiasd/20221022-ru
Hypolite Petovan [Sat, 22 Oct 2022 12:13:12 +0000 (08:13 -0400)]
Merge pull request #12048 from tobiasd/20221022-ru

RU translation update THX SpcCw

20 months agoRU translation update THX SpcCw
Tobias Diekershoff [Sat, 22 Oct 2022 04:44:08 +0000 (06:44 +0200)]
RU translation update THX SpcCw

20 months agoMerge pull request #12039 from nupplaphil/feat/session_util_Modules
Hypolite Petovan [Fri, 21 Oct 2022 22:28:45 +0000 (18:28 -0400)]
Merge pull request #12039 from nupplaphil/feat/session_util_Modules

UserSession class [3] - Refactor src/ files excluding Module/Model

20 months agoMerge pull request #12047 from friendica/revert-12044-bug/woordpecker_ci
Hypolite Petovan [Fri, 21 Oct 2022 22:26:05 +0000 (18:26 -0400)]
Merge pull request #12047 from friendica/revert-12044-bug/woordpecker_ci

Revert "Fix CI pipeline"

20 months agoRevert "Fix CI pipeline"
Philipp [Fri, 21 Oct 2022 17:55:29 +0000 (19:55 +0200)]
Revert "Fix CI pipeline"

20 months agoRemove Core\Session
Philipp [Fri, 21 Oct 2022 17:36:42 +0000 (19:36 +0200)]
Remove Core\Session

20 months agoUpdate src/Content/Widget.php
Philipp [Fri, 21 Oct 2022 17:34:02 +0000 (19:34 +0200)]
Update src/Content/Widget.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
20 months agoMove "submanage" Session value into own methods
Philipp [Fri, 21 Oct 2022 17:33:28 +0000 (19:33 +0200)]
Move "submanage" Session value into own methods

20 months agoReduce parentheses
Philipp [Fri, 21 Oct 2022 07:12:24 +0000 (09:12 +0200)]
Reduce parentheses

20 months agomake App\Router easier
Philipp [Fri, 21 Oct 2022 07:05:26 +0000 (09:05 +0200)]
make App\Router easier

20 months agoMove DI dependency for App class
Philipp [Thu, 20 Oct 2022 20:06:25 +0000 (22:06 +0200)]
Move DI dependency for App class

20 months agoMove DI dependency for Navigation\Notifications\Factory\Introduction class
Philipp [Thu, 20 Oct 2022 19:58:43 +0000 (21:58 +0200)]
Move DI dependency for Navigation\Notifications\Factory\Introduction class

20 months agoMove DI dependency for Navigation\Notifications\Factory\FormattedNotify class
Philipp [Thu, 20 Oct 2022 19:41:53 +0000 (21:41 +0200)]
Move DI dependency for Navigation\Notifications\Factory\FormattedNotify class

20 months agoMove DI dependency for Navigation\Notifications\Factory\FormattedNavNotification...
Philipp [Thu, 20 Oct 2022 19:39:06 +0000 (21:39 +0200)]
Move DI dependency for Navigation\Notifications\Factory\FormattedNavNotification class

20 months agoMove DI dependency for Content\Item class
Philipp [Thu, 20 Oct 2022 19:36:38 +0000 (21:36 +0200)]
Move DI dependency for Content\Item class

20 months agoMove DI dependency for App\Conversation class
Philipp [Thu, 20 Oct 2022 19:32:54 +0000 (21:32 +0200)]
Move DI dependency for App\Conversation class