8542127274
Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put content wrapper back now JS is fixed for features page.
Thomas Willingham2013-09-18 02:45:49 +01:00
4fa68c7f3d
missing verb on items linked to photos
friendica2013-09-17 17:53:44 -07:00
9d718ac529
sync photo permissions with the attached item whenever they change.
friendica2013-09-17 17:38:43 -07:00
3354abfd42
add -C cfgfile option to shred to allow multiple configurations. I just added the option for multiple configs, I didn't make it work as it requires quite a bit of change to the shred program flow; which tries to load the default config before doing anything at all.
friendica2013-09-17 01:31:46 -07:00
4335ef68d6
assuming permissions are correct, unobscure photo comments. Should probably make sure permissions are correct and figure out why some photo comments on public photos are getting stored with privacy. This probably requires that whenever we change photo permissions for linked photos/items we change the item permissions to match. They might be out of sync.
friendica2013-09-16 22:56:36 -07:00
a78b76d393
more work on viewing obscured api posts
friendica2013-09-16 22:51:39 -07:00
c6d6c01fb6
use prepare_body in api calls to properly render content, add 'mode' to conversation templates so that themes can use the module context to suppress or show comments as desired
friendica2013-09-16 22:40:53 -07:00
9bff739d96
several oauth fixes - shred doesn't completely work yet, but it also doesn't completely NOT work, so at least there's some improvement
friendica2013-09-16 21:35:52 -07:00
3554bab83a
Content wrapper breaks feature settings. Get rid of it as a quick fix until I get a chance to work out why it works everywhere except there.
Thomas Willingham2013-09-16 05:01:25 +01:00
b3575484c7
don't create a directory sync notification (entry in the updates table) if the site record was updated - without checking first to see if anything changed. This is causing lots of sync entries when nothing changed to warrant it.
friendica2013-09-15 19:04:11 -07:00
129a119c84
implement what I hope will now be the server side of directory sync, add viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it.
friendica2013-09-15 03:48:43 -07:00
a36cc949a1
this might fix "find channels" but I can't test the keyword search until this is running on a production site.
friendica2013-09-14 16:11:15 -07:00
095939f0d8
First try to tell a comment from a like/dislike in notification system
mrjive2013-09-14 20:28:56 +02:00
94417eecba
import_xchan - check every known hubloc/location field and create a new hubloc if anything at all changed anywhere.
friendica2013-09-14 01:56:25 -07:00
83e086edcd
doc update, put more telemetry on notifier and try to ensure that private posts have recipients.
friendica2013-09-13 04:51:55 -07:00
cf87653a92
need to figure out what's causing this
friendica2013-09-12 22:50:41 -07:00
e9ea80f2f6
No point beating a dead horse
friendica2013-09-12 21:54:15 -07:00
3a2d11bde1
so public_recips and allowed_public_recips is working so much better than before, but was still not quite right. We seem to be getting all the right results for top-level posts now, but comments aren't getting through on channels for which we've allowed them to send us their stream, but not comment on our posts. The reason is we were seeing if they could comment - and we only need to do that if we own the post. If they own the post, we only need to check if they can send us their stream.
friendica2013-09-12 20:11:56 -07:00
037fd43fbd
more remote error reporting for zot
friendica2013-09-12 16:52:58 -07:00
816d764aec
remove some debugging stuff now that the problem they were trying to locate down has been solved.
friendica2013-09-12 03:26:24 -07:00
2c06a2c163
implement tip from Mike, corrected the sql statement
Michael Meer2013-09-11 15:24:26 +02:00
82f4b1767e
delete logger line; was the wrong place.
Michael Meer2013-09-11 14:05:33 +02:00
2228264772
flag failed auth attempts in DB table hubloc
Michael Meer2013-09-11 13:59:45 +02:00
d593b40d9a
assuming this doesn't blow up the internet like the last fix - this is a very old bug that's been reported time and time again and nobody every bothered to debug or even report it somewhere where we could monitor it. It's buried somewhere in my stream, but basically is "things don't work right if you've got 'everybody in my address book' permissions" on "can send me their channel stream and posts". I think this is Michelle's problem and anybody else who has en empty matrix after making lots of connections.
friendica2013-09-11 02:03:37 -07:00
3c328083d2
this should fix the foreign language like notifications (again)
friendica2013-09-10 21:10:56 -07:00
46c66e2e4c
change wording on item_store message so we can find failures fast with grep item_store logfile | grep -v created
friendica2013-09-10 20:14:12 -07:00
3e5414cf35
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
friendica2013-09-10 19:06:06 -07:00
72f562c190
z_fetch_url - include curl debug info in return array and log it (at logger_data level) on failure This should probably be at a lower log level, but unsuccessful connections could happen a lot on a busy production site so we'll try to keep the log noise down unless somebody really needs to track this info.
friendica2013-09-10 17:09:10 -07:00
f9e6e1c3d2
Preparation to maintain HubLocs from adminpanel. This should act as basis for a kind of traffic light to get an overview.
Michael Meer2013-09-09 12:18:39 +02:00
25a5a5ff4d
some alteration to the way directory sync was originally supposed to work. I'm making this up as I go and not exactly certain where to go next but it makes more sense now and I think the basic idea will actually work. I'll just have to keep making it up until it does work.
friendica2013-09-09 01:05:29 -07:00
6b0c8831ff
fix the recipient and subject localisation of failed update emails
friendica2013-09-08 22:56:53 -07:00
2c90a73695
change from refresh_all to a directory update - which does a refresh_all and also updates the directory.
friendica2013-09-08 21:12:23 -07:00
a09829a1ee
perform a refresh_all when an import has completed so that all your connections get a fresh update.
friendica2013-09-08 21:05:39 -07:00
e11f2a9b02
make sure new contacts who are not yet in the address book are sync'd across clone instances
friendica2013-09-08 20:38:15 -07:00