]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoMerge pull request #6108 from annando/fork-check
Hypolite Petovan [Sun, 11 Nov 2018 01:56:42 +0000 (20:56 -0500)]
Merge pull request #6108 from annando/fork-check

Add some hook to check if hook should be forked

5 years agoMerge pull request #6111 from AlfredSK/patch-1
Michael Vogel [Sun, 11 Nov 2018 00:23:43 +0000 (01:23 +0100)]
Merge pull request #6111 from AlfredSK/patch-1

Missing use for Strings

5 years agoMissing use for Strings
Steffen K9 [Sun, 11 Nov 2018 00:14:50 +0000 (01:14 +0100)]
Missing use for Strings

In line 72 'Strings::' is used but the 'use Friendica\Util\Strings' was missing.

5 years agoAdded documentation
Michael [Sat, 10 Nov 2018 16:55:12 +0000 (16:55 +0000)]
Added documentation

5 years agoMerge pull request #6104 from nupplaphil/friendica-6101
Michael Vogel [Sat, 10 Nov 2018 16:39:42 +0000 (17:39 +0100)]
Merge pull request #6104 from nupplaphil/friendica-6101

Finding slow tests

5 years agoMerge pull request #6107 from MrPetovan/bug/5996-fix-toggle-mobile-call
Michael Vogel [Sat, 10 Nov 2018 16:27:04 +0000 (17:27 +0100)]
Merge pull request #6107 from MrPetovan/bug/5996-fix-toggle-mobile-call

Add URL encoding to toggle_mobile parameter

5 years agoSome redesign
Michael [Sat, 10 Nov 2018 15:20:23 +0000 (15:20 +0000)]
Some redesign

5 years agoLogger is not needed anymore
Michael [Sat, 10 Nov 2018 15:16:48 +0000 (15:16 +0000)]
Logger is not needed anymore

5 years agoAdd some hook to check if hook should be forked
Michael [Sat, 10 Nov 2018 15:15:46 +0000 (15:15 +0000)]
Add some hook to check if hook should be forked

5 years agoMerge pull request #6106 from MrPetovan/bug/6103-fix-webfinger-ostatus
Michael Vogel [Sat, 10 Nov 2018 14:15:26 +0000 (15:15 +0100)]
Merge pull request #6106 from MrPetovan/bug/6103-fix-webfinger-ostatus

Fix webfinger and OStatus support

5 years agoAdd URL encoding to toggle_mobile parameter
Hypolite Petovan [Sat, 10 Nov 2018 13:55:48 +0000 (08:55 -0500)]
Add URL encoding to toggle_mobile parameter

5 years agoFix formatting in Probe::uri
Hypolite Petovan [Sat, 10 Nov 2018 13:24:53 +0000 (08:24 -0500)]
Fix formatting in Probe::uri

5 years agoImprove return path in mod/follow
Hypolite Petovan [Sat, 10 Nov 2018 13:24:31 +0000 (08:24 -0500)]
Improve return path in mod/follow

5 years agoUse atom:author/atom:uri as profile-link in Feed::import
Hypolite Petovan [Sat, 10 Nov 2018 13:24:10 +0000 (08:24 -0500)]
Use atom:author/atom:uri as profile-link in Feed::import

- Use atom:author/atom:id as profile-id

5 years agoHonor preference order in webfinger links
Hypolite Petovan [Sat, 10 Nov 2018 13:23:11 +0000 (08:23 -0500)]
Honor preference order in webfinger links

5 years agoAccept URLs with no trailing slash in Probe::uri
Hypolite Petovan [Sat, 10 Nov 2018 13:22:47 +0000 (08:22 -0500)]
Accept URLs with no trailing slash in Probe::uri

5 years agoReplace obsolete Addon::callHooks call with Hook::callAll in Model\Contact
Hypolite Petovan [Sat, 10 Nov 2018 13:18:16 +0000 (08:18 -0500)]
Replace obsolete Addon::callHooks call with Hook::callAll in Model\Contact

5 years agoAccept data structure in Logger::devLog
Hypolite Petovan [Sat, 10 Nov 2018 13:17:33 +0000 (08:17 -0500)]
Accept data structure in Logger::devLog

