aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* undefined unmark_for_deathfriendica2012-06-201-0/+1
|
* sort out contact search odditiesfriendica2012-06-201-4/+3
|
* missing parenfriendica2012-06-201-1/+1
|
* contact search odditiesfriendica2012-06-203-63/+64
|
* Merge https://github.com/friendica/friendica into pullfriendica2012-06-208-3814/+3907
|\
| * Merge pull request #345 from simonlnu/masterSimon2012-06-207-3812/+3898
| |\ | | | | | | theme tweaks
| | * icon change; tweak button in toolbar; move site-locationSimon L'nu2012-06-207-3812/+3898
| |/ | | | | | | Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
| * Merge pull request #344 from ridcully/masterfriendica2012-06-201-2/+9
| |\ | | | | | | exclude_replies for twitter api
| | * added exclude_replies option to api call statuses/user_timeline.Sebastian Egbers2012-06-191-1/+4
| | |
| | * added exclude_replies option to api call statuses/home_timeline.Sebastian Egbers2012-06-191-1/+5
| | |
* | | iframes were getting stripped at the rss/atom parser level. We can preserve ↵friendica2012-06-202-3/+5
| | | | | | | | | | | | these because we will strip them in the purifier after checking for supported video sources
* | | allow dfrn_deliver to undo a mark_for_death just in case the poller is ↵friendica2012-06-191-0/+5
|/ / | | | | | | consistently getting killed.
* | plugin optimisation - don't loop through every single plugin callback for ↵friendica2012-06-192-25/+18
| | | | | | | | every hook call, only those registered for that hook
* | rework fallback themes, glob pattern was wrongfriendica2012-06-191-2/+2
| |
* | Merge https://github.com/friendica/friendica into pullfriendica2012-06-191-0/+16
|\ \
| * \ Merge pull request #342 from fabrixxm/mastertobiasd2012-06-191-0/+16
| |\ \ | | |/ | |/| quattro: auto scroll and flash comment in display page
| | * quattro: in post display page, scroll to and flash selected commentFabio Comuni2012-06-191-0/+16
| | |
* | | Added App::get_cached_avater_image usage in profile_sidebar function for ↵Zvi ben Yaakov (a.k.a rdc)2012-06-191-3/+3
| | | | | | | | | | | | creating the $diaspora array that is used to populate diaspora_vcard.tpl. This allows the correct profile image revision to be used when dfrn_request friend requests are made.
* | | Added App::get_cached_avatar_image usage on conversation wall of Normal ViewZvi ben Yaakov (a.k.a rdc)2012-06-191-1/+1
| | |
* | | Now using App::get_cached_avatar_image for /photos pageZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
| | |
* | | Now using App::get_cached_avatar_image for /profile/{nickname} pageZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
| | |
* | | Now using App::get_cached_avatar_image for navigation barZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
| | |
* | | Now using App::get_cached_avatar_image for /directory pageZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
| | |
* | | Beginning to use App::get_cached_avatar_image for loading profile images in ↵Zvi ben Yaakov (a.k.a rdc)2012-06-191-1/+1
| | | | | | | | | | | | conversations
* | | Added get_cached_avatar_image to App class for shared profile image access ↵Zvi ben Yaakov (a.k.a rdc)2012-06-191-0/+25
| | | | | | | | | | | | and reduced sql queries/load
* | | rev updatefriendica2012-06-192-72/+89
|/ /
* | position tweakfriendica2012-06-191-0/+5
| |
* | Merge https://github.com/friendica/friendica into pullfriendica2012-06-192-655/+964
|\ \
| * | [DE] stringsTobias Diekershoff2012-06-192-655/+964
| |/
* / missing $submitfriendica2012-06-192-1/+2
|/
* minor nitsfriendica2012-06-181-1/+2
|
* a bit more description of message passingfriendica2012-06-181-0/+6
|
* add plugin hooks to every module_function (allows plugins to be triggered ↵friendica2012-06-181-1/+11
| | | | off specific pages/urls)
* exif_read_data may not be available and isn't a requirement - check and ↵friendica2012-06-181-0/+3
| | | | silently ignore exif orientation if it isn't there
* Merge pull request #341 from fermionic/auto-orient-uploaded-imagesfriendica2012-06-182-1/+62
|\ | | | | rotate uploaded images if an EXIF rotation is present
| * fix some whitespace issuesZach Prezkuta2012-06-181-13/+13
| |
| * rotate uploaded images if an EXIF rotation is presentZach Prezkuta2012-06-182-1/+62
| |
* | some doco to explain what's happeningfriendica2012-06-181-5/+26
| |
* | some psuedo code for the basic building blocks of zot-2012 - these are just ↵friendica2012-06-181-0/+154
|/ | | | ideas without a lot of the details yet filled in and this should NOT be used as any kind of definitive reference.
* public forum author using private posting, correct the comment permissions ↵friendica2012-06-183-3/+9
| | | | downstream.
* Typo breaking tag notificationsThomas Willingham2012-06-181-1/+1
|
* make subdued elements jump out at you on hoverfriendica2012-06-171-0/+15
|
* too many profilesfriendica2012-06-171-1/+1
|
* rev updatefriendica2012-06-172-7/+7
|
* Enabled Profile photo revisions to be displayed on /photos pageZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* Added missing backticks to navigation bar queryZvi ben Yaakov (a.k.a rdc)2012-06-171-1/+1
|
* Enabled Profile photo revisions to be displayed on /profiles pageZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* Enabled Profile photo revisions to be displayed in navigation barZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* Enabled Profile photo revisions to be displayed on /directory pageZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* rev updatefriendica2012-06-163-7/+7
|