Erhan Yakut

Results 18 issues of Erhan Yakut

We refactored the PassWall Server. The issues are listed here: https://github.com/pass-wall/passwall-web/issues/55 Can anyone update extension?

For security issues, I am going to change the JWT authetication with HMAC SHA-256 sign in method. So user information shoul be hashed with this method when sending to backend....

enhancement

Our backup system is complicated for end user. We need a simple import mechanism from other companies. User should only chose the source. Of course our job is to provide...

Hello, is there a way to change log output? I want to log into file, not stdout. I think it should be nice to have a helper functin at logger...

Project doesn't have context support. For graceful shutdown Start method and all functions after that should accept context from outside. If context is nil then context.Background() can be used.

Thanks for great repo. We've changed our tool IREC as a platform called Binalyze AIR. So I've updated the readme file. Thank you.

Hello. Did stdin problem solved? How can I do this without using **exec.Command** ```go out, err := sh.OutputWith(envMap, filepath.Join(GOBIN, "gocov"), "convert", coverFile) if err != nil { return fmt.Errorf("failed to...

I think we can add a sorting feature which has these helpers: Sort, SortASC, SortDESC. What do you think @isacikgoz?

User should be able to delete any login with a confirmation as below. The question should be shorter like "Are you sure?" ![Screen Shot 2020-04-17 at 11 25 10](https://user-images.githubusercontent.com/3696314/79548483-30321c80-809e-11ea-806a-7aa854d5acda.png)

User should be able to update login information and can change url, username and password.

enhancement