]> git.mxchange.org Git - friendica.git/log
friendica.git
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

4 years agoMerge pull request #8032 from annando/fix-8019
Hypolite Petovan [Mon, 30 Dec 2019 02:07:15 +0000 (21:07 -0500)]
Merge pull request #8032 from annando/fix-8019

Fix fatal errors caused by PR 8019

4 years agoFix fatal errors caused by PR 8019
Michael [Mon, 30 Dec 2019 01:17:16 +0000 (01:17 +0000)]
Fix fatal errors caused by PR 8019

4 years agoAdded logging for not created contacts
Michael [Mon, 30 Dec 2019 01:03:00 +0000 (01:03 +0000)]
Added logging for not created contacts

4 years agoMerge pull request #8019 from nupplaphil/task/replace_getClass
Hypolite Petovan [Sun, 29 Dec 2019 22:47:28 +0000 (17:47 -0500)]
Merge pull request #8019 from nupplaphil/task/replace_getClass

Introduce new way of static/dynamic bridge / CleanUp deprecated methods

4 years agoMerge pull request #8028 from annando/probe-timeout
Hypolite Petovan [Sun, 29 Dec 2019 22:45:12 +0000 (17:45 -0500)]
Merge pull request #8028 from annando/probe-timeout

Probe: Additional checks for connection problems

4 years agoRemove namespaces
nupplaPhil [Sun, 29 Dec 2019 15:48:41 +0000 (16:48 +0100)]
Remove namespaces

4 years agoRebase for OpenId & Hovercard
nupplaPhil [Sun, 29 Dec 2019 15:48:15 +0000 (16:48 +0100)]
Rebase for OpenId & Hovercard

4 years agoUse DI::baseUrl() for Search\Index.php
nupplaPhil [Fri, 27 Dec 2019 14:20:40 +0000 (15:20 +0100)]
Use DI::baseUrl() for Search\Index.php

4 years agoAdd Model\Introduction class to DI registry
nupplaPhil [Fri, 27 Dec 2019 14:20:09 +0000 (15:20 +0100)]
Add Model\Introduction class to DI registry

4 years agomake the DI abstract so no instance is possible
nupplaPhil [Sun, 22 Dec 2019 20:25:29 +0000 (21:25 +0100)]
make the DI abstract so no instance is possible

4 years agoAlphabetic sort DI-container per namespace
nupplaPhil [Sun, 22 Dec 2019 19:49:42 +0000 (20:49 +0100)]
Alphabetic sort DI-container per namespace

4 years agoFix test
nupplaPhil [Sun, 22 Dec 2019 12:04:35 +0000 (13:04 +0100)]
Fix test

4 years agoAdd output for installerTest
nupplaPhil [Sat, 21 Dec 2019 23:36:29 +0000 (00:36 +0100)]
Add output for installerTest

4 years agoAdapt test for mockery assertion
nupplaPhil [Sat, 21 Dec 2019 23:22:43 +0000 (00:22 +0100)]
Adapt test for mockery assertion

4 years agoFix mock test (remove "implicit" usage of previous Dice-setups)
nupplaPhil [Sat, 21 Dec 2019 20:15:16 +0000 (21:15 +0100)]
Fix mock test (remove "implicit" usage of previous Dice-setups)

4 years agoCreating interfaces for Config/PConfig & fix tests
nupplaPhil [Thu, 19 Dec 2019 19:11:07 +0000 (20:11 +0100)]
Creating interfaces for Config/PConfig & fix tests

4 years agoRemove deprecated App::module - replace with DI::module()->getName()
nupplaPhil [Mon, 16 Dec 2019 00:35:26 +0000 (01:35 +0100)]
Remove deprecated App::module - replace with DI::module()->getName()

4 years agoRemove deprecated App::cmd - replace with DI::args()->getCommand()
nupplaPhil [Mon, 16 Dec 2019 00:33:13 +0000 (01:33 +0100)]
Remove deprecated App::cmd - replace with DI::args()->getCommand()

4 years agoRemove deprecated App::query_string - replace with DI::args()->getQueryString()
nupplaPhil [Mon, 16 Dec 2019 00:30:34 +0000 (01:30 +0100)]
Remove deprecated App::query_string - replace with DI::args()->getQueryString()

4 years agoRemove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()...
nupplaPhil [Mon, 16 Dec 2019 00:12:07 +0000 (01:12 +0100)]
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()

4 years agoRemove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page...
nupplaPhil [Mon, 16 Dec 2019 00:08:47 +0000 (01:08 +0100)]
Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript()

4 years agoRemove deprecated App::getScheme()
nupplaPhil [Mon, 16 Dec 2019 00:05:34 +0000 (01:05 +0100)]
Remove deprecated App::getScheme()

4 years agoRemove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
nupplaPhil [Mon, 16 Dec 2019 00:05:15 +0000 (01:05 +0100)]
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()

4 years agoRemove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL()
nupplaPhil [Sun, 15 Dec 2019 23:48:20 +0000 (00:48 +0100)]
Remove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL()

4 years agoRemove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
nupplaPhil [Sun, 15 Dec 2019 23:47:24 +0000 (00:47 +0100)]
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()

4 years agoRemove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()
nupplaPhil [Sun, 15 Dec 2019 23:39:54 +0000 (00:39 +0100)]
Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()

4 years agoRemove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
nupplaPhil [Sun, 15 Dec 2019 23:36:31 +0000 (00:36 +0100)]
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()

4 years agoRefactor deprecated App - process methods to DI::process()->*()
nupplaPhil [Sun, 15 Dec 2019 23:33:35 +0000 (00:33 +0100)]
Refactor deprecated App - process methods to DI::process()->*()

4 years agoRefactor deprecated App::getArgumentValue() to DI::args()->get()
nupplaPhil [Sun, 15 Dec 2019 23:31:29 +0000 (00:31 +0100)]
Refactor deprecated App::getArgumentValue() to DI::args()->get()

4 years agoRefactor deprecated App::isAjax() to DI::mode()->isAjax()
nupplaPhil [Sun, 15 Dec 2019 23:30:39 +0000 (00:30 +0100)]
Refactor deprecated App::isAjax() to DI::mode()->isAjax()

4 years agoRefactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
nupplaPhil [Sun, 15 Dec 2019 23:28:31 +0000 (00:28 +0100)]
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()

4 years agoRefactor dynamic App::getDBA() to static DI::dba()
nupplaPhil [Sun, 15 Dec 2019 22:52:47 +0000 (23:52 +0100)]
Refactor dynamic App::getDBA() to static DI::dba()

4 years agoRefactor dynamic App::getMode() to static DI::mode()
nupplaPhil [Sun, 15 Dec 2019 22:52:15 +0000 (23:52 +0100)]
Refactor dynamic App::getMode() to static DI::mode()

4 years agoRefactor dynamic App::getProfiler() to static DI::profiler()
nupplaPhil [Sun, 15 Dec 2019 22:50:35 +0000 (23:50 +0100)]
Refactor dynamic App::getProfiler() to static DI::profiler()

4 years agoRefactor dynamic App::getLogger() to static DI::logger()
nupplaPhil [Sun, 15 Dec 2019 22:46:56 +0000 (23:46 +0100)]
Refactor dynamic App::getLogger() to static DI::logger()