]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2020-03-04 Hypolite PetovanSwitch all item deletion logging to info level
2020-03-04 Hypolite PetovanAdd callstack context to cascade deletion debug logging
2020-03-03 Hypolite PetovanAdd guid context to item deletion logging
2020-03-03 Hypolite PetovanRename Item::delete* methods to Item::markForDeletion*
2020-03-03 Hypolite PetovanMerge pull request #8357 from annando/private
2020-03-03 MichaelChanged setting description
2020-03-02 MichaelImproved description, support for "unlisted" via DFRN...
2020-03-02 MichaelUpdated field description
2020-03-02 MichaelUpdated database.sql
2020-03-02 MichaelFixing tests
2020-03-02 PhilippMerge pull request #8354 from MrPetovan/bug/7134-local...
2020-03-02 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-02 MichaelNew query for community page
2020-03-02 MichaelWarning removed
2020-03-02 Hypolite PetovanMerge pull request #8350 from nupplaphil/bug/8342_not_link
2020-03-02 Hypolite PetovanAdd debug for item deletion
2020-03-02 MichaelFixed fatal error
2020-03-02 MichaelSupport unlisted public posts
2020-03-01 nupplaPhilAdd UID as parameter for notify repository call
2020-03-01 PhilippMerge pull request #8352 from MrPetovan/bug/8002-album...
2020-03-01 Michael VogelMerge pull request #8353 from MrPetovan/bug/8219-frio...
2020-03-01 Michael VogelMerge pull request #8356 from MrPetovan/bug/notices
2020-03-01 Michael VogelMerge pull request #8355 from MrPetovan/bug/warnings
2020-03-01 Hypolite PetovanAdd check for semi-colon existence in theme file commen...
2020-03-01 Hypolite PetovanRemove last on/off data occurrences in additional features
2020-03-01 Hypolite Petovan[frio] Enable file upload in settings form
2020-03-01 Hypolite PetovanImprove feedback in mod/settings
2020-03-01 Hypolite PetovanUse sensible URLs for return after album actions instea...
2020-03-01 Hypolite PetovanRemove duplicate photo album edit link
2020-03-01 nupplaPhilRename notice message.
2020-03-01 nupplaPhilAdd Login form in case of notification links
2020-02-29 PhilippMerge pull request #8346 from MrPetovan/bug/notices
2020-02-29 Hypolite PetovanDo not cache Contact::getDetailsByURL result if it...
2020-02-29 Hypolite PetovanMerge pull request #8324 from nupplaphil/feat/8245...
2020-02-29 nupplaPhilRename method name
2020-02-29 nupplaPhilImprove start/count parameter
2020-02-29 nupplaPhilAdd basic search
2020-02-29 nupplaPhilMore list sub commands
2020-02-29 nupplaPhilAdd list command
2020-02-29 nupplaPhilAdmin page improvements
2020-02-29 nupplaPhilFix Admin page
2020-02-29 nupplaPhilMove "regmod" functionality into Admin Users page
2020-02-29 nupplaPhilAdd "User::remove()" to console command
2020-02-29 nupplaPhilAdd "User::block()" to console command
2020-02-29 nupplaPhilMove "User::deny()" to own method and update usages
2020-02-29 nupplaPhilMove "User::allow()" to own method and update usages
2020-02-29 nupplaPhilAdd new possibility to add a user per console
2020-02-29 nupplaPhilMove "NewPassword" to a common "user" console command
2020-02-29 Hypolite PetovanMerge pull request #8348 from nupplaphil/bug/fix_travis
2020-02-29 PhilippMerge pull request #8345 from annando/store-raw
2020-02-29 nupplaPhilEmpty travis mysql password variable
2020-02-28 MichaelWe don't need to pass the protocol that way
2020-02-28 MichaelStore the conversation data as well
2020-02-28 MichaelStore the protocol as well
2020-02-28 MichaelStore the raw data in a different way
2020-02-28 PhilippMerge pull request #8344 from MrPetovan/bug/8339-remote...
2020-02-28 PhilippMerge pull request #8343 from MrPetovan/bug/8338-diaspo...
2020-02-28 Hypolite PetovanOnly show remote follow button for local profiles
2020-02-28 Hypolite PetovanReplace Diaspora mentions before the parsing to HTML...
2020-02-26 Michael VogelMerge pull request #8340 from friendica/bug/8329-conve_...
2020-02-26 Hypolite PetovanRestore removed announce key in conv_response array...
2020-02-25 PhilippMerge pull request #8329 from MrPetovan/bug/notices
2020-02-25 Michael VogelMerge pull request #8333 from MrPetovan/bug/8280-about...
2020-02-25 Hypolite PetovanRemove simple_html parameter from about field conversio...
2020-02-25 Michael VogelMerge pull request #8337 from MrPetovan/task/8323-prote...
2020-02-25 Hypolite PetovanAdd rel="noopener noreferrer" to all target="_blank...
2020-02-24 Hypolite PetovanConvert outgoing profile description to Markdown in...
2020-02-24 Michael VogelMerge pull request #8332 from MrPetovan/bug/8288-frio...
2020-02-24 Michael VogelMerge pull request #8331 from MrPetovan/task/expand...
2020-02-24 Hypolite PetovanAdd about field conversion to HTML in Protocol\Activity...
2020-02-24 Hypolite PetovanSimplify about field conversion to plaintext in Protoco...
2020-02-24 Hypolite PetovanMove actions dropdown in search item view
2020-02-24 Hypolite PetovanExpand system.no_auto_update to community, profile...
2020-02-23 Tobias DiekershoffMerge pull request #8330 from AndyHee/20200223-dev
2020-02-23 Andy modified: src/Module/Admin/Users.php
2020-02-23 Hypolite PetovanRemove unused conversation response code
2020-02-23 Hypolite PetovanRemove unused template variable in mod/photos
2020-02-23 Hypolite PetovanTest for the existence of the precise parsed url part...
2020-02-22 Tobias DiekershoffMerge pull request #8328 from annando/clean-uri
2020-02-22 MichaelClean the profile URL when follow
2020-02-22 Tobias DiekershoffMerge pull request #8327 from annando/acl-hidewall
2020-02-22 MichaelRemove "hidewall" check from ACL
2020-02-20 Hypolite PetovanMerge pull request #8322 from nupplaphil/task/move_name...
2020-02-20 nupplaPhilMove Friendica\Test namespace for better auto-recognition
2020-02-20 Hypolite PetovanMerge pull request #8320 from annando/hidewall
2020-02-20 MichaelReplace "hidewall" with "net-publish" / other "hidewall...
2020-02-20 Michael VogelMerge pull request #8319 from MrPetovan/task/8318-disli...
2020-02-20 Hypolite PetovanUser hide_dislike user setting to hide dislike button...
2020-02-20 Hypolite PetovanAdd new hide dislike user setting
2020-02-20 Hypolite PetovanMove /settings/display module to src/
2020-02-20 Michael VogelMerge pull request #8317 from MrPetovan/task/frio-remov...
2020-02-20 Michael VogelMerge pull request #8315 from MrPetovan/task/8310-impro...
2020-02-19 Hypolite PetovanMerge pull request #8316 from annando/disp-settings
2020-02-19 Michael"fetch" instead of "add"
2020-02-19 Hypolite Petovan[frio] Remove "Enable Compose page" setting
2020-02-19 Hypolite Petovan[frio] Merge compose/jot buttons features
2020-02-19 MichaelFunctionality removed
2020-02-19 MichaelSome more unneeded settings removed
2020-02-19 Hypolite PetovanMove manifest JSON from template to array
2020-02-19 Hypolite PetovanMerge pull request #8306 from annando/contact-unfollow...
next