3eb0444059
add logging to matrix page load because I don't want to spend a week telling somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile.
friendica2013-07-22 19:59:18 -07:00
f9e61fe075
remote control - if auth'd visitor is in config system remote_admins (array), become superuser. Literally. Full control. Untested.
friendica2013-07-22 14:34:26 -07:00
05612a8a77
make zot_finger more bulletproof
friendica2013-07-21 22:39:21 -07:00
b4f4b8cb13
private mail is just a little more private now. Not encrypted and the obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps. This isn't backward compatible - folks will have to upgrade if they can't read their mail.
friendica2013-07-19 02:45:44 -07:00
ade8174750
private pokes - perhaps a little *too* private.
friendica2013-07-19 01:20:51 -07:00
29f53a4049
Clone syncronisation might work better if we sent out the right kind of packet. We need to send them as 'notify' packets and arrange for pickup just like other authenticated message types.
friendica2013-07-18 22:02:04 -07:00
6f1db253f3
use (numeric) abook_id for friends/followers in Twitter API. Many existing clients won't be able to handle xchans. Save those for the Red specific API.
friendica2013-07-18 18:10:03 -07:00
e147bb80de
usability improvements on abook permissions settings - keep advanced dialogue open, make quick links clear relevant settings before setting each, and don't auto submit. This shows you exactly what happens with the quick settings and allows you to change/correct it if it isn't what you want.
friendica2013-07-17 18:12:50 -07:00
d6133c861c
configurable theme precedence rules, and passing the page owner to the pcss theme settings.
friendica2013-07-17 02:01:35 -07:00
4c30cddbfc
provide a controlling user for theme settings, not necessarily local_user() - can't test on my test site so moving into production and I'll debug it there.
friendica2013-07-16 22:48:05 -07:00
6d447ace5c
define some photo types; primarily profile photos and things, but there is room for others. Also move the "decoration" out of the mod_page.css and into fancy.css - mod_xxx.css should only specify element positions and basic layout, not "decoration". Once we get more positioning stuff moved into module and basic layout files, we can trim down the style.css a lot - as it will theoretically only have decoration. And if we use macro substitution (pcss) we should be able to ultimately change the colour, size or background in one place and be done with it. This will make life easier for theme developers.
friendica2013-07-16 21:56:02 -07:00
d571ac02b2
provide a way to search the directory by modification date
friendica2013-07-14 22:53:28 -07:00
4e69119d58
implement the other part of ITEM_NOCOMMENT - which means an item is not commentable. Useful for pages - that is if they use the conversation() function to render the post.
friendica2013-07-14 21:09:19 -07:00
39856f7cb1
Add self to recipient lists. Sure we already have a copy but it's possible our nomadic channel clones don't.
friendica2013-07-14 01:12:05 -07:00
ba5803bebc
Give prettyphoto it's own template to make themeing it less annoying.
Thomas Willingham2013-07-14 02:36:59 +01:00