]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoremove unneeded tabs
Tobias Diekershoff [Sun, 3 Oct 2021 13:03:45 +0000 (15:03 +0200)]
remove unneeded tabs

2 years agorestore jot.tpl file formatting
Tobias Diekershoff [Sun, 3 Oct 2021 13:02:51 +0000 (15:02 +0200)]
restore jot.tpl file formatting

2 years agoadd character counter to themes other then frio
Tobias Diekershoff [Sun, 3 Oct 2021 12:55:21 +0000 (14:55 +0200)]
add character counter to themes other then frio

Only vier needed some styling so that the counter looked fitting.

closes #2525

2 years agoMore "q" calls have been replaced
Michael [Sun, 3 Oct 2021 15:02:20 +0000 (15:02 +0000)]
More "q" calls have been replaced

2 years agoMerge pull request #10722 from MrPetovan/task/refactor-notifications
Michael Vogel [Sun, 3 Oct 2021 12:13:28 +0000 (14:13 +0200)]
Merge pull request #10722 from MrPetovan/task/refactor-notifications

Move notify, notifications and introduction notifications to new paradigm

2 years agoMerge pull request #10812 from MrPetovan/bug/photo-route
Michael Vogel [Sun, 3 Oct 2021 12:01:53 +0000 (14:01 +0200)]
Merge pull request #10812 from MrPetovan/bug/photo-route

Add missing Module\Photo route for post-media id with no customsize

2 years agoAdd missing Module\Photo route for post-media id with no customsize
Hypolite Petovan [Sun, 3 Oct 2021 11:58:52 +0000 (07:58 -0400)]
Add missing Module\Photo route for post-media id with no customsize

2 years agoMerge pull request #10811 from MrPetovan/bug/photo-route
Michael Vogel [Sun, 3 Oct 2021 11:53:17 +0000 (13:53 +0200)]
Merge pull request #10811 from MrPetovan/bug/photo-route

Add missing Module\Photo route for contact avatar

2 years agoAdd missing Module\Photo route for contact avatar
Hypolite Petovan [Sun, 3 Oct 2021 11:48:46 +0000 (07:48 -0400)]
Add missing Module\Photo route for contact avatar

2 years agoMerge pull request #10810 from MrPetovan/bug/photo-route
Michael Vogel [Sun, 3 Oct 2021 11:40:14 +0000 (13:40 +0200)]
Merge pull request #10810 from MrPetovan/bug/photo-route

Fix regular expression in the user avatar photo routes

2 years agoFix regular expression in the user avatar photo routes
Hypolite Petovan [Sun, 3 Oct 2021 11:37:30 +0000 (07:37 -0400)]
Fix regular expression in the user avatar photo routes

2 years agoMerge pull request #10809 from annando/small-as
Tobias Diekershoff [Sun, 3 Oct 2021 10:49:24 +0000 (12:49 +0200)]
Merge pull request #10809 from annando/small-as

Code Style: Replace "AS" with "as"

2 years agoCode Style: Replace "AS" with "as"
Michael [Sun, 3 Oct 2021 10:34:41 +0000 (10:34 +0000)]
Code Style: Replace "AS" with "as"

2 years agoMerge pull request #10808 from MrPetovan/task/10725-user-avatar
Michael Vogel [Sun, 3 Oct 2021 09:57:59 +0000 (11:57 +0200)]
Merge pull request #10808 from MrPetovan/task/10725-user-avatar

Replace remaining reference to Model\Photo::stripExtension

2 years agoReplace remaining reference to Model\Photo::stripExtension
Hypolite Petovan [Sun, 3 Oct 2021 09:52:53 +0000 (05:52 -0400)]
Replace remaining reference to Model\Photo::stripExtension

2 years agoMerge pull request #10807 from annando/emoji-media
Hypolite Petovan [Sun, 3 Oct 2021 09:49:30 +0000 (05:49 -0400)]
Merge pull request #10807 from annando/emoji-media

Don't store emoji images as media but links

