]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoImproved notification messages
Michael [Wed, 8 Jan 2020 21:48:59 +0000 (21:48 +0000)]
Improved notification messages

4 years agoMerge pull request #8073 from annando/issue-8067
Hypolite Petovan [Tue, 7 Jan 2020 00:55:58 +0000 (19:55 -0500)]
Merge pull request #8073 from annando/issue-8067

Issue 8067: Posts from Mastodon had been wrongly parsed

4 years agoIssue 8067: Posts from Mastodon had been wrongly parsed
Michael [Tue, 7 Jan 2020 00:16:42 +0000 (00:16 +0000)]
Issue 8067: Posts from Mastodon had been wrongly parsed

4 years agoMerge pull request #8070 from nupplaphil/bug/8069-logout
Hypolite Petovan [Mon, 6 Jan 2020 22:22:40 +0000 (17:22 -0500)]
Merge pull request #8070 from nupplaphil/bug/8069-logout

Clear cookies before session clear

4 years agoremoved some static wrapper
nupplaPhil [Mon, 6 Jan 2020 23:14:01 +0000 (00:14 +0100)]
removed some static wrapper

4 years agoclear cookie before session clear
nupplaPhil [Mon, 6 Jan 2020 23:10:15 +0000 (00:10 +0100)]
clear cookie before session clear

4 years agoMerge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events
Philipp [Mon, 6 Jan 2020 13:18:20 +0000 (14:18 +0100)]
Merge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events

Use default user permissions when creating new event

4 years agoMerge pull request #8066 from annando/notifications
Hypolite Petovan [Mon, 6 Jan 2020 01:43:09 +0000 (20:43 -0500)]
Merge pull request #8066 from annando/notifications

The item notifications now are based upon the "user-item" field

4 years agoThe item notifications now are based upon the "user-item" field
Michael [Mon, 6 Jan 2020 00:59:18 +0000 (00:59 +0000)]
The item notifications now are based upon the "user-item" field

4 years agoMerge pull request #8059 from annando/item-notification
Hypolite Petovan [Mon, 6 Jan 2020 00:35:34 +0000 (19:35 -0500)]
Merge pull request #8059 from annando/item-notification

Item notification data is now stored in the "user-item" table

4 years agoUse default user permissions when creating new event
Hypolite Petovan [Sun, 5 Jan 2020 22:09:05 +0000 (17:09 -0500)]
Use default user permissions when creating new event

4 years agoRemove unused use statements in Module\Item\Compose
Hypolite Petovan [Sun, 5 Jan 2020 22:08:41 +0000 (17:08 -0500)]
Remove unused use statements in Module\Item\Compose

4 years agoAllow special groups in default user permissions
Hypolite Petovan [Sun, 5 Jan 2020 22:07:33 +0000 (17:07 -0500)]
Allow special groups in default user permissions

- Use ACLFormatter in ACL::getDefaultUserPermissions
- Remove ACL::fixACL
- Add return value to Contact::pruneUnavailable

4 years agoWe only search for items with the same uid
Michael [Sun, 5 Jan 2020 20:42:32 +0000 (20:42 +0000)]
We only search for items with the same uid

4 years agoFix condition creation
Michael [Sun, 5 Jan 2020 19:48:01 +0000 (19:48 +0000)]
Fix condition creation

4 years agoAPI: We now use the "notification-type" field for mentions
Michael [Sun, 5 Jan 2020 19:32:39 +0000 (19:32 +0000)]
API: We now use the "notification-type" field for mentions

