Age | Commit message (Expand) | Author |
2019-01-10 | Fix AArch64 build by disabling yubico1.6.0 | Daniel García |
2019-01-08 | Mention HTTPS needed for Chrome | Daniel García |
2019-01-08 | Of course I forgot the year... | Daniel García |
2019-01-08 | Update dependencies and web vault | Daniel García |
2019-01-08 | Update README | Daniel García |
2019-01-08 | Implement put collections | Daniel García |
2019-01-08 | Include IP in invalid admin token error | Daniel García |
2019-01-08 | Only create invitations when SMTP is disabled, and ignore invitations if we h... | Daniel García |
2019-01-08 | Make sure an invitation is created when reinviting | Daniel García |
2019-01-07 | Remove whitespace before processing tokens | Daniel García |
2019-01-07 | Changed reinvite check and removed obsolete comment | Daniel García |
2019-01-07 | Make the admin retype the user name before deleting | Daniel García |
2019-01-07 | Print unauthorized error message | Daniel García |
2019-01-07 | Fix missing .env error in Dockerfile, the .env file is not needed for the Doc... | Daniel García |
2019-01-06 | Rename included .env file to .env.template and ignored .env | Daniel García |
2019-01-06 | Merge pull request #323 from njfox/invite_accepted_email | Daniel García |
2019-01-05 | Refactor generate_invite_claims, make org_name and org_id optional | Nick Fox |
2019-01-05 | Refactor invited_by_email check | Nick Fox |
2019-01-05 | Fix formatting and add vault link to notification emails | Nick Fox |
2019-01-05 | Merge pull request #326 from mprasil/vault_2.8.0 | Daniel García |
2019-01-05 | Update Vault to 2.8.0 | Miroslav Prasil |
2019-01-04 | Update admin page to work with new invitation flow | Nick Fox |
2019-01-04 | Updated dependencies to use u2f crate directly, and some style changes | Daniel García |
2019-01-02 | Send emails to inviters/invitees when invites are accepted/confirmed | Nick Fox |
2019-01-02 | Replace invite/reinvite email functions with generic send_email | Nick Fox |
2019-01-01 | Merge pull request #321 from njfox/migrate_readme_to_wiki | Daniel García |
2019-01-01 | Remove redundant docs files | Nick Fox |
2018-12-31 | Remove redundant information from README after moving it to the wiki | Nick Fox |
2018-12-31 | Add build.rs to dockerfile | Daniel García |
2018-12-30 | Update documentation for admin page | Daniel García |
2018-12-30 | Start using rustfmt and some style changes to make some lines shorter | Daniel García |
2018-12-30 | Add build script to get some Git info to later show in admin panel, and add s... | Daniel García |
2018-12-30 | Updated Error to implement Display and Debug, instead of using custom methods | Daniel García |
2018-12-30 | Removed invalid todo | Daniel García |
2018-12-30 | Remove config option for admin email, embdedded admin page, managed IO::Error... | Daniel García |
2018-12-30 | Modified navigation bar and corrected some comments | Daniel García |
2018-12-30 | Implemented better errors for JWT | Daniel García |
2018-12-30 | Use new Errors in latest changes | Daniel García |
2018-12-30 | Finish invite functionality, and remove virtual organization | Daniel García |
2018-12-30 | Implemented proper error handling, now we can do `user.save($conn)?;` and it ... | Daniel García |
2018-12-30 | Embed the icon in the binary, no need to download when it's not going to change | Daniel García |
2018-12-30 | Fixed delete user when 2FA is enabled, implemented delete user for admin pane... | Daniel García |
2018-12-30 | Initial version of admin panel, list users and reload user list works. No ser... | Daniel García |
2018-12-30 | Remove vault patch file, and point users to the vault builds repo for the patch | Daniel García |
2018-12-30 | Merge pull request #318 from njfox/reinvite_endpoint | Daniel García |
2018-12-30 | Refactor invite claims and disallow reinvites to virtual_org | Nick Fox |
2018-12-29 | Add more detail to invitation not found error | Nick Fox |
2018-12-29 | Implement reinvite endpoint | Nick Fox |
2018-12-28 | Merge pull request #315 from aksdb/master | Daniel García |
2018-12-28 | Merge pull request #314 from mprasil/find_by_user_uuid | Daniel García |