2 years agoDon't store emoji images as media but links
Michael [Sun, 3 Oct 2021 09:42:14 +0000 (09:42 +0000)]
Don't store emoji images as media but links

2 years agoMerge pull request #10806 from tobiasd/2021100-de
Hypolite Petovan [Sun, 3 Oct 2021 09:33:02 +0000 (05:33 -0400)]
Merge pull request #10806 from tobiasd/2021100-de

DE translation update

2 years agoDE translation updats
Tobias Diekershoff [Sun, 3 Oct 2021 08:13:16 +0000 (10:13 +0200)]
DE translation updats

2 years agoMerge pull request #10805 from MrPetovan/task/10725-user-avatar
Michael Vogel [Sat, 2 Oct 2021 23:10:55 +0000 (01:10 +0200)]
Merge pull request #10805 from MrPetovan/task/10725-user-avatar

Switch uid with nickname in user picture URLs

2 years agoSwitch uid with nickname in user picture URLs
Hypolite Petovan [Sat, 2 Oct 2021 22:42:14 +0000 (18:42 -0400)]
Switch uid with nickname in user picture URLs

- Keep previous URL scheme fallback as remote contact avatar URLs pointing to local user avatar URLs need to update

2 years agoRefactor User::getAvatarUrlForId into getAvatarUrl
Hypolite Petovan [Sat, 2 Oct 2021 21:28:29 +0000 (17:28 -0400)]
Refactor User::getAvatarUrlForId into getAvatarUrl

- Use user/owner array as parameter instead of uid
- Rename $profile variables to $owner when it's the result of User::getOwnerDataByNick
- Replace Module\Photo::stripExtension with native pathinfo() calls

2 years agoMerge pull request #10804 from annando/more-q
Hypolite Petovan [Sat, 2 Oct 2021 22:53:43 +0000 (18:53 -0400)]
Merge pull request #10804 from annando/more-q

Replaced "q" calls

2 years agoReplaced "q" calls
Michael [Sat, 2 Oct 2021 22:42:39 +0000 (22:42 +0000)]
Replaced "q" calls

2 years agoUpdate main translation file after strings have moved
Hypolite Petovan [Sat, 18 Sep 2021 05:22:52 +0000 (01:22 -0400)]
Update main translation file after strings have moved

2 years agoSimplify Depository\Notify->selectAllForUser parameters
Hypolite Petovan [Sun, 19 Sep 2021 16:57:16 +0000 (12:57 -0400)]
Simplify Depository\Notify->selectAllForUser parameters

- Shifts database structure knowledge from the controller to the depository where it should be

2 years agoCreate new DI shorthands for notification-related factories
Hypolite Petovan [Sun, 19 Sep 2021 16:56:24 +0000 (12:56 -0400)]
Create new DI shorthands for notification-related factories

2 years agoMove notification to the new paradigm
Hypolite Petovan [Sat, 18 Sep 2021 04:03:32 +0000 (00:03 -0400)]
Move notification to the new paradigm

2 years agoMove notification introductions to the new paradigm
Hypolite Petovan [Sat, 18 Sep 2021 03:41:02 +0000 (23:41 -0400)]
Move notification introductions to the new paradigm

2 years agoAdd new paradigm classes for notification and introduction notifications
Hypolite Petovan [Sat, 18 Sep 2021 03:37:41 +0000 (23:37 -0400)]
Add new paradigm classes for notification and introduction notifications

- Add support for bounded select in BaseDepository

2 years agoCreate constants for Mastodon notification types
Hypolite Petovan [Sat, 18 Sep 2021 03:15:23 +0000 (23:15 -0400)]
Create constants for Mastodon notification types

2 years agoFix method name typos in Model\Post\UserNotification
Hypolite Petovan [Sat, 18 Sep 2021 03:25:17 +0000 (23:25 -0400)]
Fix method name typos in Model\Post\UserNotification

- Reformat file, improve type-hinting

