Nimish

Results 18 issues of Nimish

Allow apps keys to be recovered once an app has been deleted.

## Is your feature request related to a problem? The home screen currently serves very little value once a user has completed the getting started guide. The space between the...

enhancement

### Describe the bug Currently if a user wishes to view their recovery phrase by going to setting and happens enters an incorrect sudo password and clicks unlock the process...

bug
good first issue
frontend
fosshack

## Is your feature request related to a problem? Currently there is no way to disable SSE / server side encryption after it has been enabled. ## Describe the solution...

enhancement
python
frontend
typescript
backend
fosshack

### Describe the bug The user options dropdown in the top left appears to be flowing below the key value action table in the application secrets screen. ![image](https://github.com/user-attachments/assets/09911237-c71f-42cb-8bc9-b5fe41d37195)

bug
good first issue
frontend
fosshack

Considering this as an alternative to https://pkg.go.dev/github.com/jamesruan/[email protected] as it doesn't require CGO.

## :mag: Overview *Provide a brief overview of the context and the problem your pull request aims to solve. Include any relevant background information to help reviewers understand the current...

## :mag: Overview This PR expands the range of possible folder and path names beyond alphanumeric name by adding support snake_case and kebab-case paths. The new regex pattern: ```tsx const...