]> git.mxchange.org Git - friendica.git/history - src/Object
Replace IHTTPResult for CurlResult usages
[friendica.git] / src / Object /
2021-08-20 Hypolite PetovanMerge pull request #10309 from fabrixxm/feature/advance...
2021-08-20 fabrixxmFix review points
2021-08-19 fabrixxmAdd tests for ParsedLog and fix parsing
2021-08-19 fabrixxmFix code formatting
2021-08-19 fabrixxmAdd search and filter to log view
2021-08-19 fabrixxmDisplay structured logs in admin
2021-08-15 Hypolite PetovanMerge pull request #10600 from nupplaphil/bug/update_au...
2021-08-15 Hypolite PetovanMerge pull request #10599 from annando/subscription
2021-08-15 MichaelAPI: First steps to support subscriptions
2021-08-12 Hypolite PetovanMerge pull request #10596 from annando/mark-file-star...
2021-08-12 MichaelMark, file and starring does now work for all items
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 MichaelGet rid of App->user completely
2021-08-08 MichaelRemove direct calls to App->user
2021-08-01 Hypolite PetovanMerge pull request #10562 from nupplaphil/bug/storage_admin
2021-08-01 Hypolite PetovanMerge pull request #10557 from annando/delayed
2021-07-30 MichaelSupport the "media_attachments" field
2021-07-30 MichaelAll needed fields are now filled
2021-07-30 MichaelFunction renamed, documentation added
2021-07-29 MichaelFix array index
2021-07-29 MichaelFixing variables
2021-07-29 MichaelAdded API calls, removed fields
2021-07-27 Hypolite PetovanMerge pull request #10551 from annando/profiler
2021-07-27 MichaelSupport for stacked profiler analysis
2021-07-26 Hypolite PetovanMerge pull request #10544 from annando/router-lock
2021-07-25 Hypolite PetovanMerge pull request #10543 from annando/app-variables
2021-07-24 MichaelUsing getter/setter functions
2021-07-24 MichaelApp->contact is now removed
2021-07-24 MichaelMany more app-variables removed
2021-07-22 Michael VogelMerge pull request #10498 from MrPetovan/bug/10477...
2021-07-22 Hypolite PetovanMerge pull request #10535 from annando/mentions
2021-07-22 MichaelNew function to replace mentions with nicknames
2021-07-15 Hypolite PetovanMerge pull request #10503 from annando/no-legacy-dfrn
2021-07-15 MichaelLegacy DFRN transport layer is removed
2021-07-14 Hypolite PetovanMerge pull request #10496 from annando/subscribe
2021-07-14 Michael VogelMerge pull request #10497 from MrPetovan/bug/10494...
2021-07-14 Hypolite PetovanMake last status parameter actually optional in Object...
2021-07-14 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-07-14 Hypolite PetovanMerge pull request #10493 from annando/api
2021-07-14 MichaelMerge remote-tracking branch 'upstream/develop' into api
2021-07-13 MichaelImprove how shared posting look on mobile apps
2021-07-09 Hypolite PetovanMerge pull request #10472 from annando/proxy
2021-07-09 MichaelFunction renamed to better reflect the functionality
2021-07-08 MichaelSet "convertForItem" at more places
2021-07-08 Michaelwe now have got an uri-id field for the contact table
2021-07-08 MichaelNew function to convert BBCode for a given ID
2021-07-06 MichaelProviding the uri-id to "convert" when possible
2021-07-04 Tobias DiekershoffMerge branch 'stable' into develop
2021-07-04 Tobias DiekershoffMerge pull request #10362 from tobiasd/2021.06-CHANGELOG
2021-07-03 Tobias DiekershoffMerge pull request #10289 from tobiasd/2021.06-credits
2021-07-01 Hypolite PetovanMerge pull request #10451 from annando/contact-path
2021-06-30 MichaelSome more places changed to the new contact avatar...
2021-06-30 Hypolite PetovanMerge pull request #10447 from annando/contact-path
2021-06-29 MichaelUnified avatar paths
2021-06-29 Tobias DiekershoffMerge pull request #10446 from MrPetovan/bug/10439...
2021-06-29 Hypolite PetovanMerge pull request #10445 from annando/avatar-handling
2021-06-29 MichaelImproved avatar handling (timestamps for caching)
2021-06-28 Hypolite PetovanMerge pull request #10435 from nupplaphil/feat/di_cleanup
2021-06-25 Hypolite PetovanMerge pull request #10432 from annando/avatar-path
2021-06-25 Michael VogelApply suggestions from code review
2021-06-25 MichaelFunction to return the avatar and header path for a...
2021-06-25 Hypolite PetovanMerge pull request #10430 from annando/api-trends
2021-06-24 MichaelAOI: Send "history" section for trends
2021-06-24 Hypolite PetovanMerge pull request #10425 from annando/api-avatar
2021-06-24 MichaelAPI: Improved avatar handling
2021-06-22 Hypolite PetovanMerge pull request #10421 from annando/ap-photo
2021-06-22 MichaelTransmit mediaType for headers as well / use blank...
2021-06-20 Hypolite PetovanMerge pull request #10373 from nupplaphil/feat/cleanup_...
2021-06-20 PhilippCleanup Code
2021-06-18 Hypolite PetovanMerge pull request #10414 from annando/oauth
2021-06-18 MichaelClassname fixed
2021-06-18 MichaelUnused "use" removed
2021-06-18 MichaelAPI: "created_at" is timestamp
2021-06-17 Hypolite PetovanMerge pull request #10412 from annando/local-photo
2021-06-17 Michael VogelUpdate src/Object/Api/Mastodon/Account.php
2021-06-17 MichaelPhotos should point to the local system
2021-06-17 Hypolite PetovanMerge pull request #10411 from annando/header-noscrape
2021-06-17 MichaelFix noscrape publishing and pulling, added header
2021-06-11 Hypolite PetovanMerge pull request #10393 from annando/api-more-apps
2021-06-10 MichaelAPI: Some more apps are now supported
2021-06-10 Hypolite PetovanMerge pull request #10391 from annando/api-applications
2021-06-10 MichaelAPI: Tests with various clients, small fixes
2021-06-02 Tobias DiekershoffMerge branch '2021.06-rc' of https://github.com/friendi...
2021-06-02 Hypolite PetovanMerge pull request #10361 from annando/limit-context
2021-06-02 Hypolite PetovanMerge pull request #10360 from annando/limit-context
2021-06-02 Hypolite PetovanMerge pull request #10359 from annando/milliseconds
2021-06-02 MichaelRenaming the date format to "JSON"
2021-06-02 Hypolite PetovanMerge pull request #10357 from annando/api-date
2021-06-01 MichaelAPI: Fix date format
2021-05-23 Hypolite PetovanMerge pull request #10283 from very-ape/fix-message...
2021-05-23 MichaelMerge remote-tracking branch 'upstream/2021.06-rc'...
2021-05-23 Tobias DiekershoffMerge pull request #10305 from annando/warnings
2021-05-23 MichaelFix warning "reset() expects parameter 1 to be array...
2021-05-23 Hypolite PetovanMerge pull request #10300 from annando/issue-10264
2021-05-23 Hypolite PetovanMerge pull request #10292 from annando/fix-mail
2021-05-23 Hypolite PetovanMerge pull request #10295 from nupplaphil/bug/php7_cs
next