]> git.mxchange.org Git - friendica.git/log
friendica.git
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 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

4 years agoupdated JA translation THX Ozero Dien
Tobias Diekershoff [Wed, 25 Dec 2019 09:20:40 +0000 (10:20 +0100)]
updated JA translation THX Ozero Dien

4 years agoMerge pull request #8005 from MrPetovan/bug/7992-empty-in-clause
Michael Vogel [Wed, 25 Dec 2019 08:34:01 +0000 (09:34 +0100)]
Merge pull request #8005 from MrPetovan/bug/7992-empty-in-clause

Add support for empty values array in Database\DBA

4 years agoMerge pull request #8006 from MrPetovan/bug/7991-remove-group-add-restrictions
Michael Vogel [Wed, 25 Dec 2019 08:30:23 +0000 (09:30 +0100)]
Merge pull request #8006 from MrPetovan/bug/7991-remove-group-add-restrictions

Remove group add restrictions

4 years agoUse BaseURL::redirect instead of deprecated App->internalRedirect in Search\Index
Hypolite Petovan [Tue, 24 Dec 2019 22:34:57 +0000 (17:34 -0500)]
Use BaseURL::redirect instead of deprecated App->internalRedirect in Search\Index

4 years agoMove search term emptiness check before content checks in Search\Index
Hypolite Petovan [Tue, 24 Dec 2019 22:17:27 +0000 (17:17 -0500)]
Move search term emptiness check before content checks in Search\Index

4 years agoRename BaseSearchModule::performSearch to performContactSearch to remove purpose...
Hypolite Petovan [Tue, 24 Dec 2019 22:15:41 +0000 (17:15 -0500)]
Rename BaseSearchModule::performSearch to performContactSearch to remove purpose confusion

4 years agoStop automatically remove newly blocked contacts from their groups
Hypolite Petovan [Tue, 24 Dec 2019 21:45:08 +0000 (16:45 -0500)]
Stop automatically remove newly blocked contacts from their groups

4 years agoRemove group management restrictions on pending and blocked in Module\Group
Hypolite Petovan [Tue, 24 Dec 2019 21:44:43 +0000 (16:44 -0500)]
Remove group management restrictions on pending and blocked in Module\Group

4 years agoAdd support for empty values array in Database\DBA
Hypolite Petovan [Tue, 24 Dec 2019 21:21:00 +0000 (16:21 -0500)]
Add support for empty values array in Database\DBA

4 years agoAdd timezone information to logger timestamp
Hypolite Petovan [Tue, 24 Dec 2019 21:06:39 +0000 (16:06 -0500)]
Add timezone information to logger timestamp

4 years agoEnsure pubkey key is present in APContact::getByUrl result
Hypolite Petovan [Tue, 24 Dec 2019 20:37:35 +0000 (15:37 -0500)]
Ensure pubkey key is present in APContact::getByUrl result

- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-568799866

4 years agoRemove unused albumname input in album drop modal
Hypolite Petovan [Tue, 24 Dec 2019 20:19:08 +0000 (15:19 -0500)]
Remove unused albumname input in album drop modal

- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-568798634

4 years agoProtect potentially missing array keys in mod/profiles
Hypolite Petovan [Tue, 24 Dec 2019 17:45:30 +0000 (12:45 -0500)]
Protect potentially missing array keys in mod/profiles

- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-568784029
- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-568785161

4 years agoRename wrong desc form value name in mod/events
Hypolite Petovan [Tue, 24 Dec 2019 17:38:46 +0000 (12:38 -0500)]
Rename wrong desc form value name in mod/events

- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-568783457

4 years agoMerge pull request #7997 from annando/zot-aliases
Hypolite Petovan [Tue, 24 Dec 2019 10:34:37 +0000 (05:34 -0500)]
Merge pull request #7997 from annando/zot-aliases

Zot: Retrieve alias addresses as well

4 years agoZot: Retrieve alias addresses as well
Michael [Tue, 24 Dec 2019 10:19:14 +0000 (10:19 +0000)]
Zot: Retrieve alias addresses as well

4 years agoMerge pull request #7996 from annando/poco-cleanup
Hypolite Petovan [Tue, 24 Dec 2019 10:13:36 +0000 (05:13 -0500)]
Merge pull request #7996 from annando/poco-cleanup

The PoCo-Workers had been split

4 years agoStandards
Michael [Tue, 24 Dec 2019 05:04:11 +0000 (05:04 +0000)]
Standards

4 years agoMerge pull request #7995 from annando/probe-hubzilla
Hypolite Petovan [Tue, 24 Dec 2019 00:59:44 +0000 (19:59 -0500)]
Merge pull request #7995 from annando/probe-hubzilla