2 years agoImprove accuracy of accepted parameter types in phpDoc of Database->fetch
Hypolite Petovan [Sat, 18 Sep 2021 03:36:03 +0000 (23:36 -0400)]
Improve accuracy of accepted parameter types in phpDoc of Database->fetch

- Suppresses an unwarranted type error raised by static analyzers

2 years agoRename Model\Post\UserNotifications type constants
Hypolite Petovan [Sat, 18 Sep 2021 02:14:32 +0000 (22:14 -0400)]
Rename Model\Post\UserNotifications type constants

2 years agoMove notify to the new paradigm
Hypolite Petovan [Sat, 18 Sep 2021 05:08:29 +0000 (01:08 -0400)]
Move notify to the new paradigm

- Remove unused frion notify template
- Update API test

2 years agoAdd new paradigm classes for notify
Hypolite Petovan [Sun, 29 Aug 2021 01:55:04 +0000 (21:55 -0400)]
Add new paradigm classes for notify

- Create BaseDepository class
- Create Entity, Collection, Factory and Depository classes
- Create FormattedNotification Entity, Collection and Factory to remove business logic from Notify repository
- Create new NotificationCreationIntercepted exception to allow addons to cancel notification creation
- Remove unused frio notifications/notify.tpl template

2 years agoMerge pull request #10803 from nupplaphil/feat/message_log
Hypolite Petovan [Sat, 2 Oct 2021 21:41:34 +0000 (17:41 -0400)]
Merge pull request #10803 from nupplaphil/feat/message_log

Forgot one Logpoint ..

2 years agoMerge pull request #10801 from annando/network-thread-view
Hypolite Petovan [Sat, 2 Oct 2021 21:40:00 +0000 (17:40 -0400)]
Merge pull request #10801 from annando/network-thread-view

Fixing "Unknown column 'network-thread-view.uri-id'"

2 years agoMerge pull request #10800 from MrPetovan/task/10739-block
Michael Vogel [Sat, 2 Oct 2021 21:39:06 +0000 (23:39 +0200)]
Merge pull request #10800 from MrPetovan/task/10739-block

Add block and unblock hooks

2 years agoUpdated main translation file because I'm used to do it now
Hypolite Petovan [Sat, 2 Oct 2021 20:57:35 +0000 (16:57 -0400)]
Updated main translation file because I'm used to do it now

2 years agoAdd block and unblock hooks
Hypolite Petovan [Sat, 2 Oct 2021 20:00:06 +0000 (16:00 -0400)]
Add block and unblock hooks

2 years agoImplement relationship termination for Mastodon block
Hypolite Petovan [Sat, 2 Oct 2021 20:02:58 +0000 (16:02 -0400)]
Implement relationship termination for Mastodon block

- This is the expected Mastodon behavior on block

2 years agoRemove contact record instead of setting rel = 0 in Contact::revokeFollow
Hypolite Petovan [Sat, 2 Oct 2021 19:48:52 +0000 (15:48 -0400)]
Remove contact record instead of setting rel = 0 in Contact::revokeFollow

2 years agoForgot one Logpoint ..
Philipp [Sat, 2 Oct 2021 21:27:15 +0000 (23:27 +0200)]
Forgot one Logpoint ..

2 years agoMerge pull request #10802 from nupplaphil/feat/webda_storage
Michael Vogel [Sat, 2 Oct 2021 21:19:35 +0000 (23:19 +0200)]
Merge pull request #10802 from nupplaphil/feat/webda_storage

Remove disturbing/superfluous logging messages

2 years agoUpdate src/Module/Conversation/Network.php
Michael Vogel [Sat, 2 Oct 2021 21:18:54 +0000 (23:18 +0200)]
Update src/Module/Conversation/Network.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoRemove disturbing/superfluous logging messages
Philipp [Sat, 2 Oct 2021 20:20:39 +0000 (22:20 +0200)]
Remove disturbing/superfluous logging messages

2 years agoMerge remote-tracking branch 'upstream/develop' into network-thread-view
Michael [Sat, 2 Oct 2021 21:00:10 +0000 (21:00 +0000)]
Merge remote-tracking branch 'upstream/develop' into network-thread-view

