friendica-addons.git
6 years agoUpdate Function call
Adam Magness [Thu, 30 Nov 2017 12:42:34 +0000 (07:42 -0500)]
Update Function call

update function call for Photo class.

6 years agoUpdates
Adam Magness [Wed, 29 Nov 2017 22:38:05 +0000 (17:38 -0500)]
Updates

Updates from review changes to main friendica project

6 years agoPhoto to namespace
Adam Magness [Wed, 29 Nov 2017 17:38:39 +0000 (12:38 -0500)]
Photo to namespace

updates for Photo class moving to Friendica\Object namespace.

6 years agoMerge pull request #457 from tobiasd/20171127-langXMPPandIFTTT
Michael Vogel [Mon, 27 Nov 2017 09:26:04 +0000 (10:26 +0100)]
Merge pull request #457 from tobiasd/20171127-langXMPPandIFTTT

added messages.po files to IFTTT and XMPP addons

6 years agoadded messages.po files to IFTTT and XMPP addons as hinted in #454
Tobias Diekershoff [Mon, 27 Nov 2017 08:33:50 +0000 (09:33 +0100)]
added messages.po files to IFTTT and XMPP addons as hinted in #454

6 years agoMerge pull request #456 from annando/template_escape
Tobias Diekershoff [Mon, 27 Nov 2017 06:41:45 +0000 (07:41 +0100)]
Merge pull request #456 from annando/template_escape

The function "template_escape" doesn't exist anymore.

6 years agoThe function "template_escape" doesn't exist anymore.
Michael [Mon, 27 Nov 2017 06:34:04 +0000 (06:34 +0000)]
The function "template_escape" doesn't exist anymore.

6 years agoMerge pull request #455 from zeroadam/Twitter
Michael Vogel [Sun, 26 Nov 2017 13:35:17 +0000 (14:35 +0100)]
Merge pull request #455 from zeroadam/Twitter

Readme

6 years agoReadme
Adam Magness [Sun, 26 Nov 2017 13:31:19 +0000 (08:31 -0500)]
Readme

we allow 280 characters.

6 years agoMerge pull request #454 from MrPetovan/task/3946-use-random-bytes
Michael Vogel [Sun, 26 Nov 2017 12:33:53 +0000 (13:33 +0100)]
Merge pull request #454 from MrPetovan/task/3946-use-random-bytes

Use random bytes

6 years agoSimplify random_string() calls
Hypolite Petovan [Sun, 26 Nov 2017 02:31:10 +0000 (21:31 -0500)]
Simplify random_string() calls

6 years agoFix formatting for IFTTT and XMPP
Hypolite Petovan [Sun, 26 Nov 2017 02:30:56 +0000 (21:30 -0500)]
Fix formatting for IFTTT and XMPP

6 years agoMerge pull request #453 from annando/forumposts
Tobias Diekershoff [Sun, 26 Nov 2017 00:03:33 +0000 (01:03 +0100)]
Merge pull request #453 from annando/forumposts

Public forum posts aren't transmitted via the connectors anymore

6 years agoPubliv forum posts aren't transmitted via the connectors anymore
Michael [Sat, 25 Nov 2017 23:56:18 +0000 (23:56 +0000)]
Publiv forum posts aren't transmitted via the connectors anymore

6 years agoMerge pull request #451 from annando/emailer
Hypolite Petovan [Wed, 22 Nov 2017 23:39:39 +0000 (18:39 -0500)]
Merge pull request #451 from annando/emailer

Addons hadn't been changed for the moved emailer class

6 years agoAddons hadn't been changed for the moved emailer class
Michael [Wed, 22 Nov 2017 23:10:01 +0000 (23:10 +0000)]
Addons hadn't been changed for the moved emailer class

6 years agoMerge pull request #450 from MrPetovan/issue/3878-move-Contact-to-src
Michael Vogel [Mon, 20 Nov 2017 16:35:02 +0000 (17:35 +0100)]
Merge pull request #450 from MrPetovan/issue/3878-move-Contact-to-src

