friendica-addons.git/.git
4 years ago[widget_like] Add support for system.hide_dislike user config key
Hypolite Petovan [Tue, 25 Feb 2020 12:46:08 +0000 (07:46 -0500)]
[widget_like] Add support for system.hide_dislike user config key

4 years agoMerge pull request #958 from nupplaphil/task/add_license
Hypolite Petovan [Sun, 9 Feb 2020 21:31:29 +0000 (16:31 -0500)]
Merge pull request #958 from nupplaphil/task/add_license

Add license headers

4 years agoAdd license info at Friendica PHP files
nupplaPhil [Sun, 9 Feb 2020 15:34:23 +0000 (16:34 +0100)]
Add license info at Friendica PHP files

4 years agoAdd license info at Friendica classes
nupplaPhil [Sun, 9 Feb 2020 14:45:35 +0000 (15:45 +0100)]
Add license info at Friendica classes

4 years agoMerge pull request #956 from nupplaphil/task/move_enotify_parts
Hypolite Petovan [Thu, 6 Feb 2020 01:29:31 +0000 (20:29 -0500)]
Merge pull request #956 from nupplaphil/task/move_enotify_parts

[various] Move Notify "type" and "otype" into own enum classes

4 years agoMove Notify::TYPE_SYSTEM
nupplaPhil [Tue, 4 Feb 2020 21:23:37 +0000 (22:23 +0100)]
Move Notify::TYPE_SYSTEM

4 years agoMove Notify::TYPE_COMMENT
nupplaPhil [Tue, 4 Feb 2020 21:08:59 +0000 (22:08 +0100)]
Move Notify::TYPE_COMMENT

4 years agoMerge pull request #955 from annando/showmore-ignore
Hypolite Petovan [Wed, 5 Feb 2020 15:58:53 +0000 (10:58 -0500)]
Merge pull request #955 from annando/showmore-ignore

Showmore: Ignore addon for screen readers

4 years agoShowmore: Ignore addon for screen readers
Michael [Wed, 5 Feb 2020 15:47:13 +0000 (15:47 +0000)]
Showmore: Ignore addon for screen readers

4 years agoMerge pull request #954 from MrPetovan/bug/langfilter-default-form-values
Tobias Diekershoff [Sun, 2 Feb 2020 07:00:15 +0000 (08:00 +0100)]
Merge pull request #954 from MrPetovan/bug/langfilter-default-form-values

[langfilter] Add default values to form parameters

4 years ago[langfilter] Add default values to form parameters
Hypolite Petovan [Sat, 1 Feb 2020 19:14:22 +0000 (14:14 -0500)]
[langfilter] Add default values to form parameters

- Rename langfilter.disable to langfilter.enable with backward compatibility

4 years agoMerge pull request #953 from nupplaphil/bug/8206-securemail
Hypolite Petovan [Fri, 31 Jan 2020 18:44:37 +0000 (13:44 -0500)]
Merge pull request #953 from nupplaphil/bug/8206-securemail

[securemail] Fix secure Mail addon

4 years agoFix logging
nupplaPhil [Fri, 31 Jan 2020 18:43:34 +0000 (19:43 +0100)]
Fix logging

4 years agofix logger settings
nupplaPhil [Fri, 31 Jan 2020 18:40:50 +0000 (19:40 +0100)]
fix logger settings

4 years agoFix secure Mail addon
nupplaPhil [Fri, 31 Jan 2020 18:32:16 +0000 (19:32 +0100)]
Fix secure Mail addon

4 years agoMerge pull request #952 from nupplaphil/bug/8000-phpmailer
Hypolite Petovan [Wed, 29 Jan 2020 20:16:13 +0000 (15:16 -0500)]
Merge pull request #952 from nupplaphil/bug/8000-phpmailer

[various] Fix invalid "emailer_send_prepare" Hook

4 years agoFix composer
nupplaPhil [Wed, 29 Jan 2020 20:12:43 +0000 (21:12 +0100)]
Fix composer

4 years agoFix invalid "emailer_prepare" Hook
nupplaPhil [Wed, 29 Jan 2020 19:20:39 +0000 (20:20 +0100)]
Fix invalid "emailer_prepare" Hook
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer

