Page MenuHomePhabricator
Feed Advanced Search

Sep 27 2019

storrgie added a comment to T524: OpenID Authentication as an Auth Option.

Apologies, I should have provided more context. We've been futzing with this project which OIDC. We'd be looking to ensure that it works with Dex.

Sep 27 2019, 1:18 AM · Phabricator
storrgie added a comment to T524: OpenID Authentication as an Auth Option.

Would you considered taking prioritized funding for implementing OpenID?

Sep 27 2019, 1:04 AM · Phabricator

Oct 3 2017

storrgie added a comment to T7789: Support Git Large File Storage.

@epriestley I've pinged you via pm about prioritization.

Oct 3 2017, 1:52 PM · Customer Impact, Restricted Project, Files, Diffusion

May 20 2017

storrgie added a comment to T7777: Description for "security.strict-transport-security" is incorrect.

For reference, even though this isn't right. I figured I'd put my notes here for someone else to find and help me out:

location / {
    client_max_body_size 32M;
    proxy_set_header        Host $host;
    proxy_set_header        X-Real-IP $remote_addr;
    proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header        X-Forwarded-Proto $scheme;
    proxy_set_header        X-Frame-Options DENY;
    proxy_set_header        X-XSS-Protection "1; mode=block";
    proxy_set_header        Referrer-Policy no-referrer-when-downgrade;
May 20 2017, 3:10 PM · Documentation
storrgie added a comment to T7777: Description for "security.strict-transport-security" is incorrect.

@jefferai how did you overwrite the headers? I'm encountering this exact same issue.

May 20 2017, 2:47 PM · Documentation

May 2 2017

storrgie added a comment to T12658: Make it more clear what renaming a user does and doesn't affect.

I'm thinking that the "faking" suggestion from above is likely the best situation given user mistake of using an initial name that is undesirable at a later date. I had wrongly thought that the remarkup was "internal form" already, which was a poor assumption.

May 2 2017, 12:22 PM · Customer Impact, Feature Request

May 1 2017

storrgie added a comment to T12658: Make it more clear what renaming a user does and doesn't affect.

I believe I understand now, however then I have one inquiry. Would there be a way to keep some sort of reference between the old username and new one, so if someone clicked/hovered on that mention the lookup would have some context for a rename that occured in the past. Would have to keep a chain then because people might rename more than once.

May 1 2017, 12:24 PM · Customer Impact, Feature Request
storrgie added a comment to T12658: Make it more clear what renaming a user does and doesn't affect.

I didn't anticipate that, conpherence entries would be.... a lot of stuff to slog through.

May 1 2017, 12:21 PM · Customer Impact, Feature Request
storrgie added a comment to T12658: Make it more clear what renaming a user does and doesn't affect.

I've interpreted the text as renaming a user will break references to objects the user has authored/interacted with. As in, a single transaction occurs and user who is named A is now named B, however all objects that were authored/interacted with will still have a reference to user A, which now no longer exists.

May 1 2017, 12:16 PM · Customer Impact, Feature Request
storrgie updated subscribers of T12658: Make it more clear what renaming a user does and doesn't affect.
May 1 2017, 11:44 AM · Customer Impact, Feature Request
storrgie created T12658: Make it more clear what renaming a user does and doesn't affect.
May 1 2017, 11:44 AM · Customer Impact, Feature Request

Feb 25 2017

storrgie added a comment to T5505: Plan Legalpad v2.

We would be prepared to step in for prioritization on this.

Feb 25 2017, 12:49 PM · Restricted Project, Restricted Project

Jan 13 2017

storrgie added a comment to T9640: Make Phabricator compatible with PHP7.

so_good.png (609×659 px, 66 KB)

Jan 13 2017, 12:17 AM · Prioritized, Restricted Project, Infrastructure

Jun 18 2016

storrgie added a comment to T8416: Readonly access to users.

Awesome response, also fair that this won't be primary functionality. I feel our case is extremely edge due to poor environmental composition, which phabricator shouldn't be attempting to solve for us.

Jun 18 2016, 6:05 PM · Maniphest
storrgie added a comment to T8416: Readonly access to users.

Might not be a strong use case, but we stumbled on this while talking internally about it. In our environment we've got many developers using phabricator, and an external 'manager' that basically just wants to see activity, but none of the developers want that manger to have direct interaction with their objects.

Jun 18 2016, 5:18 PM · Maniphest

Jun 9 2016

storrgie added a comment to T9640: Make Phabricator compatible with PHP7.

Macro whatcouldgowrong:

Jun 9 2016, 6:32 PM · Prioritized, Restricted Project, Infrastructure

Jun 8 2016

storrgie added a comment to T10987: /config/issue/ causes coredump in PHP-FPM.

@hach-que can you disable php-apcu from the phabricator install, or do you mean to comment it out in the php/php-fpm config?

Jun 8 2016, 4:51 PM · Bug Report
storrgie added a comment to T10987: /config/issue/ causes coredump in PHP-FPM.

Can confirm this on another instance with the same package versions as what is reported in original post (Arch).

Jun 8 2016, 4:49 PM · Bug Report

Jun 6 2016

storrgie added a comment to T9640: Make Phabricator compatible with PHP7.

So, as a conensus... for php7 installs people are just disabling apc/apcu?

Jun 6 2016, 10:37 PM · Prioritized, Restricted Project, Infrastructure
storrgie added a comment to T10586: Call to undefined function mysql_real_escape_string().

@valentinul can you please let me know what exactly you modified in your php.ini?

Jun 6 2016, 9:18 PM · Setup, Bug Report

Feb 25 2016

storrgie added a comment to T4181: Document (the lack of) init scripts for phd, and be more explicit about `phd launch`.

I changed the unit file to this:

Feb 25 2016, 8:19 PM · Phabricator

Feb 4 2016

storrgie awarded T9378: Build Projects v3 a Love token.
Feb 4 2016, 2:25 PM · Projects (v3), Prioritized

Feb 3 2016

storrgie added a comment to T4947: SELinux / AppArmor ruin everything all the time.

It wasn't too much of a hunt, but I did go easy mode towards the end (audit2allow). For others he is my basic install notes on Fedora 23 server:

Feb 3 2016, 1:54 PM · Setup
storrgie created T10270: Permissions posture for Database.
Feb 3 2016, 1:33 PM · Installing & Upgrading
storrgie added a comment to T4181: Document (the lack of) init scripts for phd, and be more explicit about `phd launch`.

I'm using this unit file, which works when I manually start it or restart it. However, if I do a cold boot of the system the unit fails and I have to ssh in and manually restart it.

Feb 3 2016, 1:11 PM · Phabricator

Feb 1 2016

storrgie added a comment to T7755: Improve reliability of real-time notification delivery.

Correct... I'll dive into that. Although it doesn't look like its a quick/simple config change. I'll report back when I have it running.

Feb 1 2016, 6:30 PM · Conpherence
storrgie added a comment to T7755: Improve reliability of real-time notification delivery.

I'd like to not have the users drop back to other means like hangouts. I was happy to wind down the rocket instance, but I might have to bring it back if there are situations arising where real-time coms are required.

Feb 1 2016, 6:27 PM · Conpherence
storrgie added a comment to T7755: Improve reliability of real-time notification delivery.

Migrated over from rocket.chat (to pick up all the other awesome things within phabricator) and this is one of the first 'issues' I'm seeing with users. Almost everyone is connecting from Fedora 23 boxes with the latex Firefox release (44). It currently feels like you have to _send_ a message to get the updates in the chat room.

Feb 1 2016, 3:59 PM · Conpherence

Jan 31 2016

storrgie added a comment to T9213: Unable to set up a GIT hosted repository.

@rftfaria Did you just disable selinux... or did you work through it?

Jan 31 2016, 12:26 AM · Diffusion
storrgie added a comment to T4947: SELinux / AppArmor ruin everything all the time.

Anyone ever systematically worked through this? it's quite a tangled mess.

Jan 31 2016, 12:25 AM · Setup

Jan 30 2016

storrgie added a comment to T9560: dirname(phabricator-ssh-hook.sh) needs to be owned by root too.

Thanks for this, just got caught by it myself.

Jan 30 2016, 11:35 PM · Diffusion, Documentation
storrgie added a comment to T8972: Editing a room edits the previously selected one.

just got an instance set up and ran into this, adding my voice to say issue is obnoxious.

Jan 30 2016, 1:41 AM · Conpherence (v4)