Move Contact to src

6 years agoMove Contact to src
Hypolite Petovan [Sun, 19 Nov 2017 22:09:54 +0000 (17:09 -0500)]
Move Contact to src

- Add relevant use statements
- Change method calls
- Remove mentions to include/Contact.php

6 years agoMerge pull request #449 from zeroadam/OpenWeatherMap
Tobias Diekershoff [Sat, 18 Nov 2017 16:35:19 +0000 (17:35 +0100)]
Merge pull request #449 from zeroadam/OpenWeatherMap

OpenWeatherMap

6 years agoZoom level
Adam Magness [Sat, 18 Nov 2017 16:15:38 +0000 (11:15 -0500)]
Zoom level

I think 10 is a more appropriate zoom level, 9 was a little too wide

6 years agoOpenWeatherMap
Adam Magness [Sat, 18 Nov 2017 16:11:09 +0000 (11:11 -0500)]
OpenWeatherMap

The Show on map link was not working properly.

6 years agoMerge pull request #448 from zeroadam/GContact-#3878
Michael Vogel [Wed, 15 Nov 2017 19:54:30 +0000 (20:54 +0100)]
Merge pull request #448 from zeroadam/GContact-#3878

GContact moved to src

6 years agoGContact renamed
Adam Magness [Mon, 13 Nov 2017 17:20:30 +0000 (12:20 -0500)]
GContact renamed

Rename and update references for GlobalContact

6 years agoReview updates
Adam Magness [Mon, 13 Nov 2017 06:52:26 +0000 (01:52 -0500)]
Review updates

changes from review for function name changes.

6 years agoGContact moved to src
Adam Magness [Mon, 13 Nov 2017 04:33:14 +0000 (23:33 -0500)]
GContact moved to src

Update references to socgraph to GContact namespace functions. Related to https://github.com/friendica/friendica/issues/3878

6 years agoMerge pull request #447 from zeroadam/Smilies-#3878
Michael Vogel [Sat, 11 Nov 2017 12:44:15 +0000 (13:44 +0100)]
Merge pull request #447 from zeroadam/Smilies-#3878

Smilies moved to src

6 years agoSmilies moved to src
Adam Magness [Sat, 11 Nov 2017 12:22:45 +0000 (07:22 -0500)]
Smilies moved to src

Smilies moved to Friendica\Content namespace.

Related to https://github.com/friendica/friendica/issues/3878

6 years agoMerge pull request #446 from tobiasd/20171111-delpconfig
Michael Vogel [Sat, 11 Nov 2017 08:11:23 +0000 (09:11 +0100)]
Merge pull request #446 from tobiasd/20171111-delpconfig

use more PConfig::delete

6 years agouse pconfig::delete in widgets addon
Tobias Diekershoff [Sat, 11 Nov 2017 06:23:31 +0000 (07:23 +0100)]
use pconfig::delete in widgets addon

6 years agouse pconfig::delete in pumpio addon
Tobias Diekershoff [Sat, 11 Nov 2017 06:23:15 +0000 (07:23 +0100)]
use pconfig::delete in pumpio addon

6 years agouse pconfig::delete in fromgplus addon
Tobias Diekershoff [Sat, 11 Nov 2017 06:22:46 +0000 (07:22 +0100)]
use pconfig::delete in fromgplus addon

6 years agouse pconfig::delete in gnusocial addon
Tobias Diekershoff [Sat, 11 Nov 2017 06:22:24 +0000 (07:22 +0100)]
use pconfig::delete in gnusocial addon

6 years agouse pconfig::delete in ifttt addon
Tobias Diekershoff [Sat, 11 Nov 2017 06:21:47 +0000 (07:21 +0100)]
use pconfig::delete in ifttt addon

