friendica.git/.git
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()

4 years agoRefactor dynamic App::getConfig() to static DI::config()
nupplaPhil [Sun, 15 Dec 2019 22:44:33 +0000 (23:44 +0100)]
Refactor dynamic App::getConfig() to static DI::config()

4 years agoOptimize DI class (introduce method-mapping constant)
nupplaPhil [Sun, 15 Dec 2019 22:37:49 +0000 (23:37 +0100)]
Optimize DI class (introduce method-mapping constant)

4 years agoReplace BaseObject class with DI::* calls
nupplaPhil [Sun, 15 Dec 2019 22:28:01 +0000 (23:28 +0100)]
Replace BaseObject class with DI::* calls

4 years agoIntroduce new DI container
nupplaPhil [Sun, 15 Dec 2019 21:34:11 +0000 (22:34 +0100)]
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class

4 years agoMerge pull request #8026 from nupplaphil/task/l10n_immutable
Hypolite Petovan [Sun, 29 Dec 2019 18:54:32 +0000 (13:54 -0500)]
Merge pull request #8026 from nupplaphil/task/l10n_immutable

Make L10n immutable

4 years agoMerge pull request #8030 from tobiasd/20191229-de
Philipp [Sun, 29 Dec 2019 17:19:55 +0000 (18:19 +0100)]
Merge pull request #8030 from tobiasd/20191229-de

DE translation update THX loma1

4 years agoDE translation update THX loma1
Tobias Diekershoff [Sun, 29 Dec 2019 16:48:44 +0000 (17:48 +0100)]
DE translation update THX loma1

4 years agoCheck for same language
nupplaPhil [Sun, 29 Dec 2019 15:39:25 +0000 (16:39 +0100)]
Check for same language

4 years agoMerge pull request #8029 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Sun, 29 Dec 2019 07:42:34 +0000 (08:42 +0100)]
Merge pull request #8029 from MrPetovan/bug/fatal-errors

Fix capitalization of table definition key in DBStructure

4 years agoFix capitalization of table definition key in DBStructure
Hypolite Petovan [Sun, 29 Dec 2019 07:23:37 +0000 (02:23 -0500)]
Fix capitalization of table definition key in DBStructure

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

4 years agoProbe: Additional checks for connection problems
Michael [Sun, 29 Dec 2019 03:27:54 +0000 (03:27 +0000)]
Probe: Additional checks for connection problems

4 years agoMerge pull request #8022 from nupplaphil/task/mod_hcard
Hypolite Petovan [Sun, 29 Dec 2019 02:42:01 +0000 (21:42 -0500)]
Merge pull request #8022 from nupplaphil/task/mod_hcard

Move mod/hcard to src\Module\HoverCard

4 years agoMerge pull request #8021 from nupplaphil/task/mod_openid
Hypolite Petovan [Sun, 29 Dec 2019 02:39:42 +0000 (21:39 -0500)]
Merge pull request #8021 from nupplaphil/task/mod_openid

 Move mod/openid to src\Module\Security\OpenId

4 years agoMerge pull request #8027 from nupplaphil/task/session_remove_cookie
Hypolite Petovan [Sun, 29 Dec 2019 02:38:54 +0000 (21:38 -0500)]
Merge pull request #8027 from nupplaphil/task/session_remove_cookie

Session - Remove unneeded cookie parameter

4 years agoMerge pull request #8025 from annando/probe-failure
Philipp [Sat, 28 Dec 2019 23:15:07 +0000 (00:15 +0100)]
Merge pull request #8025 from annando/probe-failure

Don't create contacts for unknown networks / improved content fetching

4 years agoSession - Remove unneeded cookie parameter
nupplaPhil [Sat, 28 Dec 2019 23:03:58 +0000 (00:03 +0100)]
Session - Remove unneeded cookie parameter

4 years agoMake L10n immutable
nupplaPhil [Sat, 28 Dec 2019 22:12:01 +0000 (23:12 +0100)]
Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method

4 years agoDon't create contacts for unknown networks / improved content fetching
Michael [Sat, 28 Dec 2019 19:17:48 +0000 (19:17 +0000)]
Don't create contacts for unknown networks / improved content fetching

4 years agooptimize usage of arguments
nupplaPhil [Sat, 28 Dec 2019 14:28:17 +0000 (15:28 +0100)]
optimize usage of arguments

4 years agoMerge init() and content()
nupplaPhil [Sat, 28 Dec 2019 14:21:58 +0000 (15:21 +0100)]
Merge init() and content()

4 years agoMerge pull request #8024 from annando/fix-search
Hypolite Petovan [Sat, 28 Dec 2019 12:08:56 +0000 (07:08 -0500)]
Merge pull request #8024 from annando/fix-search

Fix: Search for terms and posts is now possible again

4 years agoRemove test loggings
Michael [Sat, 28 Dec 2019 11:17:10 +0000 (11:17 +0000)]
Remove test loggings

4 years agoFix: Search for terms and posts is now possible again
Michael [Sat, 28 Dec 2019 11:15:57 +0000 (11:15 +0000)]
Fix: Search for terms and posts is now possible again

4 years agoMerge pull request #8023 from MrPetovan/bug/7808-markdown-unescape-chevrons
Tobias Diekershoff [Sat, 28 Dec 2019 07:07:30 +0000 (08:07 +0100)]
Merge pull request #8023 from MrPetovan/bug/7808-markdown-unescape-chevrons

Fix chevron display in BBCode/Markdown conversion

4 years agoMerge pull request #8020 from annando/network-protocol
Hypolite Petovan [Sat, 28 Dec 2019 03:00:48 +0000 (22:00 -0500)]
Merge pull request #8020 from annando/network-protocol

