aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* correct nickname for display link on comment emailsFriendika2011-05-271-2/+2
|
* don't reset photo permissions unless photo has owner-only permissionsFriendika2011-05-271-1/+13
|
* search from network pageFriendika2011-05-261-3/+18
|
* add webfinger diagnostic moduleFriendika2011-05-261-0/+24
|
* sort out a couple of email notify issuesFriendika2011-05-252-23/+23
|
* minor string updateFriendika2011-05-252-1/+7
|
* remove debug lineFriendika2011-05-251-1/+1
|
* Small tweak to a copule of translatable stringsFabio Comuni2011-05-251-2/+2
|
* file attachmentsFriendika2011-05-254-7/+127
|
* basic file upload/attachFriendika2011-05-242-1/+106
|
* ability to hide profile and wall from unknown peopleFriendika2011-05-242-4/+21
|
* bug #85Friendika2011-05-236-6/+41
|
* Merge branch 'pull'Friendika2011-05-231-4/+3
|\
| * Merge pull request #107 from fabrixxm/oembedFriendika2011-05-231-4/+3
| |\ | | | | | | Oembed plugin
| | * Add oembed user option for use oembed instead of standard yotube embedding.Fabio Comuni2011-05-231-11/+1
| | | | | | | | | | | | Remove global option and parse_url use of oembed.
| | * add config [system][embed_all] to use oembed with links and youtube. Url ↵fabrixxm2011-05-231-3/+12
| | | | | | | | | | | | parse fallback to default if url has not an oembed rappresentation.
* | | Merge branch 'fabrixxm-master'Friendika2011-05-2324-64/+65
|\ \ \ | |/ / |/| | | | | | | | Conflicts: boot.php
| * | add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-2324-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 loginFriendika2011-05-231-1/+5
|/
* if no FB image and fb link is on our site, use Friendika logo for fb image. ↵Friendika2011-05-221-0/+5
| | | | Otherwise it's going to end up being a random friend.
* more buggy debugging code removed.Friendika2011-05-221-3/+0
|
* more improvements in twitter handling, reduce duplicates from FB when double ↵Friendika2011-05-221-1/+9
| | | | friended
* removed buggy debug code ;)Friendika2011-05-221-3/+0
|
* friendika page hook for German impressumFriendika2011-05-221-1/+3
|
* fixed a couple of bugsChris Case2011-05-212-46/+52
|
* merged multipart email changesChris Case2011-05-2153-1405/+2205
|\
| * hooks can't contain direct values, must be variablesFriendika2011-05-211-2/+4
| |
| * better handling of twitter follows, remove ajax anchor /#!/Friendika2011-05-211-0/+4
| |
| * don't insert link summaries containing javascript bug #75Friendika2011-05-211-0/+4
| |
| * 'mark seen' not getting all msgs on profile pageFriendika2011-05-202-8/+10
| |
| * photo upload plugin size limit is not working, call photo_end hooks in any ↵Friendika2011-05-201-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 testFriendika2011-05-202-0/+4
| |
| * deny link not clickable on admin approval notification pageFriendika2011-05-201-1/+1
| |
| * "notes" appFriendika2011-05-204-3/+135
| |
| * don't send any potentially large embeds over ajax so as to avoid huge ↵Friendika2011-05-182-0/+17
| | | | | | | | prefetch downloads. Strip them out and provide a notice to reload page to view them. Ensures they will only be loaded once.
| * doc updates - connecting to servicesFriendika2011-05-181-0/+1
| |
| * admin directory viewFriendika2011-05-161-2/+17
| |
| * bug #70 - error messages on group deletion, warning cleanupFriendika2011-05-151-2/+5
| |
| * fix json_encode on url'sFriendika2011-05-121-4/+7
| |
| * missing / in admin profile urlFabio Comuni2011-05-121-1/+1
| |
| * Serve friendika node info as json from url /friendika/json/Fabio Comuni2011-05-121-11/+29
| |
| * deprecate load_view_fileFriendika2011-05-1127-78/+78
| |
| * bring back load_view_file for dispy templatesFriendika2011-05-105-6/+6
| |
| * photo lockview not working, temp fix for po2phpFriendika2011-05-101-2/+2
| |
| * leave extra line between imported url and contentFriendika2011-05-101-1/+1
| |
| * don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-1024-63/+63
| | | | | | | | - to avoid getting wrong file when package is updated by copying over an older version.
| * rolling version number in preparation for releaseFriendika2011-05-091-1/+10
| |
| * comment macros showing on photosFriendika2011-05-081-0/+4
| |
| * set permalink on uploaded photo itemsFriendika2011-05-081-0/+8
| |
| * Merge pull request #96 from fabrixxm/apiFriendika2011-05-052-0/+35
| |\ | | | | | | Status.net Api