6 years agouse pconfig::delete in mailstream addon
Tobias Diekershoff [Sat, 11 Nov 2017 06:20:44 +0000 (07:20 +0100)]
use pconfig::delete in mailstream addon

6 years agoMerge pull request #445 from annando/new-worker
Hypolite Petovan [Fri, 10 Nov 2017 19:49:54 +0000 (14:49 -0500)]
Merge pull request #445 from annando/new-worker

Support for the new worker class

6 years agoMerge pull request #444 from zeroadam/Cache-#3878
Hypolite Petovan [Thu, 9 Nov 2017 17:29:37 +0000 (12:29 -0500)]
Merge pull request #444 from zeroadam/Cache-#3878

Move Cache to src

6 years agoMove Cache to src
Adam Magness [Thu, 9 Nov 2017 16:08:32 +0000 (11:08 -0500)]
Move Cache to src

Cache class moved to Friendica\Core namespace

6 years agoMerge pull request #441 from zeroadam/Issue-#3878
Hypolite Petovan [Thu, 9 Nov 2017 06:32:56 +0000 (01:32 -0500)]
Merge pull request #441 from zeroadam/Issue-#3878

Class file relocation

6 years agoMerge remote-tracking branch 'origin/Issue-#3878' into Issue-#3878
Adam Magness [Thu, 9 Nov 2017 04:04:55 +0000 (23:04 -0500)]
Merge remote-tracking branch 'origin/Issue-#3878' into Issue-#3878

6 years agoClass file relocation
Adam Magness [Wed, 8 Nov 2017 04:00:18 +0000 (23:00 -0500)]
Class file relocation

changes related to Issue #3878

6 years agoMerge pull request #443 from rebeka-catalina/rct/d/NSFW_README_examples
Hypolite Petovan [Wed, 8 Nov 2017 16:45:25 +0000 (11:45 -0500)]
Merge pull request #443 from rebeka-catalina/rct/d/NSFW_README_examples

Grouping parentheses instead of capturing parentheses

6 years agoFixed the typos
rebeka-catalina [Wed, 8 Nov 2017 16:44:20 +0000 (17:44 +0100)]
Fixed the typos

6 years agoFixed a missing position
rebeka-catalina [Wed, 8 Nov 2017 16:19:51 +0000 (17:19 +0100)]
Fixed a missing position

6 years agoGrouping parantheses instead of capturing parantheses
rebeka-catalina [Wed, 8 Nov 2017 15:14:35 +0000 (16:14 +0100)]
Grouping parantheses instead of capturing parantheses

6 years agoMerge pull request #442 from tobiasd/20171108-twitter
Hypolite Petovan [Wed, 8 Nov 2017 06:12:33 +0000 (01:12 -0500)]
Merge pull request #442 from tobiasd/20171108-twitter

del_pconfig -> PConfig::delete

6 years agodel_pconfig -> PConfig::delete
Tobias Diekershoff [Wed, 8 Nov 2017 05:59:33 +0000 (06:59 +0100)]
del_pconfig -> PConfig::delete

6 years agoClass file relocation
Adam Magness [Wed, 8 Nov 2017 04:00:18 +0000 (23:00 -0500)]
Class file relocation

changes related to Issue #3878

6 years agoMerge pull request #440 from annando/twitter-280
Hypolite Petovan [Tue, 7 Nov 2017 22:48:10 +0000 (17:48 -0500)]
Merge pull request #440 from annando/twitter-280

Twitter just went to the 280 character limit.

6 years agoTwitter just went to the 280 character limit.
Michael [Tue, 7 Nov 2017 22:44:39 +0000 (22:44 +0000)]
Twitter just went to the 280 character limit.

6 years agoMerge pull request #439 from zeroadam/Issue3873
Hypolite Petovan [Tue, 7 Nov 2017 16:26:03 +0000 (11:26 -0500)]
Merge pull request #439 from zeroadam/Issue3873

