Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Nginx config to prevent php injection in uri | Olaf Conradi | 2013-11-12 | 1 | -2/+12 |
| | | | | First check if php script exists before calling php-fpm. | ||||
* | Merge pull request #198 from oohlaf/fixes | Olaf Conradi | 2013-11-12 | 1 | -1/+1 |
|\ | | | | | Fix missing argument warning | ||||
| * | Fix missing argument warning | Olaf Conradi | 2013-11-12 | 1 | -1/+1 |
|/ | |||||
* | cap width of conversations at 1024px | friendica | 2013-11-12 | 2 | -1/+2 |
| | |||||
* | basic linking of audio/video tags in encrypted bbcode | friendica | 2013-11-11 | 1 | -1/+2 |
| | |||||
* | having a real problem with $section_width - which is preventing fluid layouts. | friendica | 2013-11-11 | 1 | -0/+2 |
| | | | | | | I don't see an easy way a fixed width can work - either as percentage or a pixel width. I think the right way to do this is probably to set a right-margin - which will let the width float within the constraints of the viewport but should achieve the same result. | ||||
* | ability to use other ciphers | friendica | 2013-11-11 | 2 | -1/+6 |
| | |||||
* | add rabbit and tripledes ciphers - probably need a pconfig to set the default | friendica | 2013-11-11 | 2 | -7/+42 |
| | |||||
* | make e2ee work on tinymce | friendica | 2013-11-11 | 2 | -4/+19 |
| | |||||
* | provide real barebones XSS protection on e2ee contents and implement a few ↵ | friendica | 2013-11-11 | 1 | -25/+42 |
| | | | | bbcode tags we're likely to see a lot of. Still need to write a js zid() function to properly implement zrl and zmg but at least they will be linked now. | ||||
* | localise js ui strings for e2ee | friendica | 2013-11-11 | 3 | -17/+21 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-11 | 2 | -10/+9 |
|\ | |||||
| * | Merge pull request #196 from git-marijus/master | friendica | 2013-11-11 | 2 | -10/+9 |
| |\ | | | | | | | change spacing to fit other widgets | ||||
| | * | looks more structured this way | marijus | 2013-11-11 | 1 | -0/+1 |
| | | | |||||
| | * | change spacing to fit other widgets | marijus | 2013-11-11 | 1 | -10/+8 |
| |/ | |||||
* / | because some of the "hints" floating around are pretty pathetic and ↵ | friendica | 2013-11-11 | 1 | -1/+11 |
|/ | | | | ambiguous and require a few tries. | ||||
* | turn safemode into a proper widget | friendica | 2013-11-11 | 2 | -1/+4 |
| | |||||
* | fix editpost which showed an encrypt button but no other buttons | friendica | 2013-11-11 | 1 | -0/+2 |
| | |||||
* | change wording on feature to "even more encryption" because otherwise it ↵ | friendica | 2013-11-11 | 1 | -1/+1 |
| | | | | sounds like we don't have any at all - and we certainly do. | ||||
* | remove debugging stuff | friendica | 2013-11-11 | 1 | -1/+5 |
| | |||||
* | display encrypted text inline | friendica | 2013-11-11 | 4 | -5/+58 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-10 | 2 | -4/+5 |
|\ | |||||
| * | More safe search - since the default is one, toggle only works after | Thomas Willingham | 2013-11-11 | 2 | -4/+5 |
| | | | | | | | | | | an initial xconfig is set - the first one will turn safe search on (ie, do nothing from a users point of view). Fix that. | ||||
* | | e2ee | friendica | 2013-11-10 | 6 | -20/+35 |
|/ | |||||
* | some more doco for how to finish it. | friendica | 2013-11-10 | 2 | -0/+12 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-10 | 1 | -1/+1 |
|\ | |||||
| * | When toggling safesearch, go back to the directory page, rather than the ↵ | Thomas Willingham | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | z_root by default. | ||||
* | | Didn't finish it. Gotta' pee. | friendica | 2013-11-10 | 3 | -9/+76 |
| | | |||||
* | | provide zid in js so we can use it from client | friendica | 2013-11-10 | 2 | -1/+3 |
| | | |||||
* | | add base64 converters which aren't universal across browsers | friendica | 2013-11-10 | 1 | -0/+109 |
|/ | |||||
* | rev update | friendica | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | too much privacy on get_plink() which is left over from Friendica days | friendica | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | doc update | friendica | 2013-11-09 | 84 | -894/+1496 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-09 | 5 | -7/+55 |
|\ | | | | | | | | | Conflicts: mod/directory.php | ||||
| * | Merge pull request #195 from beardy-unixer/master | friendica | 2013-11-09 | 5 | -7/+54 |
| |\ | | | | | | | Fix safe search and also make it an xconfig | ||||
| | * | Stray line | Thomas Willingham | 2013-11-09 | 1 | -3/+0 |
| | | | |||||
| | * | Clean up | Thomas Willingham | 2013-11-09 | 2 | -3/+2 |
| | | | |||||
| | * | Bring safe search to the UI | Thomas Willingham | 2013-11-09 | 3 | -1/+24 |
| | | | |||||
| | * | Add a safesearch toggle | Thomas Willingham | 2013-11-09 | 1 | -0/+22 |
| | | | |||||
| | * | Kill logging/comment | Thomas Willingham | 2013-11-09 | 1 | -2/+0 |
| | | | |||||
| | * | Fix safe search, and also make it an xconfig | Thomas Willingham | 2013-11-09 | 2 | -6/+14 |
| |/ | |||||
* | | oups... should not do that... | marijus | 2013-11-09 | 1 | -1/+1 |
| | | |||||
* | | yes we might need it sometime and we are not supporting IE6 anyway | marijus | 2013-11-09 | 1 | -9/+5 |
| | | |||||
* | | fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ↵ | marijus | 2013-11-09 | 2 | -1/+10 |
| | | | | | | | | block_public is enabled | ||||
* | | oups... something missing... | marijus | 2013-11-09 | 1 | -1/+2 |
| | | |||||
* | | some style work on searchbar autocomplete | marijus | 2013-11-09 | 1 | -3/+30 |
|/ | |||||
* | Wankers. | friendica | 2013-11-07 | 89 | -0/+6923 |
| | |||||
* | we should probably only expire things once... | friendica | 2013-11-07 | 1 | -1/+4 |
| | |||||
* | update smilies | friendica | 2013-11-07 | 1 | -0/+2 |
| | |||||
* | more e2ee infrastructure - at this point if somebody wants it they're going ↵ | friendica | 2013-11-07 | 1 | -2/+39 |
| | | | | to have to work for it. |