We can now detect Zot profiles

4 years agoRemove test code
Michael [Mon, 23 Dec 2019 21:10:54 +0000 (21:10 +0000)]
Remove test code

4 years agoMerge remote-tracking branch 'upstream/master' into probe-hubzilla
Michael [Mon, 23 Dec 2019 21:10:17 +0000 (21:10 +0000)]
Merge remote-tracking branch 'upstream/master' into probe-hubzilla

4 years agopumping version 2020.03-dev
Tobias Diekershoff [Mon, 23 Dec 2019 19:07:38 +0000 (20:07 +0100)]
pumping version 2020.03-dev

4 years agoMerge branch 'master' 2019.12 into develop
Tobias Diekershoff [Mon, 23 Dec 2019 19:03:47 +0000 (20:03 +0100)]
Merge branch 'master' 2019.12 into develop

4 years agowrapping up 2019.12 master
Tobias Diekershoff [Mon, 23 Dec 2019 19:03:25 +0000 (20:03 +0100)]
wrapping up 2019.12

4 years agoMerge pull request #7973 from tobiasd/2019.12-CHANGELOG
Tobias Diekershoff [Mon, 23 Dec 2019 18:50:58 +0000 (19:50 +0100)]
Merge pull request #7973 from tobiasd/2019.12-CHANGELOG

2019.12 CHANGELOG

4 years agoMerge pull request #7985 from tobiasd/20191221-credots
Tobias Diekershoff [Mon, 23 Dec 2019 18:50:40 +0000 (19:50 +0100)]
Merge pull request #7985 from tobiasd/20191221-credots

updated the credits for 2019.12

4 years agoZot seems to work now
Michael [Mon, 23 Dec 2019 15:07:49 +0000 (15:07 +0000)]
Zot seems to work now

4 years agoPartly reworked, part 2
Michael [Mon, 23 Dec 2019 14:30:48 +0000 (14:30 +0000)]
Partly reworked, part 2

4 years agoRestructuring code
Michael [Mon, 23 Dec 2019 14:26:06 +0000 (14:26 +0000)]
Restructuring code

4 years agoMerge pull request #7993 from tobiasd/2019.12-rc
Michael Vogel [Mon, 23 Dec 2019 06:24:00 +0000 (07:24 +0100)]
Merge pull request #7993 from tobiasd/2019.12-rc

EN GB and EN US translation update THX AndyH3

4 years agoEN GB translation update THX AndyH3
Tobias Diekershoff [Mon, 23 Dec 2019 05:43:14 +0000 (06:43 +0100)]
EN GB translation update THX AndyH3

4 years agoEN US translation update THX AndyH3
Tobias Diekershoff [Mon, 23 Dec 2019 05:43:01 +0000 (06:43 +0100)]
EN US translation update THX AndyH3

4 years agoMerge pull request #7990 from stom79/patch-1
Michael Vogel [Sun, 22 Dec 2019 17:25:58 +0000 (18:25 +0100)]
Merge pull request #7990 from stom79/patch-1

Update FAQ.md

4 years agoUpdate FAQ.md
Thomas [Sun, 22 Dec 2019 17:21:13 +0000 (18:21 +0100)]
Update FAQ.md

Update Fedilab link

4 years agoRenamed function, added documentation
Michael [Sun, 22 Dec 2019 17:20:11 +0000 (17:20 +0000)]
Renamed function, added documentation

4 years agoMerge pull request #7988 from friendica/MrPetovan-notice
Philipp [Sun, 22 Dec 2019 14:14:46 +0000 (15:14 +0100)]
Merge pull request #7988 from friendica/MrPetovan-notice

Ensure $item exists in mod/display

4 years agoEnsure $item exists in mod/display
Hypolite Petovan [Sun, 22 Dec 2019 14:00:16 +0000 (09:00 -0500)]
Ensure $item exists in mod/display

- Addresses https://github.com/friendica/friendica/issues/7677#issuecomment-567575161

4 years agoWe can now detect Hubzilla accounts
Michael [Sun, 22 Dec 2019 08:13:12 +0000 (08:13 +0000)]
We can now detect Hubzilla accounts

4 years agoAdded documentation
Michael [Sat, 21 Dec 2019 20:18:44 +0000 (20:18 +0000)]
Added documentation

4 years agoRenamed functions
Michael [Sat, 21 Dec 2019 18:57:00 +0000 (18:57 +0000)]
Renamed functions

4 years agoRenamed function
Michael [Sat, 21 Dec 2019 18:24:43 +0000 (18:24 +0000)]
Renamed function

