Delano

Results 54 issues of Delano

@sess = OT::Session.new req.client_ipaddress.to_s, cust.custid.to_s

### Description We need to research and evaluate the Falcon web server as a potential solution for Rack 3 and Ruby 3 feature support in both development and production environments....

dependencies
ops
Performance

# Rack::QueryParser::InvalidParameterError: Invalid %-encoding in URI component ## Description An error is occurring when parsing a URI component due to an invalid percent-encoding. Specifically, the problematic encoding is `(I%jAS;a4P~)`. ##...

bug
ops

# IOError: Closed stream in API status endpoint causing 404 error ## Problem Description An IOError is occurring when trying to access the `/api/v1/status` endpoint, resulting in a 404 error....

bug
ops

## Description An error is occurring in our application due to an invalid byte sequence in UTF-8. This is causing an `ArgumentError` in the Otto gem. The error is being...

bug
ops

## Issue Description When making a POST request to `/api/v1/secret/about`, the Thin server is returning a 404 error and logging an "Invalid request: Content longer than specified" message. This appears...

bug
ops

## Title: NoMethodError: undefined method `key' for nil:NilClass when burning a secret ## Description: I am experiencing a `NoMethodError: undefined method `key' for nil:NilClass` error while attempting to burn a...

bug
ops

### Description This milestone introduces Two-Factor Authentication (2FA) to enhance account security. The implementation will provide users with an additional layer of protection beyond their standard login credentials. ### Key...

security
ux

The current UI for managing incoming secrets is outdated and could be improved to enhance the user experience. This ticket is about overhauling the existing UI to make it more...

tech debt
ux

``` E(1725160352): /var/www/onetimesecret.com/lib/onetime/app/web/views.rb:429:in `init' /var/www/onetimesecret.com/lib/onetime/app/web/views/base.rb:138:in `initialize' /var/www/onetimesecret.com/lib/onetime/app/web/account.rb:327:in `new' /var/www/onetimesecret.com/lib/onetime/app/web/account.rb:327:in `block in account' /var/www/onetimesecret.com/lib/onetime/app/web/web_base.rb:32:in `block in authenticated' /var/www/onetimesecret.com/lib/onetime/app/app_helpers.rb:41:in `carefully' /var/www/onetimesecret.com/lib/onetime/app/web/web_base.rb:20:in `authenticated' /var/www/onetimesecret.com/lib/onetime/app/web/account.rb:322:in `account' /home/unce/.local/rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/otto-1.1.0.pre.alpha3/lib/otto/route.rb:54:in `call' /home/unce/.local/rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/otto-1.1.0.pre.alpha3/lib/otto.rb:108:in `call' /var/www/onetimesecret.com/lib/middleware/handle_invalid_percent_encoding.rb:47:in `call' /var/www/onetimesecret.com/lib/middleware/handle_invalid_utf8.rb:53:in `call'...