]> git.mxchange.org Git - friendica.git/history - src
Merge pull request #5949 from rthees/develop
[friendica.git] / src /
2018-10-25 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-25 Michael VogelMerge pull request #6024 from MrPetovan/bug/fix-disabli...
2018-10-25 Hypolite PetovanFix unsetting non-existent index in Addon::$addons...
2018-10-24 Hypolite PetovanMerge pull request #6023 from annando/ap-delivery
2018-10-24 MichaelDeactivated BCC
2018-10-24 MichaelWe now use bcc for the acl block
2018-10-24 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-10-24 MichaelPreparations to work with BCC
2018-10-24 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-24 Hypolite PetovanMerge pull request #6020 from nupplaphil/friendica...
2018-10-24 Philipp Holzermaking english sentences
2018-10-24 Philipp HolzerCode standards
2018-10-24 Philipp Holzerremoved use Friendica\Core\System again
2018-10-24 Philipp HolzerBugfixing redirects
2018-10-24 Hypolite PetovanMerge pull request #6013 from JonnyTischbein/issue_comm...
2018-10-24 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-24 Jonny TischbeinAdd multimedia link for jot + enables hover text in...
2018-10-24 Hypolite PetovanMerge pull request #6016 from annando/remove-data
2018-10-24 MichaelRemoved finished work from the comments
2018-10-24 MichaelImprove query speed
2018-10-24 MichaelRemove items more memory friendly
2018-10-23 Hypolite PetovanMerge pull request #6014 from annando/deferred-tasks
2018-10-23 MichaelShow deferred worker tasks in the admin interface and...
2018-10-23 Jonny TischbeinAdd prompt for link and media in comment + remove video...
2018-10-23 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-23 Hypolite PetovanMerge pull request #6011 from fabrixxm/issues/6010
2018-10-23 fabrixxmReplace Frienica\Core\Addon::isApp() withi Friendica...
2018-10-23 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-23 Hypolite PetovanMerge pull request #6009 from vinzv/develop
2018-10-23 vinzvadapted profile pic resize to 300px for whole system
2018-10-23 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-23 Michael VogelMerge pull request #6008 from nupplaphil/fixing_tests_2
2018-10-23 Philipp HolzerFixing tests - part 2
2018-10-23 rabuzarusMerge pull request #6005 from nupplaphil/friendica...
2018-10-23 Philipp HolzerMaking redirect message more informative
2018-10-23 Tobias DiekershoffMerge pull request #5998 from annando/ap-queue
2018-10-23 MichaelUnsuccessful ActivitiyPub transmission are now deferred
2018-10-23 Hypolite PetovanMerge pull request #5997 from annando/notice-relocation
2018-10-23 MichaelFix a notice when sending relocation messages
2018-10-23 Hypolite PetovanMerge pull request #5995 from FiXato/patch-1
2018-10-23 Hypolite PetovanFix missing instance of Addon::isEnabled in App
2018-10-22 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-22 Hypolite PetovanFix wrong namespace for Core\System in App
2018-10-22 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-22 Hypolite PetovanFix Fatal Error in App
2018-10-22 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-22 Michael VogelMerge pull request #5981 from MrPetovan/task/move-dbstr...
2018-10-22 Hypolite PetovanAdd/Fix Doxygen headers for classes
2018-10-22 Hypolite PetovanRemove unused dbstructure hook call in App->loadDatabase
2018-10-22 Hypolite PetovanFix dbstructure console outputting addon structure...
2018-10-22 Hypolite PetovanRemove obsolete require_once include/dba from Core...
2018-10-22 Hypolite PetovanMove DB_UPDATE_VERSION from boot.php to config/dbstruct...
2018-10-22 Hypolite PetovanSwitch from dbstructure.json to dbstructure.php
2018-10-22 Hypolite PetovanMove NULL_DATE from boot.php to DBA::NULL_DATETIME
2018-10-22 Hypolite PetovanMove hook-related methods from Core\Addon to Core\Hook
2018-10-22 Hypolite PetovanAdd new Core\Hook class
2018-10-22 Michael VogelMerge pull request #5990 from MrPetovan/task/move-apps...
2018-10-22 Hypolite PetovanMerge pull request #5907 from nupplaphil/goaway_to_redi...
2018-10-22 Philipp Holzergoaway fix in App
2018-10-22 Philipp Holzeradding defaults in mod/redir.php
2018-10-22 Philipp HolzerAdding $a->getBaseURL for Worker in profile_photo
2018-10-22 Philipp Holzerremoved unnecessary System use
2018-10-22 Philipp Holzerreplaced $return_url to $return_path to make it more...
2018-10-22 Philipp Holzerdescription fix
2018-10-22 Philipp HolzerSplit goaway to System::externalRedirectTo() and App...
2018-10-22 Philipp HolzerRenamed System::redirect() to $a->redirect()
2018-10-22 Michael VogelMerge pull request #5988 from MrPetovan/task/move-strin...
2018-10-22 Benjamin LorteauMove $apps out of App
2018-10-22 Hypolite PetovanAdd static keyword for Core\L10n properties
2018-10-22 Hypolite PetovanMove $strings from App to Core\L10n
2018-10-22 Michael VogelMerge pull request #5987 from MrPetovan/task/empty...
2018-10-22 Benjamin LorteauUse System::httpExit for 403 error in App
2018-10-22 Hypolite PetovanMerge pull request #5989 from annando/ap-profile
2018-10-22 Hypolite PetovanRemove unwarranted doxygen comments in App
2018-10-22 MichaelImproved parsing of AP profiles
2018-10-22 Hypolite PetovanImprove App->runFrontend formatting
2018-10-22 Hypolite PetovanMove index.php content to App->runFrontend
2018-10-21 rabuzarusMerge pull request #5986 from annando/improve-5984
2018-10-21 MichaelImprove PR 5984: better check for remote users as well
2018-10-21 Michael VogelMerge pull request #5978 from MrPetovan/task/make-usern...
2018-10-21 Hypolite PetovanSets maximum to 64 for username_min/max_length config...
2018-10-21 Hypolite PetovanMerge pull request #5985 from annando/ap-followers
2018-10-21 Hypolite PetovanMerge pull request #5984 from annando/microformats
2018-10-21 Hypolite PetovanMerge pull request #5959 from vinzv/patch-2
2018-10-21 MichaelWe now send the previous followers collection as well
2018-10-21 MichaelFix webmentions and microformats ("redir" only for...
2018-10-21 Hypolite PetovanChanging default/max values for username_min/max_length
2018-10-21 Hypolite PetovanAdd safeguard for username_min|max_length mutual exclusion
2018-10-21 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-21 Michael VogelMerge pull request #5979 from MrPetovan/task/mock-legac...
2018-10-21 Michael VogelMerge pull request #5976 from MrPetovan/bug/5975-add...
2018-10-21 Hypolite PetovanMerge pull request #5982 from annando/ap-inboxes
2018-10-21 MichaelBugfix: We hadn't deliverd AP posts to all intended...
2018-10-21 Hypolite PetovanMerge pull request #5980 from annando/dbclean-limit
2018-10-21 MichaelThe limit for dbclean is now configurable
2018-10-21 Hypolite PetovanChange file_exists to is_readable in LegacyModule
2018-10-21 Hypolite PetovanAdd Friendica\LegacyModule class
2018-10-20 Hypolite PetovanUse username_min/max_length config keys in Model\User...
2018-10-20 Ralf TheesMerge branch 'develop' of https://github.com/friendica...
2018-10-20 Hypolite PetovanMerge pull request #5977 from nupplaphil/move_global_fu...
next