5 years agoMerge pull request #6102 from zeroadam/TextToStrings
Hypolite Petovan [Fri, 9 Nov 2018 19:44:16 +0000 (14:44 -0500)]
Merge pull request #6102 from zeroadam/TextToStrings

Split text.php to Strings class

5 years agoskipping TTL tests
Philipp Holzer [Fri, 9 Nov 2018 19:39:47 +0000 (20:39 +0100)]
skipping TTL tests

5 years agofriendica-6101 slow travis-ci tests
Philipp Holzer [Fri, 9 Nov 2018 19:14:10 +0000 (20:14 +0100)]
friendica-6101 slow travis-ci tests

5 years agofriendica-6101 slow travis-ci tests
Philipp Holzer [Fri, 9 Nov 2018 18:59:22 +0000 (19:59 +0100)]
friendica-6101 slow travis-ci tests

5 years agoRename removeTags to escapeTags
Adam Magness [Fri, 9 Nov 2018 18:29:42 +0000 (13:29 -0500)]
Rename removeTags to escapeTags

rename function and update calls.

5 years agoRename escapeTags to escapeHtml
Adam Magness [Fri, 9 Nov 2018 18:27:58 +0000 (13:27 -0500)]
Rename escapeTags to escapeHtml

rename function and update calls.

5 years agoMove getTags to BBCode
Adam Magness [Fri, 9 Nov 2018 18:24:19 +0000 (13:24 -0500)]
Move getTags to BBCode

move getTags function to BBCode class and update calls.

5 years agoUpdate and Remove isValidEmail
Adam Magness [Fri, 9 Nov 2018 18:18:42 +0000 (13:18 -0500)]
Update and Remove isValidEmail

change function calls, and remove unneeded function.

5 years agoCreate/Update tests
Adam Magness [Fri, 9 Nov 2018 13:36:28 +0000 (08:36 -0500)]
Create/Update tests

create test for new class, move tests from previous

5 years agobug fix
Adam Magness [Thu, 8 Nov 2018 17:59:00 +0000 (12:59 -0500)]
bug fix

Strings not String

5 years agoMissing Use statements
Adam Magness [Thu, 8 Nov 2018 16:58:42 +0000 (11:58 -0500)]
Missing Use statements

missing use

5 years agonormalise_link calls
Adam Magness [Thu, 8 Nov 2018 16:28:29 +0000 (11:28 -0500)]
normalise_link calls

implement normaliseLink function

5 years agolink_compare calls
Adam Magness [Thu, 8 Nov 2018 15:46:50 +0000 (10:46 -0500)]
link_compare calls

implement compareLink function.

5 years agobase64url calls
Adam Magness [Thu, 8 Nov 2018 15:37:08 +0000 (10:37 -0500)]
base64url calls

implement base64UrlEncode and base64UrlDecode functions

5 years agoprotect_sprintf calls
Adam Magness [Thu, 8 Nov 2018 15:30:45 +0000 (10:30 -0500)]
protect_sprintf calls

implement protectSprintf function

5 years agoformatBytes calls
Adam Magness [Thu, 8 Nov 2018 15:28:49 +0000 (10:28 -0500)]
formatBytes calls

implement function in new class

5 years agodeindent calls
Adam Magness [Thu, 8 Nov 2018 15:26:49 +0000 (10:26 -0500)]
deindent calls

implement function in new class

5 years agoformat_network_name calls
Adam Magness [Thu, 8 Nov 2018 15:24:47 +0000 (10:24 -0500)]
format_network_name calls

implement formatNetworkName function

5 years agoautoname calls
Adam Magness [Thu, 8 Nov 2018 15:22:20 +0000 (10:22 -0500)]
autoname calls

implement getRandomName function

5 years agoescape_tags calls
Adam Magness [Thu, 8 Nov 2018 15:20:03 +0000 (10:20 -0500)]
escape_tags calls

implement escapeTags function

5 years agonotags calls
Adam Magness [Thu, 8 Nov 2018 15:14:37 +0000 (10:14 -0500)]
notags calls

implement removeTags function

5 years agorandom_string calls
Adam Magness [Thu, 8 Nov 2018 13:45:46 +0000 (08:45 -0500)]
random_string calls

implement getRandomHex function

