| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | iframes were getting stripped at the rss/atom parser level. We can preserve t... | friendica | 2012-06-20 | 1 | -0/+2 |
* | | | | | allow dfrn_deliver to undo a mark_for_death just in case the poller is consis... | friendica | 2012-06-19 | 1 | -0/+5 |
|/ / / / |
|
* | | | | plugin optimisation - don't loop through every single plugin callback for eve... | friendica | 2012-06-19 | 1 | -17/+18 |
* | | | | Added App::get_cached_avatar_image usage on conversation wall of Normal View | Zvi ben Yaakov (a.k.a rdc) | 2012-06-19 | 1 | -1/+1 |
* | | | | Now using App::get_cached_avatar_image for navigation bar | Zvi ben Yaakov (a.k.a rdc) | 2012-06-19 | 1 | -2/+2 |
* | | | | Beginning to use App::get_cached_avatar_image for loading profile images in c... | Zvi ben Yaakov (a.k.a rdc) | 2012-06-19 | 1 | -1/+1 |
|/ / / |
|
* | | | exif_read_data may not be available and isn't a requirement - check and silen... | friendica | 2012-06-18 | 1 | -0/+3 |
* | | | fix some whitespace issues | Zach Prezkuta | 2012-06-18 | 1 | -13/+13 |
* | | | rotate uploaded images if an EXIF rotation is present | Zach Prezkuta | 2012-06-18 | 1 | -1/+61 |
* | | | public forum author using private posting, correct the comment permissions do... | friendica | 2012-06-18 | 1 | -0/+6 |
* | | | Typo breaking tag notifications | Thomas Willingham | 2012-06-18 | 1 | -1/+1 |
|/ / |
|
* | | Added missing backticks to navigation bar query | Zvi ben Yaakov (a.k.a rdc) | 2012-06-17 | 1 | -1/+1 |
* | | Enabled Profile photo revisions to be displayed in navigation bar | Zvi ben Yaakov (a.k.a rdc) | 2012-06-17 | 1 | -2/+2 |
|/ |
|
* | rev update | friendica | 2012-06-16 | 1 | -3/+3 |
* | Merge remote branch 'upstream/master' | Hauke Zuehl | 2012-06-16 | 2 | -72/+109 |
|\ |
|
| * | Merge pull request #338 from fermionic/diaspora-dont-check-more-signatures-th... | fermionic | 2012-06-16 | 1 | -71/+108 |
| |\ |
|
| | * | more cleanup | Zach Prezkuta | 2012-06-16 | 1 | -15/+0 |
| | * | some cleanup of obsolete code | Zach Prezkuta | 2012-06-16 | 1 | -31/+6 |
| | * | still need the original author information for comments and likes | Zach Prezkuta | 2012-06-16 | 1 | -0/+24 |
| | * | update signature checking for relayables | Zach Prezkuta | 2012-06-16 | 1 | -69/+122 |
| * | | fix small typo for logging command in api.php | Zach Prezkuta | 2012-06-16 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote branch 'upstream/master' | Hauke Zuehl | 2012-06-16 | 11 | -84/+295 |
|\| |
|
| * | rev update | friendica | 2012-06-16 | 1 | -10/+0 |
| * | redundant log entry | friendica | 2012-06-14 | 1 | -1/+0 |
| * | also mark for death if there isn't any xml to be found | friendica | 2012-06-14 | 1 | -0/+3 |
| * | poll even if contact hasn't responded recently, so we can update the terminat... | friendica | 2012-06-14 | 2 | -5/+3 |
| * | better handling of dead contacts | friendica | 2012-06-14 | 2 | -1/+8 |
| * | syntax on sql | friendica | 2012-06-13 | 1 | -1/+1 |
| * | remove php version restriction on archive widget | friendica | 2012-06-13 | 1 | -8/+4 |
| * | couple of little fixes to enotify positional params | friendica | 2012-06-13 | 1 | -2/+2 |
| * | fix to imported youtube videos, updating of contact profile photos, do not re... | friendica | 2012-06-13 | 4 | -34/+105 |
| * | Merge https://github.com/friendica/friendica into pull | friendica | 2012-06-13 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #333 from Erkan-Yilmaz/master | friendica | 2012-06-13 | 1 | -1/+1 |
| | |\ |
|
| | | * | add missing bracket | Erkan Yilmaz | 2012-06-13 | 1 | -1/+1 |
| * | | | Merge https://github.com/fabrixxm/friendica into pull | friendica | 2012-06-13 | 1 | -21/+41 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | enotify: fix stupid typo | fabrixxm | 2012-06-13 | 1 | -1/+1 |
| | * | | enotify: rework strings to more easy to translate | fabrixxm | 2012-06-13 | 1 | -21/+41 |
| | |/ |
|
| * / | disable archive widget for PHP < 5.3 | friendica | 2012-06-13 | 1 | -0/+12 |
| |/ |
|
| * | this should catch any weirdness caused by being in different timezones and ma... | friendica | 2012-06-12 | 1 | -4/+10 |
| * | that was it | friendica | 2012-06-12 | 1 | -1/+1 |
| * | think this will fix it | friendica | 2012-06-12 | 1 | -0/+1 |
| * | tracking another edge case | friendica | 2012-06-12 | 1 | -2/+4 |
| * | edge case | friendica | 2012-06-12 | 1 | -0/+2 |
| * | archive widget | friendica | 2012-06-12 | 1 | -0/+47 |
| * | more fixes | friendica | 2012-06-12 | 1 | -1/+1 |
| * | Merge https://github.com/friendica/friendica into pull | friendica | 2012-06-12 | 1 | -1/+0 |
| |\ |
|
| | * | Removed "oauth/authorize" from the list of not implemented functions since it... | Michael Vogel | 2012-06-12 | 1 | -1/+0 |
| * | | move parens to proper place | friendica | 2012-06-12 | 1 | -5/+5 |
| |/ |
|
| * | survive bad/un-parseable input to datetime_convert | friendica | 2012-06-12 | 1 | -1/+1 |
| * | Merge pull request #331 from mexon/upstream | friendica | 2012-06-12 | 1 | -0/+10 |
| |\ |
|