]> git.mxchange.org Git - friendica.git/log
friendica.git
20 months agoCreate new User\Import module class
Hypolite Petovan [Mon, 31 Oct 2022 18:42:43 +0000 (14:42 -0400)]
Create new User\Import module class

- Merge Core\UserImport class in Module class

20 months agoMerge pull request #12086 from nupplaphil/feat/move_cal
Hypolite Petovan [Wed, 2 Nov 2022 14:39:25 +0000 (10:39 -0400)]
Merge pull request #12086 from nupplaphil/feat/move_cal

Move event export to src/Module/Events/Export

20 months agoUpdate messages.po
Philipp [Wed, 2 Nov 2022 14:17:48 +0000 (15:17 +0100)]
Update messages.po

20 months agoImprove alignment in static/routes.config.php
Hypolite Petovan [Wed, 2 Nov 2022 13:36:53 +0000 (09:36 -0400)]
Improve alignment in static/routes.config.php

20 months agoadapt route
Philipp [Wed, 2 Nov 2022 08:01:04 +0000 (09:01 +0100)]
adapt route

20 months agoMove new events routes to calendar routes
Philipp [Wed, 2 Nov 2022 07:59:46 +0000 (08:59 +0100)]
Move new events routes to calendar routes

20 months agoMove event export to src/Module/Events/Export
Philipp [Mon, 31 Oct 2022 23:01:37 +0000 (00:01 +0100)]
Move event export to src/Module/Events/Export

20 months agoMerge pull request #12091 from MrPetovan/bug/12085-view-logs-detail
Tobias Diekershoff [Tue, 1 Nov 2022 15:46:38 +0000 (16:46 +0100)]
Merge pull request #12091 from MrPetovan/bug/12085-view-logs-detail

Fix wrong class name in logs view template

20 months agoMerge pull request #12092 from MrPetovan/bug/12090-contact-route
Philipp [Tue, 1 Nov 2022 14:13:19 +0000 (15:13 +0100)]
Merge pull request #12092 from MrPetovan/bug/12090-contact-route

Replace remaining "follow" route instances to "contact/follow"

20 months agoReplace remaining "follow" route instances to "contact/follow"
Hypolite Petovan [Tue, 1 Nov 2022 13:41:39 +0000 (09:41 -0400)]
Replace remaining "follow" route instances to "contact/follow"

20 months agoFix wrong class name in logs view template
Hypolite Petovan [Tue, 1 Nov 2022 13:17:25 +0000 (09:17 -0400)]
Fix wrong class name in logs view template

- This was stunting the Javascript responsible for showing log entry details

20 months agoMerge pull request #12089 from annando/query-performance
Hypolite Petovan [Tue, 1 Nov 2022 12:48:16 +0000 (08:48 -0400)]
Merge pull request #12089 from annando/query-performance

(Hopefully) query performance improvements

20 months agoFix documentation typo in src/Protocol/Diaspora.php
Hypolite Petovan [Tue, 1 Nov 2022 12:43:00 +0000 (08:43 -0400)]
Fix documentation typo in src/Protocol/Diaspora.php

20 months ago(Hopefully) query performance improvements
Michael [Tue, 1 Nov 2022 06:02:44 +0000 (06:02 +0000)]
(Hopefully) query performance improvements

20 months agoMerge pull request #12088 from MrPetovan/bug/probe-atom
Philipp [Tue, 1 Nov 2022 05:45:12 +0000 (06:45 +0100)]
Merge pull request #12088 from MrPetovan/bug/probe-atom

Also look for Atom feeds when probing link URLs

20 months agoAlso look for Atom feeds when probing link URLs
Hypolite Petovan [Tue, 1 Nov 2022 04:45:46 +0000 (00:45 -0400)]
Also look for Atom feeds when probing link URLs

20 months agoMerge pull request #12077 from nupplaphil/feat/move_follow
Hypolite Petovan [Mon, 31 Oct 2022 23:36:11 +0000 (19:36 -0400)]
Merge pull request #12077 from nupplaphil/feat/move_follow

Move mod/follow.php to src/Module

20 months agohopefully last feedback :)
Philipp [Mon, 31 Oct 2022 23:09:30 +0000 (00:09 +0100)]
hopefully last feedback :)

20 months agoMake CS happy
Philipp [Mon, 31 Oct 2022 20:03:58 +0000 (21:03 +0100)]
Make CS happy

20 months agoUpdate messages.po
Philipp [Mon, 31 Oct 2022 20:00:30 +0000 (21:00 +0100)]
Update messages.po

20 months agoRename $action because of PR before
Philipp [Mon, 31 Oct 2022 20:00:23 +0000 (21:00 +0100)]
Rename $action because of PR before

20 months agoFixing the non-auto follow process ...
Philipp [Mon, 31 Oct 2022 19:51:13 +0000 (20:51 +0100)]
Fixing the non-auto follow process ...

20 months agoFixups ... hopefully the last one :-/
Philipp [Mon, 31 Oct 2022 19:26:52 +0000 (20:26 +0100)]
Fixups ... hopefully the last one :-/

20 months agoFound some more follow-links
Philipp [Mon, 31 Oct 2022 18:10:30 +0000 (19:10 +0100)]
Found some more follow-links

20 months agoMove Follow to `/contact` namespace
Philipp [Mon, 31 Oct 2022 16:58:04 +0000 (17:58 +0100)]
Move Follow to `/contact` namespace

20 months agoFixup post
Philipp [Mon, 31 Oct 2022 11:53:48 +0000 (12:53 +0100)]
Fixup post

20 months agoMove Follow to Contact namespace
Philipp [Mon, 31 Oct 2022 11:51:51 +0000 (12:51 +0100)]
Move Follow to Contact namespace

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