]> git.mxchange.org Git - friendica.git/log
friendica.git
19 months agoCreate new Post/Share module class
Hypolite Petovan [Fri, 4 Nov 2022 17:01:25 +0000 (13:01 -0400)]
Create new Post/Share module class

19 months agoMerge pull request #12094 from MrPetovan/task/hide-reply-counts-ping
Philipp [Fri, 4 Nov 2022 17:00:15 +0000 (18:00 +0100)]
Merge pull request #12094 from MrPetovan/task/hide-reply-counts-ping

Remove non-top-level posts from notification labels when network sort order is "received"

19 months agoMerge pull request #12103 from MrPetovan/task/4090-move-mod-suggest
Philipp [Fri, 4 Nov 2022 16:56:17 +0000 (17:56 +0100)]
Merge pull request #12103 from MrPetovan/task/4090-move-mod-suggest

Move mod/suggest.php to src/Module

19 months agoUpdate main translation file after mving strings
Hypolite Petovan [Fri, 4 Nov 2022 15:29:39 +0000 (11:29 -0400)]
Update main translation file after mving strings

19 months agoRemove mod/suggest.php file
Hypolite Petovan [Fri, 4 Nov 2022 11:57:37 +0000 (07:57 -0400)]
Remove mod/suggest.php file

19 months agoAdd new Contact/Suggestions module class
Hypolite Petovan [Fri, 4 Nov 2022 11:57:00 +0000 (07:57 -0400)]
Add new Contact/Suggestions module class

19 months agoMove viewcontact_template and contact_template to contact/ folder
Hypolite Petovan [Fri, 4 Nov 2022 11:03:55 +0000 (07:03 -0400)]
Move viewcontact_template and contact_template to contact/ folder

19 months agoRemove non-top-level posts from notification labels when network sort order is "received"
Hypolite Petovan [Thu, 3 Nov 2022 00:45:42 +0000 (20:45 -0400)]
Remove non-top-level posts from notification labels when network sort order is "received"

- These posts don't alter the network view in this sort order and so are distracting with no actionable benefits

19 months agoRemove dependency on DI in Notifications\Ping module
Hypolite Petovan [Thu, 3 Nov 2022 00:44:35 +0000 (20:44 -0400)]
Remove dependency on DI in Notifications\Ping module

19 months agoDeprecate default value parameters in Session and Config interfaces
Hypolite Petovan [Thu, 3 Nov 2022 00:38:23 +0000 (20:38 -0400)]
Deprecate default value parameters in Session and Config interfaces

- It is more efficient to use the null coalescing operator ?? that prevents the computation of the default value if the key has been found

19 months agoAdd new Conversation\Network::getTimelineOrderBySession method
Hypolite Petovan [Thu, 3 Nov 2022 00:37:14 +0000 (20:37 -0400)]
Add new Conversation\Network::getTimelineOrderBySession method

19 months agoRename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
Hypolite Petovan [Thu, 3 Nov 2022 00:28:53 +0000 (20:28 -0400)]
Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop

- New name better reflect the behavior

19 months agoMerge pull request #12100 from MrPetovan/task/4090-move-mod-tagger
Philipp [Fri, 4 Nov 2022 06:17:45 +0000 (07:17 +0100)]
Merge pull request #12100 from MrPetovan/task/4090-move-mod-tagger

Move mod/tagger.php to src/Module

19 months agoUpdated main translation file after moving strings
Hypolite Petovan [Fri, 4 Nov 2022 02:30:25 +0000 (22:30 -0400)]
Updated main translation file after moving strings

19 months agoRemove mod/tagger.php
Hypolite Petovan [Fri, 4 Nov 2022 02:26:57 +0000 (22:26 -0400)]
Remove mod/tagger.php

19 months agoAdd new Post/Tag/Add module class
Hypolite Petovan [Fri, 4 Nov 2022 02:26:48 +0000 (22:26 -0400)]
Add new Post/Tag/Add module class

- Convert GET to POST

19 months agoMerge pull request #12099 from annando/issue-12097
Hypolite Petovan [Thu, 3 Nov 2022 20:31:42 +0000 (16:31 -0400)]
Merge pull request #12099 from annando/issue-12097