4 years agoMerge pull request #950 from nupplaphil/bug/8182_another_notification_bug
Hypolite Petovan [Tue, 28 Jan 2020 21:58:47 +0000 (16:58 -0500)]
Merge pull request #950 from nupplaphil/bug/8182_another_notification_bug

[various] enotify: empty out fields instead of using "abort" for addons

4 years agoMerge pull request #951 from MrPetovan/task/7817-custom-profile-fields
Philipp [Tue, 28 Jan 2020 14:40:36 +0000 (15:40 +0100)]
Merge pull request #951 from MrPetovan/task/7817-custom-profile-fields

[various] New custom profile field feature

4 years ago[widgets] Remove uses of deprecated profile field
Hypolite Petovan [Tue, 28 Jan 2020 04:09:59 +0000 (23:09 -0500)]
[widgets] Remove uses of deprecated profile field

4 years ago[morechoice] Deprecate addon
Hypolite Petovan [Tue, 28 Jan 2020 04:09:41 +0000 (23:09 -0500)]
[morechoice] Deprecate addon

4 years ago[forumdirectory] Remove uses of deprecated profile fields
Hypolite Petovan [Tue, 28 Jan 2020 04:09:29 +0000 (23:09 -0500)]
[forumdirectory] Remove uses of deprecated profile fields

4 years agoenotify: empty out fields instead of using "abort" for addons
nupplaPhil [Tue, 28 Jan 2020 00:12:41 +0000 (01:12 +0100)]
enotify: empty out fields instead of using "abort" for addons

4 years agoMerge pull request #949 from nupplaphil/task/split_emails
Hypolite Petovan [Sun, 26 Jan 2020 22:13:43 +0000 (17:13 -0500)]
Merge pull request #949 from nupplaphil/task/split_emails

[various] Introduce specific Email classes

4 years agoSome Renames:
nupplaPhil [Sun, 26 Jan 2020 22:47:15 +0000 (23:47 +0100)]
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress

4 years agoIntroduce interface for emailing and create email classes
nupplaPhil [Sun, 26 Jan 2020 19:23:58 +0000 (20:23 +0100)]
Introduce interface for emailing and create email classes

4 years agoAdd explicit parameters to Sender::send() method signature
nupplaPhil [Sun, 26 Jan 2020 00:04:53 +0000 (01:04 +0100)]
Add explicit parameters to Sender::send() method signature

4 years agoMake EMailer util dynamic
nupplaPhil [Sat, 25 Jan 2020 22:10:38 +0000 (23:10 +0100)]
Make EMailer util dynamic

4 years agoMerge pull request #948 from nupplaphil/task/di_config
Hypolite Petovan [Mon, 20 Jan 2020 03:23:10 +0000 (22:23 -0500)]
Merge pull request #948 from nupplaphil/task/di_config

CleanUp Config namespace

4 years agoRemove unneeded Config namespace usages
nupplaPhil [Sun, 19 Jan 2020 21:50:43 +0000 (22:50 +0100)]
Remove unneeded Config namespace usages

4 years agoAdd missing Friendica\DI namespace to files (PHPStorm inspection)
nupplaPhil [Sun, 19 Jan 2020 20:26:41 +0000 (21:26 +0100)]
Add missing Friendica\DI namespace to files (PHPStorm inspection)

4 years agoMove Config::set() to DI::config()->set()
nupplaPhil [Sun, 19 Jan 2020 20:21:52 +0000 (21:21 +0100)]
Move Config::set() to DI::config()->set()

4 years agoMove Config::get() to DI::config()->get()
nupplaPhil [Sun, 19 Jan 2020 20:21:12 +0000 (21:21 +0100)]
Move Config::get() to DI::config()->get()

4 years agoMerge pull request #947 from nupplaphil/task/di_l10n
Hypolite Petovan [Sun, 19 Jan 2020 16:30:31 +0000 (11:30 -0500)]
Merge pull request #947 from nupplaphil/task/di_l10n

Cleanup L10n namespace