4 years ago"CheckServer" is now "UpdateGServer"
Michael [Sat, 21 Dec 2019 18:11:51 +0000 (18:11 +0000)]
"CheckServer" is now "UpdateGServer"

4 years agoMerge pull request #7986 from MrPetovan/task/update-api-docs
Tobias Diekershoff [Sat, 21 Dec 2019 15:10:42 +0000 (16:10 +0100)]
Merge pull request #7986 from MrPetovan/task/update-api-docs

Update Mastodon API documentation

4 years agoUpdate Mastodon API documentation
Hypolite Petovan [Sat, 21 Dec 2019 14:51:11 +0000 (09:51 -0500)]
Update Mastodon API documentation

- Change endpoint label style to monospace
- Explicit expected IDs for follow_requests endpoints
- Add official documentation link for api/v1/instance/peers
- Add unimplemented endpoint api/v1/instance/activity

4 years agoUpdate link label to API page in doc home
Hypolite Petovan [Sat, 21 Dec 2019 14:49:35 +0000 (09:49 -0500)]
Update link label to API page in doc home

4 years agoupdated the credits for 2019.12
Tobias Diekershoff [Sat, 21 Dec 2019 14:33:02 +0000 (15:33 +0100)]
updated the credits for 2019.12

4 years agoMerge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup
Michael [Sat, 21 Dec 2019 14:03:47 +0000 (14:03 +0000)]
Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup

4 years agoMerge pull request #7983 from annando/nodeinfo-dfrn
Tobias Diekershoff [Sat, 21 Dec 2019 14:02:10 +0000 (15:02 +0100)]
Merge pull request #7983 from annando/nodeinfo-dfrn

Fix: Newer Friendica servers had been detected as ActivityPub

4 years agostom79 has worked on the docs as well
Tobias Diekershoff [Sat, 21 Dec 2019 14:01:06 +0000 (15:01 +0100)]
stom79 has worked on the docs as well

4 years agoMerge pull request #7982 from stom79/2019.12-rc
Hypolite Petovan [Sat, 21 Dec 2019 13:58:10 +0000 (08:58 -0500)]
Merge pull request #7982 from stom79/2019.12-rc

Update API-Mastodon.md

4 years agothe Markdown bug will stay for later ;)
Tobias Diekershoff [Sat, 21 Dec 2019 13:56:55 +0000 (14:56 +0100)]
the Markdown bug will stay for later ;)

4 years agoFix: Newer Friendica servers had been detected as ActivityPub
Michael [Sat, 21 Dec 2019 13:51:25 +0000 (13:51 +0000)]
Fix: Newer Friendica servers had been detected as ActivityPub

4 years agoDiscover directory type
Michael [Sat, 21 Dec 2019 13:48:20 +0000 (13:48 +0000)]
Discover directory type

4 years agoUpdate API-Mastodon.md
Thomas [Sat, 21 Dec 2019 13:24:24 +0000 (14:24 +0100)]
Update API-Mastodon.md

4 years agoCHANGELOG appendum for 2019-12-20
Tobias Diekershoff [Sat, 21 Dec 2019 07:34:27 +0000 (08:34 +0100)]
CHANGELOG appendum for 2019-12-20

4 years agoRelocated functions
Michael [Sat, 21 Dec 2019 06:39:22 +0000 (06:39 +0000)]
Relocated functions

4 years agoFixed logger call
Michael [Sat, 21 Dec 2019 04:23:26 +0000 (04:23 +0000)]
Fixed logger call

4 years agoMerge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup
Michael [Fri, 20 Dec 2019 22:25:32 +0000 (22:25 +0000)]
Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup

4 years agoMerge pull request #7979 from Quix0r/fixes/prvKey-verus-prvkey
Hypolite Petovan [Fri, 20 Dec 2019 22:23:02 +0000 (17:23 -0500)]
Merge pull request #7979 from Quix0r/fixes/prvKey-verus-prvkey

Fixed prvkey causing 3rd parameter for set() method not set

4 years agoFixed:
Roland Häder [Fri, 20 Dec 2019 22:15:21 +0000 (23:15 +0100)]
Fixed:
- needs to be `prvkey`, not `prvKey`

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoMerge pull request #7977 from annando/api-nick
Hypolite Petovan [Fri, 20 Dec 2019 22:06:27 +0000 (17:06 -0500)]
Merge pull request #7977 from annando/api-nick

Remove legacy function

4 years agoMerge pull request #7976 from annando/notice
Hypolite Petovan [Fri, 20 Dec 2019 22:05:42 +0000 (17:05 -0500)]
Merge pull request #7976 from annando/notice