2 years agoFixing "Unknown column 'network-thread-view.uri-id'"
Michael [Sat, 2 Oct 2021 20:56:11 +0000 (20:56 +0000)]
Fixing "Unknown column 'network-thread-view.uri-id'"

2 years agoRemove the obsolete parameter $two_way from terminateFriendship methods
Hypolite Petovan [Sat, 2 Oct 2021 19:48:20 +0000 (15:48 -0400)]
Remove the obsolete parameter $two_way from terminateFriendship methods

- Follow revokation is now done independently

2 years agoMerge pull request #10762 from MrPetovan/task/10729-remove-contact-drop
Michael Vogel [Sat, 2 Oct 2021 20:12:06 +0000 (22:12 +0200)]
Merge pull request #10762 from MrPetovan/task/10729-remove-contact-drop

Remove contact drop feature

2 years agoUpdated main translation file after string removal
Hypolite Petovan [Sat, 25 Sep 2021 17:17:10 +0000 (13:17 -0400)]
Updated main translation file after string removal

2 years agoRemove contact drop feature
Hypolite Petovan [Thu, 23 Sep 2021 03:05:13 +0000 (23:05 -0400)]
Remove contact drop feature

- Feature was confusing, sometimes ineffective and overall overlapping with unfollow/block

2 years agoMerge pull request #10795 from annando/contact-media
Hypolite Petovan [Sat, 2 Oct 2021 19:51:26 +0000 (15:51 -0400)]
Merge pull request #10795 from annando/contact-media

Contact-media

2 years agoMerge pull request #10799 from tobiasd/20211002-de
Hypolite Petovan [Sat, 2 Oct 2021 19:49:28 +0000 (15:49 -0400)]
Merge pull request #10799 from tobiasd/20211002-de

DE translation updates

2 years agoReverted unneeded changes
Michael [Sat, 2 Oct 2021 19:33:51 +0000 (19:33 +0000)]
Reverted unneeded changes

2 years agoThe media class moved
Michael [Sat, 2 Oct 2021 19:31:27 +0000 (19:31 +0000)]
The media class moved

2 years agoDE translation updates
Tobias Diekershoff [Sat, 2 Oct 2021 19:30:30 +0000 (21:30 +0200)]
DE translation updates

2 years agoMerge pull request #10798 from annando/q-calls
Hypolite Petovan [Sat, 2 Oct 2021 18:41:25 +0000 (14:41 -0400)]
Merge pull request #10798 from annando/q-calls

Some more "q" calls replaced

2 years agoMerge branch 'contact-media' of github.com:annando/friendica into contact-media
Michael [Sat, 2 Oct 2021 18:35:47 +0000 (18:35 +0000)]
Merge branch 'contact-media' of github.com:annando/friendica into contact-media