4 years agoFix missing Cache namespace
nupplaPhil [Sun, 19 Jan 2020 15:35:10 +0000 (16:35 +0100)]
Fix missing Cache namespace

4 years agoadd missing namespaces/fix wrong class-names
nupplaPhil [Sun, 19 Jan 2020 15:29:54 +0000 (16:29 +0100)]
add missing namespaces/fix wrong class-names

4 years agofix forgotten use DI namespaces ...
nupplaPhil [Sat, 18 Jan 2020 22:00:52 +0000 (23:00 +0100)]
fix forgotten use DI namespaces ...

4 years agocleanup namespace usages for L10n
nupplaPhil [Sat, 18 Jan 2020 21:07:06 +0000 (22:07 +0100)]
cleanup namespace usages for L10n

4 years agoMove L10n::tt() calls to DI::l10n()->tt() calls
nupplaPhil [Sat, 18 Jan 2020 19:53:00 +0000 (20:53 +0100)]
Move L10n::tt() calls to DI::l10n()->tt() calls

4 years agoMove L10n::t() calls to DI::l10n()->t() calls
nupplaPhil [Sat, 18 Jan 2020 19:52:33 +0000 (20:52 +0100)]
Move L10n::t() calls to DI::l10n()->t() calls

4 years agoMerge pull request #945 from valvin1/feat/blockbot_uptimerobot
Hypolite Petovan [Sun, 19 Jan 2020 04:53:24 +0000 (23:53 -0500)]
Merge pull request #945 from valvin1/feat/blockbot_uptimerobot

feat(blockbot): ensure good agent are whitelisted and add uptimerobot

4 years agofix(blockbot): indent code using psr12
valvin [Sat, 18 Jan 2020 22:28:14 +0000 (23:28 +0100)]
fix(blockbot): indent code using psr12

4 years agoMerge pull request #946 from nupplaphil/task/di_pconfig
Hypolite Petovan [Sat, 18 Jan 2020 18:58:40 +0000 (13:58 -0500)]
Merge pull request #946 from nupplaphil/task/di_pconfig

[various] Move PConfig to DI::pConfig()

4 years agoRemove unused `use` statements & remove PConfig class
nupplaPhil [Sat, 18 Jan 2020 16:02:59 +0000 (17:02 +0100)]
Remove unused `use` statements & remove PConfig class

4 years agoMove PConfig::delete() to DI::pConfig()->delete()
nupplaPhil [Sat, 18 Jan 2020 15:56:45 +0000 (16:56 +0100)]
Move PConfig::delete() to DI::pConfig()->delete()

4 years agoMove PConfig::set() to DI::pConfig()->set()
nupplaPhil [Sat, 18 Jan 2020 15:54:49 +0000 (16:54 +0100)]
Move PConfig::set() to DI::pConfig()->set()

4 years agoMove PConfig::get() to DI::pConfig()->get()
nupplaPhil [Sat, 18 Jan 2020 15:50:56 +0000 (16:50 +0100)]
Move PConfig::get() to DI::pConfig()->get()

4 years agoMove PConfig::load() to DI::pConfig()->load()
nupplaPhil [Sat, 18 Jan 2020 14:59:01 +0000 (15:59 +0100)]
Move PConfig::load() to DI::pConfig()->load()

4 years agofeat(blockbot): ensure good agent are whitelisted and add uptimerobot
valvin [Sat, 18 Jan 2020 12:47:20 +0000 (13:47 +0100)]
feat(blockbot): ensure good agent are whitelisted and add uptimerobot

4 years agoMerge pull request #944 from nupplaphil/task/cleanup_cache
Hypolite Petovan [Sat, 18 Jan 2020 14:09:57 +0000 (09:09 -0500)]
Merge pull request #944 from nupplaphil/task/cleanup_cache

CleanUp Cache namespace

4 years agosort use
nupplaPhil [Sat, 18 Jan 2020 14:47:19 +0000 (15:47 +0100)]
sort use

4 years agoCleanUp Cache namespace
nupplaPhil [Sat, 18 Jan 2020 14:41:18 +0000 (15:41 +0100)]
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"