4 years agoMerge remote-tracking branch 'upstream/develop' into item-notification
Michael [Sun, 5 Jan 2020 19:31:30 +0000 (19:31 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-notification

4 years agoMerge pull request #8061 from annando/ap-receiver
Tobias Diekershoff [Sun, 5 Jan 2020 18:30:42 +0000 (19:30 +0100)]
Merge pull request #8061 from annando/ap-receiver

AP: ensure that incoming posts are reaching all receivers

4 years agoMerge pull request #8060 from annando/fix-error
Philipp [Sun, 5 Jan 2020 17:32:47 +0000 (18:32 +0100)]
Merge pull request #8060 from annando/fix-error

Fix a missing ")"

4 years agoAP: ensure that incoming posts are reaching all receivers
Michael [Sun, 5 Jan 2020 17:20:23 +0000 (17:20 +0000)]
AP: ensure that incoming posts are reaching all receivers

4 years agoFix a missing ")"
Michael [Sun, 5 Jan 2020 17:19:37 +0000 (17:19 +0000)]
Fix a missing ")"

4 years agoAdded to-do
Michael [Sun, 5 Jan 2020 13:37:24 +0000 (13:37 +0000)]
Added to-do

4 years agoImproved check for invalid profiles
Michael [Sun, 5 Jan 2020 13:19:11 +0000 (13:19 +0000)]
Improved check for invalid profiles

4 years agoNow using only a single array
Michael [Sun, 5 Jan 2020 13:13:36 +0000 (13:13 +0000)]
Now using only a single array

4 years agoRemove duplicates in a better way
Michael [Sun, 5 Jan 2020 13:05:00 +0000 (13:05 +0000)]
Remove duplicates in a better way

4 years agoRestructured profile generation
Michael [Sun, 5 Jan 2020 12:49:57 +0000 (12:49 +0000)]
Restructured profile generation

4 years agoAdded index for performance considerations
Michael [Sun, 5 Jan 2020 12:48:18 +0000 (12:48 +0000)]
Added index for performance considerations

4 years agoClarified description
Michael [Sun, 5 Jan 2020 12:07:02 +0000 (12:07 +0000)]
Clarified description

4 years agoSpaces
Michael [Sun, 5 Jan 2020 12:00:15 +0000 (12:00 +0000)]
Spaces

4 years agoAdded type hints
Michael [Sun, 5 Jan 2020 11:00:57 +0000 (11:00 +0000)]
Added type hints

4 years agoFix post update / clean up code
Michael [Sun, 5 Jan 2020 10:16:01 +0000 (10:16 +0000)]
Fix post update / clean up code

4 years agoDon't create notifications for own posts
Michael [Sun, 5 Jan 2020 09:48:31 +0000 (09:48 +0000)]
Don't create notifications for own posts

4 years agoAdded post update
Michael [Sun, 5 Jan 2020 09:10:32 +0000 (09:10 +0000)]
Added post update

4 years agoNotification type can now be selected
Michael [Sun, 5 Jan 2020 09:10:03 +0000 (09:10 +0000)]
Notification type can now be selected

4 years agoImproved documentation, now checking all items
Michael [Sun, 5 Jan 2020 09:08:40 +0000 (09:08 +0000)]
Improved documentation, now checking all items

4 years agoMerge remote-tracking branch 'upstream/develop' into item-notification
Michael [Sun, 5 Jan 2020 07:47:55 +0000 (07:47 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-notification

4 years agoMerge pull request #8057 from annando/notice-error
Tobias Diekershoff [Sun, 5 Jan 2020 06:40:31 +0000 (07:40 +0100)]
Merge pull request #8057 from annando/notice-error

Fix an error and a notice

4 years agoFix an error and a notice
Michael [Sun, 5 Jan 2020 02:19:02 +0000 (02:19 +0000)]
Fix an error and a notice

4 years agoRestructuring
Michael [Sun, 5 Jan 2020 02:18:11 +0000 (02:18 +0000)]
Restructuring

4 years agoFunctionality is now added
Michael [Sun, 5 Jan 2020 01:23:40 +0000 (01:23 +0000)]
Functionality is now added

4 years agoMerge pull request #8055 from nupplaphil/task/remove_get_server
Hypolite Petovan [Sun, 5 Jan 2020 01:10:50 +0000 (20:10 -0500)]
Merge pull request #8055 from nupplaphil/task/remove_get_server

Remove get_server() in favor of Search::getGlobalDirectory()

4 years agoTests are now working
Michael [Sun, 5 Jan 2020 00:54:18 +0000 (00:54 +0000)]
Tests are now working

4 years agoRemove get_server() in favor of Search::getGlobalDirectory()
nupplaPhil [Sat, 4 Jan 2020 22:59:20 +0000 (23:59 +0100)]
Remove get_server() in favor of Search::getGlobalDirectory()

4 years agoMerge remote-tracking branch 'upstream/develop' into item-notification
Michael [Sat, 4 Jan 2020 22:53:06 +0000 (22:53 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-notification

4 years agoMerge pull request #8053 from nupplaphil/task/remove_get_app
Michael Vogel [Sat, 4 Jan 2020 22:41:51 +0000 (23:41 +0100)]
Merge pull request #8053 from nupplaphil/task/remove_get_app

Remove get_app() in favor of DI::app()

4 years agoRemove unused killme()
nupplaPhil [Sat, 4 Jan 2020 22:43:13 +0000 (23:43 +0100)]
Remove unused killme()

4 years agoRemove get_app() in favor of DI::app()
nupplaPhil [Sat, 4 Jan 2020 22:42:01 +0000 (23:42 +0100)]
Remove get_app() in favor of DI::app()

4 years agoMerge pull request #8056 from nupplaphil/task/remove_rdirname
Michael Vogel [Sat, 4 Jan 2020 22:36:59 +0000 (23:36 +0100)]
Merge pull request #8056 from nupplaphil/task/remove_rdirname

Remove rdirname() in favor of native dirname()

4 years agoRemove deprecated rdirname() in favor of native dirname()
nupplaPhil [Sat, 4 Jan 2020 23:10:34 +0000 (00:10 +0100)]
Remove deprecated rdirname() in favor of native dirname()

4 years agoMerge pull request #8052 from annando/contentmap
Philipp [Sat, 4 Jan 2020 22:07:57 +0000 (23:07 +0100)]
Merge pull request #8052 from annando/contentmap

AP: Transmit the language in the contentMap

4 years agoAdded parameter type
Michael [Sat, 4 Jan 2020 21:48:26 +0000 (21:48 +0000)]
Added parameter type

4 years agoFirst testable version
Michael [Sat, 4 Jan 2020 21:45:20 +0000 (21:45 +0000)]
First testable version

4 years agoAP: Transmit the language in the contentMap
Michael [Sat, 4 Jan 2020 14:35:14 +0000 (14:35 +0000)]
AP: Transmit the language in the contentMap

4 years agoNew "UserItem" class, new notification type field
Michael [Sat, 4 Jan 2020 12:21:42 +0000 (12:21 +0000)]
New "UserItem" class, new notification type field

4 years agoMerge pull request #8048 from MrPetovan/bug/fix-bbcode-scaleexternalimage
Michael Vogel [Fri, 3 Jan 2020 16:38:55 +0000 (17:38 +0100)]
Merge pull request #8048 from MrPetovan/bug/fix-bbcode-scaleexternalimage

Fix BBCode::scaleExternalImage

4 years agoMerge pull request #8050 from MrPetovan/bug/improve-feed-import
Tobias Diekershoff [Fri, 3 Jan 2020 16:08:54 +0000 (17:08 +0100)]
Merge pull request #8050 from MrPetovan/bug/improve-feed-import

Rework Feed::import parameters

4 years agoRemove superfluous comment in BBCode::scaleExternalImage
Hypolite Petovan [Fri, 3 Jan 2020 14:30:35 +0000 (09:30 -0500)]
Remove superfluous comment in BBCode::scaleExternalImage

4 years agoRework Feed::import parameters
Hypolite Petovan [Fri, 3 Jan 2020 14:26:28 +0000 (09:26 -0500)]
Rework Feed::import parameters

- Remove unused $hub
- Replace $simulate with an implicit condition

4 years agoFix formatting in Feed::import
Hypolite Petovan [Fri, 3 Jan 2020 14:09:03 +0000 (09:09 -0500)]
Fix formatting in  Feed::import

4 years agoRemove unused BBCode::scaleExternalImage parameters
Hypolite Petovan [Fri, 3 Jan 2020 01:44:15 +0000 (20:44 -0500)]
Remove unused BBCode::scaleExternalImage parameters

- Remove now obsolete system.no_view_full_size config key

4 years agoRemove useless HTML encode on item save
Hypolite Petovan [Fri, 3 Jan 2020 01:38:07 +0000 (20:38 -0500)]
Remove useless HTML encode on item save

4 years agoRemove harmful HTML decode/encode in BBCode::scaleExternalImages
Hypolite Petovan [Fri, 3 Jan 2020 01:35:59 +0000 (20:35 -0500)]
Remove harmful HTML decode/encode in BBCode::scaleExternalImages

4 years agoMerge pull request #8046 from annando/develop
Hypolite Petovan [Wed, 1 Jan 2020 23:20:31 +0000 (18:20 -0500)]
Merge pull request #8046 from annando/develop

Relocated functions from PortableContact to GServer

4 years agoRelocated functions from PortableContact to GServer
Michael [Wed, 1 Jan 2020 21:29:36 +0000 (21:29 +0000)]
Relocated functions from PortableContact to GServer

4 years agoMerge pull request #8044 from annando/contact-adding
Philipp [Wed, 1 Jan 2020 19:38:34 +0000 (20:38 +0100)]
Merge pull request #8044 from annando/contact-adding

Don't add contacts when not needed

4 years agoFixed documentation
Michael [Wed, 1 Jan 2020 18:57:55 +0000 (18:57 +0000)]
Fixed documentation

4 years agoDon't add contacts when not needed
Michael [Wed, 1 Jan 2020 17:54:36 +0000 (17:54 +0000)]
Don't add contacts when not needed

4 years agoMerge pull request #8042 from MrPetovan/bug/fix-remember-me
Philipp [Wed, 1 Jan 2020 17:32:58 +0000 (18:32 +0100)]
Merge pull request #8042 from MrPetovan/bug/fix-remember-me

Add missing constructor parameter to User\Cookie in dependencies.config

4 years agoAdd missing constructor parameter to User\Cookie in dependencies.config
Hypolite Petovan [Wed, 1 Jan 2020 15:56:56 +0000 (10:56 -0500)]
Add missing constructor parameter to User\Cookie in dependencies.config

4 years agoMerge pull request #8041 from AlfredSK/patch-1
Tobias Diekershoff [Wed, 1 Jan 2020 11:38:00 +0000 (12:38 +0100)]
Merge pull request #8041 from AlfredSK/patch-1

Fix missing use statement for DI (fatal error)

4 years agoFix missing use statement for DI (fatal error)
Steffen K9 [Wed, 1 Jan 2020 11:35:44 +0000 (12:35 +0100)]
Fix missing use statement for DI (fatal error)

4 years agoMerge pull request #8040 from MrPetovan/bug/notices
Tobias Diekershoff [Tue, 31 Dec 2019 18:43:34 +0000 (19:43 +0100)]
Merge pull request #8040 from MrPetovan/bug/notices

Add necessary call to BaseUrl->get() in Module\Objects

4 years agoMerge pull request #8039 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Tue, 31 Dec 2019 18:41:53 +0000 (19:41 +0100)]
Merge pull request #8039 from MrPetovan/bug/fatal-errors

Correctly capitalize DI::baseUrl in Module\Tos

4 years agoAdd necessary call to BaseUrl->get() in Module\Objects
Hypolite Petovan [Tue, 31 Dec 2019 17:20:57 +0000 (12:20 -0500)]
Add necessary call to BaseUrl->get() in Module\Objects

- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-569959500

4 years agoSuppress undefined index nickname notice in Model\Profile::sidebar
Hypolite Petovan [Wed, 12 Jun 2019 19:34:56 +0000 (15:34 -0400)]
Suppress undefined index nickname notice in Model\Profile::sidebar

4 years agoCorrectly capitalize DI::baseUrl in Module\Tos
Hypolite Petovan [Tue, 31 Dec 2019 17:19:12 +0000 (12:19 -0500)]
Correctly capitalize DI::baseUrl in Module\Tos

- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-569959102
- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-569959336

4 years agoMerge pull request #8037 from MrPetovan/bug/notices
Philipp [Mon, 30 Dec 2019 22:41:23 +0000 (23:41 +0100)]
Merge pull request #8037 from MrPetovan/bug/notices

Replace remaining $a->page by DI::page()

4 years agoMerge pull request #8036 from nupplaphil/task/redundant_system_call
Hypolite Petovan [Mon, 30 Dec 2019 22:37:25 +0000 (17:37 -0500)]
Merge pull request #8036 from nupplaphil/task/redundant_system_call

Remove redundant System::baseUrl() and System::removedBaseUrl() calls

4 years agoReplace comment
nupplaPhil [Mon, 30 Dec 2019 22:45:42 +0000 (23:45 +0100)]
Replace comment

4 years agoReplace remaining $a->page by DI::page()
Hypolite Petovan [Mon, 30 Dec 2019 22:35:01 +0000 (17:35 -0500)]
Replace remaining $a->page by DI::page()

4 years agoRemove deprecated call
nupplaPhil [Mon, 30 Dec 2019 22:08:06 +0000 (23:08 +0100)]
Remove deprecated call

4 years agoMove redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls
nupplaPhil [Mon, 30 Dec 2019 22:02:20 +0000 (23:02 +0100)]
Move redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls

4 years agoMove redundant System::baseUrl() to DI::baseUrl() calls
nupplaPhil [Mon, 30 Dec 2019 22:00:08 +0000 (23:00 +0100)]
Move redundant System::baseUrl() to DI::baseUrl() calls

4 years agoMerge pull request #8035 from nupplaphil/task/move_page
Hypolite Petovan [Mon, 30 Dec 2019 18:42:40 +0000 (13:42 -0500)]
Merge pull request #8035 from nupplaphil/task/move_page

Replace deprecated $a->page with DI::page()

4 years agoAdd parameter to index -> runFrontend()
nupplaPhil [Mon, 30 Dec 2019 19:20:05 +0000 (20:20 +0100)]
Add parameter to index -> runFrontend()

4 years agoReplace deprecated $a->page with DI::page()
nupplaPhil [Mon, 30 Dec 2019 19:02:09 +0000 (20:02 +0100)]
Replace deprecated $a->page with DI::page()

4 years agoMerge pull request #8010 from MrPetovan/task/7968-mastodon-api-account-fields
Philipp [Mon, 30 Dec 2019 12:28:15 +0000 (13:28 +0100)]
Merge pull request #8010 from MrPetovan/task/7968-mastodon-api-account-fields

Task/7968 mastodon api account fields

4 years agoUse most recent last item date in Mastodon\Account
Hypolite Petovan [Fri, 27 Dec 2019 17:23:11 +0000 (12:23 -0500)]
Use most recent last item date in Mastodon\Account

4 years agoAdd user contact data superseding to Mastodon\Account::create
Hypolite Petovan [Fri, 27 Dec 2019 01:06:28 +0000 (20:06 -0500)]
Add user contact data superseding to Mastodon\Account::create

4 years agoCorrect value of Mastodon API Account acct field for local users
Hypolite Petovan [Wed, 25 Dec 2019 10:58:54 +0000 (05:58 -0500)]
Correct value of Mastodon API Account acct field for local users

4 years agoAdd missing fields to Mastodon API Account entity
Hypolite Petovan [Wed, 25 Dec 2019 10:42:46 +0000 (05:42 -0500)]
Add missing fields to Mastodon API Account entity

4 years agoRename Api\Mastodon\Account::createFromContact to just create
Hypolite Petovan [Wed, 25 Dec 2019 10:41:35 +0000 (05:41 -0500)]
Rename Api\Mastodon\Account::createFromContact to just create

- Retrieve public contact in Api\Mastodon\FollowRequests instead of user contact

4 years agoRename Api\Mastodon\Account::create contact parameter to publicContact
Hypolite Petovan [Wed, 25 Dec 2019 10:38:50 +0000 (05:38 -0500)]
Rename Api\Mastodon\Account::create contact parameter to publicContact

- Update Mastodon entity documentation link
- Add default value for fields

4 years agoAdd missing return statement in Core\L10n
Hypolite Petovan [Mon, 30 Dec 2019 03:47:32 +0000 (22:47 -0500)]
Add missing return statement in Core\L10n

- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-569560492

4 years agoMerge pull request #8034 from MrPetovan/bug/fatal-errors
Hypolite Petovan [Mon, 30 Dec 2019 03:29:29 +0000 (22:29 -0500)]
Merge pull request #8034 from MrPetovan/bug/fatal-errors

Update missing references to DI

4 years agoUpdate wrong references to ISession::delete
Hypolite Petovan [Mon, 30 Dec 2019 02:52:56 +0000 (21:52 -0500)]
Update wrong references to ISession::delete

4 years agoUpdate wrong/missing references to classes
Hypolite Petovan [Mon, 30 Dec 2019 02:51:16 +0000 (21:51 -0500)]
Update wrong/missing references to classes

4 years agoFix redirect calls using DI::baseUrl() and System::externalRedirect
Hypolite Petovan [Mon, 30 Dec 2019 02:50:51 +0000 (21:50 -0500)]
Fix redirect calls using DI::baseUrl() and System::externalRedirect

4 years agoReplace obsolete references to App baseURL and getApp by DI
Hypolite Petovan [Mon, 30 Dec 2019 02:50:15 +0000 (21:50 -0500)]
Replace obsolete references to App baseURL and getApp by DI

4 years agoMerge pull request #8033 from annando/contact-logging
Hypolite Petovan [Mon, 30 Dec 2019 02:07:36 +0000 (21:07 -0500)]
Merge pull request #8033 from annando/contact-logging

Added logging for not created contacts