]> git.mxchange.org Git - friendica.git/history - include
Better handling of app.net feeds.
[friendica.git] / include /
2014-05-29 Michael VogelBetter handling of app.net feeds.
2014-05-29 Michael VogelAdded some functionality if oembed isn't working. ...
2014-05-29 Michael VogelAdded some tracking variables from facebook in the...
2014-05-29 Michael VogelDetecting "type-video" at the conversion. (Mostly used...
2014-05-24 Michael VogelAdded some logging
2014-05-24 Michael Vogelplaintext: Moving some code from "plaintext" function...
2014-05-21 Michael VogelDead processes will be deleted when they are running...
2014-05-21 Michael VogelCron/Queue: Setting a limit to avoid endless PHP jobs.
2014-05-18 Michael VogelNew function for shortening of text (is used by the...
2014-05-18 Michael VogelCleaning up tracking parameters in urls.
2014-05-18 Michael VogelContent got lost sometimes due to a needless security...
2014-05-18 Michael VogelImprovement for shortening of the new plaintext option.
2014-05-18 Michael VogelDiaspora: Better handling of "red"-links
2014-05-11 Michael VogelRepeated messages to Diaspora now contain a link to...
2014-05-09 Michael VogelOnly show connectors when not "hide wall" is enabled.
2014-05-09 Michael VogelReenabled PDO engine.
2014-05-05 Michael VogelPlaintext: Regular expressions were too greedy.
2014-05-03 Michael VogelNo functional changes, only removed spaces
2014-05-03 Michael VogelPlaintext: If a picture link went directly to a picture...
2014-05-03 Michael VogelThe PDO functionality is deactivated until the last...
2014-05-03 Michael VogelThe function "short_url" is used in several addons...
2014-05-03 Michael VogelBuilding a central functionality to export postings...
2014-05-03 Michael VogelAPC support is removed due to problems with PHP 5.5.
2014-04-29 Michael VogelSuppress showing unsupported addons in the administration.
2014-04-29 Michael VogelThe file "dbstructure.php" was corrupted. This is the...
2014-04-29 Michael VogelMerge remote-tracking branch 'upstream/master'
2014-04-29 Michael VogelThe file dba.php was missing in the last commit :)...
2014-04-28 Michael VogelNew database system that uses PDO if present/Test scrip...
2014-04-26 tobiasdMerge pull request #942 from davidmoerike/master
2014-04-26 tobiasdMerge pull request #944 from annando/master
2014-04-26 Michael VogelTher eis now a user setting to disabled notices. The...
2014-04-25 Michael VogelDiaspora: support for sending native reshares. If a...
2014-04-24 fabrixxmMerge pull request #941 from annando/master
2014-04-24 Michael Vogelmenu entry for "Delegations" moved to the settings.
2014-04-23 fabrixxmMerge pull request #940 from annando/master
2014-04-22 Michael VogelBugfixes: 1. When posting shared feeds to Diaspora...
2014-04-22 fabrixxmMerge pull request #938 from annando/master
2014-04-22 Michael VogelAPI: Beautifying the code, only showing posts (not...
2014-04-22 Michael VogelAccepting "!"-links as tags. (They are used at statusne...
2014-04-21 Michael VogelDiaspora: Now the application name is transmitted as...
2014-04-21 Michael Vogelbbcode: The header for shared messages for text based...
2014-04-21 Michael Vogelbb2diaspora: Horizontal ruler must have a leading new...
2014-04-12 tobiasdMerge pull request #935 from annando/master
2014-04-12 Michael VogelDon't show embedded page information for statusnet...
2014-04-07 fabrixxmMerge pull request #932 from annando/master
2014-04-04 Michael Vogeloembed: Now it is possible to use the service from...
2014-04-04 Michael VogelNew function "original_url" (moved from an addon) that...
2014-04-04 Michael VogelWhen converting from html to bbcode, now mail links...
2014-04-04 Michael VogelThe function to fetch data about a site (via the "parse...
2014-04-04 Michael VogelThe system's load is now checked, when the cronhooks...
2014-04-04 Michael VogelDiaspora: The HTML paragraph element was treated wrong...
2014-04-04 Michael VogelWhen converting to plain text, links behind @-addresses...
2014-04-04 Michael VogelRemoved deprecated twitter code, since twitter had...
2014-04-04 Michael VogelPreparations for statusnet connector import
2014-04-04 fabrixxmMerge pull request #927 from annando/master
2014-03-23 Michael VogelDiaspora: Images from shared messages now appear in...
2014-03-20 Michael VogelAdding functions for the file- and category handling
2014-03-20 Michael VogelWhen a user isn't logged in, then the item link got...
2014-03-20 Michael VogelOnly some code beautification. No functional changes.
2014-03-20 Michael VogelSupport of the term table for categories
2014-03-20 Michael VogelAPI: Add the title to the html output.
2014-03-18 Michael VogelSearch with tags now works fast.
2014-03-16 Michael VogelFixing SQL problem and speeding up search.
2014-03-16 Michael VogelFunctions for the new threas table, script for updating...
2014-03-16 Michael Vogelbbcode: rearrange shared links - can only be made stand...
2014-03-16 Michael VogelOStatus auto completion: option to completely disable...
2014-03-16 Michael VogelDiaspora: Add further information for links (like Diasp...
2014-03-16 Michael VogelQueue: using lockpath, so that the queue only can run...
2014-03-16 Michael VogelNow term table is used for categories and putting items...
2014-03-16 Michael VogelEven more SQL improvements.
2014-03-11 Michael VogelMore "LIMIT 1" removed - and some other SQL improvements.
2014-03-09 Michael VogelAvoiding some PHP warnings
2014-03-09 Michael VogelRemoved another "limit 1"
2014-03-09 Michael VogelSupport for xcache
2014-03-09 Michael VogelDatabase stuff. New table "thread". Changing "left...
2014-03-02 tobiasdMerge pull request #919 from annando/master
2014-03-01 Michael VogelPreparation for a new variable that points to the post...
2014-03-01 Michael VogelDiaspora: set plink to the original url from the origin...
2014-02-24 tobiasdMerge pull request #914 from annando/master
2014-02-23 Michael VogelAdding cache mechanism for bbcode. Improving cache...
2014-02-22 Michael VogelAPI: Better support of picture links
2014-02-22 tobiasdMerge pull request #913 from friendica/20140222
2014-02-17 tobiasdMerge pull request #912 from annando/master
2014-02-16 tobiasdMerge pull request #911 from annando/master
2014-02-13 Michael VogelAPI: Retweets with Twidere now work again.
2014-02-13 Michael VogelAPI: Better detection of repeated messages. Better...
2014-02-12 Michael VogelAPI: Support of "include_entities"
2014-02-11 Michael VogelShowing "view full size" is now configurable
2014-02-11 Michael Vogelapi: Improvements for entities
2014-02-11 Michael Vogeltarget="_blank" instead of target="external-link"
2014-02-05 tobiasdMerge pull request #909 from annando/master
2014-02-04 tobiasdMerge pull request #907 from annando/master
2014-02-03 Michael Vogeloembed: There seems to be some bug with ombed (maybe...
2014-02-02 tobiasdMerge pull request #906 from annando/master
2014-02-02 Michael VogelAPI: Support for entitites. (embedded pictures in twidere)
2014-01-29 tobiasdMerge pull request #904 from annando/master
2014-01-28 tobiasdMerge pull request #902 from annando/master
2014-01-26 Michael Vogeloembed: Option to disallow displaying of "rich" content...
2014-01-22 fabrixxmMerge pull request #899 from fabrixxm/issue_898
2014-01-20 Fabrixxmuse 'ENT_QUOTES' in xmlify/unxmlify
next