2971ee9a4c
hopefully this won't screw up everything - if it does, revert. Otherwise this should work at delivery time to check tag deliveries and bounce the message before it's stored if the channel doesn't allow you to post and you aren't allowed to tag deliver either. Previously this was handled after the post was already stored so you needed posting permission as well as tag deliver permission to get past the checks.
friendica2013-06-16 00:57:39 -07:00
a37ac8f2f3
flag taggable connections in acl selector
friendica2013-06-16 00:03:22 -07:00
047967da99
Nginx config - add an index in case they don't have a http block
Thomas Willingham2013-06-13 18:47:22 +01:00
9992b1ffe6
Add sample nginx conf in doc/install - we'll keep configs and trouble shooting doco here, where everything can be plain text, since it's for people who haven't got Red installed yet/properly, and may not be able to read markdown easily.
Thomas Willingham2013-06-13 17:46:23 +01:00
2d3a0a6525
feeds are bit more standards compliant and a bit less broken now
friendica2013-06-12 21:12:27 -07:00
d996dc58be
very minimal Atom feed - there will be a lot of bugs and unparseable content if you've got elaborately structured objects, but I got the thing to at least render in firefox given some quick test posts. If you find bugs (as you certainly will), feel free to fix them.
friendica2013-06-12 20:03:04 -07:00
4a072297f7
missed a few zrl/zmg conversions, like for translate_item and enotify messages
friendica2013-06-12 00:58:31 -07:00
ee1ecd8ea2
remove uploaded import file once we're done with it.
friendica2013-06-08 16:29:56 -07:00
4132cab862
Rename newmessage widget (since we'll need to put more stuff in it as we make zotmail look like email), and add a "check mail" button.
Thomas Willingham2013-06-07 22:53:43 +01:00
c21f8c68e3
by default pending connections have no rights
friendica2013-06-06 18:35:37 -07:00
1b70ac1bc0
no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() instead
friendica2013-06-06 16:12:34 -07:00
e0c6ee2082
photo album listing widget broken
friendica2013-06-05 23:07:52 -07:00
f18a909eef
set default channel to new import if a default channel wasn't already set
friendica2013-06-05 19:35:04 -07:00
e65449ee11
missing include, plus change to new red api path for basic export
friendica2013-06-05 19:15:44 -07:00
2493770af9
doh - would probably help to decode the data before trying to use it...
friendica2013-06-05 18:40:10 -07:00
0ef71dd4e2
This should get community tagging pretty close to working - deleting a community tag is left as a FIXME
friendica2013-06-04 22:52:17 -07:00
8321a2e41a
tagging posts now sends out a presumably legal activity message - all that's missing is catching it on the post owner's side, checking if people can tag this stream, and then add the tag to the parent message.
friendica2013-06-04 20:07:13 -07:00
0deec983b4
DB: add timestamps to hubloc table so we can eventually expire dead entries.
friendica2013-06-04 17:46:21 -07:00
9f15600c7c
community tagging - it's not much closer to working but a really good developer can now possibly hack their way through it instead of "there's only one person on the planet that can ever make this work".
friendica2013-06-04 01:27:50 -07:00
620d4f5752
Set a site channel so an admin can use CMS to create home.html and so on, without ever needing to touch HTML again. When I've finished that bit too.
Thomas Willingham2013-05-31 02:25:42 +01:00
9595c27cc1
Put a stop to "I couldn't find the menu" by adding a nabla - until somebody comes up with something that looks less crap.
Thomas Willingham2013-05-30 23:32:40 +01:00
8b87eee869
force delayed_publish time comparisons to UTC.
friendica2013-05-29 21:11:30 -07:00
7073200e53
fix for multiple hublocs and incoming magic auth
friendica2013-05-29 20:55:49 -07:00
fadf2c3ea6
add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script)
friendica2013-05-29 19:47:01 -07:00
cd9ea115f8
function args reversed on duplicate zid detection.
friendica2013-05-29 16:31:07 -07:00
2a6d3e1f94
make sure we get the correct URL. Also redirect back again (essentially perform a no-op) when using reverse magic auth and we can't find a channel.
friendica2013-05-28 22:58:59 -07:00
3cfde2c177
Add an article to default.php to allow for fixed width themes, without breaking anything we've already got.
Thomas Willingham2013-05-29 02:20:44 +01:00
af3fc75856
Add red smiley for the sake of consistency with Friendica's set.
Thomas Willingham2013-05-28 19:28:14 +01:00
08a4ffd663
convert most red photos to zmg
friendica2013-05-28 04:50:16 -07:00
e81e11382f
cleanup localisation of like activities
friendica2013-05-28 01:50:28 -07:00
7a011a99c7
wrong attribution on likes of comments in email notifications. Let's also call the thing they liked a comment instead of a status
friendica2013-05-28 01:40:27 -07:00
9fda0a3fd5
add support for zmg bbcode tag (img with class=zrl) which will eventually get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done.
friendica2013-05-27 21:23:43 -07:00
ad0c5e3c68
fix zidify_img_callback - wrong number of args
friendica2013-05-27 19:50:29 -07:00
b7270cad2b
Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments.
Thomas Willingham2013-05-27 19:40:14 +01:00
df32c93d56
zidify img links, delay notifier until actually published for time travelling posts
friendica2013-05-27 05:27:35 -07:00
5c1f959c18
set default contact affinity back to 99 - we'll solve the other problem another way, this one is flawed
friendica2013-05-24 06:02:30 -07:00
87e7deacf9
use http_authorization header with nginx
friendica2013-05-23 22:29:27 -07:00
5e83c58a95
move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth)
friendica2013-05-23 20:35:40 -07:00
6a2e644a87
more progress on items_fetch (new name)
friendica2013-05-23 18:50:27 -07:00
c721c3a20e
implement time travelling posts
friendica2013-05-23 17:24:15 -07:00
bb31e6bd6a
make 90 the default closeness when humans are involved in the process
friendica2013-05-23 16:51:08 -07:00
a96d2177f7
didn't realise that collections (search by group) and search by contact weren't working on the matrix/network page and had never been properly ported. They're now ported - whether or not they work is another matter.
friendica2013-05-22 22:48:48 -07:00
981a497fa0
first cut at generic item search
friendica2013-05-22 21:54:02 -07:00