]> git.mxchange.org Git - friendica.git/history - src
Merge pull request #9540 from MrPetovan/bug/9538-security-blind-attack-username
[friendica.git] / src /
2020-10-29 Hypolite PetovanMerge pull request #9468 from annando/notices
2020-10-29 MichaelFix notice "Undefined index: network" and warning ...
2020-10-29 Hypolite PetovanMerge pull request #9466 from annando/post-media
2020-10-29 MichaelNext renamed function
2020-10-29 MichaelSuperfluous to-do removed
2020-10-29 MichaelFunctions renamed
2020-10-29 MichaelNew table for attached media files
2020-10-27 Tobias DiekershoffMerge pull request #9460 from annando/issue-9457
2020-10-26 Hypolite PetovanMerge pull request #9462 from annando/provider
2020-10-26 MichaelPublish the provider fields in the API
2020-10-26 MichaelIssue 9457: Fix network order for starred and mention
2020-10-25 Hypolite PetovanMerge pull request #9458 from annando/mastodon-status
2020-10-25 MichaelImproved self contact detection
2020-10-25 MichaelDisplay the user fields for the admin account
2020-10-25 MichaelPublish the profile fields
2020-10-25 MichaelUse lowercase for tags
2020-10-25 MichaelDon't publish some fields
2020-10-25 Michael"locked" is boolean
2020-10-25 MichaelReturn 'null' on empty card
2020-10-25 MichaelSpaces to tabs
2020-10-25 MichaelMore data for the Mastodon status class
2020-10-25 Hypolite PetovanMerge pull request #9456 from annando/delete-uri-id
2020-10-25 MichaelAvoid deleting newly create item-uri entries
2020-10-24 Hypolite PetovanMerge pull request #9455 from annando/remote-self
2020-10-24 Hypolite PetovanMerge pull request #9454 from annando/child-logging
2020-10-24 MichaelMove "remote self" to the contact settings
2020-10-24 MichaelDisable the "proc_open" option when it isn't available
2020-10-24 MichaelAdded logging for executing child processes
2020-10-24 Hypolite PetovanMerge pull request #9452 from annando/issue-9451
2020-10-24 Michael"commented" is the default
2020-10-24 MichaelIssue 9451: We now do store the tab in a config again
2020-10-24 MichaelAlternative item insert lock mechanism
2020-10-24 Hypolite PetovanMerge pull request #9450 from annando/no-shadow
2020-10-24 MichaelWorker priority / no shadow worker
2020-10-23 Hypolite PetovanMerge pull request #9444 from annando/update
2020-10-23 Hypolite PetovanMerge pull request #9449 from annando/item-duplicates
2020-10-23 MichaelAvoid duplicate item entries
2020-10-20 PhilippMerge pull request #9441 from annando/fatal
2020-10-20 PhilippMerge pull request #9442 from annando/notice
2020-10-20 MichaelFixes notice: Undefined index: nobody in /src/Util...
2020-10-20 MichaelFix Fatal error: Uncaught TypeError: Argument 1 passed...
2020-10-20 Hypolite PetovanMerge pull request #9440 from annando/one-click-follow
2020-10-20 MichaelFollow/Unfollow contact with a single click
2020-10-19 Hypolite PetovanMerge pull request #9437 from nupplaphil/task/httpreque...
2020-10-19 Hypolite PetovanMerge pull request #9436 from nupplaphil/task/test_notices
2020-10-19 Hypolite PetovanMerge pull request #9431 from annando/network-order
2020-10-18 Philipplower loglevel
2020-10-18 PhilippRemove 'headers' option occurrences and add a warning...
2020-10-18 PhilippRemove option 'novalidate' flag from HTTPRequest options
2020-10-18 PhilippRemoved completely un-used 'http_auth' option from...
2020-10-18 PhilippAdd HTTPRequest::head() function
2020-10-18 Michael VogelMerge pull request #9405 from nupplaphil/task/psr7_remo...
2020-10-18 PhilippRemove $binary flag for HTTPRequest::get(), HTTPRequest...
2020-10-18 PhilippFix a lot of notices/warnings/deprecation notes in...
2020-10-18 MichaelUse $get
2020-10-17 Michael VogelApply suggestions from code review
2020-10-17 Hypolite PetovanMerge pull request #9434 from annando/dbclean-limit
2020-10-17 MichaelStore the selected network tab in a session variable
2020-10-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-10-17 Michael VogelUpdate src/Core/Worker.php
2020-10-17 Hypolite PetovanMerge pull request #9433 from annando/fix-db-error
2020-10-17 MichaelDefine a maintenance window
2020-10-17 MichaelPost expiry: Limit for deletions
2020-10-17 MichaelFix DB Error "Column 'uri' in where clause is ambiguous"
2020-10-17 MichaelNetwork: Fix continuous load issues
2020-10-16 Michael VogelMerge pull request #9425 from MrPetovan/task/router...
2020-10-16 Hypolite PetovanCentralize routes file existence check in App\Router
2020-10-15 Hypolite PetovanAdd routes file recompute on last modification time...
2020-10-15 Hypolite PetovanMerge pull request #9424 from annando/no-dbclean
2020-10-15 MichaelCount removed, added logging for iten uri
2020-10-15 MichaelOnly set values if the uri isn't empty
2020-10-15 MichaelMove the repair functionality to the daily cron
2020-10-15 MichaelReplace "dbclean" with new expiry functionality
2020-10-14 Michael VogelMerge pull request #9419 from MrPetovan/task/9127-netwo...
2020-10-14 Hypolite PetovanRemove Widget::accounts in favor of Widget::accounttypes
2020-10-13 Hypolite PetovanMove network module to src/
2020-10-13 Hypolite PetovanRemove unused App->force_max_items property
2020-10-13 Michael VogelMerge pull request #9418 from MrPetovan/bug/max_d-min_i...
2020-10-13 Hypolite PetovanImplement correct behavior for min_id in boundary pagin...
2020-10-12 Hypolite PetovanMerge pull request #9412 from annando/mobile-announce
2020-10-12 Michael VogelUpdate src/Object/Post.php
2020-10-11 MichaelDiaspora: Native reshares only work with toplevel posts
2020-10-11 Michael VogelMerge pull request #9416 from nupplaphil/task/revert_gu...
2020-10-11 PhilippRevert "Introduce IHTTPResult Interface as abstraction...
2020-10-11 PhilippRevert "Replace IHTTPResult for CurlResult usages"
2020-10-11 PhilippRevert "Use Guzzle for HTTPRequest and Result"
2020-10-11 PhilippRevert "Fix IHTTPResult::getHeader/s() - Split function...
2020-10-11 PhilippRevert "Use CurlResult for failed HTTPRequests (legacy...
2020-10-11 PhilippRevert "HTTPRequest: Replace getInfo() with new paramet...
2020-10-11 PhilippRevert "Fix IHTTPResult::getHeader() - Now returns...
2020-10-11 PhilippRevert "Fix Content-Type for `CurlResult` class"
2020-10-11 PhilippRevert "IHTTPResult::getContentType is now a string...
2020-10-11 PhilippRevert "Fix redirect logging"
2020-10-11 PhilippRevert "Remove unnecessary exception message (avoid...
2020-10-11 PhilippRevert "Use last entry for Content-Type"
2020-10-11 PhilippRevert "Update src/Network/GuzzleResponse.php"
2020-10-11 Michael VogelMerge pull request #9414 from nupplaphil/bug/guzzle
2020-10-11 MichaelDiaspora announce / Renaming share buttons
2020-10-11 PhilippFix GuzzleHttpClient
2020-10-11 MichaelDon't change resharer when resharing
next