4 years agoMerge pull request #943 from MrPetovan/bug/fatal-errors
Tobias Diekershoff [Sun, 12 Jan 2020 14:40:26 +0000 (15:40 +0100)]
Merge pull request #943 from MrPetovan/bug/fatal-errors

[openstreetmap] Fix references to Cache

4 years ago[openstreetmap] Fix references to Cache
Hypolite Petovan [Sun, 12 Jan 2020 14:36:43 +0000 (09:36 -0500)]
[openstreetmap] Fix references to Cache

4 years agoMerge pull request #942 from MrPetovan/bug/8090-advancedcontentfilter-cache
Philipp [Fri, 10 Jan 2020 19:54:12 +0000 (20:54 +0100)]
Merge pull request #942 from MrPetovan/bug/8090-advancedcontentfilter-cache

[advancedcontentfilter] Enable rule caching

4 years ago[advancedcontentfilter] Enable rule caching
Benjamin Lorteau [Fri, 10 Jan 2020 19:05:27 +0000 (14:05 -0500)]
[advancedcontentfilter] Enable rule caching

- Fix broken reference to Friendica\Core\Cache

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

[testdrive] Remove get_server() in favor of Search::getGlobalDirectory()

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

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

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

[ifttt] Remove get_app() in favor of DI::app()

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

4 years agoMerge pull request #938 from tobiasd/20200103-advZHCN
Hypolite Petovan [Fri, 3 Jan 2020 13:21:23 +0000 (08:21 -0500)]
Merge pull request #938 from tobiasd/20200103-advZHCN

[advanced content filter] added ZH-CN translation THX  tomacat

4 years ago[advanced content filter] added ZH-CN translation THX tomacat
Tobias Diekershoff [Fri, 3 Jan 2020 06:15:34 +0000 (07:15 +0100)]
[advanced content filter] added ZH-CN translation THX  tomacat

4 years agoMerge pull request #937 from loma-one/patch-1
Hypolite Petovan [Thu, 2 Jan 2020 20:55:10 +0000 (15:55 -0500)]
Merge pull request #937 from loma-one/patch-1

Extending the Unicode Emoji based on the 'unicode_smiles addon'

4 years agoUpdate unicode_smilies.php
loma-one [Thu, 2 Jan 2020 20:49:14 +0000 (21:49 +0100)]
Update unicode_smilies.php

correction // subdivision-flag

4 years agoUpdate unicode_smilies.php
loma-one [Thu, 2 Jan 2020 15:14:22 +0000 (16:14 +0100)]
Update unicode_smilies.php

4 years agoUpdate unicode_smilies.php
loma-one [Thu, 2 Jan 2020 09:02:19 +0000 (10:02 +0100)]
Update unicode_smilies.php

4 years agoExtending the Unicode Emoji based on the 'unicode_smiles addon'
loma-one [Thu, 2 Jan 2020 08:53:13 +0000 (09:53 +0100)]
Extending the Unicode Emoji based on the 'unicode_smiles addon'

-Indentation of the file restored
-change :bowling
-:birthday cake' audited
-German translation removed
-Author list added

4 years agoUpdate unicode_smilies.php
loma-one [Wed, 1 Jan 2020 17:36:16 +0000 (18:36 +0100)]
Update unicode_smilies.php

4 years agoUpdate unicode_smilies.php
loma-one [Wed, 1 Jan 2020 17:10:47 +0000 (18:10 +0100)]
Update unicode_smilies.php

Extension of the UNICODE Emoji based on  http://www.unicode.org/emoji/charts/full-emoji-list.html

4 years agoMerge pull request #936 from MrPetovan/bug/notices
Michael Vogel [Tue, 31 Dec 2019 09:54:18 +0000 (10:54 +0100)]
Merge pull request #936 from MrPetovan/bug/notices

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

4 years ago[various] Replace remaining $a->page by DI::page()
Hypolite Petovan [Mon, 30 Dec 2019 20:53:43 +0000 (15:53 -0500)]
[various] Replace remaining $a->page by DI::page()

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

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

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