Fix notice because of a missing subject

4 years agoFix notice because of a missing subject
Michael [Fri, 20 Dec 2019 21:47:10 +0000 (21:47 +0000)]
Fix notice because of a missing subject

4 years ago"CheckServer" added
Michael [Fri, 20 Dec 2019 21:46:30 +0000 (21:46 +0000)]
"CheckServer" added

4 years agoFix some errors
Michael [Fri, 20 Dec 2019 21:27:49 +0000 (21:27 +0000)]
Fix some errors

4 years ago"FetchPoCo" added
Michael [Fri, 20 Dec 2019 21:21:25 +0000 (21:21 +0000)]
"FetchPoCo" added

4 years ago"UpdateServers" added
Michael [Fri, 20 Dec 2019 21:12:44 +0000 (21:12 +0000)]
"UpdateServers" added

4 years agoAdded "DiscoverContacts"
Michael [Fri, 20 Dec 2019 21:04:38 +0000 (21:04 +0000)]
Added "DiscoverContacts"

4 years ago"UpdateSuggestions" added
Michael [Fri, 20 Dec 2019 20:49:09 +0000 (20:49 +0000)]
"UpdateSuggestions" added

4 years agoAdded UpdateServerDirectory
Michael [Fri, 20 Dec 2019 20:37:21 +0000 (20:37 +0000)]
Added UpdateServerDirectory

4 years ago'SearchDirectory' created (moved out of 'DiscoverPoco' mess)
Michael [Fri, 20 Dec 2019 20:30:13 +0000 (20:30 +0000)]
'SearchDirectory' created (moved out of 'DiscoverPoco' mess)

4 years agoMerge pull request #7975 from annando/attach-newlines
Hypolite Petovan [Fri, 20 Dec 2019 15:28:14 +0000 (10:28 -0500)]
Merge pull request #7975 from annando/attach-newlines

Fix optical glitch: Replace multiple newlines when replacing attachments

4 years agoFix optical glitch: Replace multiple newlines when replacing attachments
Michael [Fri, 20 Dec 2019 09:45:34 +0000 (09:45 +0000)]
Fix optical glitch: Replace multiple newlines when replacing attachments

4 years agoMerge pull request #7974 from tobiasd/20191220-lng
Philipp [Fri, 20 Dec 2019 07:01:04 +0000 (08:01 +0100)]
Merge pull request #7974 from tobiasd/20191220-lng

JA and PL translation updates

4 years ago"gprobe" removed
Michael [Fri, 20 Dec 2019 06:47:18 +0000 (06:47 +0000)]
"gprobe" removed

4 years agoRemove legacy function
Michael [Fri, 20 Dec 2019 06:40:41 +0000 (06:40 +0000)]
Remove legacy function

4 years agoPL translation update THX waldis
Tobias Diekershoff [Fri, 20 Dec 2019 05:49:14 +0000 (06:49 +0100)]
PL translation update THX waldis

4 years agoupdated JA translation THX Ozero Dien
Tobias Diekershoff [Fri, 20 Dec 2019 05:47:54 +0000 (06:47 +0100)]
updated JA translation THX Ozero Dien

4 years ago2019.12 CHANGELOG
Tobias Diekershoff [Thu, 19 Dec 2019 14:50:59 +0000 (15:50 +0100)]
2019.12 CHANGELOG

4 years agoMerge pull request #7972 from MrPetovan/bug/notices
Philipp [Thu, 19 Dec 2019 13:32:28 +0000 (14:32 +0100)]
Merge pull request #7972 from MrPetovan/bug/notices

Various notices fixes

4 years agoMerge pull request #7971 from annando/issue-7685
Hypolite Petovan [Thu, 19 Dec 2019 12:51:49 +0000 (07:51 -0500)]
Merge pull request #7971 from annando/issue-7685

Issue 7685: Just forward on remoteauth for non legacy-DFRN and other contacts

4 years agoAdd check for $_REQUEST key existence in Module\Item\Compose
Hypolite Petovan [Thu, 19 Dec 2019 12:48:08 +0000 (07:48 -0500)]
Add check for $_REQUEST key existence in Module\Item\Compose

- Addresses https://github.com/friendica/friendica/issues/7677#issuecomment-566254464

4 years agoCheck for parent existence in mod/display
Hypolite Petovan [Thu, 19 Dec 2019 12:47:35 +0000 (07:47 -0500)]
Check for parent existence in mod/display

- Addresses https://github.com/friendica/friendica/issues/7677#issuecomment-566079001