]> git.mxchange.org Git - friendica.git/history - src/BaseModule.php
spelling: the
[friendica.git] / src / BaseModule.php
2023-03-26 Josh Sorefspelling: plural
2023-01-01 PhilippMerge pull request #12562 from MrPetovan/bug/notices
2023-01-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-01 Michael VogelMerge pull request #12591 from MrPetovan/task/2023...
2023-01-01 Hypolite PetovanHappy New Year 2023!
2022-12-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-12-27 Michael VogelMerge pull request #12544 from nupplaphil/bug/redirect
2022-12-27 PhilippFix redirects
2022-12-27 Hypolite PetovanMerge pull request #12540 from annando/forum-thread
2022-12-27 PhilippMerge pull request #12539 from annando/forum-thread
2022-12-26 Hypolite PetovanMerge pull request #12527 from nupplaphil/feat/request_id
2022-12-26 PhilippUse X-REQUEST-ID for Error pages
2022-12-11 MichaelMerge remote-tracking branch 'origin/2022.12-rc' into...
2022-10-18 Roland HäderMerge branch 'develop' into rewrite/gravity-constants
2022-10-18 Hypolite PetovanMerge pull request #12012 from nupplaphil/feat/move_monolog
2022-10-18 Hypolite PetovanMerge pull request #12014 from annando/usertosession
2022-10-17 MichaelThe user related functions moved to the session class
2022-10-17 Hypolite PetovanMerge pull request #12010 from annando/notice
2022-10-17 MichaelThe notice and info have been moved
2022-07-16 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-07-16 MichaelMerge remote-tracking branch 'upstream/develop' into...
2022-06-22 PhilippMerge pull request #9 from nupplaphil/dependabot/compos...
2022-06-22 PhilippMerge pull request #11669 from MrPetovan/bug/11666...
2022-06-22 Hypolite PetovanMerge pull request #11670 from Quix0r/fixes/more-type...
2022-06-22 Roland HäderChanges:
2022-06-22 Roland HäderChanges:
2022-06-18 Hypolite PetovanMerge pull request #11653 from Quix0r/fixes/more-type...
2022-06-17 Roland HäderAdded more type-hints and documented a few methods
2022-01-23 PhilippMerge pull request #11141 from urbalazs/language-names
2022-01-17 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-16 Hypolite PetovanMerge pull request #11159 from annando/api-finally...
2022-01-16 MichaelFixed max value check, improved request value fetching
2022-01-16 MichaelUnify request value handling
2022-01-16 MichaelImproved defaults check
2022-01-05 Hypolite PetovanMerge pull request #11140 from nupplaphil/friendica...
2022-01-05 Michael VogelMerge pull request #11135 from nupplaphil/bug/halcyon
2022-01-04 PhilippUse rawContent for Special Options to avoid a protected...
2022-01-04 PhilippAdd feedback
2022-01-04 PhilippUse Args::getMethod() at various places
2022-01-04 PhilippFix OPTIONS
2022-01-04 PhilippAdd OPTIONS endpoint
2022-01-02 PhilippMerge pull request #11129 from urbalazs/copyright-2022
2022-01-02 Balázs ÚrUpdate copyright
2021-11-30 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2021-11-30 Hypolite PetovanMerge pull request #11044 from nupplaphil/feat/api...
2021-11-30 PhilippMake $_REQUEST processing independent of sub-calls
2021-11-30 Philippextract "BaseApi::checkDefaults()" method for later...
2021-11-27 Hypolite PetovanMerge pull request #11005 from nupplaphil/feat/module_di
2021-11-27 PhilippFix that (raw)content is always executed during Module...
2021-11-27 PhilippReplace IRespondToRequests with PSR-7 ResponseInterface
2021-11-27 PhilippReplace `header()` with `$response->setHeader()` at...
2021-11-27 PhilippInherit `ApiResponse` from `Response`
2021-11-27 PhilippIntroduce `Response` for Modules to create a testable...
2021-11-27 PhilippMake `BaseModule` a real entity
2021-11-27 PhilippSplit and delete `ModuleController`
2021-11-27 PhilippMerge pull request #11025 from MrPetovan/task/11022...
2021-11-26 Hypolite PetovanMerge pull request #11018 from annando/api-status
2021-11-24 Tobias DiekershoffMerge pull request #11026 from MrPetovan/bug/11021...
2021-11-24 Hypolite PetovanAdd missing variable argument operator in BaseModule->t
2021-11-22 Hypolite PetovanMerge pull request #11019 from foss-/develop
2021-11-21 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-11-21 Hypolite PetovanMerge pull request #11012 from annando/api-relations
2021-11-21 Hypolite PetovanMerge pull request #11003 from annando/fix-api
2021-11-21 foss-Merge branch 'friendica:develop' into doc_faq_client...
2021-11-19 Hypolite PetovanMerge pull request #11002 from nupplaphil/feat/modules_...
2021-11-19 PhilippRevert "Revert "Replace Module::init() with Constructors""
2021-11-19 Hypolite PetovanMerge pull request #11000 from friendica/revert-10994...
2021-11-19 Hypolite PetovanRevert "Replace Module::init() with Constructors"
2021-11-19 Hypolite PetovanMerge pull request #10987 from annando/api4
2021-11-19 Hypolite PetovanMerge pull request #10994 from nupplaphil/feat/module_c...
2021-11-18 PhilippReplace $this->l10n->t() with $this->t() for Modules
2021-11-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-11-17 PhilippReplace Module::init() with Constructors
2021-11-17 Hypolite PetovanMerge pull request #10977 from nupplaphil/feat/dynamic_...
2021-11-16 PhilippRemove afterpost() handling
2021-11-14 PhilippSwitch `static::$parameters` to `$this->parameters`
2021-11-14 PhilippMake BaseModule methods dynamic
2021-11-14 PhilippReplace `$parameters` argument per method with `static...
2021-11-14 PhilippCreate interface for static Module calls
2021-10-25 Hypolite PetovanMerge pull request #10908 from annando/logging
2021-10-25 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-22 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-10-20 MichaelReplace deprecated `log` calls
2021-08-09 Hypolite PetovanMerge pull request #10586 from annando/app-user2
2021-08-09 Michael"getUserId" is now "getLoggedInUserId"
2021-08-09 Michael"getUserNickname" is now "getLoggedInUserNickname"
2021-08-09 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-08-09 MichaelChanged function name
2021-08-08 MichaelRemove direct calls to App->user
2021-05-20 Hypolite PetovanMerge pull request #10277 from very-ape/authenticate...
2021-05-19 Hypolite PetovanMerge pull request #10275 from very-ape/authenticate...
2021-05-14 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-05-10 PhilippMerge pull request #10209 from MrPetovan/bug/10205...
2021-05-10 Hypolite PetovanMerge pull request #10203 from nupplaphil/feat/auto_release
2021-05-08 Hypolite PetovanMerge pull request #10220 from annando/api-timelines
2021-05-08 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-05-08 MichaelAdd all required HTTP methods
2021-04-26 Hypolite PetovanMerge pull request #10166 from mexon/mat/refactor-user...
2021-04-26 Tobias DiekershoffMerge branch 'develop' of https://github.com/friendica...
2021-03-29 Hypolite PetovanMerge pull request #10093 from urbalazs/copyright-2021
next