Issue 12097: Notify for each new user registration

19 months agoUpdates messages.po
Michael [Thu, 3 Nov 2022 20:18:50 +0000 (20:18 +0000)]
Updates messages.po

19 months agoMerge remote-tracking branch 'upstream/develop' into issue-12097
Michael [Thu, 3 Nov 2022 20:15:53 +0000 (20:15 +0000)]
Merge remote-tracking branch 'upstream/develop' into issue-12097

19 months agoMerge branch 'issue-12097' of github.com:annando/friendica into issue-12097
Michael [Thu, 3 Nov 2022 20:14:56 +0000 (20:14 +0000)]
Merge branch 'issue-12097' of github.com:annando/friendica into issue-12097

19 months agoAdded settings
Michael [Thu, 3 Nov 2022 20:14:52 +0000 (20:14 +0000)]
Added settings

19 months agoApply suggestions from code review
Michael Vogel [Thu, 3 Nov 2022 20:13:03 +0000 (21:13 +0100)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
19 months agoIssue 12097: Notify for each new user registration
Michael [Thu, 3 Nov 2022 19:59:33 +0000 (19:59 +0000)]
Issue 12097: Notify for each new user registration

19 months agoMerge pull request #12095 from annando/bulk
Hypolite Petovan [Thu, 3 Nov 2022 11:59:44 +0000 (07:59 -0400)]
Merge pull request #12095 from annando/bulk

Improved bulk delivery / don't redistribute activities

19 months agoMerge pull request #12093 from MrPetovan/task/4090-move-mod-tagrm
Philipp [Thu, 3 Nov 2022 06:44:48 +0000 (07:44 +0100)]
Merge pull request #12093 from MrPetovan/task/4090-move-mod-tagrm

Move mod/tagrm.php to src/Module

19 months agoSimplified else case
Michael [Thu, 3 Nov 2022 04:27:30 +0000 (04:27 +0000)]
Simplified else case

19 months agoUpdated main translation file after moving strings
Hypolite Petovan [Wed, 2 Nov 2022 04:00:59 +0000 (00:00 -0400)]
Updated main translation file after moving strings

19 months agoRemove mod/tagrm.php
Hypolite Petovan [Wed, 2 Nov 2022 03:43:08 +0000 (23:43 -0400)]
Remove mod/tagrm.php

19 months agoCreate Post/Tag/Remove module class and route
Hypolite Petovan [Wed, 2 Nov 2022 03:42:20 +0000 (23:42 -0400)]
Create Post/Tag/Remove module class and route

- Fix tag name parameter in single tag removal link in mod/photos
- Remove "/post" from backend routes as it was preventing sessions from working in this module. No existing module had a route starting with "/post".

19 months agoImproved logging
Michael [Thu, 3 Nov 2022 04:23:04 +0000 (04:23 +0000)]
Improved logging

19 months agoImproved bulk delivery / don't redistribute activities
Michael [Thu, 3 Nov 2022 04:03:39 +0000 (04:03 +0000)]
Improved bulk delivery / don't redistribute activities

19 months agoMerge pull request #12087 from MrPetovan/task/4090-move-mod-uimport
Philipp [Wed, 2 Nov 2022 18:19:17 +0000 (19:19 +0100)]
Merge pull request #12087 from MrPetovan/task/4090-move-mod-uimport

Move mod/uimport.php to src/Module

19 months agoUpdate main translation file after changing strings
Hypolite Petovan [Tue, 1 Nov 2022 03:01:54 +0000 (23:01 -0400)]
Update main translation file after changing strings

19 months agoRemove mod/uimport.php
Hypolite Petovan [Mon, 31 Oct 2022 18:43:05 +0000 (14:43 -0400)]
Remove mod/uimport.php

19 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

19 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

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

19 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

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

19 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

19 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

19 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

19 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"

19 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"

19 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

19 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

19 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

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

19 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

19 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

19 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

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

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

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

19 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

19 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 ...

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

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

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

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

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

19 months agomake CS happy
Philipp [Sat, 29 Oct 2022 23:34:52 +0000 (01:34 +0200)]
make CS happy

19 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

19 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

19 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

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

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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

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

19 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