refert to doc/INSTALL.md instead of README.txt in the installer
[friendica.git/.git] / src /
2020-08-30 Tobias Diekershoffrefert to doc/INSTALL.md instead of README.txt in the...
2020-08-30 Hypolite PetovanMerge pull request #9092 from annando/multiple-fetch
2020-08-29 Michael VogelMerge pull request #9093 from tobiasd/20200829-typo
2020-08-29 Tobias Diekershoffremoved additional / from comment block
2020-08-29 MichaelOnly c heck every 5 seconds for the system health
2020-08-29 MichaelUnclaim on end / don't refetch
2020-08-29 MichaelSimplified the code
2020-08-29 MichaelWorker: Fetch jobs for multiple workers
2020-08-28 Hypolite PetovanMerge pull request #9086 from annando/insert-replace
2020-08-28 MichaelAnother "Duplicate entry" error avoided
2020-08-27 MichaelReplace "insert" with "replace"
2020-08-27 Hypolite PetovanMerge pull request #9084 from tobiasd/20200827-de
2020-08-27 Tobias DiekershoffMerge pull request #9083 from annando/persistent
2020-08-27 MichaelConfiguration if the database is opened with persistent...
2020-08-26 Hypolite PetovanMerge pull request #9079 from annando/replace
2020-08-26 Michael VogelUpdate src/Database/Database.php
2020-08-26 Michael VogelUpdate src/Database/DBA.php
2020-08-26 MichaelAdded support for the "replace" database command
2020-08-26 Hypolite PetovanMerge pull request #9076 from annando/display-resharer
2020-08-26 MichaelOptionally display the resharer as icon
2020-08-26 Hypolite PetovanMerge pull request #9073 from annando/foreign-2
2020-08-26 Michael VogelMerge pull request #9074 from tobiasd/20200826-consoleU...
2020-08-26 Tobias Diekershoffchange the search subcommand so that it fits the docume...
2020-08-26 MichaelNew database cleanup jobs
2020-08-24 Hypolite PetovanMerge pull request #9068 from annando/foreign-keys
2020-08-24 MichaelAnother foreign key added
2020-08-24 Tobias DiekershoffMerge pull request #9067 from MrPetovan/bug/9065-csrf...
2020-08-24 Hypolite PetovanRe-allow anonymous use of CSRF tokens
2020-08-23 Hypolite PetovanMerge pull request #9062 from annando/show-reshared
2020-08-23 Hypolite PetovanMerge pull request #9053 from annando/system-inbox
2020-08-23 MichaelImproved logging
2020-08-23 MichaelMark posts that arrived in your network stream via tag
2020-08-23 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-08-23 MichaelDisplay a symbol when a post had been reshared
2020-08-23 Tobias DiekershoffMerge pull request #9061 from annando/ap-forum
2020-08-23 MichaelImprove AP support for forums
2020-08-23 Hypolite PetovanMerge pull request #9057 from annando/issue-9051
2020-08-23 Hypolite PetovanMerge pull request #9056 from annando/ap-follow
2020-08-23 Hypolite PetovanMerge pull request #9055 from annando/zero-owner
2020-08-23 Hypolite PetovanMerge pull request #9054 from annando/probe-addr
2020-08-23 MichaelIssue 9051: Only change the owner of posts reshared...
2020-08-23 MichaelActivityPub accounts don't need a "poll" endpoint
2020-08-23 MichaelReturn system account data when fetching data for user "0"
2020-08-23 MichaelUse the AP adress for probing webfinger
2020-08-22 Michael VogelMerge pull request #8909 from MrPetovan/task/ex_auth
2020-08-22 Hypolite PetovanMerge pull request #9050 from annando/system-account
2020-08-22 MichaelEnsure that the actor name can't be changed
2020-08-22 MichaelUse "getActorName"
2020-08-22 Hypolite PetovanMerge pull request #9052 from annando/fix-change-owner
2020-08-22 Hypolite PetovanMerge pull request #9049 from annando/local-followers
2020-08-22 Hypolite PetovanMerge pull request #9044 from annando/avatar-stuff
2020-08-22 MichaelFix: Don't change the owner of your own posts
2020-08-22 MichaelCheck for empty owners
2020-08-22 MichaelFix Test
2020-08-22 MichaelWe now fetch data with an automatically generated syste...
2020-08-22 MichaelImproved function description
2020-08-22 Tobias DiekershoffMerge pull request #9048 from annando/fix-tag-scheme
2020-08-22 Tobias DiekershoffMerge pull request #9046 from annando/local-followers
2020-08-22 Tobias DiekershoffMerge pull request #9047 from annando/no-item-delivery...
2020-08-22 MichaelFix malformatted tag scheme
2020-08-22 MichaelThe table "item-delivery-data" does not exist on newer...
2020-08-21 MichaelFetch followers/followings locally
2020-08-21 MichaelStore the cached avatars at the public contact
2020-08-21 MichaelDelete the photo entries when a user or contact is...
2020-08-21 Adam ClarkMerge branch 'develop' of https://github.com/friendica...
2020-08-21 Hypolite PetovanMerge pull request #9033 from nupplaphil/bug/travis
2020-08-21 Hypolite PetovanMerge pull request #9043 from tobiasd/20200821-fixingthemes
2020-08-21 Tobias DiekershoffHOTFIX to make all themes (but frio) working again
2020-08-20 Adam ClarkMerge branch 'develop' of https://github.com/friendica...
2020-08-20 Michael VogelMerge pull request #9041 from MrPetovan/bug/notices
2020-08-20 Hypolite PetovanCheck for parent existence in Protocol\DFRN
2020-08-20 Hypolite PetovanReturn early if $a->user is absent in BaseModule
2020-08-20 Hypolite PetovanLoop on expected fields instead of existing fields...
2020-08-20 Hypolite PetovanFix wrong contact array key reference in Search\Acl
2020-08-20 Tobias DiekershoffMerge pull request #9040 from annando/fix-polling
2020-08-20 MichaelFix: Feeds and mail accounts hadn't been fetched reliably
2020-08-20 Tobias DiekershoffMerge pull request #9039 from MrPetovan/task/frio-accen...
2020-08-20 Hypolite PetovanMerge pull request #9038 from annando/check-announcer
2020-08-20 Hypolite PetovanAdd more references to theme.php
2020-08-20 MichaelFix sharing detection on reshares
2020-08-19 Hypolite PetovanMerge pull request #9032 from annando/local-access
2020-08-19 Hypolite PetovanMerge pull request #9036 from annando/clear-cache
2020-08-19 Michaelfix reversed "if"
2020-08-19 Hypolite PetovanMerge pull request #9037 from annando/fix-network-view
2020-08-19 Hypolite PetovanMerge pull request #9035 from annando/daemon-cooldown
2020-08-19 MichaelAdding a cooldown phase for the daemon
2020-08-19 MichaelCache clearing rearrangements
2020-08-19 MichaelDifferent check for being local
2020-08-19 PhilippFix Database $_SERVER usage and remove old .travis...
2020-08-19 MichaelFix missing field
2020-08-19 MichaelAvoid probing non existing profiles
2020-08-19 MichaelDon't poll locally / user self data
2020-08-19 MichaelAvoid locally probing last item via network
2020-08-19 MichaelAvoid local network requests
2020-08-18 Hypolite PetovanMerge pull request #9031 from annando/default-avatar
2020-08-18 MichaelUse a constant for the contact photos / dom't cache...
2020-08-18 Hypolite PetovanMerge pull request #9030 from annando/avatar-constant
2020-08-18 MichaelUsing a constant value for the default avatar
2020-08-18 Hypolite PetovanMerge pull request #9029 from annando/local-probing
2020-08-18 Michael"localProbe" is used only locally
next