4 years agoMerge pull request #934 from tobiasd/20191230-markdownPL
Michael Vogel [Mon, 30 Dec 2019 08:54:39 +0000 (09:54 +0100)]
Merge pull request #934 from tobiasd/20191230-markdownPL

[markdown] added PL translation THX waldis

4 years ago[markdown] added PL translation THX waldis
Tobias Diekershoff [Mon, 30 Dec 2019 06:58:26 +0000 (07:58 +0100)]
[markdown] added PL translation THX waldis

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

[various] Update missing references to DI

4 years agoMerge pull request #932 from annando/markdown-more-elements
Hypolite Petovan [Mon, 30 Dec 2019 02:57:47 +0000 (21:57 -0500)]
Merge pull request #932 from annando/markdown-more-elements

Markdown: Protecting some more BBCode elements

4 years agoUpdate obsolete Module\Login reference to Module\Security\Login
Hypolite Petovan [Mon, 30 Dec 2019 02:55:37 +0000 (21:55 -0500)]
Update obsolete Module\Login reference to Module\Security\Login

4 years agoUpdate obsolete App::getBaseUrl calls to DI::baseUrl
Hypolite Petovan [Mon, 30 Dec 2019 02:55:10 +0000 (21:55 -0500)]
Update obsolete App::getBaseUrl calls to DI::baseUrl

4 years agoMarkdown: Protecting some more BBCode elements
Michael [Mon, 30 Dec 2019 02:25:01 +0000 (02:25 +0000)]
Markdown: Protecting some more BBCode elements

4 years agoMerge pull request #931 from annando/fix-927
Hypolite Petovan [Mon, 30 Dec 2019 02:05:33 +0000 (21:05 -0500)]
Merge pull request #931 from annando/fix-927

Fix PR 927: Adds forgotten calls

4 years agoFix PR 927: Adds forgotten calls
Michael [Mon, 30 Dec 2019 01:20:55 +0000 (01:20 +0000)]
Fix PR 927: Adds forgotten calls

4 years agoMerge pull request #927 from nupplaphil/task/replace_getClass
Hypolite Petovan [Mon, 30 Dec 2019 00:55:44 +0000 (19:55 -0500)]
Merge pull request #927 from nupplaphil/task/replace_getClass

[various] CleanUp deprecated methods

4 years agoMerge pull request #930 from annando/markdown-encoding
Hypolite Petovan [Sun, 29 Dec 2019 22:37:22 +0000 (17:37 -0500)]
Merge pull request #930 from annando/markdown-encoding

Markdown: Protect some more elements from markdown parsing

4 years agoMarkdown: Protect some more elements from markdown parsing
Michael [Sun, 29 Dec 2019 21:01:38 +0000 (21:01 +0000)]
Markdown: Protect some more elements from markdown parsing

4 years agoMerge pull request #929 from tobiasd/20191229-markdownCS
Michael Vogel [Sun, 29 Dec 2019 18:36:43 +0000 (19:36 +0100)]
Merge pull request #929 from tobiasd/20191229-markdownCS

[markdown] added CS translation THX Aditoo

4 years ago[markdown] added CS translation THX Aditoo
Tobias Diekershoff [Sun, 29 Dec 2019 16:44:37 +0000 (17:44 +0100)]
[markdown] added CS translation THX Aditoo

4 years agoAdd DI::auth() call to windowsphonepush
nupplaPhil [Sat, 28 Dec 2019 14:18:18 +0000 (15:18 +0100)]
Add DI::auth() call to windowsphonepush

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

4 years agoRemove deprecated App::query_string - replace with DI::args()->getQueryString()
nupplaPhil [Mon, 16 Dec 2019 00:30:33 +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::getBaseURL() - process methods to DI::baseUrl()->get()
nupplaPhil [Mon, 16 Dec 2019 00:05:14 +0000 (01:05 +0100)]
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()

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 agoRefactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
nupplaPhil [Sun, 15 Dec 2019 23:28:30 +0000 (00:28 +0100)]
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()

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:55 +0000 (23:46 +0100)]
Refactor dynamic App::getLogger() to static DI::logger()

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