Commit Graph

  • 6d7362da41 Replace deprecated $a->page with DI::page() nupplaPhil 2019-12-30 20:02:09 +01:00
  • 6c2d13403e Merge pull request #8010 from MrPetovan/task/7968-mastodon-api-account-fields Philipp 2019-12-30 13:28:15 +01:00
  • 4aa01ee17f Use most recent last item date in Mastodon\Account Hypolite Petovan 2019-12-27 12:23:11 -05:00
  • 0dbce6e58b Add user contact data superseding to Mastodon\Account::create Hypolite Petovan 2019-12-26 20:06:28 -05:00
  • c286772fb5 Correct value of Mastodon API Account acct field for local users Hypolite Petovan 2019-12-25 05:58:54 -05:00
  • bef16702c7 Add missing fields to Mastodon API Account entity Hypolite Petovan 2019-12-25 05:42:46 -05:00
  • cb7875b035 Rename Api\Mastodon\Account::createFromContact to just create Hypolite Petovan 2019-12-25 05:41:35 -05:00
  • 9ed8479b32 Rename Api\Mastodon\Account::create contact parameter to publicContact Hypolite Petovan 2019-12-25 05:38:50 -05:00
  • 6f199ab7b3 Add missing return statement in Core\L10n Hypolite Petovan 2019-12-29 22:47:32 -05:00
  • 6546e99e9e Merge pull request #8034 from MrPetovan/bug/fatal-errors Hypolite Petovan 2019-12-29 22:29:29 -05:00
  • ce50faf780 Update wrong references to ISession::delete Hypolite Petovan 2019-12-29 21:52:56 -05:00
  • efadab66c5 Update wrong/missing references to classes Hypolite Petovan 2019-12-29 21:51:16 -05:00
  • 3b1f2f4f27 Fix redirect calls using DI::baseUrl() and System::externalRedirect Hypolite Petovan 2019-12-29 21:50:51 -05:00
  • 015db25d9f Replace obsolete references to App baseURL and getApp by DI Hypolite Petovan 2019-12-29 21:50:15 -05:00
  • 3c76826793 Merge pull request #8033 from annando/contact-logging Hypolite Petovan 2019-12-29 21:07:36 -05:00
  • cfb46584c3 Merge pull request #8032 from annando/fix-8019 Hypolite Petovan 2019-12-29 21:07:15 -05:00
  • 74f4637ff3 Fix fatal errors caused by PR 8019 Michael 2019-12-30 01:17:16 +00:00
  • 4786298da4 Added logging for not created contacts Michael 2019-12-30 01:03:00 +00:00
  • 03038e7a3b Merge pull request #8019 from nupplaphil/task/replace_getClass Hypolite Petovan 2019-12-29 17:47:28 -05:00
  • 61fccaeb30 Merge pull request #8028 from annando/probe-timeout Hypolite Petovan 2019-12-29 17:45:12 -05:00
  • f2d4a5eb7d Remove namespaces nupplaPhil 2019-12-29 16:48:41 +01:00
  • 651d693270 Rebase for OpenId & Hovercard nupplaPhil 2019-12-29 16:48:15 +01:00
  • 2660edbb48 Use DI::baseUrl() for Search\Index.php nupplaPhil 2019-12-27 15:20:40 +01:00
  • df0c05d635 Add Model\Introduction class to DI registry nupplaPhil 2019-12-27 15:20:09 +01:00
  • 2cb449a0d5 make the DI abstract so no instance is possible nupplaPhil 2019-12-22 21:25:29 +01:00
  • 987b29d963 Alphabetic sort DI-container per namespace nupplaPhil 2019-12-22 20:49:42 +01:00
  • 04d1827eae Fix test nupplaPhil 2019-12-22 13:04:35 +01:00
  • e428bccefb Add output for installerTest nupplaPhil 2019-12-22 00:36:29 +01:00
  • 9cb48b0e12 Adapt test for mockery assertion nupplaPhil 2019-12-22 00:22:43 +01:00
  • 8a072b7fb3 Fix mock test (remove "implicit" usage of previous Dice-setups) nupplaPhil 2019-12-21 21:15:16 +01:00
  • c1dbb25656 Creating interfaces for Config/PConfig & fix tests nupplaPhil 2019-12-19 20:11:07 +01:00
  • 4835f1185f Remove deprecated App::module - replace with DI::module()->getName() nupplaPhil 2019-12-16 01:35:26 +01:00
  • 33674808dc Remove deprecated App::cmd - replace with DI::args()->getCommand() nupplaPhil 2019-12-16 01:33:13 +01:00
  • e6f61c2cc7 Remove deprecated App::query_string - replace with DI::args()->getQueryString() nupplaPhil 2019-12-16 01:30:34 +01:00
  • 26af2feee2 Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet() nupplaPhil 2019-12-16 01:12:07 +01:00
  • c7230932d6 Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript() nupplaPhil 2019-12-16 01:08:47 +01:00
  • 302cbaa33c Remove deprecated App::getScheme() nupplaPhil 2019-12-16 01:05:34 +01:00
  • e944d7bed6 Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() nupplaPhil 2019-12-16 01:05:15 +01:00
  • e57a87f224 Remove deprecated App::setBaseURL() - process methods to DI::baseUrl()->saveByURL() nupplaPhil 2019-12-16 00:48:20 +01:00
  • 50be94aa5e Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() nupplaPhil 2019-12-16 00:47:24 +01:00
  • 2900389696 Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath() nupplaPhil 2019-12-16 00:39:54 +01:00
  • e93fba5136 Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove() nupplaPhil 2019-12-16 00:36:31 +01:00
  • 5609e94b05 Refactor deprecated App - process methods to DI::process()->*() nupplaPhil 2019-12-16 00:33:35 +01:00
  • aedbdc536a Refactor deprecated App::getArgumentValue() to DI::args()->get() nupplaPhil 2019-12-16 00:31:29 +01:00
  • 8b6e123b3f Refactor deprecated App::isAjax() to DI::mode()->isAjax() nupplaPhil 2019-12-16 00:30:39 +01:00
  • 8e6973b774 Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect() nupplaPhil 2019-12-16 00:28:31 +01:00
  • cc9b7bb14f Refactor dynamic App::getDBA() to static DI::dba() nupplaPhil 2019-12-15 23:52:47 +01:00
  • 9cec293ccc Refactor dynamic App::getMode() to static DI::mode() nupplaPhil 2019-12-15 23:52:15 +01:00
  • 181529f3df Refactor dynamic App::getProfiler() to static DI::profiler() nupplaPhil 2019-12-15 23:50:35 +01:00
  • e2b2778e0a Refactor dynamic App::getLogger() to static DI::logger() nupplaPhil 2019-12-15 23:46:56 +01:00
  • fceb4f3823 Refactor dynamic App::getConfig() to static DI::config() nupplaPhil 2019-12-15 23:44:33 +01:00
  • 2bb9e46be3 Optimize DI class (introduce method-mapping constant) nupplaPhil 2019-12-15 23:37:49 +01:00
  • 388b963714 Replace BaseObject class with DI::* calls nupplaPhil 2019-12-15 23:28:01 +01:00
  • 1de3f186d7 Introduce new DI container - Adding Friendica\DI class for getting dynamic classes - Replacing BaseObject::getApp() with this class nupplaPhil 2019-12-15 22:34:11 +01:00
  • a9220aa83b Merge pull request #8026 from nupplaphil/task/l10n_immutable Hypolite Petovan 2019-12-29 13:54:32 -05:00
  • 4294e91d35 Merge pull request #8030 from tobiasd/20191229-de Philipp 2019-12-29 18:19:55 +01:00
  • 2a7b1d33aa DE translation update THX loma1 Tobias Diekershoff 2019-12-29 17:48:44 +01:00
  • 71a38180e9 Check for same language nupplaPhil 2019-12-29 16:39:25 +01:00
  • ff21b8acfd Merge pull request #8029 from MrPetovan/bug/fatal-errors Tobias Diekershoff 2019-12-29 08:42:34 +01:00
  • 51ee24f652 Fix capitalization of table definition key in DBStructure Hypolite Petovan 2019-12-29 02:23:37 -05:00
  • 60df79ad2a Probe: Additional checks for connection problems Michael 2019-12-29 03:27:54 +00:00
  • 25847c4c71 Merge pull request #8022 from nupplaphil/task/mod_hcard Hypolite Petovan 2019-12-28 21:42:01 -05:00
  • f000680511 Merge pull request #8021 from nupplaphil/task/mod_openid Hypolite Petovan 2019-12-28 21:39:42 -05:00
  • d7c8327482 Merge pull request #8027 from nupplaphil/task/session_remove_cookie Hypolite Petovan 2019-12-28 21:38:54 -05:00
  • 5c4184c03a Merge pull request #8025 from annando/probe-failure Philipp 2019-12-29 00:15:07 +01:00
  • 673c4537e4 Session - Remove unneeded cookie parameter nupplaPhil 2019-12-29 00:03:58 +01:00
  • 7a2f4dc54e Make L10n immutable - Remove Push/Pop - Add "withLang($lang)" method nupplaPhil 2019-12-28 23:12:01 +01:00
  • fab0d9b919 Don't create contacts for unknown networks / improved content fetching Michael 2019-12-28 19:17:48 +00:00
  • 4d545825f0 optimize usage of arguments nupplaPhil 2019-12-28 15:28:17 +01:00
  • 97924d39d9 Merge init() and content() nupplaPhil 2019-12-28 15:21:58 +01:00
  • ae0421f321 Merge pull request #8024 from annando/fix-search Hypolite Petovan 2019-12-28 07:08:56 -05:00
  • f281725a09 Remove test loggings Michael 2019-12-28 11:17:10 +00:00
  • 160f931861 Fix: Search for terms and posts is now possible again Michael 2019-12-28 11:15:57 +00:00
  • d6274ab6f7 Merge pull request #8023 from MrPetovan/bug/7808-markdown-unescape-chevrons Tobias Diekershoff 2019-12-28 08:07:30 +01:00
  • e6fdd07c3c Merge pull request #8020 from annando/network-protocol Hypolite Petovan 2019-12-27 22:00:48 -05:00
  • 39a537c415 Added test for BBCode to Markdown chevron issue Hypolite Petovan 2019-12-20 23:20:41 -05:00
  • aa3a85c727 Escape major HTML characters in code blocks in BBCode::convert Hypolite Petovan 2019-12-27 21:40:41 -05:00
  • 39cb3e68b9 Remove faulty escape for HTML entities in BBCode::toMarkdown Hypolite Petovan 2019-12-20 23:20:09 -05:00
  • 887b0f035f [composer] Update league/html-to-markdown to version 4.9.1 Hypolite Petovan 2019-12-27 21:41:48 -05:00
  • 424106fd4e Add BBCode to Markdown to HTML raw result in Module\Babel Hypolite Petovan 2019-12-20 23:19:06 -05:00
  • 12e223b2ef fix nupplaPhil 2019-12-27 23:51:17 +01:00
  • eeb78d2d29 Move mod/hcard to src\Module\HoverCard nupplaPhil 2019-12-27 22:53:09 +01:00
  • aa5771cf3e Move Login/Logout/TwoFactor to bundled submodule "Security" nupplaPhil 2019-12-27 22:19:28 +01:00
  • d30e8665e1 Move mod/openid to src\Module\OpenId nupplaPhil 2019-12-27 22:16:40 +01:00
  • 1b5cfc2217 Improved description Michael 2019-12-27 19:00:54 +00:00
  • c037e9143c Additionally display the protocol together with the network Michael 2019-12-27 17:24:29 +00:00
  • 6fa1dfa86a Merge pull request #8018 from MrPetovan/bug/fatal-errors Michael Vogel 2019-12-27 15:56:46 +01:00
  • eaeb9438d8 Add missing use statement in mod/community Hypolite Petovan 2019-12-27 08:07:17 -05:00
  • c7e4157a5a Merge pull request #8007 from MrPetovan/task/7984-add-profile-url-search Michael Vogel 2019-12-27 02:19:39 +01:00
  • b109465385 Merge pull request #8016 from annando/html2bbcode-tables Hypolite Petovan 2019-12-26 20:19:23 -05:00
  • a11b47f93d Add profile URL search Hypolite Petovan 2019-12-24 17:38:04 -05:00
  • 9b750345c7 Arrays Michael 2019-12-27 01:15:54 +00:00
  • b1b3744759 Support for tables in HTML2BBCode parser Michael 2019-12-27 01:07:19 +00:00
  • ad0be213d7 Merge pull request #8015 from annando/ago Philipp 2019-12-26 21:19:26 +01:00
  • 48ec65eb4b Fix the "ago" date (with "received at") for other themes than frio Michael 2019-12-26 19:51:36 +00:00
  • 65c0418807 Merge pull request #8004 from MrPetovan/bug/7994-add-timezone-log Michael Vogel 2019-12-25 19:52:19 +01:00
  • 4834fffe78 Merge pull request #8003 from MrPetovan/bug/notices Michael Vogel 2019-12-25 11:28:01 +01:00
  • c8c503544b Merge pull request #8009 from tobiasd/20191225-ja Hypolite Petovan 2019-12-25 04:30:07 -05:00
  • 338eba788d updated JA translation THX Ozero Dien Tobias Diekershoff 2019-12-25 10:20:40 +01:00
  • 221746bff3 Merge pull request #8005 from MrPetovan/bug/7992-empty-in-clause Michael Vogel 2019-12-25 09:34:01 +01:00