5 years agoSplit text.php to Strings class
Adam Magness [Thu, 8 Nov 2018 13:33:28 +0000 (08:33 -0500)]
Split text.php to Strings class

move functions to new strings class
Split text.php to Strings class

move functions to new Strings class

5 years agoMerge pull request #6097 from nupplaphil/refactor_user_identities
Hypolite Petovan [Thu, 8 Nov 2018 11:54:48 +0000 (06:54 -0500)]
Merge pull request #6097 from nupplaphil/refactor_user_identities

Refactoring identities to Model\User::identities

5 years agoMerge pull request #6099 from annando/ap-emojis
Hypolite Petovan [Thu, 8 Nov 2018 11:54:05 +0000 (06:54 -0500)]
Merge pull request #6099 from annando/ap-emojis

Using CSS for custom emojis

5 years agoMerge pull request #6098 from annando/worker-speed
Hypolite Petovan [Thu, 8 Nov 2018 11:52:36 +0000 (06:52 -0500)]
Merge pull request #6098 from annando/worker-speed

New indexes to speed up the worker

5 years agoUsing CSS for custom emojis
Michael [Thu, 8 Nov 2018 07:42:19 +0000 (07:42 +0000)]
Using CSS for custom emojis

5 years agoFixing tests
Philipp Holzer [Thu, 8 Nov 2018 07:11:27 +0000 (08:11 +0100)]
Fixing tests

5 years agoNew indexes to speed up the worker
Michael [Thu, 8 Nov 2018 07:09:09 +0000 (07:09 +0000)]
New indexes to speed up the worker

5 years agoMerge pull request #6096 from annando/ap-emojis
Hypolite Petovan [Thu, 8 Nov 2018 01:10:16 +0000 (20:10 -0500)]
Merge pull request #6096 from annando/ap-emojis

We now directly support the custom emojis from Mastodon

5 years agoMerge pull request #6093 from zeroadam/TextToItem
Hypolite Petovan [Thu, 8 Nov 2018 01:06:32 +0000 (20:06 -0500)]
Merge pull request #6093 from zeroadam/TextToItem

Split text.php to Item class

5 years agoRefactoring identities to Model\User::identities
Philipp Holzer [Wed, 7 Nov 2018 23:22:15 +0000 (00:22 +0100)]
Refactoring identities to Model\User::identities

5 years agoWe now directly support the custom emojis from Mastodon
Michael [Wed, 7 Nov 2018 20:34:03 +0000 (20:34 +0000)]
We now directly support the custom emojis from Mastodon

5 years agoStandards
Adam Magness [Wed, 7 Nov 2018 19:16:59 +0000 (14:16 -0500)]
Standards

fix indentation level, replace x() with !empty()

5 years agoMove another function
Adam Magness [Wed, 7 Nov 2018 12:19:39 +0000 (07:19 -0500)]
Move another function

move get_plink to Item class, and also fix up getApp since we extend BaseObject

5 years agoFunction calls
Adam Magness [Wed, 7 Nov 2018 02:16:27 +0000 (21:16 -0500)]
Function calls

update function calls to new class

5 years agoSplit text to Item
Adam Magness [Wed, 7 Nov 2018 02:12:41 +0000 (21:12 -0500)]
Split text to Item

move functions from text.php to Item class

5 years agoMerge pull request #6092 from JonnyTischbein/issue_drop_item_return_non-frio
Hypolite Petovan [Wed, 7 Nov 2018 01:16:28 +0000 (20:16 -0500)]
Merge pull request #6092 from JonnyTischbein/issue_drop_item_return_non-frio

Fix return url when dropping post loaded by update_* in non-frio

5 years agomove live update: update_contacts to update_contact
Jonny Tischbein [Tue, 6 Nov 2018 21:22:42 +0000 (22:22 +0100)]
move live update: update_contacts to update_contact

5 years agoFix return url when dropping post loaded by update_* in non-frio
Jonny Tischbein [Tue, 6 Nov 2018 20:37:10 +0000 (21:37 +0100)]
Fix return url when dropping post loaded by update_* in non-frio

5 years agoMerge pull request #6090 from zeroadam/TextToL10n
Hypolite Petovan [Tue, 6 Nov 2018 18:44:30 +0000 (13:44 -0500)]
Merge pull request #6090 from zeroadam/TextToL10n

