]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2018-10-25 Hypolite PetovanMove $pager and $page_offset out of App
2018-10-25 Hypolite PetovanAdd new Hook::add method to enable module hooks
2018-10-25 Hypolite PetovanAdd new Content\Pager class
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 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 Jonny TischbeinCode Standard: indent + renaming function in camelcase
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 TischbeinCode Standards
2018-10-23 Jonny TischbeinAdd prompt for link and media in comment + remove video...
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 Hypolite PetovanMerge pull request #6009 from vinzv/develop
2018-10-23 vinzvadapted profile pic resize to 300px for whole system
2018-10-23 vinzvadapted 300px image size for default avatar
2018-10-23 vinzvraising profile photo size to comply with frio sidebar...
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 Philipp HolzerFixing absolute/relative path
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 PetovanAdding missing parentheses in mod/dfrn_poll
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-23 Filip H.F.... Updated link to Friendiqa's links
2018-10-22 Hypolite PetovanFix wrong namespace for Core\System in App
2018-10-22 Hypolite PetovanFix Fatal Error in App
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 a relative url with path
2018-10-22 Philipp Holzerreplaced onerror_url with onerror_path
2018-10-22 Philipp Holzerreplaced forwardurl with forward_path
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 #5993 from nupplaphil/fix_testing
2018-10-22 Philipp HolzerCode Standards
2018-10-22 Philipp HolzerCode standards
2018-10-22 Philipp HolzerFix Testing
2018-10-22 Philipp HolzerFix Testing
2018-10-22 Hypolite PetovanMerge pull request #5991 from annando/api-source
2018-10-22 MichaelAPI: The source field does now reliably return the...
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 PetovanSimplify bin/worker
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 Vinzenz Vietzkereverted css changes, adapted credits.tpl from default...
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
next