mrAceT

Results 40 comments of mrAceT

I really needed this functionality so i performed this hack in my config.php: ``` $user = !empty($_COOKIE['nc_username']) ? $_COOKIE['nc_username'] : ''; if (empty($user) && !empty($_SERVER['PHP_AUTH_USER']) ) { $user = $_SERVER['PHP_AUTH_USER'];...

Hi @vincentneo, I can image a multitude of possibilities, where an extensive log of this data could be valuable, but for the reason for me asking is this: For my...

> So the phone is strapped to the 360 camera? Not now, but when the phone would record yaw/pitch/roll that obviously will be needed. > Right now how it works...

I am running AlmaLinux. Any chance of a pdlib "dnf installer" for PHP version 8.1 ? ``` # dnf search pdlib | grep php Last metadata expiration check: 3:07:51 ago...

> this doesn't seem too hard to me, It must be harder then is seemed ! I have searched the internet and found several other people asking for this exact...

pinafore : can not add multiple accounts on one instance nicolasconstant : started out OK.. but seems more for managing the feeds.. how to start following someone? Hmmmm thedesk.top :...

> If we're talking "I can see and swap between multiple accounts on the same instance" then there's overlap with #1405. In a perfect world I'dd love to be able...

A small update, I've been using mastodon for a while now, and when one wants to use multiple instances there isn't really much need for switching, as one can simply...

I have the same problem, from 4.0.2 to 4.0.2.. looked everywhere.. no trouble in logs, no error, no mention of trouble on the page (I see that nice green box...

**an other update..** I think somewhere in the '/aliases' call there is an (unnecessary) call to a AWS storage engine. And I assume that that module uses the default hostname...