Split functions to L10n

5 years agoMerge pull request #6086 from friendica/fabrixxm-patch-1
Hypolite Petovan [Tue, 6 Nov 2018 15:48:00 +0000 (10:48 -0500)]
Merge pull request #6086 from friendica/fabrixxm-patch-1

Fix Friendica node info json

5 years agoFix code style
fabrixxm [Tue, 6 Nov 2018 15:37:58 +0000 (16:37 +0100)]
Fix code style

5 years agocoding standards
Adam Magness [Tue, 6 Nov 2018 15:28:18 +0000 (10:28 -0500)]
coding standards

5 years agoAdd use statement
Adam Magness [Tue, 6 Nov 2018 14:55:14 +0000 (09:55 -0500)]
Add use statement

add use for core class

5 years agoUpdate function calls
Adam Magness [Tue, 6 Nov 2018 14:52:10 +0000 (09:52 -0500)]
Update function calls

update function calls for moved functions

5 years agoSplit text.php to L10n
Adam Magness [Tue, 6 Nov 2018 14:48:58 +0000 (09:48 -0500)]
Split text.php to L10n

move functions from text.php to L10n class

5 years agoMerge pull request #6089 from annando/fix-6085
Michael Vogel [Tue, 6 Nov 2018 14:01:36 +0000 (15:01 +0100)]
Merge pull request #6089 from annando/fix-6085

Fixes PR 6085

5 years agoFixes PR 6085
Michael [Tue, 6 Nov 2018 14:00:31 +0000 (14:00 +0000)]
Fixes PR 6085

5 years agoMerge pull request #6085 from zeroadam/TextToHTML
Hypolite Petovan [Tue, 6 Nov 2018 13:30:32 +0000 (08:30 -0500)]
Merge pull request #6085 from zeroadam/TextToHTML

Split text.php functions to HTML class

5 years agoRename properly
Adam Magness [Tue, 6 Nov 2018 11:34:32 +0000 (06:34 -0500)]
Rename properly

rename function properly this time!

5 years agorename function
Adam Magness [Tue, 6 Nov 2018 11:31:48 +0000 (06:31 -0500)]
rename function

rename function and update calls.

5 years agoStop PortableContacts to raise warning on malformed register_policy
fabrixxm [Tue, 6 Nov 2018 11:10:23 +0000 (12:10 +0100)]
Stop PortableContacts to raise warning on malformed register_policy

5 years agoFix Friendica node info json
fabrixxm [Tue, 6 Nov 2018 09:07:22 +0000 (10:07 +0100)]
Fix Friendica node info json

And stop worker sending warning from PortableContacts.php

5 years agoMissed use
Adam Magness [Tue, 6 Nov 2018 02:45:44 +0000 (21:45 -0500)]
Missed use

fix missing use statement

5 years agobug fix
Adam Magness [Tue, 6 Nov 2018 02:26:58 +0000 (21:26 -0500)]
bug fix

fix variable

5 years agoMissing Include
Adam Magness [Tue, 6 Nov 2018 02:15:47 +0000 (21:15 -0500)]
Missing Include

missed use statement

5 years agofunctions moved to HTML class
Adam Magness [Tue, 6 Nov 2018 02:06:26 +0000 (21:06 -0500)]
functions moved to HTML class

update function calls to moved class.

5 years agoSplit text.php to HTML class
Adam Magness [Tue, 6 Nov 2018 01:27:22 +0000 (20:27 -0500)]
Split text.php to HTML class

move functions from text.php to src/Content/Text/HTML

5 years agoMerge pull request #6082 from annando/diasppora-delivery
Hypolite Petovan [Mon, 5 Nov 2018 21:26:02 +0000 (16:26 -0500)]
Merge pull request #6082 from annando/diasppora-delivery

Improved delivery

5 years agoImproved logger text
Michael [Mon, 5 Nov 2018 20:35:17 +0000 (20:35 +0000)]
Improved logger text

5 years agoMerge pull request #6077 from nupplaphil/move_random_digits
Hypolite Petovan [Mon, 5 Nov 2018 20:23:24 +0000 (15:23 -0500)]
Merge pull request #6077 from nupplaphil/move_random_digits

Move random digits

