Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-25 | fix: Add sudo to install script | Gabriel Arakaki Giovanini | |
2022-06-25 | ref: Move from gitlab to sr.ht pipeline | Gabriel Arakaki Giovanini | |
2022-04-18 | Merge branch 'master' of gitlab.com:gabrielgio/genpass | gabrielgio | |
2022-04-18 | feat: Remove WIP and add favicon | gabrielgio | |
2022-04-15 | ref: Add clearer readme | gabriel giovanini | |
2022-03-25 | fix: Move to textarea | gabrielgio | |
Moving password output from `label` to `textarea`. I couldn't get label to work as I wanted so I move it to a readonly textarea. | |||
2022-03-25 | fix: Fix style | gabrielgio | |
Style was placed in the wrong tag, moved it to `label` tag. Now it should behaver better on mobile. | |||
2022-03-25 | feat: Add footer | gabrielgio | |
Add footer to link to gitlab repo. Also make extended ASCII unchecked by defaul. I think some people may find that too harsh. | |||
2022-03-25 | feat: Add extended ASCII | gabrielgio | |
Add more chars... | |||
2022-03-25 | fix: Extend special char | gabrielgio | |
Add missing special ASCII chars. | |||
2022-03-25 | ref: Add test for edge case | gabrielgio | |
Add test case for when you call with 0 length or no option (upper case, lower case, number and special). | |||
2022-03-25 | feat: Add test to generate function | gabrielgio | |
Add testing for `generate` rust function. That function is pretty much the whole bussiness logic of the application and as far as I can see the only one worth testing. | |||
2022-03-25 | feat: Add options for password generator | gabrielgio | |
Add new options to generate a passowrd: - upper letters - lower letters - numbers - special Special needs to be worked on still, as probably there are some char missing. | |||
2022-03-25 | ref: Add actual pass generator function | gabrielgio | |
Modify `generate` function to actually generate usable. | |||
2022-03-25 | fix: Move build output | gabrielgio | |
Move from `www/dist` to `public`. This should solve gitlab pages returning 404. | |||
2022-03-25 | feat: Add gitlab pipeline | gabrielgio | |
Add gitlab pipeline file so it will build to pages. | |||
2022-03-25 | ref: Pack bulman.css | gabrielgio | |
Add `bulma.min.css` file to be copied when bundling `www` project. | |||
2022-03-25 | feat: Add initial draft for rust wasm | gabrielgio | |
It adds the initial tooling for build and publishing a static site with wasm. The generate code is barebones, that is just a PoC for tooling, later I'll add proper code logic and test for it. | |||
2022-03-25 | ref: Remove all clojure related Files | gabrielgio | |
Making room for wasm project. | |||
2021-10-28 | Update core.cljs | gabriel giovanini | |
2020-08-22 | Remove this atlassian thrash | gabriel giovanini | |
2020-08-22 | fix: Remove github workflow | gabriel giovanini | |
2020-08-22 | Add pipeline | gabriel giovanini | |
2020-07-22 | Add simple plan | gabrielgio | |
2020-07-22 | Adds bamboo specs | gabrielgio | |
2019-08-23 | Migrate github actions | Gabriel | |
2019-08-07 | Remove unecessary files | Gabriel | |
2019-08-07 | Make genpwd simpler | Gabriel | |
2019-08-06 | Delete .rebel_readline_history | Gabriel | |
2019-07-02 | Update Dockerfile | Gabriel | |
2019-07-01 | Update README.md | Gabriel | |
2019-06-23 | Fix | Gabriel Giovanini | |
2019-06-23 | Fixes magic code | Gabriel Giovanini | |
2019-06-23 | Simplyfies things | Gabriel Giovanini | |
2019-06-23 | Move from input to span | Gabriel Giovanini | |
2019-06-23 | Add text selection | Gabriel Giovanini | |
2019-06-23 | Update to layout | Gabriel Giovanini | |
2019-06-23 | Update to layout | Gabriel Giovanini | |
2019-06-23 | Update to layout and clean up a bit | Gabriel Giovanini | |
2019-06-23 | Remove footer | Gabriel Giovanini | |
2019-06-23 | Update to layout | Gabriel Giovanini | |
2019-06-23 | Remove zoom on mobile pages | Gabriel Giovanini | |
2019-06-23 | Update to layout | Gabriel Giovanini | |
2019-06-22 | Use a deps imags to speed up pipeline | Gabriel Giovanini | |
2019-06-22 | Add docker image | Gabriel Giovanini | |
2019-06-22 | Adds github cname | Gabriel Giovanini | |
2019-06-22 | Remove uncessary swp file | Gabriel Giovanini | |
2019-06-22 | Adds a simple layout | Gabriel Giovanini | |
2019-06-22 | Fixes args | Gabriel Giovanini | |
2019-06-22 | Fixes regex | Gabriel Giovanini | |