friendica-addons.git/.git
4 years agoMerge pull request #968 from wiwie/develop
Hypolite Petovan [Wed, 18 Mar 2020 00:48:18 +0000 (20:48 -0400)]
Merge pull request #968 from wiwie/develop

[WIP] #8374: Limit post content by rendered height instead of number of characters

4 years ago#8374: Removed wrapper from css
Christian Wiwie [Tue, 17 Mar 2020 21:34:34 +0000 (22:34 +0100)]
#8374: Removed wrapper from css

4 years ago#8374: Not triggering post height limit when showing individual post under /display
Christian Wiwie [Tue, 17 Mar 2020 21:27:48 +0000 (22:27 +0100)]
#8374: Not triggering post height limit when showing individual post under /display

4 years ago#8374: Removed wrapper and unnecessary css
Christian Wiwie [Tue, 17 Mar 2020 20:50:00 +0000 (21:50 +0100)]
#8374: Removed wrapper and unnecessary css

4 years ago#8374: Removed unnecessary template variable
Christian Wiwie [Mon, 16 Mar 2020 15:20:32 +0000 (16:20 +0100)]
#8374: Removed unnecessary template variable

4 years ago#8374: Updating messages.po
Christian Wiwie [Sun, 15 Mar 2020 20:21:39 +0000 (21:21 +0100)]
#8374: Updating messages.po

4 years ago#8374: Using sub-templates for input field
Christian Wiwie [Sun, 15 Mar 2020 20:19:42 +0000 (21:19 +0100)]
#8374: Using sub-templates for input field

4 years ago#8374: Removed incorrect strings.php file
Christian Wiwie [Sun, 15 Mar 2020 20:18:29 +0000 (21:18 +0100)]
#8374: Removed incorrect strings.php file

4 years ago#8374: Added missing lang/C/messages.po file
Christian Wiwie [Sun, 15 Mar 2020 14:58:26 +0000 (15:58 +0100)]
#8374: Added missing lang/C/messages.po file

4 years ago#8374: Added function type hint
Christian Wiwie [Sun, 15 Mar 2020 12:38:57 +0000 (13:38 +0100)]
#8374: Added function type hint

4 years ago8374: Addressing review comments
Christian Wiwie [Sun, 15 Mar 2020 12:34:51 +0000 (13:34 +0100)]
8374: Addressing review comments

4 years ago#8374: Fixing css indent; Making addon work with Vier theme
Christian Wiwie [Sat, 14 Mar 2020 22:34:09 +0000 (23:34 +0100)]
#8374: Fixing css indent; Making addon work with Vier theme

4 years ago#8374: Making link a button
Christian Wiwie [Sat, 14 Mar 2020 21:58:25 +0000 (22:58 +0100)]
#8374: Making link a button

4 years ago#8374: Adding l10n strings
Christian Wiwie [Sat, 14 Mar 2020 21:31:13 +0000 (22:31 +0100)]
#8374: Adding l10n strings

4 years ago#8374: Using l10n
Christian Wiwie [Sat, 14 Mar 2020 21:29:11 +0000 (22:29 +0100)]
#8374: Using l10n

4 years ago#8374: Adding missing settings template file; cleaning up addon code
Christian Wiwie [Sat, 14 Mar 2020 21:14:53 +0000 (22:14 +0100)]
#8374: Adding missing settings template file; cleaning up addon code

4 years ago#8374: Making postLimitHeight an addon parameter
Christian Wiwie [Sat, 14 Mar 2020 21:09:30 +0000 (22:09 +0100)]
#8374: Making postLimitHeight an addon parameter

4 years ago#8374: Addessing review comments
Christian Wiwie [Fri, 13 Mar 2020 21:09:21 +0000 (22:09 +0100)]
#8374: Addessing review comments

4 years ago#8374: Adding missing classes to body div
Christian Wiwie [Thu, 12 Mar 2020 22:38:20 +0000 (23:38 +0100)]
#8374: Adding missing classes to body div

4 years ago#8374: Initial implementation as addon
Christian Wiwie [Thu, 12 Mar 2020 22:24:54 +0000 (23:24 +0100)]
#8374: Initial implementation as addon

4 years agoMerge pull request #964 from annando/twitter-contact
Hypolite Petovan [Fri, 6 Mar 2020 16:18:10 +0000 (11:18 -0500)]
Merge pull request #964 from annando/twitter-contact

Twitter: Fetch the contact relation

4 years agoTwitter: Fetch the contact relation
Michael [Fri, 6 Mar 2020 05:52:40 +0000 (05:52 +0000)]
Twitter: Fetch the contact relation

4 years agoMerge pull request #962 from MrPetovan/task/8318-widget_like-dislike-config
Tobias Diekershoff [Tue, 25 Feb 2020 13:39:36 +0000 (14:39 +0100)]
Merge pull request #962 from MrPetovan/task/8318-widget_like-dislike-config

[widget_like] Add support for system.hide_dislike user config key

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 #961 from MrPetovan/task/8323-protect-target-blank
Michael Vogel [Tue, 25 Feb 2020 04:45:54 +0000 (05:45 +0100)]
Merge pull request #961 from MrPetovan/task/8323-protect-target-blank

[various] Add rel="noopener noreferrer" to all target="_blank" links

4 years ago[various] Add rel="noopener noreferrer" to all target="_blank" links
Hypolite Petovan [Tue, 25 Feb 2020 01:08:43 +0000 (20:08 -0500)]
[various] Add rel="noopener noreferrer" to all target="_blank" links

See https://mathiasbynens.github.io/rel-noopener/

4 years agoMerge pull request #957 from MrPetovan/task/4090-move-profile_photo-to-src
Michael Vogel [Sun, 23 Feb 2020 13:33:10 +0000 (14:33 +0100)]
Merge pull request #957 from MrPetovan/task/4090-move-profile_photo-to-src

[various] Remove redundant profile_uid field from profile query

4 years agoMerge pull request #960 from AndyHee/20200223-dev
Tobias Diekershoff [Sun, 23 Feb 2020 07:59:20 +0000 (08:59 +0100)]
Merge pull request #960 from AndyHee/20200223-dev

Added warning

4 years agoChanges to be committed:
Andy [Sun, 23 Feb 2020 05:13:30 +0000 (05:13 +0000)]
Changes to be committed:

4 years ago modified: public_server/public_server.php
Andy [Sun, 23 Feb 2020 05:06:03 +0000 (05:06 +0000)]
modified:   public_server/public_server.php

4 years agoMerge pull request #959 from MrPetovan/task/8293-forumdirectory-updates
Tobias Diekershoff [Sun, 16 Feb 2020 19:09:02 +0000 (20:09 +0100)]
Merge pull request #959 from MrPetovan/task/8293-forumdirectory-updates

[forumdirectory] Add L10n parameter to Pager constructor call

4 years ago[forumdirectory] Add L10n parameter to Pager constructor call
Hypolite Petovan [Sun, 16 Feb 2020 18:06:30 +0000 (13:06 -0500)]
[forumdirectory] Add L10n parameter to Pager constructor call

4 years ago[forumdirectory] Replace profile.pdesc by profile.about
Hypolite Petovan [Sun, 16 Feb 2020 18:06:06 +0000 (13:06 -0500)]
[forumdirectory] Replace profile.pdesc by profile.about

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 ago[various] Remove redundant profile_uid field from profile query
Hypolite Petovan [Sat, 28 Dec 2019 01:48:47 +0000 (20:48 -0500)]
[various] Remove redundant profile_uid field from profile query

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