7cb4c2f8ad
cap width of conversations at 1024px
friendica2013-11-12 01:34:09 -08:00
34ee8de821
basic linking of audio/video tags in encrypted bbcode
friendica2013-11-11 20:20:31 -08:00
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.
friendica2013-11-11 19:45:40 -08:00
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.
friendica2013-11-11 16:47:49 -08:00
4a3191cd19
localise js ui strings for e2ee
friendica2013-11-11 15:20:30 -08:00
e095e15f47
because some of the "hints" floating around are pretty pathetic and ambiguous and require a few tries.
friendica2013-11-11 14:10:11 -08:00
edc1a94f7b
Merge pull request #196 from git-marijus/master
friendica2013-11-11 12:13:04 -08:00
c06dd4b589
looks more structured this way
marijus2013-11-11 18:44:23 +01:00
f8a34c737d
change spacing to fit other widgets
marijus2013-11-11 16:50:43 +01:00
b5bc04799c
turn safemode into a proper widget
friendica2013-11-11 01:18:09 -08:00
b233166d20
fix editpost which showed an encrypt button but no other buttons
friendica2013-11-11 00:35:33 -08:00
260d5231a4
change wording on feature to "even more encryption" because otherwise it sounds like we don't have any at all - and we certainly do.
friendica2013-11-11 00:29:25 -08:00
888d7e05bf
More safe search - since the default is one, toggle only works after an initial xconfig is set - the first one will turn safe search on (ie, do nothing from a users point of view). Fix that.
Thomas Willingham2013-11-11 06:13:17 +00:00
c392004290
some more doco for how to finish it.
friendica2013-11-10 20:34:10 -08:00
fc317172d5
more e2ee infrastructure - at this point if somebody wants it they're going to have to work for it.
friendica2013-11-07 20:18:52 -08:00
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
friendica2013-11-07 15:30:59 -08:00
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.
friendica2013-11-07 00:47:50 -08:00
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".
friendica2013-11-06 18:28:36 -08:00
8b9633e46b
DB - allow private messages to expire
friendica2013-11-06 17:27:51 -08:00
c2cf3254c8
Don't fart if we've got a schema that doesn't exist at this hub.
Thomas Willingham2013-11-06 17:17:12 +00:00
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.
friendica2013-11-05 19:45:02 -08:00
5c71ccba98
add shameless plug if they've not got zot, and add photo favicon to photos pages
friendica2013-11-05 18:20:37 -08:00
5b3adf7755
more work on channel removal - it might sort of work now but I'm expecting 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.
friendica2013-11-05 17:43:32 -08:00
727e8cc298
don't store update records if we're not a directory server of some kind
friendica2013-11-04 20:43:32 -08:00
f89e7b2bd5
make the storage permissions tweakable for hosted environments where they may require tweaking.
friendica2013-11-04 19:21:09 -08:00
1c5e2b8645
solid progress on attach_mkdir - but we need to figure out where to store default file permissions. This should be separate from post/item permissions and we won't be able to set permissions from the DAV interface so if we want something private we have to provide these permissions in our preferences.
friendica2013-11-04 19:08:34 -08:00
372a92533f
tag notifications for private posts contain obscured data - they should be blank
friendica2013-11-04 16:53:42 -08:00
c61a0d9dab
private tagged posts weren't creating second delivery chain - they were incorrectly being marked as "in a reshare" due to being obscured.
friendica2013-11-04 16:44:23 -08:00
a966e53ee4
hmmph. That's why the sort order didn't change...
friendica2013-11-03 15:22:22 -08:00
cea11c9498
make date order the default for the directory
friendica2013-11-03 15:20:40 -08:00
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.
friendica2013-11-03 15:14:31 -08:00
5ba813397b
provide nav_min_opacity which allows the navbar to fade or even vanish until hovered with a value of for instance '0';
friendica2013-11-03 14:26:42 -08:00
8baf617c89
Fix missing parenthesis in database.sql
Antoine G2013-11-01 14:02:07 +01:00
09ca39fd08
provide an html src converter
friendica2013-10-31 22:08:10 -07:00
3a7a671738
fix order of args for array_key_exists and allow rpost to accept html
friendica2013-10-30 21:36:33 -07:00
d61347201e
allow rpost parameters to survive a login if you weren't locally logged in at the time.
friendica2013-10-30 20:42:43 -07:00
39318e299e
allow mailsent update locking to unlock after 24 hours. Also don't even try to do a DB update if the build number is 0. Something else will likely fail and likely in some horrible way, but we shouldn't try and update the DB - something is clearly wrong with it.
friendica2013-10-30 20:25:10 -07:00
bba188eae3
if registration is disabled, send the site register link to pubsites
friendica2013-10-30 18:49:14 -07:00
4cae5249d4
Allow setting of title in rpost tag with [rpost=title]body[/rpost]
zottel2013-10-30 22:29:25 +01:00
2035a5dd76
allow zot public providers to list their location, as a non US-based server could be a strong selling point.
friendica2013-10-30 01:58:45 -07:00
8da4da37cc
access policy and directory mode were crossed on site table creation
friendica2013-10-30 01:30:37 -07:00