| Commit message (Expand) | Author | Age | Files | Lines |
* | doc updates | friendica | 2014-10-31 | 84 | -3604/+3592 |
* | flag notify packets that are sent in response to a message_id request and pre... | friendica | 2014-10-31 | 1 | -4/+5 |
* | Heads up: "custom/module.php" is deprecated. Please read this commit if you a... | friendica | 2014-10-30 | 1 | -1/+13 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-30 | 16 | -429/+737 |
|\ |
|
| * | Debian doco - no longer uses dropbear. | Thomas Willingham | 2014-10-31 | 1 | -2/+2 |
| * | removing this was not a good idea... | marijus | 2014-10-30 | 1 | -0/+4 |
| * | update bootstrap library to version 3.3 | marijus | 2014-10-30 | 8 | -333/+660 |
| * | some work on photo upload | marijus | 2014-10-30 | 7 | -97/+74 |
* | | What this checkin does is catch the case where a comment arrived and there's ... | friendica | 2014-10-30 | 8 | -23/+180 |
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-29 | 1 | -10/+12 |
|\| |
|
| * | if someone does not have permission to chat do not show the chatrooms tab | marijus | 2014-10-29 | 1 | -10/+12 |
* | | allow feed paging | friendica | 2014-10-29 | 2 | -1/+4 |
|/ |
|
* | if any privacy tags are created on a top level post, restrict the post; since... | friendica | 2014-10-28 | 1 | -1/+14 |
* | the default permissions for new connections when using a custom role is inade... | friendica | 2014-10-28 | 1 | -1/+5 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-28 | 3 | -29/+66 |
|\ |
|
| * | Merge pull request #668 from git-marijus/master | RedMatrix | 2014-10-28 | 3 | -29/+66 |
| |\ |
|
| | * | change the way tagrm works to allow tag removal on the fly | marijus | 2014-10-28 | 3 | -29/+66 |
| |/ |
|
* / | change photo tag bubble tip | friendica | 2014-10-28 | 2 | -2/+2 |
|/ |
|
* | several unrelated things - auto_follow wasn't working for new accounts, error... | friendica | 2014-10-27 | 6 | -13/+31 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-27 | 12 | -5996/+6185 |
|\ |
|
| * | do not reload page for edit album and some minor cleanup | marijus | 2014-10-27 | 7 | -57/+41 |
| * | Merge branch 'master' of https://github.com/friendica/red | Jeroen | 2014-10-27 | 3 | -1/+61 |
| |\ |
|
| * | | update nl + Terms of Service more prominent in the help files. | Jeroen | 2014-10-27 | 5 | -5939/+6144 |
* | | | add "repository" permissions role and make sure we have a sane "accept" defau... | friendica | 2014-10-27 | 3 | -5/+63 |
| |/
|/| |
|
* | | some documentation of permission roles and what the differences are. | friendica | 2014-10-27 | 3 | -1/+61 |
|/ |
|
* | turn down the preview logging. Haven't needed that level of detail recently. | friendica | 2014-10-26 | 1 | -2/+2 |
* | a couple of photo tag issues | friendica | 2014-10-26 | 2 | -23/+34 |
* | couple of other places where we need to reset stuff completely if the role ch... | friendica | 2014-10-26 | 1 | -6/+11 |
* | reset ACL just in case it was custom already. | friendica | 2014-10-26 | 1 | -1/+1 |
* | put privacy role selector in settings page. Change visibility of various perm... | friendica | 2014-10-26 | 6 | -150/+157 |
* | use intval rather than dbesc since these are ints. Should work regardless, bu... | friendica | 2014-10-26 | 1 | -2/+2 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-26 | 3 | -14/+114 |
|\ |
|
| * | wrong vars in template | marijus | 2014-10-26 | 1 | -2/+2 |
| * | some work on photos like/dislike | marijus | 2014-10-25 | 4 | -15/+114 |
* | | allow photos without comments to be liked | friendica | 2014-10-26 | 2 | -3/+16 |
|/ |
|
* | moved post_to_red to its own project ( https://github.com/friendica/wptored )... | friendica | 2014-10-25 | 3 | -533/+1 |
* | the to-do list is getting longer again. | friendica | 2014-10-24 | 1 | -0/+3 |
* | doh - this needs to be markdown, not bbcode | friendica | 2014-10-24 | 1 | -2/+2 |
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-24 | 13 | -33/+45 |
|\ |
|
| * | Merge pull request #665 from zzottel/master | RedMatrix | 2014-10-25 | 1 | -7/+19 |
| |\ |
|
| | * | make bbcode/html includes work in markdown help pages and vice versa | zottel | 2014-10-24 | 1 | -7/+19 |
| |/ |
|
| * | Issue #661 | Thomas Willingham | 2014-10-24 | 1 | -1/+1 |
| * | Merge pull request #664 from zzottel/master | zzottel | 2014-10-24 | 11 | -25/+25 |
| |\ |
|
| | * | correction to addon footer | zottel | 2014-10-24 | 1 | -1/+1 |
| | * | update to German help | zottel | 2014-10-24 | 10 | -24/+24 |
| |/ |
|
* / | should probably check the body since the title is only going to be rarely set. | friendica | 2014-10-24 | 1 | -1/+1 |
|/ |
|
* | don't decrypt the message body more than once. | friendica | 2014-10-24 | 1 | -2/+7 |
* | string update | friendica | 2014-10-24 | 2 | -3705/+3869 |
* | doc updates | friendica | 2014-10-24 | 93 | -543/+2308 |
* | don't offer forum (@name+) completion in comments, since it won't do anything. | friendica | 2014-10-23 | 3 | -5/+5 |