]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2017-05-25 MichaelBugfix: pubsubpublish has always to be called with...
2017-05-24 Tobias DiekershoffMerge pull request #3491 from annando/1705-priorities
2017-05-24 MichaelPriority needs to be integer
2017-05-24 MichaelMinimal poll intervall
2017-05-24 MichaelOptimized priorities for the automated expiring of...
2017-05-23 Hypolite PetovanMerge pull request #3488 from annando/ptobr-no-cache
2017-05-23 Michaelsome more logging
2017-05-23 MichaelProbing via web frontend shouldn't use the cache.
2017-05-23 Tobias DiekershoffMerge pull request #3487 from AndyHee/3.5.2rc
2017-05-23 Andy H3EN-GB Translation
2017-05-23 Andy H3Create messages.po
2017-05-23 Hypolite PetovanMerge pull request #3484 from annando/fix-empty-author
2017-05-23 Tobias DiekershoffMerge pull request #3485 from annando/range-curl
2017-05-23 MichaelBugfix OStatus: Avoid empty author data
2017-05-23 MichaelBugfix ParseUrl: Only fetch a range to avoid memory...
2017-05-22 Michael VogelMerge pull request #3483 from rabuzarus/20170522_-_frio...
2017-05-22 rabuzarusBugfix: fix frio's event dropdown color
2017-05-20 Michael VogelMerge pull request #3479 from Hypolite/3.5.2rc
2017-05-20 Hypolite PetovanFrio: Fix hubzilla scrollToItem
2017-05-20 Michael VogelMerge pull request #3478 from tobiasd/20170520-dedocs
2017-05-20 Tobias Diekershoffremoved some more files from doc/de
2017-05-20 Tobias Diekershoffremoved de/andfinally from docs
2017-05-20 Tobias Diekershofflinks in BBCode docs
2017-05-20 Tobias Diekershofflinks in Account Basics
2017-05-20 Hypolite PetovanMerge pull request #3477 from beardyunixer/doco-without...
2017-05-20 Thomas WillinghamSwitch image URL to master branch
2017-05-20 Hypolite PetovanMerge pull request #3476 from rabuzarus/20170519_-_frio...
2017-05-19 Thomas WillinghamUpdate doco
2017-05-19 rabuzarusFrio: some correction in grammar/expression - thx Hypolite
2017-05-19 Hypolite PetovanMerge pull request #3475 from annando/bugfix-profile...
2017-05-19 rabuzarusFrio: a word was missing in the README
2017-05-19 rabuzarusFrio: remove experimental flag + rise version number...
2017-05-19 MichaelBugfix: Timeout problems when saving profile settings
2017-05-17 Hypolite PetovanMerge pull request #3474 from annando/bugfix-mail
2017-05-17 MichaelMerge remote-tracking branch 'upstream/3.5.2rc' into...
2017-05-17 MichaelBugfix Diaspora: We exited with the wrong return values...
2017-05-17 Hypolite PetovanMerge pull request #3471 from annando/issue-3309
2017-05-17 Tobias DiekershoffMerge pull request #3472 from rabuzarus/feature/frio...
2017-05-17 MichaelIt is better this way
2017-05-17 MichaelUse the contact picture instead of the profile picture
2017-05-16 MichaelIssue 3309: Avatar update should work now
2017-05-16 Hypolite PetovanMerge pull request #3470 from rabuzarus/201705016_...
2017-05-16 rabuzarusUpdate Doxyfile (add src folder)
2017-05-16 Hypolite PetovanMerge pull request #3465 from annando/bugfix-dba-1
2017-05-16 MichaelSpelling
2017-05-16 Hypolite PetovanMerge pull request #3468 from tobiasd/20170516-IT
2017-05-16 Tobias DiekershoffIT translations THX fabrixxm
2017-05-16 Michael VogelMerge pull request #3464 from beardyunixer/nginx
2017-05-15 Thomas WillinghamRequested changes
2017-05-15 Hypolite PetovanMerge pull request #3467 from annando/1705-dm-api
2017-05-15 Michaeldba: Beautification is now a separate function
2017-05-15 MichaelAPI: Direct Messages via the API now work again.
2017-05-15 MichaelBugfix: dba::num_rows hadn't checked the object variable
2017-05-15 Thomas Willinghamred > Friendica
2017-05-15 Thomas WillinghamUpdate nginx
2017-05-14 Michael VogelMerge pull request #3463 from friendica/develop
2017-05-14 Hypolite PetovanMerge pull request #3462 from annando/bugfix-dba
2017-05-14 Tobias Diekershoffset version to 3.5.2rc
2017-05-14 MichaelBugfix: The commit in dba::delete was never executed
2017-05-13 Hypolite PetovanMerge pull request #3461 from annando/1705-some-more-dba
2017-05-13 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-05-13 MichaelJust some more dba::delete
2017-05-13 Hypolite PetovanMerge pull request #3381 from Quix0r/rewrites/coding...
2017-05-12 Roland Häderfixed parser error, need parentheses
2017-05-12 Michaeldba is now used for writing the workerqueue as well
2017-05-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-05-12 Michaeldba functions in poller / avoiding SQL errors in conver...
2017-05-12 Hypolite PetovanMerge pull request #3460 from annando/1705-dbclean
2017-05-12 MichaelAnd another one
2017-05-12 MichaelSome more cleaner delete
2017-05-12 MichaelThis item removal is much more cleaner
2017-05-12 Michael VogelMerge pull request #3459 from Hypolite/improvement...
2017-05-12 MichaelRemoved code from the pre worker era.
2017-05-12 Hypolite PetovanImproved usage of `use` in dba_pdo
2017-05-12 Hypolite PetovanRemoved useless usage of `use`
2017-05-11 MichaelNow it should work
2017-05-11 Michaeldbclean is now using the new database functions / new...
2017-05-11 Hypolite PetovanUse `use` instead of `\`
2017-05-11 Roland HäderMerge branch 'develop' of github.com:friendica/friendic...
2017-05-09 fabrixxmFrio: recalculate sticky aside on click only on a tags
2017-05-09 Michael VogelMerge pull request #3458 from Hypolite/bug/missing...
2017-05-09 Hypolite PetovanImprove refactoring
2017-05-09 Hypolite PetovanAdd missing require for poco_serverlist
2017-05-09 Hypolite PetovanFix standards + refactored variables with meaningful...
2017-05-08 Hypolite PetovanMerge pull request #3456 from annando/1704-mastodon...
2017-05-08 rabuzarusMerge pull request #3457 from annando/1705-probe
2017-05-08 MichaelSmall bugfix for PR 3454
2017-05-08 MichaelThis should make posts fine on GNU Social as well
2017-05-08 Hypolite PetovanMerge pull request #3455 from rabuzarus/20170508_-_fix_...
2017-05-08 MichaelShared links create now a better HTML
2017-05-08 rabuzarusBugfix: frio - make register tooltip work
2017-05-08 MichaelAdded documentation
2017-05-08 Hypolite PetovanMerge pull request #3454 from rabuzarus/20170508_-_came...
2017-05-08 rabuzarusremove use of PConfig Class from Probe class because...
2017-05-08 rabuzarusBugfix: correct uninitialized variables
2017-05-08 Hypolite PetovanMerge pull request #3453 from rabuzarus/20170508_-_came...
2017-05-08 rabuzarusadd some spaces for better readability
2017-05-08 rabuzarusrename some variables for comprehensibility
2017-05-08 rabuzarusimprove readability
2017-05-08 rabuzarusapply coding standard
next