Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor edits | Friendika | 2011-06-03 | 1 | -1/+3 |
| | |||||
* | show new_member page only on our own profile | Friendika | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | new_member not new_user | Friendika | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | new member page | Friendika | 2011-06-03 | 2 | -0/+46 |
| | |||||
* | got it wrong - apparently no need to fix json slashes | Friendika | 2011-06-02 | 4 | -4/+5 |
| | |||||
* | make 'visible to everybody' warning toggle correctly in photos and settings | Friendika | 2011-06-01 | 2 | -0/+52 |
| | |||||
* | add titles to shared items if available | Friendika | 2011-06-01 | 1 | -0/+2 |
| | |||||
* | show group affiliations in contact editor | Friendika | 2011-05-31 | 1 | -0/+10 |
| | |||||
* | don't count wall posts in unseen network total | Friendika | 2011-05-31 | 1 | -3/+2 |
| | |||||
* | show linked url on user's contact page | Friendika | 2011-05-30 | 1 | -3/+3 |
| | |||||
* | sort wall items by date order instead of id. bug #61 | Friendika | 2011-05-30 | 1 | -3/+4 |
| | |||||
* | bug #87 alert if email settings don't open mailbox, also display last email ↵ | Friendika | 2011-05-29 | 1 | -1/+19 |
| | | | | connect time | ||||
* | small fixes to item post to try and sort out segfault issues on php 5.3 (?) | Friendika | 2011-05-29 | 1 | -4/+7 |
| | |||||
* | bug #38 ability to restrict profile, wall, photos from non-friends | Friendika | 2011-05-28 | 2 | -2/+2 |
| | |||||
* | bug #38 posts and photos only visible to friends if so configured | Friendika | 2011-05-28 | 2 | -5/+17 |
| | |||||
* | correct nickname for display link on comment emails | Friendika | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | don't reset photo permissions unless photo has owner-only permissions | Friendika | 2011-05-27 | 1 | -1/+13 |
| | |||||
* | search from network page | Friendika | 2011-05-26 | 1 | -3/+18 |
| | |||||
* | add webfinger diagnostic module | Friendika | 2011-05-26 | 1 | -0/+24 |
| | |||||
* | sort out a couple of email notify issues | Friendika | 2011-05-25 | 2 | -23/+23 |
| | |||||
* | minor string update | Friendika | 2011-05-25 | 2 | -1/+7 |
| | |||||
* | remove debug line | Friendika | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Small tweak to a copule of translatable strings | Fabio Comuni | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | file attachments | Friendika | 2011-05-25 | 4 | -7/+127 |
| | |||||
* | basic file upload/attach | Friendika | 2011-05-24 | 2 | -1/+106 |
| | |||||
* | ability to hide profile and wall from unknown people | Friendika | 2011-05-24 | 2 | -4/+21 |
| | |||||
* | bug #85 | Friendika | 2011-05-23 | 6 | -6/+41 |
| | |||||
* | Merge branch 'pull' | Friendika | 2011-05-23 | 1 | -4/+3 |
|\ | |||||
| * | Merge pull request #107 from fabrixxm/oembed | Friendika | 2011-05-23 | 1 | -4/+3 |
| |\ | | | | | | | Oembed plugin | ||||
| | * | Add oembed user option for use oembed instead of standard yotube embedding. | Fabio Comuni | 2011-05-23 | 1 | -11/+1 |
| | | | | | | | | | | | | Remove global option and parse_url use of oembed. | ||||
| | * | add config [system][embed_all] to use oembed with links and youtube. Url ↵ | fabrixxm | 2011-05-23 | 1 | -3/+12 |
| | | | | | | | | | | | | parse fallback to default if url has not an oembed rappresentation. | ||||
* | | | Merge branch 'fabrixxm-master' | Friendika | 2011-05-23 | 24 | -64/+65 |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: boot.php | ||||
| * | | add info() function. Works like notice() but show messages in a div with ↵ | Fabio Comuni | 2011-05-23 | 24 | -64/+65 |
| |/ | | | | | | | | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes | ||||
* / | improved browser language detect, set user language on login | Friendika | 2011-05-23 | 1 | -1/+5 |
|/ | |||||
* | if no FB image and fb link is on our site, use Friendika logo for fb image. ↵ | Friendika | 2011-05-22 | 1 | -0/+5 |
| | | | | Otherwise it's going to end up being a random friend. | ||||
* | more buggy debugging code removed. | Friendika | 2011-05-22 | 1 | -3/+0 |
| | |||||
* | more improvements in twitter handling, reduce duplicates from FB when double ↵ | Friendika | 2011-05-22 | 1 | -1/+9 |
| | | | | friended | ||||
* | removed buggy debug code ;) | Friendika | 2011-05-22 | 1 | -3/+0 |
| | |||||
* | friendika page hook for German impressum | Friendika | 2011-05-22 | 1 | -1/+3 |
| | |||||
* | fixed a couple of bugs | Chris Case | 2011-05-21 | 2 | -46/+52 |
| | |||||
* | merged multipart email changes | Chris Case | 2011-05-21 | 53 | -1405/+2205 |
|\ | |||||
| * | hooks can't contain direct values, must be variables | Friendika | 2011-05-21 | 1 | -2/+4 |
| | | |||||
| * | better handling of twitter follows, remove ajax anchor /#!/ | Friendika | 2011-05-21 | 1 | -0/+4 |
| | | |||||
| * | don't insert link summaries containing javascript bug #75 | Friendika | 2011-05-21 | 1 | -0/+4 |
| | | |||||
| * | 'mark seen' not getting all msgs on profile page | Friendika | 2011-05-20 | 2 | -8/+10 |
| | | |||||
| * | photo upload plugin size limit is not working, call photo_end hooks in any ↵ | Friendika | 2011-05-20 | 1 | -0/+2 |
| | | | | | | | | error return from mainline so html does not leak into json responses bug #77 | ||||
| * | patches for youtube's change in link and embed formats, please test | Friendika | 2011-05-20 | 2 | -0/+4 |
| | | |||||
| * | deny link not clickable on admin approval notification page | Friendika | 2011-05-20 | 1 | -1/+1 |
| | | |||||
| * | "notes" app | Friendika | 2011-05-20 | 4 | -3/+135 |
| | | |||||
| * | don't send any potentially large embeds over ajax so as to avoid huge ↵ | Friendika | 2011-05-18 | 2 | -0/+17 |
| | | | | | | | | prefetch downloads. Strip them out and provide a notice to reload page to view them. Ensures they will only be loaded once. |