]>
git.mxchange.org Git - friendica.git/log
nupplaPhil [Mon, 16 Dec 2019 00:35:26 +0000 (01:35 +0100)]
Remove deprecated App::module - replace with DI::module()->getName()
nupplaPhil [Mon, 16 Dec 2019 00:33:13 +0000 (01:33 +0100)]
Remove deprecated App::cmd - replace with DI::args()->getCommand()
nupplaPhil [Mon, 16 Dec 2019 00:30:34 +0000 (01:30 +0100)]
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
nupplaPhil [Mon, 16 Dec 2019 00:12:07 +0000 (01:12 +0100)]
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
nupplaPhil [Mon, 16 Dec 2019 00:08:47 +0000 (01:08 +0100)]
Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript()
nupplaPhil [Mon, 16 Dec 2019 00:05:34 +0000 (01:05 +0100)]
Remove deprecated App::getScheme()
nupplaPhil [Mon, 16 Dec 2019 00:05:15 +0000 (01:05 +0100)]
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
nupplaPhil [Sun, 15 Dec 2019 23:48:20 +0000 (00:48 +0100)]
Remove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL()
nupplaPhil [Sun, 15 Dec 2019 23:47:24 +0000 (00:47 +0100)]
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
nupplaPhil [Sun, 15 Dec 2019 23:39:54 +0000 (00:39 +0100)]
Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()
nupplaPhil [Sun, 15 Dec 2019 23:36:31 +0000 (00:36 +0100)]
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
nupplaPhil [Sun, 15 Dec 2019 23:33:35 +0000 (00:33 +0100)]
Refactor deprecated App - process methods to DI::process()->*()
nupplaPhil [Sun, 15 Dec 2019 23:31:29 +0000 (00:31 +0100)]
Refactor deprecated App::getArgumentValue() to DI::args()->get()
nupplaPhil [Sun, 15 Dec 2019 23:30:39 +0000 (00:30 +0100)]
Refactor deprecated App::isAjax() to DI::mode()->isAjax()
nupplaPhil [Sun, 15 Dec 2019 23:28:31 +0000 (00:28 +0100)]
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
nupplaPhil [Sun, 15 Dec 2019 22:52:47 +0000 (23:52 +0100)]
Refactor dynamic App::getDBA() to static DI::dba()
nupplaPhil [Sun, 15 Dec 2019 22:52:15 +0000 (23:52 +0100)]
Refactor dynamic App::getMode() to static DI::mode()
nupplaPhil [Sun, 15 Dec 2019 22:50:35 +0000 (23:50 +0100)]
Refactor dynamic App::getProfiler() to static DI::profiler()
nupplaPhil [Sun, 15 Dec 2019 22:46:56 +0000 (23:46 +0100)]
Refactor dynamic App::getLogger() to static DI::logger()
nupplaPhil [Sun, 15 Dec 2019 22:44:33 +0000 (23:44 +0100)]
Refactor dynamic App::getConfig() to static DI::config()
nupplaPhil [Sun, 15 Dec 2019 22:37:49 +0000 (23:37 +0100)]
Optimize DI class (introduce method-mapping constant)
nupplaPhil [Sun, 15 Dec 2019 22:28:01 +0000 (23:28 +0100)]
Replace BaseObject class with DI::* calls
nupplaPhil [Sun, 15 Dec 2019 21:34:11 +0000 (22:34 +0100)]
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
Hypolite Petovan [Sun, 29 Dec 2019 18:54:32 +0000 (13:54 -0500)]
Merge pull request #8026 from nupplaphil/task/l10n_immutable
Make L10n immutable
Philipp [Sun, 29 Dec 2019 17:19:55 +0000 (18:19 +0100)]
Merge pull request #8030 from tobiasd/
20191229-de
DE translation update THX loma1
Tobias Diekershoff [Sun, 29 Dec 2019 16:48:44 +0000 (17:48 +0100)]
DE translation update THX loma1
nupplaPhil [Sun, 29 Dec 2019 15:39:25 +0000 (16:39 +0100)]
Check for same language
Tobias Diekershoff [Sun, 29 Dec 2019 07:42:34 +0000 (08:42 +0100)]
Merge pull request #8029 from MrPetovan/bug/fatal-errors
Fix capitalization of table definition key in DBStructure
Hypolite Petovan [Sun, 29 Dec 2019 07:23:37 +0000 (02:23 -0500)]
Fix capitalization of table definition key in DBStructure
- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-
569481865
Hypolite Petovan [Sun, 29 Dec 2019 02:42:01 +0000 (21:42 -0500)]
Merge pull request #8022 from nupplaphil/task/mod_hcard
Move mod/hcard to src\Module\HoverCard
Hypolite Petovan [Sun, 29 Dec 2019 02:39:42 +0000 (21:39 -0500)]
Merge pull request #8021 from nupplaphil/task/mod_openid
Move mod/openid to src\Module\Security\OpenId
Hypolite Petovan [Sun, 29 Dec 2019 02:38:54 +0000 (21:38 -0500)]
Merge pull request #8027 from nupplaphil/task/session_remove_cookie
Session - Remove unneeded cookie parameter
Philipp [Sat, 28 Dec 2019 23:15:07 +0000 (00:15 +0100)]
Merge pull request #8025 from annando/probe-failure
Don't create contacts for unknown networks / improved content fetching
nupplaPhil [Sat, 28 Dec 2019 23:03:58 +0000 (00:03 +0100)]
Session - Remove unneeded cookie parameter
nupplaPhil [Sat, 28 Dec 2019 22:12:01 +0000 (23:12 +0100)]
Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method
Michael [Sat, 28 Dec 2019 19:17:48 +0000 (19:17 +0000)]
Don't create contacts for unknown networks / improved content fetching
nupplaPhil [Sat, 28 Dec 2019 14:28:17 +0000 (15:28 +0100)]
optimize usage of arguments
nupplaPhil [Sat, 28 Dec 2019 14:21:58 +0000 (15:21 +0100)]
Merge init() and content()
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
nupplaPhil [Fri, 27 Dec 2019 22:51:17 +0000 (23:51 +0100)]
fix
nupplaPhil [Fri, 27 Dec 2019 21:53:09 +0000 (22:53 +0100)]
Move mod/hcard to src\Module\HoverCard
nupplaPhil [Fri, 27 Dec 2019 21:19:28 +0000 (22:19 +0100)]
Move Login/Logout/TwoFactor to bundled submodule "Security"
nupplaPhil [Fri, 27 Dec 2019 21:16:40 +0000 (22:16 +0100)]
Move mod/openid to src\Module\OpenId
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