28a35261db
What this checkin does is catch the case where a comment arrived and there's a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
friendica2014-10-30 19:15:03 -07:00
7d9f785758
if any privacy tags are created on a top level post, restrict the post; since it could have been quite sensitive. If there were errors processing the actual tag restrict the post to the profile owner. Also make the "privacy tag over-rides ACL" behaviour configurable. Default is that privacy tags over-ride the ACL.
friendica2014-10-28 20:01:44 -07:00
d9c5823593
the default permissions for new connections when using a custom role is inadequate. Until we can make it configurable start off with something like a public social role. We're typically taking the person straight to the connection editor so they can change it before any privacy damage is done
friendica2014-10-28 19:29:37 -07:00
4891eb5b01
Merge pull request #668 from git-marijus/master
RedMatrix2014-10-28 22:13:33 +11:00
ec8bab7784
change the way tagrm works to allow tag removal on the fly
marijus2014-10-28 11:56:00 +01:00
9cc76cb33d
several unrelated things - auto_follow wasn't working for new accounts, error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
friendica2014-10-27 19:21:41 -07:00
d4d44b7a87
couple of other places where we need to reset stuff completely if the role changes
friendica2014-10-26 19:47:55 -07:00
812135bfab
reset ACL just in case it was custom already.
friendica2014-10-26 19:41:53 -07:00
655c3e1b47
put privacy role selector in settings page. Change visibility of various permissions items accordingly.
friendica2014-10-26 19:32:12 -07:00
d2af45d206
use intval rather than dbesc since these are ints. Should work regardless, but this makes it consistent with the way we do most other queries.
friendica2014-10-26 15:49:00 -07:00
6497e78956
some work on photos like/dislike
marijus2014-10-25 15:23:20 +02:00
59e19a1f45
moved post_to_red to its own project ( https://github.com/friendica/wptored ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL.
friendica2014-10-25 01:03:36 -07:00
98bce0e719
the to-do list is getting longer again.
friendica2014-10-24 14:31:21 -07:00
ce8a891682
doh - this needs to be markdown, not bbcode
friendica2014-10-24 14:18:02 -07:00
1a9b8d4f0c
don't offer forum (@name+) completion in comments, since it won't do anything.
friendica2014-10-23 22:00:16 -07:00
34781433c1
I'm speechless. This is just reckless. Set a context flag in text using a context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr.
friendica2014-10-23 21:20:12 -07:00
f524fb1f20
generalise the output format of xchan_fetch so it matches the input format
friendica2014-10-23 19:41:42 -07:00
39d53a16c6
Merge pull request #659 from zzottel/master
zzottel2014-10-23 14:01:23 +02:00
53ee9f664f
update to German strings
zottel2014-10-23 13:59:49 +02:00
0ebfee8f87
wrong permalink on remote events
friendica2014-10-23 01:36:01 -07:00
58c692e389
improved wall-to-wall detection for comments so we can handle Diaspora signing and wall-to-wall attribution correctly. Do it at the point of submission. This also fixes a potential bug in yesterday's wall-to-wall permission setting, if it was a local comment to a remote post.
friendica2014-10-22 20:39:49 -07:00
902b5c52e5
backtrack on attribution for wall-to-wall comments - triggered too often and unnecessarily.
friendica2014-10-22 18:14:21 -07:00
d7cb5c0436
you've gotta' be on your toes to catch this bug... though it's been here for about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was.
friendica2014-10-22 16:41:06 -07:00
b27790302b
Doco - politics, unwritten pages, links, and stuff. Nothing major.
Thomas Willingham2014-10-22 23:13:17 +01:00
77fb1c2ee6
Doco - some clean up to install - keep politics out of it, 80 columnise it and whitespace.
Thomas Willingham2014-10-22 20:22:37 +01:00
d5edd89dd2
when removing a channel, check to see if there are any valid hublocs remaining before marking the xchan deleted. Issue #657friendica2014-10-21 17:04:52 -07:00
cb15c73dae
move all theme initialisation to one place - just after calling module_init. Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
friendica2014-10-20 16:47:58 -07:00
6fbd77069b
Merge pull request #2 from friendica/master
pafcu2014-10-21 00:02:08 +03:00
d02162ee83
minor correction and typo
marijus2014-10-20 23:01:58 +02:00
c080c420ba
not quite there yet but getting closer
marijus2014-10-20 22:46:14 +02:00