Additionally display the protocol together with the network

4 years agoAdded test for BBCode to Markdown chevron issue
Hypolite Petovan [Sat, 21 Dec 2019 04:20:41 +0000 (23:20 -0500)]
Added test for BBCode to Markdown chevron issue

- See https://github.com/friendica/friendica/issues/7808

Add tests

4 years agoEscape major HTML characters in code blocks in BBCode::convert
Hypolite Petovan [Sat, 28 Dec 2019 02:40:41 +0000 (21:40 -0500)]
Escape major HTML characters in code blocks in BBCode::convert

- HTML sanitization was removing unescaped opening chevrons in code blocks

4 years agoRemove faulty escape for HTML entities in BBCode::toMarkdown
Hypolite Petovan [Sat, 21 Dec 2019 04:20:09 +0000 (23:20 -0500)]
Remove faulty escape for HTML entities in BBCode::toMarkdown

- Mangled Markdown output with chevrons

4 years ago[composer] Update league/html-to-markdown to version 4.9.1
Hypolite Petovan [Sat, 28 Dec 2019 02:41:48 +0000 (21:41 -0500)]
[composer] Update league/html-to-markdown to version 4.9.1

4 years agoAdd BBCode to Markdown to HTML raw result in Module\Babel
Hypolite Petovan [Sat, 21 Dec 2019 04:19:06 +0000 (23:19 -0500)]
Add BBCode to Markdown to HTML raw result in Module\Babel

- Display HTML entities for BBCode to Markdown output

4 years agofix
nupplaPhil [Fri, 27 Dec 2019 22:51:17 +0000 (23:51 +0100)]
fix

4 years agoMove mod/hcard to src\Module\HoverCard
nupplaPhil [Fri, 27 Dec 2019 21:53:09 +0000 (22:53 +0100)]
Move mod/hcard to src\Module\HoverCard

4 years agoMove Login/Logout/TwoFactor to bundled submodule "Security"
nupplaPhil [Fri, 27 Dec 2019 21:19:28 +0000 (22:19 +0100)]
Move Login/Logout/TwoFactor to bundled submodule "Security"

4 years agoMove mod/openid to src\Module\OpenId
nupplaPhil [Fri, 27 Dec 2019 21:16:40 +0000 (22:16 +0100)]
Move mod/openid to src\Module\OpenId

4 years agoImproved description
Michael [Fri, 27 Dec 2019 19:00:54 +0000 (19:00 +0000)]
Improved description

4 years agoAdditionally display the protocol together with the network
Michael [Fri, 27 Dec 2019 17:24:29 +0000 (17:24 +0000)]
Additionally display the protocol together with the network

4 years agoMerge pull request #8018 from MrPetovan/bug/fatal-errors
Michael Vogel [Fri, 27 Dec 2019 14:56:46 +0000 (15:56 +0100)]
Merge pull request #8018 from MrPetovan/bug/fatal-errors

Add missing use statement in mod/community

4 years agoAdd missing use statement in mod/community
Hypolite Petovan [Fri, 27 Dec 2019 13:07:17 +0000 (08:07 -0500)]
Add missing use statement in mod/community

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

4 years agoMerge pull request #8007 from MrPetovan/task/7984-add-profile-url-search
Michael Vogel [Fri, 27 Dec 2019 01:19:39 +0000 (02:19 +0100)]
Merge pull request #8007 from MrPetovan/task/7984-add-profile-url-search

Add profile url search

4 years agoMerge pull request #8016 from annando/html2bbcode-tables
Hypolite Petovan [Fri, 27 Dec 2019 01:19:23 +0000 (20:19 -0500)]
Merge pull request #8016 from annando/html2bbcode-tables

Support for tables in HTML2BBCode parser

4 years agoAdd profile URL search
Hypolite Petovan [Tue, 24 Dec 2019 22:38:04 +0000 (17:38 -0500)]
Add profile URL search

- Move post URL search to private method in Module\Search\Index

4 years agoArrays
Michael [Fri, 27 Dec 2019 01:15:54 +0000 (01:15 +0000)]
Arrays

4 years agoSupport for tables in HTML2BBCode parser
Michael [Fri, 27 Dec 2019 01:07:19 +0000 (01:07 +0000)]
Support for tables in HTML2BBCode parser

4 years agoMerge pull request #8015 from annando/ago
Philipp [Thu, 26 Dec 2019 20:19:26 +0000 (21:19 +0100)]
Merge pull request #8015 from annando/ago

Fix the "ago" date (with "received at") for other themes than frio

4 years agoFix the "ago" date (with "received at") for other themes than frio
Michael [Thu, 26 Dec 2019 19:51:36 +0000 (19:51 +0000)]
Fix the "ago" date (with "received at") for other themes than frio

4 years agoMerge pull request #8004 from MrPetovan/bug/7994-add-timezone-log
Michael Vogel [Wed, 25 Dec 2019 18:52:19 +0000 (19:52 +0100)]
Merge pull request #8004 from MrPetovan/bug/7994-add-timezone-log

Add timezone information to logger timestamp

4 years agoMerge pull request #8003 from MrPetovan/bug/notices
Michael Vogel [Wed, 25 Dec 2019 10:28:01 +0000 (11:28 +0100)]
Merge pull request #8003 from MrPetovan/bug/notices

Fixed backlog of notices for 2019.12

4 years agoMerge pull request #8009 from tobiasd/20191225-ja
Hypolite Petovan [Wed, 25 Dec 2019 09:30:07 +0000 (04:30 -0500)]
Merge pull request #8009 from tobiasd/20191225-ja

updated JA translation THX Ozero Dien