Replace deprecated (P)Config functions with new syntax

6 years agoPConfig update
Adam Magness [Tue, 7 Nov 2017 16:10:01 +0000 (11:10 -0500)]
PConfig update

updates to use PConfig::load()

6 years agoReview Updates
Adam Magness [Tue, 7 Nov 2017 11:51:46 +0000 (06:51 -0500)]
Review Updates

Removed errant change to logger text

6 years agoIssue 3873
Adam Magness [Mon, 6 Nov 2017 23:55:24 +0000 (18:55 -0500)]
Issue 3873

Replace deprecated functions with new syntax

6 years agoMerge pull request #438 from rebeka-catalina/rct/d/NSFW_README_examples
Tobias Diekershoff [Mon, 6 Nov 2017 09:39:00 +0000 (10:39 +0100)]
Merge pull request #438 from rebeka-catalina/rct/d/NSFW_README_examples

NSFW examples

6 years agoExtended the NSFW's README with some use cases and regex examples - typo correction
rebeka-catalina [Mon, 6 Nov 2017 08:58:47 +0000 (09:58 +0100)]
Extended the NSFW's README with some use cases and regex examples - typo correction

6 years agoExtended the NSFW's README with some use cases and regex examples
rebeka-catalina [Mon, 6 Nov 2017 08:44:10 +0000 (09:44 +0100)]
Extended the NSFW's README with some use cases and regex examples

6 years agoMerge pull request #437 from MrPetovan/task/move-languagedetect-to-vendor
Michael Vogel [Sun, 5 Nov 2017 17:17:27 +0000 (18:17 +0100)]
Merge pull request #437 from MrPetovan/task/move-languagedetect-to-vendor

Move languagedetect to vendor

6 years agoAdd PConfig class + fix elseif instances
Hypolite Petovan [Sun, 5 Nov 2017 16:15:34 +0000 (11:15 -0500)]
Add PConfig class + fix elseif instances

6 years agoSupport for the new worker class
Michael [Sun, 5 Nov 2017 15:07:52 +0000 (15:07 +0000)]
Support for the new worker class

6 years agoRemove reference to library folder
Hypolite Petovan [Sun, 5 Nov 2017 13:59:59 +0000 (08:59 -0500)]
Remove reference to library folder

6 years agoFix formatting according to PSR-2
Hypolite Petovan [Sun, 5 Nov 2017 13:59:45 +0000 (08:59 -0500)]
Fix formatting according to PSR-2

- Add type-hinting to App object

6 years agoMerge pull request #436 from tobiasd/20171103-dav
Michael Vogel [Fri, 3 Nov 2017 07:07:05 +0000 (08:07 +0100)]
Merge pull request #436 from tobiasd/20171103-dav

DAV addon marked unsupported

6 years agoDAV addon marked unsupported
Tobias Diekershoff [Fri, 3 Nov 2017 06:09:35 +0000 (07:09 +0100)]
DAV addon marked unsupported

6 years agoMerge pull request #435 from tobiasd/20171027-superblock_ES
Michael Vogel [Fri, 27 Oct 2017 21:39:19 +0000 (23:39 +0200)]
Merge pull request #435 from tobiasd/20171027-superblock_ES

ES translation of the superblock addon THX Albert

6 years agoES translation of the superblock addon THX Albert
Tobias Diekershoff [Fri, 27 Oct 2017 09:10:40 +0000 (11:10 +0200)]
ES translation of the superblock addon THX Albert

6 years agoMerge pull request #434 from annando/removed-deprecated
Tobias Diekershoff [Thu, 19 Oct 2017 07:37:32 +0000 (09:37 +0200)]
Merge pull request #434 from annando/removed-deprecated

Removed deprecated addons

6 years agoRemoved deprecated addons
Michael [Thu, 19 Oct 2017 06:40:00 +0000 (06:40 +0000)]
Removed deprecated addons

