]> git.mxchange.org Git - friendica.git/history - src
Remove extraneous ID parameter from Mastodon Blocks Listing API
[friendica.git] / src /
2023-01-25 Hypolite PetovanMerge pull request #12727 from annando/api-quotes
2023-01-25 MichaelSwitch parameters
2023-01-25 MichaelFix reply via API / fix missing variable
2023-01-25 MichaelUnused "use" removed
2023-01-25 MichaelAPI: added positiv list for quote support
2023-01-24 Michael VogelMerge pull request #12726 from MrPetovan/bug/12721...
2023-01-24 Hypolite PetovanRemove Text\BBCode::scaleExternalImage
2023-01-23 Hypolite PetovanMerge pull request #12725 from annando/api2
2023-01-23 MichaelDisplay, not diplay
2023-01-23 MichaelIssue 12358: Allow blocking of every contact
2023-01-23 MichaelIssue 12603: Support quote in the api / Issue 12654...
2023-01-23 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-23 MichaelIssue 12603: Support quotes in the API
2023-01-23 Hypolite PetovanMerge pull request #12724 from annando/api
2023-01-23 MichaelDon't show reblogged on single post
2023-01-23 MichaelMerge remote-tracking branch 'upstream/develop' into api
2023-01-23 Hypolite PetovanMerge pull request #12720 from annando/issue-12702
2023-01-23 MichaelRemoved duplicated "be"
2023-01-23 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-23 MichaelUpdated messages.po
2023-01-23 Michael VogelUpdate src/Module/Settings/Connectors.php
2023-01-22 Hypolite PetovanMerge pull request #12718 from annando/config
2023-01-22 Michael VogelUpdate src/Module/Admin/Summary.php
2023-01-22 Hypolite PetovanMerge pull request #12719 from annando/andstatus
2023-01-22 MichaelMerge remote-tracking branch 'upstream/develop' into api
2023-01-22 MichaelIssue 12702: Let the user decide how to handle spoiler...
2023-01-22 MichaelFetch data from basic auth when one of the parameters...
2023-01-22 MichaelDebug message removed
2023-01-22 MichaelMore configs moved to key values
2023-01-22 Hypolite PetovanMerge pull request #12717 from annando/blocked-gserver
2023-01-22 MichaelImproved block check for redirects
2023-01-22 MichaelAPI: Show different ids on reshares / don't check for...
2023-01-21 PhilippMerge pull request #12697 from MrPetovan/bug/deprecated
2023-01-21 Hypolite PetovanMerge pull request #12712 from nupplaphil/feat/BaseUrl
2023-01-21 PhilippAdd more transparent errors and make it possible to...
2023-01-21 PhilippRemove another URL check at App
2023-01-21 PhilippRemove BaseURL Auto-Check
2023-01-21 Hypolite PetovanDeclare history property in Mastodon\Card
2023-01-21 Hypolite PetovanReplace deprecated uses of ${var} in strings
2023-01-21 Hypolite PetovanReplace deprecated use of "self" in callables
2023-01-21 Hypolite PetovanThrow an exception when parse_url fails in HttpClient...
2023-01-21 Hypolite PetovanMerge pull request #12711 from nupplaphil/bug/config_to...
2023-01-21 PhilippAdd "Database::INSERT_IGNORE" for the initial value...
2023-01-21 PhilippAdd support for toString/Serializable
2023-01-21 PhilippMerge pull request #12707 from MrPetovan/bug/contact...
2023-01-21 Hypolite PetovanDon't select deleted contact when in Contact::createFro...
2023-01-21 Hypolite PetovanReset pending value when unfollowing a contact
2023-01-21 Hypolite PetovanApply changes to user-contact table first in Contact...
2023-01-21 Hypolite PetovanFix connection acknowledgement not appearing on contact...
2023-01-21 Hypolite PetovanMerge pull request #12700 from Quix0r/features/blocklis...
2023-01-21 Roland HäderContinued:
2023-01-20 Roland HäderContinued:
2023-01-20 Roland HäderContinued:
2023-01-19 PhilippMerge pull request #12695 from MrPetovan/bug/fatal...
2023-01-19 PhilippMerge pull request #12694 from MrPetovan/task/allow...
2023-01-19 Hypolite PetovanDefault maintenance reason to empty string in Module...
2023-01-19 Hypolite PetovanTruncate integer values before inserting them
2023-01-19 Hypolite PetovanAllow colon in password
2023-01-19 Hypolite PetovanFix wrong logic in password allowed regular expression
2023-01-18 Hypolite PetovanMerge pull request #12690 from annando/statistics
2023-01-18 MichaelNodeinfo data has moved to key values
2023-01-17 Hypolite PetovanMerge pull request #12680 from nupplaphil/feat/addon_logger
2023-01-17 Hypolite PetovanMerge pull request #12688 from annando/blocked-server
2023-01-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-01-17 PhilippFix Introspection
2023-01-17 PhilippAdd whitespace ..
2023-01-17 PhilippAdhere feedback
2023-01-17 PhilippApply suggestions from code review
2023-01-17 MichaelNews "blocked" field on the gserver table
2023-01-17 Hypolite PetovanMerge pull request #12687 from DanielSiepmann/12686...
2023-01-17 Daniel SiepmannProperly handle feed item creation date with surroundin...
2023-01-16 PhilippAdhere PHP-CS..
2023-01-16 PhilippIntroduce new Hook logic
2023-01-15 Hypolite PetovanMerge pull request #12679 from nupplaphil/feat/reduce_c...
2023-01-15 PhilippReplace Config-Cache dependency with Config-Model ...
2023-01-15 PhilippRemove BasePath dependency from App\Mode
2023-01-15 PhilippMerge pull request #12678 from MrPetovan/bug/12677...
2023-01-15 Hypolite PetovanRemove App dependency from addon admin form method
2023-01-15 Hypolite PetovanMerge pull request #12674 from nupplaphil/bug/config_ty...
2023-01-15 PhilippApply feedback and describe the encoding method
2023-01-15 PhilippMerge pull request #12673 from annando/andstatus-api
2023-01-14 PhilippConfig: Improve the node.config.php transformation
2023-01-14 MichaelAdded Documentation, updated messages.po
2023-01-14 MichaelAPI: Accept "redirect_uris" as both array and string
2023-01-14 PhilippMerge pull request #12666 from MrPetovan/bug/12661...
2023-01-14 Michael VogelMerge pull request #12667 from MrPetovan/bug/12665...
2023-01-14 Hypolite PetovanEnable calendar export for public_calendar = true
2023-01-14 Hypolite PetovanRemove App dependency from Hook::callSingle
2023-01-14 Hypolite PetovanMerge pull request #12671 from annando/lock-config
2023-01-14 Hypolite PetovanMerge pull request #12670 from annando/fix-avatar-cache
2023-01-14 MichaelEnsure to reset the avatar paths when deleting avatar...
2023-01-13 Hypolite PetovanMerge pull request #12663 from nupplaphil/sec/xss_404
2023-01-12 PhilippSecurity: Use htmlspecialchars() for user input in...
2023-01-12 Hypolite PetovanMerge pull request #12659 from DanielSiepmann/12658...
2023-01-12 Hypolite PetovanMerge pull request #12657 from annando/display-blocked
2023-01-12 Daniel SiepmannProperly handle feed item urls with surrounding whitespace
2023-01-12 MichaelUpdated messages.po - again
2023-01-12 MichaelFix "Undefined constant Friendica\Content\Conversation...
2023-01-12 MichaelMode depending control for the behaviour with blocked...
2023-01-11 Hypolite PetovanMerge pull request #12655 from annando/fix-communication
next