Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix default cipher for comments and set it at the conversation level rather ↵ | friendica | 2013-11-14 | 1 | -1/+1 |
| | | | | than the item level. | ||||
* | when setting font_size - the expert setting needs units. Otherwise you can't ↵ | friendica | 2013-11-14 | 2 | -2/+2 |
| | | | | switch from px to em | ||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 2 | -38/+13 |
| | | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step. | ||||
* | make autocomplete better themable by adding an id | marijus | 2013-11-14 | 6 | -10/+33 |
| | |||||
* | E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵ | friendica | 2013-11-13 | 2 | -6/+5 |
| | | | | which was positioned below the navbar instead of next to the recipient input box) | ||||
* | issues with converse_width uncovered during testing | friendica | 2013-11-13 | 3 | -3/+3 |
| | |||||
* | change section_width to converse_width | friendica | 2013-11-13 | 3 | -12/+9 |
| | |||||
* | add font-size to searchbars | marijus | 2013-11-13 | 1 | -0/+8 |
| | |||||
* | typo | marijus | 2013-11-13 | 1 | -6/+6 |
| | |||||
* | search placeholder work | marijus | 2013-11-13 | 1 | -0/+30 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | marijus | 2013-11-13 | 2 | -0/+3 |
|\ | |||||
| * | fix photo permissions on encrypted posts | friendica | 2013-11-13 | 2 | -0/+3 |
| | | |||||
* | | more searchbar style work | marijus | 2013-11-13 | 1 | -9/+9 |
|/ | |||||
* | fix chanview | friendica | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | fix forbidden photos and vcard photo template | friendica | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | removeme sort of works for a single channel - lots of loose ends to deal ↵ | friendica | 2013-11-12 | 1 | -0/+2 |
| | | | | with but it's a start | ||||
* | very crude zid support for e2ee content and move bbcode converter to main.js ↵ | friendica | 2013-11-12 | 1 | -123/+0 |
| | | | | so it's available when not logged in (though we might ultimately want to force people to get a matrix account to use our encryption). | ||||
* | cap width of conversations at 1024px | friendica | 2013-11-12 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | add rabbit and tripledes ciphers - probably need a pconfig to set the default | friendica | 2013-11-11 | 1 | -0/+2 |
| | |||||
* | make e2ee work on tinymce | friendica | 2013-11-11 | 1 | -3/+4 |
| | |||||
* | 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 | 1 | -7/+9 |
| | |||||
* | change spacing to fit other widgets | marijus | 2013-11-11 | 1 | -10/+8 |
| | |||||
* | turn safemode into a proper widget | friendica | 2013-11-11 | 1 | -1/+3 |
| | |||||
* | display encrypted text inline | friendica | 2013-11-11 | 1 | -0/+36 |
| | |||||
* | e2ee | friendica | 2013-11-10 | 3 | -3/+9 |
| | |||||
* | some more doco for how to finish it. | friendica | 2013-11-10 | 1 | -0/+3 |
| | |||||
* | Didn't finish it. Gotta' pee. | friendica | 2013-11-10 | 1 | -0/+2 |
| | |||||
* | provide zid in js so we can use it from client | friendica | 2013-11-10 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-09 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: mod/directory.php | ||||
| * | Bring safe search to the UI | Thomas Willingham | 2013-11-09 | 1 | -0/+2 |
| | | |||||
* | | yes we might need it sometime and we are not supporting IE6 anyway | marijus | 2013-11-09 | 1 | -9/+5 |
| | | |||||
* | | oups... something missing... | marijus | 2013-11-09 | 1 | -1/+2 |
| | | |||||
* | | some style work on searchbar autocomplete | marijus | 2013-11-09 | 1 | -3/+30 |
|/ | |||||
* | make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵ | friendica | 2013-11-07 | 3 | -8/+19 |
| | | | | icon rather than a scary looking text field | ||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 4 | -1/+21 |
| | | | | 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 | 2 | -3/+6 |
|/ | | | | 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". | ||||
* | INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵ | friendica | 2013-11-05 | 1 | -0/+11 |
| | | | | | | | 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. | ||||
* | 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 |
|\ | |||||
| * | 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 |
|/ | |||||
* | make date order the default for the directory | friendica | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | fix the saved search term delete icons in redbasic so they are hidden by ↵ | friendica | 2013-11-03 | 2 | -19/+21 |
| | | | | default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings. |