aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-10Fix AArch64 build by disabling yubico1.6.0Daniel García
2019-01-08Mention HTTPS needed for ChromeDaniel García
2019-01-08Of course I forgot the year...Daniel García
2019-01-08Update dependencies and web vaultDaniel García
2019-01-08Update READMEDaniel García
2019-01-08Implement put collectionsDaniel García
2019-01-08Include IP in invalid admin token errorDaniel García
2019-01-08Only create invitations when SMTP is disabled, and ignore invitations if we ↵Daniel García
have a token. Disallow users from accepting invitation twice
2019-01-08Make sure an invitation is created when reinvitingDaniel García
2019-01-07Remove whitespace before processing tokensDaniel García
2019-01-07Changed reinvite check and removed obsolete commentDaniel García
2019-01-07Make the admin retype the user name before deletingDaniel García
2019-01-07Print unauthorized error messageDaniel García
2019-01-07Fix missing .env error in Dockerfile, the .env file is not needed for the ↵Daniel García
Docker images
2019-01-06Rename included .env file to .env.template and ignored .envDaniel García
2019-01-06Merge pull request #323 from njfox/invite_accepted_emailDaniel García
Send email notifications when invitations are accepted/confirmed
2019-01-05Refactor generate_invite_claims, make org_name and org_id optionalNick Fox
2019-01-05Refactor invited_by_email checkNick Fox
2019-01-05Fix formatting and add vault link to notification emailsNick Fox
2019-01-05Merge pull request #326 from mprasil/vault_2.8.0Daniel García
Update Vault to 2.8.0
2019-01-05Update Vault to 2.8.0Miroslav Prasil
2019-01-04Update admin page to work with new invitation flowNick Fox
2019-01-04Updated dependencies to use u2f crate directly, and some style changesDaniel García
2019-01-02Send emails to inviters/invitees when invites are accepted/confirmedNick Fox
2019-01-02Replace invite/reinvite email functions with generic send_emailNick Fox
2019-01-01Merge pull request #321 from njfox/migrate_readme_to_wikiDaniel García
Remove redundant information from README after moving it to the wiki
2019-01-01Remove redundant docs filesNick Fox
2018-12-31Remove redundant information from README after moving it to the wikiNick Fox
2018-12-31Add build.rs to dockerfileDaniel García
2018-12-30Update documentation for admin pageDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Add build script to get some Git info to later show in admin panel, and add ↵Daniel García
some metadata to Cargo.toml
2018-12-30Updated Error to implement Display and Debug, instead of using custom methodsDaniel García
2018-12-30Removed invalid todoDaniel García
2018-12-30Remove config option for admin email, embdedded admin page, managed ↵Daniel García
IO::Error, and added security and cache headers globally
2018-12-30Modified navigation bar and corrected some commentsDaniel García
2018-12-30Implemented better errors for JWTDaniel García
2018-12-30Use new Errors in latest changesDaniel García
2018-12-30Finish invite functionality, and remove virtual organizationDaniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ↵Daniel García
works. In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
2018-12-30Embed the icon in the binary, no need to download when it's not going to changeDaniel García
2018-12-30Fixed delete user when 2FA is enabled, implemented delete user for admin ↵Daniel García
panel, and the front-end part for invite user. Secured admin panel behind a configurable token.
2018-12-30Initial version of admin panel, list users and reload user list works. No ↵Daniel García
serious auth method yet, password is 'token123'
2018-12-30Remove vault patch file, and point users to the vault builds repo for the patchDaniel García
2018-12-30Merge pull request #318 from njfox/reinvite_endpointDaniel García
Add email reinvite endpoint
2018-12-30Refactor invite claims and disallow reinvites to virtual_orgNick Fox
2018-12-29Add more detail to invitation not found errorNick Fox
2018-12-29Implement reinvite endpointNick Fox
2018-12-28Merge pull request #315 from aksdb/masterDaniel García
Restrict join on users_collections to current user (fixes #313)
2018-12-28Merge pull request #314 from mprasil/find_by_user_uuidDaniel García
Rewrite find_by_user_uuid to use one query