2 years agoMerge remote-tracking branch 'upstream/develop' into contact-media
Michael [Sat, 2 Oct 2021 18:35:43 +0000 (18:35 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-media

2 years agoSome more "q" calls replaced
Michael [Sat, 2 Oct 2021 18:32:56 +0000 (18:32 +0000)]
Some more "q" calls replaced

2 years agoUpdate src/Model/Contact.php
Michael Vogel [Sat, 2 Oct 2021 18:31:30 +0000 (20:31 +0200)]
Update src/Model/Contact.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #10796 from MrPetovan/task/10754-add-revoke-function
Tobias Diekershoff [Sat, 2 Oct 2021 18:30:20 +0000 (20:30 +0200)]
Merge pull request #10796 from MrPetovan/task/10754-add-revoke-function

Add revoke follow feature

2 years agoUpdated main translation file after adding strings
Hypolite Petovan [Sat, 2 Oct 2021 15:47:45 +0000 (11:47 -0400)]
Updated main translation file after adding strings

2 years agoAdd revoke follow feature
Hypolite Petovan [Sat, 2 Oct 2021 15:44:47 +0000 (11:44 -0400)]
Add revoke follow feature

- Add new follow revoke module
- Add new hooks: revoke_follow, support_follow, support_revoke_follow
- Add link in contact page action menu

2 years ago[Docs] Move unfollow hook instances in the correct file
Hypolite Petovan [Sat, 2 Oct 2021 15:29:26 +0000 (11:29 -0400)]
[Docs] Move unfollow hook instances in the correct file

2 years agoMove translation strings in their own array for confirm templates
Hypolite Petovan [Sat, 2 Oct 2021 15:26:14 +0000 (11:26 -0400)]
Move translation strings in their own array for confirm templates

2 years agoActivityPub: Update relation when receiving a follow reject message
Hypolite Petovan [Sat, 2 Oct 2021 15:19:41 +0000 (11:19 -0400)]
ActivityPub: Update relation when receiving a follow reject message

2 years agoRemoving "blubb"
Michael [Sat, 2 Oct 2021 17:47:11 +0000 (17:47 +0000)]
Removing "blubb"

2 years agoMerge pull request #10797 from annando/diaspora-deprecated
Tobias Diekershoff [Sat, 2 Oct 2021 17:19:40 +0000 (19:19 +0200)]
Merge pull request #10797 from annando/diaspora-deprecated

Replaced deprecated code from the Diaspora implementation

2 years agoReplaced deprecated code from the Diaspora implementation
Michael [Sat, 2 Oct 2021 17:11:54 +0000 (17:11 +0000)]
Replaced deprecated code from the Diaspora implementation

2 years agoUpdated access key documentation
Michael [Sat, 2 Oct 2021 15:30:15 +0000 (15:30 +0000)]
Updated access key documentation

2 years agoMerge remote-tracking branch 'upstream/develop' into contact-media
Michael [Sat, 2 Oct 2021 15:13:55 +0000 (15:13 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-media

2 years ago"Video" is replaced by a "Media" tab in contact and profile
Michael [Sat, 2 Oct 2021 15:09:43 +0000 (15:09 +0000)]
"Video" is replaced by a "Media" tab in contact and profile

2 years agoMerge pull request #10788 from fabrixxm/fix/gettext
Hypolite Petovan [Sat, 2 Oct 2021 13:24:52 +0000 (09:24 -0400)]
Merge pull request #10788 from fabrixxm/fix/gettext

Fix `run_xgettext.sh` code and make it work on osx

2 years agoMerge pull request #10769 from MrPetovan/task/10734-unfollow-hook
Michael Vogel [Sat, 2 Oct 2021 13:11:07 +0000 (15:11 +0200)]
Merge pull request #10769 from MrPetovan/task/10734-unfollow-hook

Rework contact termination to separate protocol-level and contact-level

2 years agoFix comments, remove sed bkp files, fix bash compatiblity
fabrixxm [Sat, 2 Oct 2021 12:45:25 +0000 (14:45 +0200)]
Fix comments, remove sed bkp files, fix bash compatiblity

2 years agoUpdated main translation file after adding strings
Hypolite Petovan [Sun, 26 Sep 2021 21:49:51 +0000 (17:49 -0400)]
Updated main translation file after adding strings

2 years agoRework contact termination to separate protocol-level and contact-level
Hypolite Petovan [Sun, 26 Sep 2021 14:30:44 +0000 (10:30 -0400)]
Rework contact termination to separate protocol-level and contact-level

- Mail and Feed contacts are now removed automatically on relationship termination
- Added logging and notice messages for different results

2 years agoMerge pull request #10759 from annando/user-contact
Hypolite Petovan [Sat, 2 Oct 2021 12:27:14 +0000 (08:27 -0400)]
Merge pull request #10759 from annando/user-contact

Insert a `user-contact` for every contact

2 years agoUpdated "database.sql"
Michael [Sat, 2 Oct 2021 11:59:03 +0000 (11:59 +0000)]
Updated "database.sql"

2 years agoMerge remote-tracking branch 'upstream/develop' into user-contact
Michael [Sat, 2 Oct 2021 11:57:43 +0000 (11:57 +0000)]
Merge remote-tracking branch 'upstream/develop' into user-contact

2 years agoNew functionality to display media posted by a contact
Michael [Sat, 2 Oct 2021 11:55:22 +0000 (11:55 +0000)]
New functionality to display media posted by a contact

2 years agoMerge pull request #10794 from annando/q-removed
Hypolite Petovan [Sat, 2 Oct 2021 11:44:33 +0000 (07:44 -0400)]
Merge pull request #10794 from annando/q-removed

"q" call is replaced

2 years agoMerge pull request #10793 from annando/issue-10747
Hypolite Petovan [Sat, 2 Oct 2021 11:43:00 +0000 (07:43 -0400)]
Merge pull request #10793 from annando/issue-10747

Issue 10747: Improved check for blocked domains

2 years ago"q" call is replaced
Michael [Sat, 2 Oct 2021 11:08:12 +0000 (11:08 +0000)]
"q" call is replaced

2 years agoIssue 10747: Improved check for blocked domains
Michael [Sat, 2 Oct 2021 10:25:50 +0000 (10:25 +0000)]
Issue 10747: Improved check for blocked domains

2 years agoMerge pull request #10792 from annando/api-share-retweet
Tobias Diekershoff [Sat, 2 Oct 2021 09:21:18 +0000 (11:21 +0200)]
Merge pull request #10792 from annando/api-share-retweet

API: No special handling for Diaspora reshares

2 years agoAPI: No special handling for Diaspora reshares
Michael [Sat, 2 Oct 2021 08:22:15 +0000 (08:22 +0000)]
API: No special handling for Diaspora reshares

2 years agoMerge pull request #10790 from tobiasd/20211001-install-docs
Hypolite Petovan [Fri, 1 Oct 2021 16:54:14 +0000 (12:54 -0400)]
Merge pull request #10790 from tobiasd/20211001-install-docs

add a hint about the phpmailer addon to the install docs

2 years agosmall typo
Tobias Diekershoff [Fri, 1 Oct 2021 16:27:22 +0000 (18:27 +0200)]
small typo

2 years agoadd a hint about the phpmailer addon to the install docs
Tobias Diekershoff [Fri, 1 Oct 2021 16:25:18 +0000 (18:25 +0200)]
add a hint about the phpmailer addon to the install docs

2 years agoMerge pull request #10789 from tobiasd/20211001-de
Hypolite Petovan [Fri, 1 Oct 2021 15:39:56 +0000 (11:39 -0400)]
Merge pull request #10789 from tobiasd/20211001-de

DE translation updates

2 years agoDE translation updates
Tobias Diekershoff [Fri, 1 Oct 2021 15:35:21 +0000 (17:35 +0200)]
DE translation updates

2 years agoFix `run_xgettext.sh` code and make it work on osx
fabrixxm [Fri, 1 Oct 2021 15:19:16 +0000 (17:19 +0200)]
Fix `run_xgettext.sh` code and make it work on osx

- run script thru `shellcheck` and fix code
- replace `readlink -f` with a function which works on osx too
- set flags to stop on errors

2 years agoMerge pull request #10787 from fabrixxm/issue/10767
Hypolite Petovan [Fri, 1 Oct 2021 15:08:11 +0000 (11:08 -0400)]
Merge pull request #10787 from fabrixxm/issue/10767

Mark string translatable in View logs

2 years agoLogs view: remove unneeded tpl var
fabrixxm [Fri, 1 Oct 2021 15:00:06 +0000 (17:00 +0200)]
Logs view: remove unneeded tpl var

2 years agoMark string translatable in View logs
fabrixxm [Fri, 1 Oct 2021 14:45:34 +0000 (16:45 +0200)]
Mark string translatable in View logs

and update messages.po

2 years agoMerge pull request #10782 from annando/display-uid
Hypolite Petovan [Fri, 1 Oct 2021 14:41:38 +0000 (10:41 -0400)]
Merge pull request #10782 from annando/display-uid

Prefer the local user when displaying items