5 years agoRemoved unnecessary function
Philipp Holzer [Mon, 5 Nov 2018 20:17:46 +0000 (21:17 +0100)]
Removed unnecessary function

5 years agoUsing random_int directly
Philipp Holzer [Mon, 5 Nov 2018 20:16:18 +0000 (21:16 +0100)]
Using random_int directly

5 years agoUsing random_int directly
Philipp Holzer [Mon, 5 Nov 2018 20:15:30 +0000 (21:15 +0100)]
Using random_int directly

5 years agocopy/paste error
Philipp Holzer [Mon, 5 Nov 2018 20:03:55 +0000 (21:03 +0100)]
copy/paste error

5 years agoMove random Digits to Crypto class
Philipp Holzer [Mon, 5 Nov 2018 08:37:03 +0000 (09:37 +0100)]
Move random Digits to Crypto class

5 years agoMerge remote-tracking branch 'upstream/develop' into diasppora-delivery
Michael [Mon, 5 Nov 2018 19:46:59 +0000 (19:46 +0000)]
Merge remote-tracking branch 'upstream/develop' into diasppora-delivery

5 years agoMerge pull request #6070 from zeroadam/TextToXML
Hypolite Petovan [Mon, 5 Nov 2018 18:50:09 +0000 (13:50 -0500)]
Merge pull request #6070 from zeroadam/TextToXML

split xml functions out of text.php

5 years agoMerge pull request #6079 from annando/issue-dir-15
Hypolite Petovan [Mon, 5 Nov 2018 18:49:28 +0000 (13:49 -0500)]
Merge pull request #6079 from annando/issue-dir-15

Directory issue 15: Support the "account-type"

5 years agoMerge pull request #6080 from annando/issue-6074
Hypolite Petovan [Mon, 5 Nov 2018 18:47:40 +0000 (13:47 -0500)]
Merge pull request #6080 from annando/issue-6074

Issue 6074: Language and "explicit" are now exported

5 years agoIssue 6074: Language and "explicit" are now exported
Michael [Mon, 5 Nov 2018 18:14:58 +0000 (18:14 +0000)]
Issue 6074: Language and "explicit" are now exported

5 years agoUpdate and rename test class
Adam Magness [Mon, 5 Nov 2018 18:08:33 +0000 (13:08 -0500)]
Update and rename test class

update and rename test class.

5 years agoRevert "Move methods to new Util/Strings class"
Adam Magness [Mon, 5 Nov 2018 12:31:45 +0000 (07:31 -0500)]
Revert "Move methods to new Util/Strings class"

This reverts commit 97fcf23371cb24c7c9dbb144ed7f250813176f45.

5 years agoRevert "Update function calls"
Adam Magness [Mon, 5 Nov 2018 12:40:18 +0000 (07:40 -0500)]
Revert "Update function calls"

This reverts commit 748fb8b94693ea468ef6b539d6268ea3f7ab9bea.

5 years agoLanguage is now transmitted as well
Michael [Mon, 5 Nov 2018 18:03:26 +0000 (18:03 +0000)]
Language is now transmitted as well

5 years agoDirectory issue 15: Support the "account-type"
Michael [Mon, 5 Nov 2018 17:59:46 +0000 (17:59 +0000)]
Directory issue 15: Support the "account-type"

5 years agoMerge pull request #6076 from nupplaphil/cache_test_fix
Hypolite Petovan [Mon, 5 Nov 2018 15:01:06 +0000 (10:01 -0500)]
Merge pull request #6076 from nupplaphil/cache_test_fix

Lock TTL fix

5 years agoCreate/Update tests
Adam Magness [Mon, 5 Nov 2018 12:53:12 +0000 (07:53 -0500)]
Create/Update tests

create new test class and update old one.

5 years agoUpdate function calls
Adam Magness [Mon, 5 Nov 2018 12:40:18 +0000 (07:40 -0500)]
Update function calls

update function calls to new class

5 years agoMove methods to new Util/Strings class
Adam Magness [Mon, 5 Nov 2018 12:31:45 +0000 (07:31 -0500)]
Move methods to new Util/Strings class

move string methods from xml to strings class.

5 years agoUpdate function calls
Adam Magness [Sun, 4 Nov 2018 13:23:19 +0000 (08:23 -0500)]
Update function calls

update function calls to new names