]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2022-01-19 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-19 Hypolite PetovanMerge pull request #11166 from annando/group-by
2022-01-18 Michaeluse "ANY_VALUE" instead of "MAX"
2022-01-18 MichaelIssue 10935: Improved "GROUP BY" handling
2022-01-18 PhilippMerge pull request #11164 from MrPetovan/bug/11163...
2022-01-17 PhilippMerge pull request #11165 from nupplaphil/bug/pipeline
2022-01-17 PhilippRemove "include/" folder from release-list
2022-01-17 Hypolite PetovanFix wrong default value in Module\Api\Friendica\Photo...
2022-01-17 Tobias DiekershoffMerge pull request #11161 from MrPetovan/bug/11160...
2022-01-17 Hypolite PetovanFix bidi support in shared posts
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 Hypolite PetovanMerge pull request #11158 from nupplaphil/sec/smarty
2022-01-16 Michaelfixing some more tests
2022-01-16 MichaelPossibly fixing one test
2022-01-16 MichaelStandards
2022-01-16 MichaelMerge branch 'api-finally-moved' of github.com:annando...
2022-01-16 Michael VogelApply suggestions from code review
2022-01-16 MichaelFix wrong return value
2022-01-16 MichaelFix some tests
2022-01-16 MichaelWhite spaces
2022-01-16 MichaelSimplifying extension access
2022-01-16 MichaelSimplified contact id handling
2022-01-16 MichaelMore parameter handling improved
2022-01-16 MichaelImproved request value handling
2022-01-16 MichaelReplaced $_REQUEST
2022-01-16 MichaelReplaced "filter_input" with the new request value...
2022-01-16 MichaelFixed max value check, improved request value fetching
2022-01-16 MichaelDefine reasonable min and max values
2022-01-16 MichaelUnify request value handling
2022-01-16 MichaelImproved defaults check
2022-01-16 MichaelImproved handling of boolean input values
2022-01-16 MichaelSome more cidong style
2022-01-16 MichaelCoding styles / "require_once" for removed file removed
2022-01-16 Michael$_POST replaced
2022-01-16 MichaelUse the $request variable
2022-01-16 MichaelSuperflous spaces
2022-01-16 Michael"DI" calls are replaced
2022-01-15 MichaelSome standards
2022-01-15 MichaelAPI: The legacy API finally moved
2022-01-15 PhilippBump smarty/smarty from 3.1.40 to 3.1.43
2022-01-15 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-14 Hypolite PetovanMerge pull request #11155 from annando/advanced-cleaned
2022-01-12 MichaelUpdated messages.po
2022-01-12 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-12 MichaelCleaned advanced contact tab
2022-01-09 PhilippMerge pull request #11153 from MrPetovan/task/11148...
2022-01-09 Hypolite PetovanUpdate translation fie after adding a string
2022-01-09 Hypolite Petovan[frio] Add a conditional browser share button
2022-01-09 Hypolite Petovan[frio] Add connector-based privacy display
2022-01-09 MichaelFix jpeg ending
2022-01-09 MichaelReverted database.sql
2022-01-09 MichaelPartially revert changes for the RC
2022-01-09 MichaelAlways generate a random header if missing
2022-01-09 MichaelRemove unneeded code
2022-01-09 MichaelDon't store the default header in the contact table
2022-01-09 MichaelOnly update the contact when the header changed
2022-01-09 MichaelUse randon pictures for networks that don't support...
2022-01-09 MichaelAdded license information
2022-01-08 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-08 Michael VogelMerge pull request #11149 from nupplaphil/bug/friendica...
2022-01-08 MichaelMerge remote-tracking branch 'upstream/2021.12-rc'...
2022-01-08 MichaelUpdated database.sql
2022-01-08 MichaelFirst support for user headers
2022-01-08 PhilippAdd missing Twitter API routes for IDs
2022-01-07 Hypolite PetovanMerge pull request #11145 from nupplaphil/feat/check_li...
2022-01-06 PhilippAdd license header to various tests
2022-01-06 PhilippFix all license header & be less aggressive
2022-01-06 PhilippFix intended failure ;-)
2022-01-06 PhilippFixed CHANGED_FILES
2022-01-06 PhilippAdd license check
2022-01-06 PhilippMerge pull request #11143 from annando/api-again
2022-01-06 MichaelMoved tests, changes after review
2022-01-06 MichaelTests
2022-01-06 MichaelAPI: Functionality moved to new places
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 PhilippUpdate messages.po
2022-01-04 Philipp- Remove redundant code
2022-01-04 PhilippFix getBirthdays()
2022-01-04 PhilippFix getBirthdays()
2022-01-04 Philippoptimizations
2022-01-04 PhilippUse rawContent for Special Options to avoid a protected...
2022-01-04 PhilippMake Response even more compatible ..
2022-01-04 PhilippFix App routing
2022-01-04 PhilippReplace 'REQUEST_METHOD' with App\Arguments::getMethod()
2022-01-04 PhilippAdd feedback
2022-01-04 PhilippAutomatically return allowed HTTP methods for OPTIONS...
2022-01-04 Philipptemporary merge response header into static *exit(...
2022-01-04 PhilippFix empty accounts[] bug
2022-01-04 PhilippMove Arguments reset to right place
2022-01-04 PhilippIntroduce FixtureTest::useHttpMethod for manually overw...
2022-01-04 PhilippUse Args::getMethod() at various places
2022-01-04 PhilippAdd HTTP method to App\Arguments
2022-01-04 PhilippFix OPTIONS
2022-01-04 PhilippAdd explicit status setting for PSR/ResponseInterface...
2022-01-04 PhilippAdd OPTIONS endpoint
2022-01-04 PhilippAdd OPTIONS endpoint
2022-01-03 PhilippMerge pull request #11136 from urbalazs/error-message...
2022-01-03 Balázs ÚrMark error message as translatable
next