Michael Ball

Results 182 issues of Michael Ball

I think there's some tidying up that can happen soon. - [x] Get the main server on openresty 1.15.x - [x] Update lapis to 1.8.x - [x] update luarocks to...

ops

We could do this by saving a cookie of previous_path (except on the login pages) and redirecting there if present. Or we could just try to always set a redirect...

We should be sending data to Sentry. Lapis has performance hooks built in, so this shouldn't be too hard.

If nginx rejects your request, it will still return HTML -- which cloud.js doesn't handle well. We should return JSON. Two example configs: https://gist.github.com/lextoumbourou/d6221deb818da4f342ea https://gist.github.com/weapp/99049e69477f924dafa7

snap-cloud.CS10.org should not redirect to snap.berkeley.edu it should just continue to serve the app from that domain.

In general, we will increasingly want more integrations, but I am not sure about what: * Log outs and sessions should be more closely synced #258 * Profile info can...

discourse

I think the `can_` permission checks should just always return true for admins.

We should have an API + front end option for IP banning a user. Ideally, we'd add an expiration time. For consistency, we should probably log the user id of...

We should have a simple script to sync data. * dump prod db * restore prod db to staging * sync admin + test / etc user project files *...

enhancement
ops

This has been there since the beginning.. If a project has a remix, then the 30 day trigger fails because of foreign key constraints in the DB, so we need...