friendica
592c24e162
e2ee in comments and a bit of cleanup so not every theme has to define how 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.
2013-11-14 15:41:25 -08:00
marijus
3311fe4813
make autocomplete better themable by adding an id
2013-11-14 18:03:16 +01:00
friendica
ee629534d5
E2EE on private mail (also fixed autocomplete results dropdown for recipient which was positioned below the navbar instead of next to the recipient input box)
2013-11-13 23:10:29 -08:00
friendica
412ebdade7
issues with converse_width uncovered during testing
2013-11-13 19:24:13 -08:00
friendica
0f6907ab68
change section_width to converse_width
2013-11-13 17:19:56 -08:00
marijus
6a9e1f2542
add font-size to searchbars
2013-11-13 19:39:18 +01:00
marijus
83837d89c7
typo
2013-11-13 17:11:51 +01:00
marijus
a10715e4db
search placeholder work
2013-11-13 17:09:42 +01:00
marijus
71fb7f3edf
Merge branch 'master' of https://github.com/friendica/red
2013-11-13 17:04:14 +01:00
friendica
251ba6db30
fix photo permissions on encrypted posts
2013-11-13 03:15:07 -08:00
marijus
71d864f283
more searchbar style work
2013-11-13 10:44:21 +01:00
friendica
a1b8f6e4ec
fix chanview
2013-11-12 23:45:04 -08:00
friendica
be7e732391
fix forbidden photos and vcard photo template
2013-11-12 19:25:23 -08:00
friendica
b26989bb65
removeme sort of works for a single channel - lots of loose ends to deal with but it's a start
2013-11-12 18:27:36 -08:00
friendica
8eaab0642f
very crude zid support for e2ee content and move bbcode converter to main.js 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).
2013-11-12 15:44:49 -08:00
friendica
7cb4c2f8ad
cap width of conversations at 1024px
2013-11-12 01:34:09 -08:00
friendica
34ee8de821
basic linking of audio/video tags in encrypted bbcode
2013-11-11 20:20:31 -08:00
friendica
cdcc68a168
having a real problem with $section_width - which is preventing fluid layouts.
...
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.
2013-11-11 19:45:40 -08:00
friendica
a7c53d470b
ability to use other ciphers
2013-11-11 18:42:49 -08:00
friendica
58e0d58489
add rabbit and tripledes ciphers - probably need a pconfig to set the default
2013-11-11 18:31:34 -08:00
friendica
54438be7c2
make e2ee work on tinymce
2013-11-11 17:50:36 -08:00
friendica
d9013f4311
provide real barebones XSS protection on e2ee contents and implement a few 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.
2013-11-11 16:47:49 -08:00
friendica
4a3191cd19
localise js ui strings for e2ee
2013-11-11 15:20:30 -08:00
marijus
f8a34c737d
change spacing to fit other widgets
2013-11-11 16:50:43 +01:00
friendica
b5bc04799c
turn safemode into a proper widget
2013-11-11 01:18:09 -08:00
friendica
435e2dae0e
display encrypted text inline
2013-11-11 00:21:00 -08:00
friendica
ca4103debe
e2ee
2013-11-10 23:19:44 -08:00
friendica
c392004290
some more doco for how to finish it.
2013-11-10 20:34:10 -08:00
friendica
3a10e698c9
Didn't finish it. Gotta' pee.
2013-11-10 19:58:08 -08:00
friendica
effb1a0534
provide zid in js so we can use it from client
2013-11-10 18:57:24 -08:00
friendica
e06b0aa767
Merge https://github.com/friendica/red into zpull
...
Conflicts:
mod/directory.php
2013-11-09 12:14:06 -08:00
Thomas Willingham
7b29400c6c
Bring safe search to the UI
2013-11-09 18:43:40 +00:00
marijus
1ee9e8caf8
yes we might need it sometime and we are not supporting IE6 anyway
2013-11-09 18:14:39 +01:00
marijus
b54858d35f
oups... something missing...
2013-11-09 15:54:53 +01:00
marijus
5538972fec
some style work on searchbar autocomplete
2013-11-09 15:48:59 +01:00
friendica
cb37c0ce14
make PM expiry UI match the main post editor, e.g. JS input triggered by an icon rather than a scary looking text field
2013-11-07 15:30:59 -08:00
friendica
7381326b7a
provide expire feature on post and comments as well as private messages. 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.
2013-11-07 00:47:50 -08:00
friendica
df4c917120
Merge https://github.com/friendica/red into zpull
2013-11-06 18:37:02 -08:00
friendica
6162de142c
allow private mail sender to set an expiration on their messages. Once 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".
2013-11-06 18:28:36 -08:00
Thomas Willingham
c2cf3254c8
Don't fart if we've got a schema that doesn't exist at this hub.
2013-11-06 17:17:12 +00:00
friendica
310ccfda99
INSTALL for dummies - step 1: ensure that we throw an ugly error message in 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.
2013-11-05 19:45:02 -08:00
friendica
f4cb145f3c
redbasic - allow changing icon colours
2013-11-05 16:21:38 -08:00
friendica
b15c9de1e5
soften the background a bit more
2013-11-05 15:34:17 -08:00
friendica
e28b12a5e1
Merge https://github.com/friendica/red into zpull
2013-11-05 15:31:03 -08:00
friendica
b4f8c247a2
soften the colours a wee bit for the default case
2013-11-05 15:29:44 -08:00
marijus
9dfa7c6030
make the font-colour for the banner adjustable as well
2013-11-06 00:16:02 +01:00
friendica
cea11c9498
make date order the default for the directory
2013-11-03 15:20:40 -08:00
friendica
72287b2478
fix the saved search term delete icons in redbasic so they are hidden by 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.
2013-11-03 15:14:31 -08:00
friendica
4d470f2d70
add sloppy photo setting and fix default navbar hide setting
2013-11-03 14:57:29 -08:00
friendica
5ba813397b
provide nav_min_opacity which allows the navbar to fade or even vanish until hovered with a value of for instance '0';
2013-11-03 14:26:42 -08:00