]>
git.mxchange.org Git - friendica.git/log
nupplaPhil [Sat, 28 Dec 2019 22:12:01 +0000 (23:12 +0100)]
Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method
Hypolite Petovan [Sat, 28 Dec 2019 12:08:56 +0000 (07:08 -0500)]
Merge pull request #8024 from annando/fix-search
Fix: Search for terms and posts is now possible again
Michael [Sat, 28 Dec 2019 11:17:10 +0000 (11:17 +0000)]
Remove test loggings
Michael [Sat, 28 Dec 2019 11:15:57 +0000 (11:15 +0000)]
Fix: Search for terms and posts is now possible again
Tobias Diekershoff [Sat, 28 Dec 2019 07:07:30 +0000 (08:07 +0100)]
Merge pull request #8023 from MrPetovan/bug/7808-markdown-unescape-chevrons
Fix chevron display in BBCode/Markdown conversion
Hypolite Petovan [Sat, 28 Dec 2019 03:00:48 +0000 (22:00 -0500)]
Merge pull request #8020 from annando/network-protocol
Additionally display the protocol together with the network
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
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
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
Hypolite Petovan [Sat, 28 Dec 2019 02:41:48 +0000 (21:41 -0500)]
[composer] Update league/html-to-markdown to version 4.9.1
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
Michael [Fri, 27 Dec 2019 19:00:54 +0000 (19:00 +0000)]
Improved description
Michael [Fri, 27 Dec 2019 17:24:29 +0000 (17:24 +0000)]
Additionally display the protocol together with the network
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
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
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
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
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
Michael [Fri, 27 Dec 2019 01:15:54 +0000 (01:15 +0000)]
Arrays
Michael [Fri, 27 Dec 2019 01:07:19 +0000 (01:07 +0000)]
Support for tables in HTML2BBCode parser
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
Michael [Thu, 26 Dec 2019 19:51:36 +0000 (19:51 +0000)]
Fix the "ago" date (with "received at") for other themes than frio
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
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
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
Tobias Diekershoff [Wed, 25 Dec 2019 09:20:40 +0000 (10:20 +0100)]
updated JA translation THX Ozero Dien
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
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
Hypolite Petovan [Tue, 24 Dec 2019 22:34:57 +0000 (17:34 -0500)]
Use BaseURL::redirect instead of deprecated App->internalRedirect 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
Hypolite Petovan [Tue, 24 Dec 2019 22:15:41 +0000 (17:15 -0500)]
Rename BaseSearchModule::performSearch to performContactSearch to remove purpose confusion
Hypolite Petovan [Tue, 24 Dec 2019 21:45:08 +0000 (16:45 -0500)]
Stop automatically remove newly blocked contacts from their groups
Hypolite Petovan [Tue, 24 Dec 2019 21:44:43 +0000 (16:44 -0500)]
Remove group management restrictions on pending and blocked in Module\Group
Hypolite Petovan [Tue, 24 Dec 2019 21:21:00 +0000 (16:21 -0500)]
Add support for empty values array in Database\DBA
Hypolite Petovan [Tue, 24 Dec 2019 21:06:39 +0000 (16:06 -0500)]
Add timezone information to logger timestamp
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
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
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
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
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
Michael [Tue, 24 Dec 2019 10:19:14 +0000 (10:19 +0000)]
Zot: Retrieve alias addresses as well
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
Michael [Tue, 24 Dec 2019 05:04:11 +0000 (05:04 +0000)]
Standards
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
Michael [Mon, 23 Dec 2019 21:10:54 +0000 (21:10 +0000)]
Remove test code
Michael [Mon, 23 Dec 2019 21:10:17 +0000 (21:10 +0000)]
Merge remote-tracking branch 'upstream/master' into probe-hubzilla
Tobias Diekershoff [Mon, 23 Dec 2019 19:07:38 +0000 (20:07 +0100)]
pumping version 2020.03-dev
Tobias Diekershoff [Mon, 23 Dec 2019 19:03:47 +0000 (20:03 +0100)]
Merge branch 'master' 2019.12 into develop
Tobias Diekershoff [Mon, 23 Dec 2019 19:03:25 +0000 (20:03 +0100)]
wrapping up 2019.12
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
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
Michael [Mon, 23 Dec 2019 15:07:49 +0000 (15:07 +0000)]
Zot seems to work now
Michael [Mon, 23 Dec 2019 14:30:48 +0000 (14:30 +0000)]
Partly reworked, part 2
Michael [Mon, 23 Dec 2019 14:26:06 +0000 (14:26 +0000)]
Restructuring code
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
Tobias Diekershoff [Mon, 23 Dec 2019 05:43:14 +0000 (06:43 +0100)]
EN GB translation update THX AndyH3
Tobias Diekershoff [Mon, 23 Dec 2019 05:43:01 +0000 (06:43 +0100)]
EN US translation update THX AndyH3
Michael Vogel [Sun, 22 Dec 2019 17:25:58 +0000 (18:25 +0100)]
Merge pull request #7990 from stom79/patch-1
Update FAQ.md
Thomas [Sun, 22 Dec 2019 17:21:13 +0000 (18:21 +0100)]
Update FAQ.md
Update Fedilab link
Michael [Sun, 22 Dec 2019 17:20:11 +0000 (17:20 +0000)]
Renamed function, added documentation
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
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
Michael [Sun, 22 Dec 2019 08:13:12 +0000 (08:13 +0000)]
We can now detect Hubzilla accounts
Michael [Sat, 21 Dec 2019 20:18:44 +0000 (20:18 +0000)]
Added documentation
Michael [Sat, 21 Dec 2019 18:57:00 +0000 (18:57 +0000)]
Renamed functions
Michael [Sat, 21 Dec 2019 18:24:43 +0000 (18:24 +0000)]
Renamed function
Michael [Sat, 21 Dec 2019 18:11:51 +0000 (18:11 +0000)]
"CheckServer" is now "UpdateGServer"
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
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
Hypolite Petovan [Sat, 21 Dec 2019 14:49:35 +0000 (09:49 -0500)]
Update link label to API page in doc home
Tobias Diekershoff [Sat, 21 Dec 2019 14:33:02 +0000 (15:33 +0100)]
updated the credits for 2019.12
Michael [Sat, 21 Dec 2019 14:03:47 +0000 (14:03 +0000)]
Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup
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
Tobias Diekershoff [Sat, 21 Dec 2019 14:01:06 +0000 (15:01 +0100)]
stom79 has worked on the docs as well
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
Tobias Diekershoff [Sat, 21 Dec 2019 13:56:55 +0000 (14:56 +0100)]
the Markdown bug will stay for later ;)
Michael [Sat, 21 Dec 2019 13:51:25 +0000 (13:51 +0000)]
Fix: Newer Friendica servers had been detected as ActivityPub
Michael [Sat, 21 Dec 2019 13:48:20 +0000 (13:48 +0000)]
Discover directory type
Thomas [Sat, 21 Dec 2019 13:24:24 +0000 (14:24 +0100)]
Update API-Mastodon.md
Tobias Diekershoff [Sat, 21 Dec 2019 07:34:27 +0000 (08:34 +0100)]
CHANGELOG appendum for 2019-12-20
Michael [Sat, 21 Dec 2019 06:39:22 +0000 (06:39 +0000)]
Relocated functions
Michael [Sat, 21 Dec 2019 04:23:26 +0000 (04:23 +0000)]
Fixed logger call
Michael [Fri, 20 Dec 2019 22:25:32 +0000 (22:25 +0000)]
Merge remote-tracking branch 'upstream/2019.12-rc' into poco-cleanup
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
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>
Hypolite Petovan [Fri, 20 Dec 2019 22:06:27 +0000 (17:06 -0500)]
Merge pull request #7977 from annando/api-nick
Remove legacy function
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
Michael [Fri, 20 Dec 2019 21:47:10 +0000 (21:47 +0000)]
Fix notice because of a missing subject
Michael [Fri, 20 Dec 2019 21:46:30 +0000 (21:46 +0000)]
"CheckServer" added
Michael [Fri, 20 Dec 2019 21:27:49 +0000 (21:27 +0000)]
Fix some errors
Michael [Fri, 20 Dec 2019 21:21:25 +0000 (21:21 +0000)]
"FetchPoCo" added
Michael [Fri, 20 Dec 2019 21:12:44 +0000 (21:12 +0000)]
"UpdateServers" added
Michael [Fri, 20 Dec 2019 21:04:38 +0000 (21:04 +0000)]
Added "DiscoverContacts"
Michael [Fri, 20 Dec 2019 20:49:09 +0000 (20:49 +0000)]
"UpdateSuggestions" added
Michael [Fri, 20 Dec 2019 20:37:21 +0000 (20:37 +0000)]
Added UpdateServerDirectory
Michael [Fri, 20 Dec 2019 20:30:13 +0000 (20:30 +0000)]
'SearchDirectory' created (moved out of 'DiscoverPoco' mess)
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
Michael [Fri, 20 Dec 2019 09:45:34 +0000 (09:45 +0000)]
Fix optical glitch: Replace multiple newlines when replacing attachments
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
Michael [Fri, 20 Dec 2019 06:47:18 +0000 (06:47 +0000)]
"gprobe" removed