aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* append jotplugin tools to current toolbar rowFriendika2011-02-026-18/+23
|
* silence php notices about $manual_id not being definedFriendika2011-02-021-5/+5
|
* don't try to parse non-xml in dfrn_deliverFriendika2011-02-021-0/+6
|
* be more forgiving about the order of link parameters in html->bbFriendika2011-02-021-2/+2
|
* get media-rss thumbnail if available and nothing else was found (e.g. github).Friendika2011-02-021-0/+6
|
* string update, allow js_upload file selection text to be localisedFriendika2011-02-022-0/+33
|
* suppress some scraping errors when confronted with hybrid/strangeFriendika2011-02-022-2/+21
| | | | feeds that provide insufficient content-type and choke the html parser.
* backward compatibilityFriendika2011-02-012-23/+20
|
* protocol reversal, roll dfrn_version to 2.1Friendika2011-02-013-22/+45
|
* silence a few notice warningsFriendika2011-02-011-2/+2
|
* trying to solve the double encoding issueFriendika2011-02-011-41/+22
|
* make sure content is unalteredFriendika2011-02-011-15/+18
|
* typoFriendika2011-02-011-1/+1
|
* get correct article timestamp for feeds with no 'published' and with non-utc ↵Friendika2011-02-011-3/+5
| | | | stamps
* don't try to scrape atom/rss feeds. missing param in contact store (mod_follow)Friendika2011-02-013-1/+62
|
* truncate long namesFriendika2011-02-012-2/+2
|
* provide ability to survive transport mangling when travelling through html ↵Friendika2011-02-012-18/+36
| | | | networks
* it's a bbcode editor, not an html editorFriendika2011-01-312-2/+2
|
* oembed contsant name, fix dfrnpubdeliver, add 'code' editor buttonFriendika2011-01-313-67/+69
|
* let there be purple! ;-)Friendika2011-01-314-0/+27
|
* readjust name length limits - acl selectorFriendika2011-01-311-1/+1
|
* truncate names in acl selectorFriendika2011-01-311-2/+5
|
* email cc recipients (front end)Friendika2011-01-316-4/+26
|
* post to email recips (backend)Friendika2011-01-311-2/+29
|
* Merge branch 'fabrixxm-oembed'Friendika2011-01-319-48/+126
|\
| * cache oembed requestFabio Comuni2011-01-311-2/+14
| |
| * delete old cache in poller.phpFabio Comuni2011-01-311-0/+4
| |
| * add cache tableFabio Comuni2011-01-313-2/+14
| |
| * use microformat to mark html from [embed] tag, convert html with oembed ↵Fabio Comuni2011-01-313-5/+44
| | | | | | | | microformat to [embed] tag
| * Add 'system''no_oembed' config optionFabio Comuni2011-01-312-4/+8
| |
| * Move [embed] bbtag from oembed plugin to coreFabio Comuni2011-01-313-45/+52
| |
* | force text paste in editorFriendika2011-01-311-3/+11
| |
* | deliver up to 150 contacts per person using dfrn - in case hub is whackedFriendika2011-01-311-1/+49
|/
* limit privacy ACL's to networks which can handle privacyFriendika2011-01-302-8/+10
|
* disable "take me home" hotkey, different on FF (shift-home), IE ($).Friendika2011-01-301-6/+7
|
* more ssl_policy cleanup, allow manual feed update per contact when hub is ↵Friendika2011-01-3010-12/+42
| | | | whacked, log feed parse errors
* wrong ref in ssl policyFriendika2011-01-304-5/+5
|
* more debugging to see if the google push hub is even trying to publish our ↵Friendika2011-01-302-0/+2
| | | | content.
* identify email-only contactsFriendika2011-01-291-1/+8
|
* even more cleanup prior to pushFriendika2011-01-291-3/+1
|
* cleanup ssl_policy implementationFriendika2011-01-291-4/+4
|
* implement SSL redirection policy (none, full, selfsign)Friendika2011-01-291-1/+18
|
* document poormancron as alternative in INSTALL.txtFriendika2011-01-291-1/+16
|
* Merge branch 'fabrixxm-master'Friendika2011-01-2816-105/+219
|\ | | | | | | | | Conflicts: boot.php
| * updated poormancron pluginFabio Comuni2011-01-281-19/+16
| |
| * modded scripts to be runned in cli so they can be included and executed in ↵Fabio Comuni2011-01-284-56/+94
| | | | | | | | main program
| * cal proc_run hook before string escapeFabio Comuni2011-01-281-6/+3
| |
| * first try of 'poormancron' whith 'proc_run' hookfabrixxm2011-01-241-0/+51
| |
| * Mods to script runned via CLI to permits to run also includedfabrixxm2011-01-244-26/+33
| |
| * Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-2411-30/+58
| | | | | | | | use proc_run()