aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-25feat: Move tarbal to a new locationHEAD0.1.0masterGabriel Arakaki Giovanini
2022-07-30ref: Add build to archive codeGabriel Arakaki Giovanini
Also remove automatic build. I'll submit a build once I have a new version. There is no need to do it every commit.
2022-06-25ref: Move source code link to git.sr.htGabriel Arakaki Giovanini
2022-06-25fix: Add rsync to publish siteGabriel Arakaki Giovanini
2022-06-25fix: Remove sudoGabriel Arakaki Giovanini
2022-06-25fix: Add sudo to install scriptGabriel Arakaki Giovanini
2022-06-25ref: Move from gitlab to sr.ht pipelineGabriel Arakaki Giovanini
2022-04-18Merge branch 'master' of gitlab.com:gabrielgio/genpassgabrielgio
2022-04-18feat: Remove WIP and add favicongabrielgio
2022-04-15ref: Add clearer readmegabriel giovanini
2022-03-25fix: Move to textareagabrielgio
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-25fix: Fix stylegabrielgio
Style was placed in the wrong tag, moved it to `label` tag. Now it should behaver better on mobile.
2022-03-25feat: Add footergabrielgio
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-25feat: Add extended ASCIIgabrielgio
Add more chars...
2022-03-25fix: Extend special chargabrielgio
Add missing special ASCII chars.
2022-03-25ref: Add test for edge casegabrielgio
Add test case for when you call with 0 length or no option (upper case, lower case, number and special).
2022-03-25feat: Add test to generate functiongabrielgio
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-25feat: Add options for password generatorgabrielgio
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-25ref: Add actual pass generator functiongabrielgio
Modify `generate` function to actually generate usable.
2022-03-25fix: Move build outputgabrielgio
Move from `www/dist` to `public`. This should solve gitlab pages returning 404.
2022-03-25feat: Add gitlab pipelinegabrielgio
Add gitlab pipeline file so it will build to pages.
2022-03-25ref: Pack bulman.cssgabrielgio
Add `bulma.min.css` file to be copied when bundling `www` project.
2022-03-25feat: Add initial draft for rust wasmgabrielgio
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-25ref: Remove all clojure related Filesgabrielgio
Making room for wasm project.
2021-10-28Update core.cljsgabriel giovanini
2020-08-22Remove this atlassian thrashgabriel giovanini
2020-08-22fix: Remove github workflowgabriel giovanini
2020-08-22Add pipelinegabriel giovanini
2020-07-22Add simple plangabrielgio
2020-07-22Adds bamboo specsgabrielgio
2019-08-23Migrate github actionsGabriel
2019-08-07Remove unecessary filesGabriel
2019-08-07Make genpwd simplerGabriel
2019-08-06Delete .rebel_readline_historyGabriel
2019-07-02Update DockerfileGabriel
2019-07-01Update README.mdGabriel
2019-06-23FixGabriel Giovanini
2019-06-23Fixes magic codeGabriel Giovanini
2019-06-23Simplyfies thingsGabriel Giovanini
2019-06-23Move from input to spanGabriel Giovanini
2019-06-23Add text selectionGabriel Giovanini
2019-06-23Update to layoutGabriel Giovanini
2019-06-23Update to layoutGabriel Giovanini
2019-06-23Update to layout and clean up a bitGabriel Giovanini
2019-06-23Remove footerGabriel Giovanini
2019-06-23Update to layoutGabriel Giovanini
2019-06-23Remove zoom on mobile pagesGabriel Giovanini
2019-06-23Update to layoutGabriel Giovanini
2019-06-22Use a deps imags to speed up pipelineGabriel Giovanini
2019-06-22Add docker imageGabriel Giovanini