6 years agoMerge pull request #433 from annando/dba-things
Tobias Diekershoff [Thu, 12 Oct 2017 21:37:27 +0000 (23:37 +0200)]
Merge pull request #433 from annando/dba-things

Additional work for PR 3778

6 years agoAdditional work for PR 3778
Michael [Thu, 12 Oct 2017 16:10:42 +0000 (16:10 +0000)]
Additional work for PR 3778

6 years agoMerge pull request #432 from AlfredSK/patch-1
Tobias Diekershoff [Thu, 12 Oct 2017 13:51:38 +0000 (15:51 +0200)]
Merge pull request #432 from AlfredSK/patch-1

Update newmemberwidget with new global support forum

6 years agoUpdate newmemberwidget with new global support forum
S.Krumbholz [Thu, 12 Oct 2017 13:44:00 +0000 (15:44 +0200)]
Update newmemberwidget with new global support forum

I've changed the path of the global support forum to https://forum.friendi.ca/profile/helpers.

6 years agoMerge pull request #431 from friendica/revert-428-task/update-languagedetect
Tobias Diekershoff [Thu, 5 Oct 2017 12:59:00 +0000 (12:59 +0000)]
Merge pull request #431 from friendica/revert-428-task/update-languagedetect

Revert "Remove reference to library/langdet folder"

6 years agoRevert "Remove reference to library/langdet folder"
Tobias Diekershoff [Thu, 5 Oct 2017 12:58:44 +0000 (14:58 +0200)]
Revert "Remove reference to library/langdet folder"

6 years agoMerge pull request #428 from MrPetovan/task/update-languagedetect
Tobias Diekershoff [Thu, 5 Oct 2017 08:49:45 +0000 (08:49 +0000)]
Merge pull request #428 from MrPetovan/task/update-languagedetect

Remove reference to library/langdet folder

6 years agoMerge pull request #430 from tobiasd/master
Michael Vogel [Mon, 2 Oct 2017 17:20:09 +0000 (19:20 +0200)]
Merge pull request #430 from tobiasd/master

added ZH-CN translation of cal addon, thx mytbk

6 years agoadded ZH-CN translation of cal addon, thx mytbk
Tobias Diekershoff [Mon, 2 Oct 2017 16:19:38 +0000 (18:19 +0200)]
added ZH-CN translation of cal addon, thx mytbk

6 years agoMerge pull request #429 from annando/smily-html
Tobias Diekershoff [Mon, 2 Oct 2017 15:59:57 +0000 (17:59 +0200)]
Merge pull request #429 from annando/smily-html

Unicode_smilies: HTML elements sometimes where distorted

6 years agoUnicode_smilies: HTML elements sometimes where distorted
Michael [Mon, 2 Oct 2017 03:20:11 +0000 (03:20 +0000)]
Unicode_smilies: HTML elements sometimes where distorted

6 years agoRemove reference to library/langdet folder
Hypolite Petovan [Thu, 28 Sep 2017 03:18:38 +0000 (23:18 -0400)]
Remove reference to library/langdet folder

6 years agoMerge pull request #427 from tobiasd/20170927-lang
Michael Vogel [Wed, 27 Sep 2017 05:33:45 +0000 (07:33 +0200)]
Merge pull request #427 from tobiasd/20170927-lang

ZH-CN translation added THX mytbk

6 years agoZH-CN translation added THX mytbk
Tobias Diekershoff [Wed, 27 Sep 2017 05:20:37 +0000 (07:20 +0200)]
ZH-CN translation added THX mytbk

6 years agoMerge pull request #426 from FuzzJunket/master
Tobias Diekershoff [Sun, 24 Sep 2017 10:14:10 +0000 (12:14 +0200)]
Merge pull request #426 from FuzzJunket/master

Fix rendering of securemail user settings

6 years agoFix rendering of securemail user settings
St John Karp [Sun, 24 Sep 2017 09:45:12 +0000 (02:45 -0700)]
Fix rendering of securemail user settings

