Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵ | friendica | 2013-11-07 | 4 | -14/+29 |
| | | | | icon rather than a scary looking text field | ||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 14 | -14/+58 |
| | | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-06 | 1 | -1/+4 |
|\ | |||||
| * | Don't fart if we've got a schema that doesn't exist at this hub. | Thomas Willingham | 2013-11-06 | 1 | -1/+4 |
| | | |||||
* | | allow private mail sender to set an expiration on their messages. Once ↵ | friendica | 2013-11-06 | 6 | -13/+32 |
| | | | | | | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday". | ||||
* | | DB - allow private messages to expire | friendica | 2013-11-06 | 5 | -23/+32 |
|/ | |||||
* | INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵ | friendica | 2013-11-05 | 3 | -0/+41 |
| | | | | | | | their face if there's an ugly error when we first try to install. DON'T white screen until after they've got it running. | ||||
* | add shameless plug if they've not got zot, and add photo favicon to photos pages | friendica | 2013-11-05 | 2 | -2/+8 |
| | |||||
* | more work on channel removal - it might sort of work now but I'm expecting ↵ | friendica | 2013-11-05 | 1 | -4/+22 |
| | | | | lots of issues. Hence there is still no code in chanman to start the process rolling and make it happen. Will need a barrage of test cases. | ||||
* | redbasic - allow changing icon colours | friendica | 2013-11-05 | 5 | -44/+66 |
| | |||||
* | soften the background a bit more | friendica | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-05 | 4 | -5/+13 |
|\ | |||||
| * | Merge pull request #193 from git-marijus/master | friendica | 2013-11-05 | 4 | -5/+13 |
| |\ | | | | | | | make the font-colour for the banner adjustable as well | ||||
| | * | make the font-colour for the banner adjustable as well | marijus | 2013-11-06 | 4 | -5/+13 |
| |/ | |||||
* / | soften the colours a wee bit for the default case | friendica | 2013-11-05 | 1 | -3/+3 |
|/ | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-05 | 1 | -7/+10 |
|\ | |||||
| * | Merge pull request #192 from oohlaf/fixes | Olaf Conradi | 2013-11-05 | 1 | -7/+10 |
| |\ | | | | | | | Fix Nginx config for Nginx 1.4.x | ||||
| | * | Fix Nginx config for Nginx 1.4.x | Olaf Conradi | 2013-11-05 | 1 | -7/+10 |
| | | |