]> git.mxchange.org Git - friendica.git/history - src/Module
Fix warning
[friendica.git] / src / Module /
2023-03-04 Hypolite PetovanMerge pull request #12865 from annando/fix-links
2023-03-04 MichaelFix missing attached links in posts
2023-03-01 Hypolite PetovanMerge pull request #12836 from damianwajer/post-interac...
2023-02-28 Michael VogelMerge pull request #12855 from HankG/fix-use-mastodon...
2023-02-28 Hank GrabowskiUse Mastodon standard edited_at field for tracking...
2023-02-28 Hypolite PetovanMerge pull request #12853 from HankG/mastodon-timeline...
2023-02-28 Hank GUpdate src/Module/BaseApi.php
2023-02-28 Hank GrabowskiOnly allow explicitly known order types through
2023-02-28 Hank GrabowskiAdd default getLinkHeader asDate to be false (the previ...
2023-02-28 Hank GrabowskiCorrect format/style errors
2023-02-28 Hank GrabowskiCorrect format/style errors
2023-02-28 Hank GrabowskiAdd new temporal paging to Mastodon Timeline Public...
2023-02-28 Hank GrabowskiAdd comment to friendica_order query parameter in Masto...
2023-02-28 Hank GrabowskiFix tag filtering on block/mute list
2023-02-28 Hank GrabowskiAdd additional Mastodon timeline sorting date types...
2023-02-28 Hank GrabowskiChange timestamp to be DateTime object not integers...
2023-02-28 Hank GrabowskiMerge branch 'develop' into mastodon-timeline-temporal...
2023-02-27 Hypolite PetovanMerge pull request #12850 from nupplaphil/feat/phpstorm...
2023-02-27 PhilippMerge pull request #12848 from HankG/fix-mastodon-v2...
2023-02-27 Hypolite PetovanMerge pull request #12849 from annando/attachments
2023-02-27 MichaelEditing/removing of attached pictures is now possible...
2023-02-27 PhilippMerge pull request #12843 from annando/fetchraw-attachments
2023-02-26 MichaelUse "Exception"
2023-02-26 MichaelCatch all errors thrown by "fetchRaw"
2023-02-23 Hank GrabowskiAdd support for since_id field into the timeline API
2023-02-23 Hank GrabowskiNull out min/max/since ID fields by default in Mastodon...
2023-02-22 Hypolite PetovanMerge pull request #12838 from HankG/blocks-status-fix
2023-02-22 Hypolite PetovanMerge pull request #12837 from HankG/fix-blocks-ignores...
2023-02-22 Hank GrabowskiMerge branch 'develop' into mastodon-timeline-temporal...
2023-02-22 Hank GrabowskiMerge branch 'develop' into fix-blocks-ignores-in-full...
2023-02-22 Hank GrabowskiMerge branch 'develop' into blocks-status-fix
2023-02-22 Hank GrabowskiAdd show_all option to Mastodon status context to show...
2023-02-22 Hank GrabowskiAdd order/limit building func and fix reverse order...
2023-02-22 Hank GrabowskiSimply Timeline Home temporal endpoint to reuse min_id...
2023-02-21 Hank GrabowskiImplement time based paging for Mastodon Home Timeline...
2023-02-21 Hank GrabowskiAdd to Mastodon Status/Context filter for ignored and...
2023-02-21 Hypolite PetovanMerge pull request #12829 from Quix0r/fixes/export...
2023-02-21 Hypolite PetovanMerge pull request #12826 from HankG/dislike-for-mastod...
2023-02-20 Hank GrabowskiMerge branch 'develop' into dislike-for-mastodon-endpoints
2023-02-20 Hank GrabowskiAdd DislikedBy Mastodon compatible endpoint in the...
2023-02-20 Hank GrabowskiAdd deleted check to FavouritedBy Mastodon endpoint
2023-02-20 Hank GrabowskiAdd Mastodon format compatible (un)dislike endpoint...
2023-02-20 Hypolite PetovanMerge pull request #12818 from HankG/mastodon-instance...
2023-02-20 Hank GrabowskiModify to use the new baseURL methods.
2023-02-20 Hank GrabowskiAdd missing spaces after colons for function parameters...
2023-02-20 Hypolite PetovanMerge pull request #12825 from HankG/fix-blocks-listing
2023-02-20 Hank GrabowskiMerge branch 'develop' into mastodon-instance-v2-implem...
2023-02-20 Hank GrabowskiMerge branch 'develop' into fix-blocks-listing
2023-02-20 Hank GrabowskiMerge branch 'develop' into mastodon-instance-v2-implem...
2023-02-20 Hank GrabowskiRefactor Mastodon API InstanceV2 so objects are simple...
2023-02-20 PhilippMerge pull request #12821 from HankG/notifications...
2023-02-20 Hank GrabowskiMerge branch 'develop' into blocks-and-mutes-fixes
2023-02-20 Hank GrabowskiMerge branch 'develop' into fix-blocks-listing
2023-02-20 Michael VogelMerge pull request #12820 from MrPetovan/bug/fatal...
2023-02-20 Hank GrabowskiRemove extraneous ID parameter from Mastodon Blocks...
2023-02-20 Hank GrabowskiMerge branch 'develop' into notifications-summary
2023-02-20 Hank GrabowskiFix whitespace issue on assignment alignment
2023-02-20 Hank GrabowskiAdd notifications summary (count only for now) to Masto...
2023-02-20 Hypolite PetovanMerge pull request #12819 from HankG/add-tables-to...
2023-02-20 Hypolite PetovanMerge pull request #12802 from nupplaphil/feat/system_u...
2023-02-20 Hypolite PetovanMerge pull request #12813 from HankG/mastodon-status...
2023-02-20 Hypolite PetovanMerge pull request #12807 from HankG/mastodon-trending...
2023-02-20 Hypolite PetovanMerge pull request #12804 from HankG/fix-blocked-users...
2023-02-20 Hank GrabowskiFix binary_operator_spaces errors
2023-02-20 Hank GrabowskiAdd Mastodon Instance V2 API endpoint /api/v2/instance
2023-02-19 Hank GUpdate src/Module/Api/Mastodon/Statuses.php
2023-02-19 PhilippUpdate src/Module/Moderation/Users/Blocked.php
2023-02-19 PhilippApply suggestions from code review
2023-02-19 PhilippApply suggestions from code review
2023-02-18 PhilippAdd site admin warning if BaseURL is missing
2023-02-18 PhilippAdapt BaseURL calls to new UriInterface
2023-02-18 PhilippRefactor Installer due new BaseURL logic
2023-02-18 Hank GrabowskiMerge branch 'develop' into mastodon-status-post-with...
2023-02-18 Hank GrabowskiChange check for friendica-title key to use isa and...
2023-02-17 Hypolite PetovanMerge pull request #12806 from annando/loglevels
2023-02-17 Hypolite PetovanMerge pull request #12799 from HankG/fix-mastodon-frien...
2023-02-17 Hank GrabowskiAdd friendica->title input to Mastodon Status POST...
2023-02-17 Hank GrabowskiAdd link headers to Mastodon trending endpoints
2023-02-17 Hank GrabowskiAdd Link headers by offset/limit capability to BaseApi
2023-02-17 Michael VogelMerge pull request #12801 from HankG/fix-mastodon-api...
2023-02-17 Hank GrabowskiAdd offset parameter to Mastodon trending Links and...
2023-02-17 Hank GrabowskiAdd documentation to new trending tags endpoint QPs
2023-02-17 Hank GrabowskiRemove FollowRequest type and use mstdnAccount->createF...
2023-02-17 Hank GrabowskiAllow @-symbols in Mastodon status searches under all...
2023-02-17 Hank GrabowskiAdd support to Mastodon Tag Trends for paging, local...
2023-02-16 Hank GrabowskiRemove explicit block filtering for results that go...
2023-02-16 MichaelSome loglevels are adjusted to more reasonablöe levels
2023-02-16 Hank GrabowskiAdd blocked/ignored filters to Mastodon Timeline API...
2023-02-16 Hank GrabowskiAdd blocked/ignored filters to Mastodon Timeline API...
2023-02-15 Hank GrabowskiFix style error
2023-02-15 Hank GrabowskiAllows @ in query on statuses when resolving since...
2023-02-14 PhilippMerge pull request #12796 from annando/fatal
2023-02-14 PhilippMerge pull request #12795 from annando/caps
2023-02-14 MichaelFix caps
2023-02-14 Hypolite PetovanMerge pull request #12786 from annando/c2s-post
2023-02-14 MichaelFix variable name
2023-02-14 Michael VogelMerge pull request #12791 from HankG/mastodon-notificat...
2023-02-13 MichaelSoem more C2S stuff moved
2023-02-13 MichaelMerge remote-tracking branch 'upstream/develop' into...
2023-02-13 Hank GrabowskiAutomatic PHPCBF style fix
next