aboutsummaryrefslogtreecommitdiffstats
path: root/mod/parse_url.php
Commit message (Collapse)AuthorAgeFilesLines
* parse_url: add missing scheme unless url begins with '/'friendica2013-07-161-0/+4
|
* incorrect comparison operatorfriendica2013-05-021-1/+1
|
* oopsfriendica2013-04-161-1/+1
|
* add Red detection to parse_urlfriendica2013-04-161-1/+9
|
* initial docofriendica2013-02-261-1/+1
|
* make sure old fetch_url calls (and those that provided their own curl ↵friendica2013-02-251-24/+8
| | | | wrapper) go through z_fetch_url
* plaintext default - richtext is a featurefriendica2012-11-051-21/+6
|
* more heavy liftingfriendica2012-10-231-1/+3
|
* don't need 'bookmark' - keep it simplefriendica2012-10-221-2/+2
|
* separate the public feed from everything elsefriendica2012-09-201-8/+18
|
* updatesfriendica2012-09-091-12/+15
|
* updatesfriendica2012-08-051-3/+5
|
* upstream fixesfriendica2012-07-221-3/+8
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-180/+242
|
* undefined fnfriendica2012-06-281-2/+2
|
* Add support for PNG images with alphaFabio Comuni2012-06-071-1/+4
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* A 'PHP Fatal error: Call to a member function getElementsByTagName() on a ↵Tobias Hößl2012-03-031-1/+1
| | | | non-object in mod/parse_url.php on line 191' occurred when the linked HTML-File doesn't have a HEAD. The HTML-file couln't be link to in the editor therefore.
* more fixes for textmodefriendica2012-02-071-8/+32
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* better handling of remote urls - especially FB opengraphFriendika2011-10-281-2/+70
|
* fix various html parse errorsFriendika2011-10-201-3/+5
|
* social bookmark API, oexchange enhancementsFriendika2011-09-201-6/+19
|
* allow setting all the bookmarked URL fields via script/APIFriendika2011-09-191-43/+70
|
* bookmarks + bug #140Friendika2011-09-041-2/+6
|
* add timezone convert module, several other minor or in progress fixesFriendika2011-09-041-0/+2
|
* wrap text from imported link in [quote]Friendika2011-08-041-1/+1
|
* several fixes to parse_urlFriendika2011-07-111-10/+20
|
* bug #102Friendika2011-07-091-0/+6
|
* purify html before trying to parse wild urls. This way at least it should parse.Friendika2011-07-041-4/+13
|
* Add oembed user option for use oembed instead of standard yotube embedding.Fabio Comuni2011-05-231-11/+1
| | | | Remove global option and parse_url use of oembed.
* add config [system][embed_all] to use oembed with links and youtube. Url ↵fabrixxm2011-05-231-3/+12
| | | | parse fallback to default if url has not an oembed rappresentation.
* don't insert link summaries containing javascript bug #75Friendika2011-05-211-0/+4
|
* leave extra line between imported url and contentFriendika2011-05-101-1/+1
|
* bug #37, ampersand + everything following in url is stripped when using link ↵Friendika2011-04-101-1/+5
| | | | icon to share link
* more plugin hooksFriendika2010-12-251-0/+11
|
* begin plugin apiFriendika2010-12-201-2/+3
|
* do a slightly better job at finding relevant content from scraping submitted ↵Friendika2010-12-191-9/+34
| | | | links
* trim trailing LF in imported linkFriendika2010-12-061-1/+1
|
* enhance url parseMike Macgirvin2010-07-221-7/+30
|
* ajaxify the wall posterMike Macgirvin2010-07-221-0/+32