friendica.git/.git
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-17 Hypolite PetovanMerge pull request #9434 from annando/dbclean-limit
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-16 Tobias DiekershoffMerge pull request #9429 from MrPetovan/bug/9427-vier...
2020-10-16 Hypolite Petovan[vier] Restore network page right sidebar forum widget...
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 PetovanAdjust testModuleClass() expectations after introducing...
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 PetovanMerge pull request #9422 from nupplaphil/task/env_mapping
2020-10-13 PhilippAdd env mappings
2020-10-13 Hypolite PetovanRemove obsolete mod/network and mod/update_network...
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-13 Hypolite PetovanMerge pull request #9417 from vinzv/9042-checkboxes...
2020-10-12 vinzvmove from nav_bg color to static background color
2020-10-12 Vinzenz Vietzkereplace default checkbox color
2020-10-12 Vinzenz Vietzkemove checkbox settings to schemes
2020-10-12 Hypolite PetovanMerge pull request #9412 from annando/mobile-announce
2020-10-12 MichaelUpdated messages.po
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 "Add guzzlehttp/guzzle as composer requirement"
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 "Update lock"
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
2020-10-11 Michael VogelMerge pull request #9411 from tobiasd/20201011-de
2020-10-11 Tobias DiekershoffDE translation update THX copiis
2020-10-11 Hypolite PetovanMerge pull request #9409 from annando/twitter-announce
2020-10-11 Hypolite PetovanMerge pull request #9400 from nupplaphil/task/guzzle_http
2020-10-11 Michael"announce" is activated for Twitter as well
2020-10-11 PhilippMerge pull request #9408 from annando/announce
2020-10-11 MichaelSupport for real reshares
2020-10-11 Tobias DiekershoffMerge pull request #9406 from MrPetovan/bug/9385-frio...
2020-10-10 Hypolite Petovan[frio] Keep jQuery data attached to elements stored...
2020-10-10 Hypolite PetovanFix indenting in friendica-tagsinput.js
2020-10-10 PhilippUpdate src/Network/GuzzleResponse.php
2020-10-10 PhilippUse last entry for Content-Type
2020-10-10 PhilippRemove unnecessary exception message (avoid log flooding)
2020-10-10 PhilippFix redirect logging
2020-10-10 PhilippIHTTPResult::getContentType is now a string again
2020-10-10 PhilippFix Content-Type for `CurlResult` class
2020-10-10 PhilippFix IHTTPResult::getHeader()
2020-10-10 PhilippHTTPRequest: Replace getInfo() with new parameter ...
2020-10-10 PhilippUse CurlResult for failed HTTPRequests (legacy usage)
2020-10-10 PhilippUpdate lock
2020-10-10 PhilippFix IHTTPResult::getHeader/s()
2020-10-10 PhilippUse Guzzle for HTTPRequest and Result
2020-10-10 PhilippReplace IHTTPResult for CurlResult usages
2020-10-10 PhilippIntroduce IHTTPResult Interface as abstraction for...
2020-10-10 PhilippAdd guzzlehttp/guzzle as composer requirement
2020-10-10 Hypolite PetovanMerge pull request #9401 from annando/accounttype
2020-10-10 Tobias DiekershoffMerge pull request #9404 from annando/advanced-readonly
2020-10-10 MichaelOnly allow editing of mail/feed contact details
2020-10-10 MichaelUse new function for validity check
2020-10-10 MichaelRenamed "Accounts" to "Account Types"
2020-10-09 MichaelFilter for account type for contacts
2020-10-08 Hypolite PetovanMerge pull request #9397 from vinzv/9238-red-color...
2020-10-08 Hypolite PetovanMerge pull request #9373 from nupplaphil/task/server_env
2020-10-08 vinzvintensify notification bubble color
2020-10-08 Hypolite PetovanMerge pull request #9388 from vinzv/9383-frio-cannot...
2020-10-08 vinzvRevert "initial commit"
2020-10-08 vinzvfix identation
2020-10-08 vinzvinitial commit
2020-10-08 Hypolite PetovanMerge pull request #9389 from annando/failed-contacts
2020-10-07 Hypolite PetovanMerge pull request #9390 from vinzv/8485-mobile-frio...
next