]> git.mxchange.org Git - friendica.git/history - src
[Composer] Add xemlock/htmlpurifier-html5 dependency
[friendica.git] / src /
2020-12-03 Hypolite PetovanMerge pull request #9618 from annando/posting-interval
2020-12-02 MichaelEnsure that the database.sql contains "if exists"
2020-12-02 MichaelCleaned code
2020-12-02 MichaelMoved direct storage
2020-12-02 MichaelDirectly post non mirrored feed items
2020-12-02 MichaelOnly spool mirrored posts
2020-12-02 MichaelOnly delay mirrored feeds
2020-12-02 MichaelUse a combined unique index
2020-12-02 MichaelThe network doesn't matter
2020-12-02 MichaelCheck for existing post
2020-12-02 MichaelReducing parameter list
2020-12-01 MichaelAdded logging and default config value
2020-12-01 MichaelMove deletion
2020-12-01 Michael VogelAdded logging
2020-12-01 MichaelNew class for handling delayed posts
2020-11-30 Hypolite PetovanMerge pull request #9616 from annando/expiry-notificati...
2020-11-30 MichaelConfiguration for the priority of the notification...
2020-11-30 Hypolite PetovanMerge pull request #9614 from annando/issue-8943
2020-11-30 MichaelRenamed function
2020-11-30 Hypolite PetovanMerge pull request #9615 from annando/issue-9329
2020-11-30 Hypolite PetovanMerge pull request #9613 from annando/issue-8605
2020-11-30 MichaelIssue 9329: prevent "Expression #1 of SELECT list is...
2020-11-30 MichaelIssue 8943: Only check for too old postings for feeds
2020-11-30 MichaelReplaced tab with space
2020-11-30 MichaelAnother place found where "show less" had been "show...
2020-11-30 MichaelIssue 8605: "show less" now displays "show less"
2020-11-30 Hypolite PetovanMerge pull request #9612 from annando/notice
2020-11-30 MichaelFix Notice: Undefined variable: publish_at
2020-11-30 Hypolite PetovanMerge pull request #9610 from annando/delayed-posts
2020-11-30 Hypolite PetovanMerge pull request #9602 from AndyHee/patch-20201125
2020-11-30 Michael VogelFixed function name and variable
2020-11-30 MichaelNew class for delayed postings
2020-11-30 MichaelPost delay is in seconds
2020-11-30 MichaelThe maximum delay should be a day
2020-11-30 Michael VogelAdjusted log levels, removed spaces
2020-11-30 MichaelPoll interval function moved to feed class, first steps...
2020-11-29 Hypolite PetovanMerge pull request #9608 from annando/delete-table...
2020-11-29 Michael VogelUpdate src/Database/View.php
2020-11-29 Hypolite PetovanMerge pull request #9609 from annando/contact-reshare
2020-11-29 MichaelDisplay posts that are reshared by the contact
2020-11-29 MichaelEnsure that a view is a view and not a table
2020-11-29 Hypolite PetovanMerge pull request #9607 from annando/cron-priority
2020-11-29 Michael VogelEnsure to add the cron forkhood worker task with medium...
2020-11-29 Hypolite PetovanMerge pull request #9605 from annando/delivery-protocol
2020-11-29 MichaelFix structure error
2020-11-29 MichaelStore the protocol of the received message
2020-11-29 Hypolite PetovanMerge pull request #9604 from annando/remote-self-reshare
2020-11-29 MichaelOnly automatically reshare items from DFRN and AP
2020-11-28 MichaelNew "remote self" option: Native Reshare
2020-11-28 Hypolite PetovanMerge pull request #9603 from annando/notice
2020-11-28 Hypolite PetovanMerge pull request #9601 from annando/reshare-order
2020-11-28 MichaelFixes notice "Undefined index: parent-uri"
2020-11-28 MichaelFix order of reshared items on the profile page
2020-11-27 Hypolite PetovanMerge pull request #9599 from annando/pdo-prepare
2020-11-27 MichaelCast field data when ATTR_EMULATE_PREPARES is enabled
2020-11-26 Hypolite PetovanMerge pull request #9597 from annando/api-endpoints
2020-11-26 Michael VogelUpdate src/Module/Api/Mastodon/Unimplemented.php
2020-11-26 Hypolite PetovanMerge pull request #9594 from annando/rework-notifications
2020-11-26 MichaelAPI: Mastodon endpoints added as "unimplemented"
2020-11-26 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-11-25 MichaelThe notifications parameters are now simplified
2020-11-24 Michael VogelMerge pull request #9590 from MrPetovan/bug/fatal-errors
2020-11-24 Hypolite PetovanAvoid unmarking for archival an empty contact in Protoc...
2020-11-24 Hypolite PetovanMerge pull request #9586 from annando/inbox-status
2020-11-24 Michaelavailable is not vital
2020-11-23 Hypolite PetovanMerge pull request #9587 from annando/initial
2020-11-23 MichaelFix: Only echo on verbose
2020-11-23 MichaelDon't transmit to archived inboxes
2020-11-23 Hypolite PetovanMerge pull request #9585 from annando/initial
2020-11-23 MichaelCommand line option to check initial values
2020-11-22 Hypolite PetovanMerge pull request #9578 from annando/onepoll-failed
2020-11-22 MichaelDon't probe feeds so often
2020-11-22 MichaelOnePoll reworked, improved "failed" behaviour
2020-11-22 Hypolite PetovanMerge pull request #9577 from annando/updateprofile
2020-11-22 MichaelContacts can now be updated from every theme
2020-11-22 Michael VogelMerge pull request #9576 from MrPetovan/bug/9573-addon...
2020-11-22 Hypolite PetovanDon't assume addons must have an *_install function
2020-11-21 Michael VogelMerge pull request #9569 from MrPetovan/bug/9549-photo...
2020-11-21 Hypolite PetovanRefactor builtin_activity_puller() and format_like()
2020-11-21 Hypolite PetovanMerge pull request #9566 from annando/update-foo
2020-11-21 MichaelRemove unused config variable
2020-11-21 MichaelCode cleaning
2020-11-21 Michael VogelImmediately fail when lock hadn't been acquired to...
2020-11-21 Hypolite PetovanMerge pull request #9563 from annando/annando/issue9407
2020-11-21 Michael VogelAvoid multiple database update mails, changed log level
2020-11-21 MichaelComments on PeerTube videos not working
2020-11-20 Hypolite PetovanMerge pull request #9560 from annando/daemon-watchdog
2020-11-20 MichaelWatchdog mode to check if the daemon is running
2020-11-20 Hypolite PetovanMerge pull request #9558 from annando/rendertime-limit
2020-11-20 MichaelParameter has to be float
2020-11-20 MichaelAdded minimal execution time for rendertime addon
2020-11-19 Hypolite PetovanMerge pull request #9554 from annando/insert-mode
2020-11-19 MichaelFix warning
2020-11-19 Hypolite PetovanMerge pull request #9553 from annando/insert-mode
2020-11-19 Hypolite PetovanMerge pull request #9552 from annando/zero-user
2020-11-19 MichaelMode switch for insert
2020-11-19 Michael VogelMerge pull request #9551 from MrPetovan/task/4140-ldap...
2020-11-19 MichaelAvoid problems with uid=0
2020-11-19 Hypolite PetovanMerge pull request #9550 from annando/more-foreign
2020-11-19 Hypolite PetovanMake Model\User::getAuthenticationInfo accessible to...
next