friendica-addons.git/.git
2020-01-19 Hypolite PetovanMerge pull request #947 from nupplaphil/task/di_l10n
2020-01-19 nupplaPhilFix missing Cache namespace
2020-01-19 nupplaPhiladd missing namespaces/fix wrong class-names
2020-01-19 nupplaPhilfix forgotten use DI namespaces ...
2020-01-19 nupplaPhilcleanup namespace usages for L10n
2020-01-19 nupplaPhilMove L10n::tt() calls to DI::l10n()->tt() calls
2020-01-19 nupplaPhilMove L10n::t() calls to DI::l10n()->t() calls
2020-01-19 Hypolite PetovanMerge pull request #945 from valvin1/feat/blockbot_upti...
2020-01-18 valvinfix(blockbot): indent code using psr12
2020-01-18 Hypolite PetovanMerge pull request #946 from nupplaphil/task/di_pconfig
2020-01-18 nupplaPhilRemove unused `use` statements & remove PConfig class
2020-01-18 nupplaPhilMove PConfig::delete() to DI::pConfig()->delete()
2020-01-18 nupplaPhilMove PConfig::set() to DI::pConfig()->set()
2020-01-18 nupplaPhilMove PConfig::get() to DI::pConfig()->get()
2020-01-18 nupplaPhilMove PConfig::load() to DI::pConfig()->load()
2020-01-18 valvinfeat(blockbot): ensure good agent are whitelisted and...
2020-01-18 Hypolite PetovanMerge pull request #944 from nupplaphil/task/cleanup_cache
2020-01-18 nupplaPhilsort use
2020-01-18 nupplaPhilCleanUp Cache namespace
2020-01-12 Tobias DiekershoffMerge pull request #943 from MrPetovan/bug/fatal-errors
2020-01-12 Hypolite Petovan[openstreetmap] Fix references to Cache
2020-01-10 PhilippMerge pull request #942 from MrPetovan/bug/8090-advance...
2020-01-10 Benjamin Lorteau[advancedcontentfilter] Enable rule caching
2020-01-05 Hypolite PetovanMerge pull request #940 from nupplaphil/task/remove_get...
2020-01-04 nupplaPhilRemove get_server() in favor of Search::getGlobalDirect...
2020-01-04 nupplaPhilRemove get_server() in favor of Config::get()
2020-01-04 Michael VogelMerge pull request #939 from nupplaphil/task/remove_get_app
2020-01-04 nupplaPhilRemove get_app() in favor of DI::app()
2020-01-03 Hypolite PetovanMerge pull request #938 from tobiasd/20200103-advZHCN
2020-01-03 Tobias Diekershoff[advanced content filter] added ZH-CN translation THX...
2020-01-02 Hypolite PetovanMerge pull request #937 from loma-one/patch-1
2020-01-02 loma-oneUpdate unicode_smilies.php
2020-01-02 loma-oneUpdate unicode_smilies.php
2020-01-02 loma-oneUpdate unicode_smilies.php
2020-01-02 loma-oneExtending the Unicode Emoji based on the 'unicode_smile...
2020-01-01 loma-oneUpdate unicode_smilies.php
2020-01-01 loma-oneUpdate unicode_smilies.php
2019-12-31 Michael VogelMerge pull request #936 from MrPetovan/bug/notices
2019-12-30 Hypolite Petovan[various] Replace remaining $a->page by DI::page()
2019-12-30 Hypolite PetovanMerge pull request #935 from nupplaphil/task/move_page
2019-12-30 nupplaPhilReplace deprecated $a->page with DI::page()
2019-12-30 Michael VogelMerge pull request #934 from tobiasd/20191230-markdownPL
2019-12-30 Tobias Diekershoff[markdown] added PL translation THX waldis
2019-12-30 Hypolite PetovanMerge pull request #933 from MrPetovan/bug/fatal-errors
2019-12-30 Hypolite PetovanMerge pull request #932 from annando/markdown-more...
2019-12-30 Hypolite PetovanUpdate obsolete Module\Login reference to Module\Securi...
2019-12-30 Hypolite PetovanUpdate obsolete App::getBaseUrl calls to DI::baseUrl
2019-12-30 MichaelMarkdown: Protecting some more BBCode elements
2019-12-30 Hypolite PetovanMerge pull request #931 from annando/fix-927
2019-12-30 MichaelFix PR 927: Adds forgotten calls
2019-12-30 Hypolite PetovanMerge pull request #927 from nupplaphil/task/replace_ge...
2019-12-29 Hypolite PetovanMerge pull request #930 from annando/markdown-encoding
2019-12-29 MichaelMarkdown: Protect some more elements from markdown...
2019-12-29 Michael VogelMerge pull request #929 from tobiasd/20191229-markdownCS
2019-12-29 Tobias Diekershoff[markdown] added CS translation THX Aditoo
2019-12-28 nupplaPhilAdd DI::auth() call to windowsphonepush
2019-12-27 nupplaPhilRemove deprecated App::module - replace with DI::module...
2019-12-27 nupplaPhilRemove deprecated App::query_string - replace with...
2019-12-27 nupplaPhilRemove deprecated App::is_mobile/is_tablet - replace...
2019-12-27 nupplaPhilRemove deprecated App::registerStylesheet()/FooterScrip...
2019-12-27 nupplaPhilRemove deprecated App::getBaseURL() - process methods...
2019-12-27 nupplaPhilRemove deprecated App::getHostName() - process methods...
2019-12-27 nupplaPhilRefactor deprecated App::internalRedirect() to DI:...
2019-12-27 nupplaPhilRefactor dynamic App::getProfiler() to static DI::profi...
2019-12-27 nupplaPhilRefactor dynamic App::getLogger() to static DI::logger()
2019-12-27 nupplaPhilReplace BaseObject class with DI::* calls
2019-12-27 nupplaPhilIntroduce new DI container
2019-12-27 Hypolite PetovanMerge pull request #925 from annando/markdown-escape
2019-12-27 Michael VogelMerge pull request #926 from tobiasd/20191227-markdownDE
2019-12-27 Tobias Diekershoffbetter wording
2019-12-27 Tobias Diekershoff[markdown] added DE translation
2019-12-27 MichaelStandards
2019-12-27 MichaelMarkdown: Escape some elements prior to sending them...
2019-12-26 Tobias DiekershoffMerge pull request #924 from annando/markdown
2019-12-26 MichaelAdded messages
2019-12-26 MichaelNew Addon Markdown
2019-12-25 Tobias DiekershoffMerge pull request #923 from MrPetovan/bug/notices
2019-12-24 Hypolite Petovan[tumblr] Fix notice when submitting user settings
2019-12-23 Tobias DiekershoffMerge 2019.12 master into develop
2019-12-23 Hypolite PetovanMerge pull request #922 from nupplaphil/bug/7989-advanc... 2019.12
2019-12-23 nupplaPhilRestored Hook::register and added Hook::add
2019-12-22 nupplaPhilAdd more indention :-)
2019-12-22 nupplaPhilFix dbstructure update hook for advancedcontentfilter
2019-12-22 Hypolite PetovanMerge pull request #917 from nupplaphil/task/reduce_app...
2019-12-22 Hypolite PetovanMerge pull request #921 from tobiasd/20191222-et
2019-12-22 Tobias Diekershoffshowmore: added ET translation THX Rain Hawk
2019-12-18 Michael VogelMerge pull request #909 from MrPetovan/task/4090-move...
2019-12-16 Hypolite PetovanMerge pull request #920 from tobiasd/20191216-lng
2019-12-16 Tobias Diekershoffbuglink: DE translation updated THX Rene Wagner
2019-12-16 Tobias Diekershoffsmileybutton: ET translation added THX Rain Hawk
2019-12-11 Michael VogelMerge pull request #919 from MrPetovan/bug/tumblr-oauth
2019-12-11 Benjamin Lorteau[twitter] Use correct object class for Oauth token...
2019-12-11 Benjamin Lorteau[tumblr] Use correct object class for Oauth token in...
2019-12-11 Benjamin Lorteau[tumblr] Improve phpDoc in library/tumblroauth
2019-12-11 Benjamin Lorteau[tumblr] Fix formatting in library/tumblroauth
2019-12-08 nupplaPhilMove Cookie to own class (with tests)
2019-12-07 Hypolite PetovanMerge pull request #918 from annando/buffer-unsupported
2019-12-07 MichaelIssue 7916: Buffer is unsupported now
2019-12-03 nupplaPhilRefactor "Authentication" class with four main methods:
2019-12-02 Hypolite PetovanMerge pull request #916 from friendica/dependabot/compo...
next