The securemail addon was overwriting all of the user settings form
rendered before it. I've added a concatenation operator to ensure
we're not losing any content on this page.

6 years agoMerge pull request #425 from tobiasd/20170921-unicodereadme
Michael Vogel [Thu, 21 Sep 2017 16:04:13 +0000 (18:04 +0200)]
Merge pull request #425 from tobiasd/20170921-unicodereadme

added README file

6 years agoadded README file
Tobias Diekershoff [Thu, 21 Sep 2017 15:19:30 +0000 (17:19 +0200)]
added README file

6 years agoMerge pull request #424 from annando/tearsofjoy
Tobias Diekershoff [Sat, 16 Sep 2017 05:26:03 +0000 (07:26 +0200)]
Merge pull request #424 from annando/tearsofjoy

Unicode smilies: No tea anymore with tearsofjou

6 years agoUnicode smilies: No tea anymore with tearsofjou
Michael [Sat, 16 Sep 2017 05:10:54 +0000 (05:10 +0000)]
Unicode smilies: No tea anymore with tearsofjou

6 years agoMerge pull request #423 from annando/api-source
Tobias Diekershoff [Wed, 6 Sep 2017 17:40:26 +0000 (19:40 +0200)]
Merge pull request #423 from annando/api-source

"remote self" should work now with the addons

6 years ago"remote self" should work now with the addons
Michael [Wed, 6 Sep 2017 16:16:33 +0000 (16:16 +0000)]
"remote self" should work now with the addons

6 years agoMerge pull request #422 from annando/addon-poller-deactivated
Tobias Diekershoff [Wed, 23 Aug 2017 15:04:12 +0000 (17:04 +0200)]
Merge pull request #422 from annando/addon-poller-deactivated

All external poller addons are now deactivated

6 years agoAll external poller addons are now deactivated
Michael [Wed, 23 Aug 2017 12:32:00 +0000 (12:32 +0000)]
All external poller addons are now deactivated

6 years agoMerge pull request #420 from annando/unicode-emoji
Tobias Diekershoff [Mon, 21 Aug 2017 04:55:49 +0000 (06:55 +0200)]
Merge pull request #420 from annando/unicode-emoji

New addon for Unicode emojis

6 years agoMerge pull request #421 from annando/issue-3636
Tobias Diekershoff [Mon, 21 Aug 2017 04:52:40 +0000 (06:52 +0200)]
Merge pull request #421 from annando/issue-3636

Issue 3636: Avoid warning messages

6 years agoIssue 3636: Avoid warning messages
Michael [Sun, 20 Aug 2017 20:51:07 +0000 (20:51 +0000)]
Issue 3636: Avoid warning messages

6 years agoSome more emojis
Michael [Sun, 20 Aug 2017 18:41:53 +0000 (18:41 +0000)]
Some more emojis

6 years agoNew addon for Unicode emojis
Michael [Sun, 20 Aug 2017 14:43:33 +0000 (14:43 +0000)]
New addon for Unicode emojis

6 years agoMerge pull request #419 from annando/bad-retriever
Tobias Diekershoff [Sat, 19 Aug 2017 10:17:00 +0000 (12:17 +0200)]
Merge pull request #419 from annando/bad-retriever

Retriever is deactivated, see issue 3482

6 years agoREADME added
Michael [Sat, 19 Aug 2017 09:59:49 +0000 (09:59 +0000)]
README added

6 years agoRetriever is deactivated, see issue 3482
Michael [Fri, 18 Aug 2017 07:48:04 +0000 (07:48 +0000)]
Retriever is deactivated, see issue 3482

6 years agoUsing a whitelist for "leistungsschutzrecht"
Michael [Sat, 29 Jul 2017 08:01:02 +0000 (08:01 +0000)]
Using a whitelist for "leistungsschutzrecht"