Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow linking to Diaspora's scaled-down images | Zach Prezkuta | 2012-06-23 | 1 | -3/+15 |
| | |||||
* | Add support for PNG images with alpha | Fabio Comuni | 2012-06-07 | 1 | -1/+4 |
| | |||||
* | bring in the *much better* xml parser from the original zot branch | friendica | 2012-05-16 | 1 | -0/+164 |
| | |||||
* | validate_url() and validate_email() validate also IP address. | Fabio Comuni | 2012-05-03 | 1 | -3/+3 |
| | |||||
* | Some Bugfixes, and variable checks | Tobias Hößl | 2012-04-17 | 1 | -2/+3 |
| | |||||
* | validate_url allow naked subdomain if is "localhost" | Fabio Comuni | 2012-04-13 | 1 | -3/+4 |
| | |||||
* | set default on get_avatar | friendica | 2012-04-10 | 1 | -1/+8 |
| | |||||
* | Remove Gravatar from core and add new hook avatar_lookup. | Klaus Weidenbach | 2012-04-09 | 1 | -8/+6 |
| | | | | | This patch removes all occurances of Gravatar from friendica's core and adds a new hook "avatar_lookup" inside the function avatar_img($email) where the new *avatar-plugins should hook in. I haven't touched the language files yet. Are they updated automatically somehow? | ||||
* | Rename gravatar_img() more generic to avatar_img(). | Klaus Weidenbach | 2012-04-09 | 1 | -3/+3 |
| | | | | | I would like to extend the Gravatar support to also use Libravatar, a decentralized avatar service. First step to extract Gravatar from core and put it into its own plugin. Later the Libravatar plugin can be done, too as a plugin. | ||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+48 |
|\ | | | | | | | | | | | Conflicts: include/config.php update.php | ||||
| * | make contact ssl_policy change a function since it is used in a few places | friendica | 2012-04-02 | 1 | -0/+45 |
| | | |||||
| * | more error handling | friendica | 2012-03-31 | 1 | -0/+3 |
|/ | |||||
* | bug #337, call template_unescape() only at the end of template processing | friendica | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | relative link redirects | friendica | 2012-02-26 | 1 | -7/+12 |
| | |||||
* | scale external images | friendica | 2012-02-25 | 1 | -0/+40 |
| | |||||
* | bug #281 | friendica | 2012-02-12 | 1 | -0/+3 |
| | |||||
* | add remove_user hook (it looks like dreamhost changed all my file ↵ | friendica | 2012-01-18 | 1 | -0/+0 |
| | | | | permissions, this will make a nasty commit) | ||||
* | fix diaspora's illegal webfinger xml before sending to parser | friendica | 2011-12-09 | 1 | -0/+3 |
| | |||||
* | update user-agent string for remote http requests | friendica | 2011-11-18 | 1 | -2/+2 |
| | |||||
* | oembed: don't try to fetch media files and add Accept request header to ↵ | Fabio Comuni | 2011-11-17 | 1 | -1/+9 |
| | | | | fetch_url | ||||
* | fix diaspora cache | Friendika | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | fix various html parse errors | Friendika | 2011-10-20 | 1 | -1/+6 |
| | |||||
* | structures for batch mode (Diaspora/zot) | Friendika | 2011-09-20 | 1 | -19/+54 |
| | |||||
* | faster friend requests (DFRN) | Friendika | 2011-09-06 | 1 | -6/+13 |
| | |||||
* | log every possible diaspora return for posts and comments | Friendika | 2011-08-29 | 1 | -14/+14 |
| | |||||
* | third attempt to get rid of this stupid warning | Friendika | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | diaspora admin toggle, update install guide | Friendika | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | php error when no aliases | Friendika | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | notifier issue | Friendika | 2011-08-18 | 1 | -3/+4 |
| | |||||
* | fill and expire fcontact cache | Friendika | 2011-08-18 | 1 | -0/+21 |
| | |||||
* | fill in framework for d* outgoing | Friendika | 2011-08-16 | 1 | -2/+4 |
| | |||||
* | cleanup | Friendika | 2011-08-16 | 1 | -11/+21 |
| | |||||
* | crypto stuff | Friendika | 2011-08-09 | 1 | -0/+14 |
| | |||||
* | breaking up boot file (part of zot refactor) | Friendika | 2011-08-01 | 1 | -0/+669 |