rup.git
2021-03-05 Greg BurriMerge branch 'master' of euphorik.ch:rup into master master
2021-03-05 Greg BurriUpdate todo
2020-09-11 Grégory BurriMove profile settings in the root Cargo.toml
2020-09-11 Grégory BurriBe able to use 'sass.bat' on Windows.
2020-09-10 Greg BurriAdd a DB module (not used for the moment)
2020-09-10 Greg BurriCSS -> SASS
2020-09-10 Greg BurriAdd a common crate.
2020-09-10 Greg BurriMove all the backend code to a 'backend' directory.
2020-09-09 Grégory BurriUpdate dependencies
2020-09-07 Grégory BurriAutomatically create a default file config if it doesn...
2020-09-02 Grégory BurriAutomatically generate a key if the key file isn't...
2020-09-02 Grégory BurriAdd a new format version (2) for encrypted text.
2020-08-31 Grégory BurriUpdate dependencies
2020-08-25 Grégory BurriUpdate dependencies
2020-08-18 Grégory BurriIncrease line height
2020-08-17 Grégory BurriUpdate dependencies
2020-08-12 Grégory BurriUpdate dependencies
2020-05-07 Grégory BurriUpdate dependencies
2020-04-23 Grégory BurriUpdate dependencies
2020-02-28 Grégory BurriUpdate to last version of actix-web.
2019-08-27 Grégory BurriCheck the size of the message before decrypting it.
2019-08-08 www-dataAutomatically stop and start the service when deploying...w
2019-08-08 Grégory BurriCleaning, thanks Clippy.
2019-08-08 www-dataCleaning
2019-08-08 www-dataDo not overwrite configuration.
2019-08-08 www-dataAdd a deploy script.
2019-08-07 Greg BurriUse the key file to decipher the message given as http...
2019-08-07 Grégory BurriCleaning+comments.
2019-08-07 Grégory BurriRemove old F# implementation.
2019-08-07 Greg BurriAdd decipher function.
2019-08-05 Greg BurriImplementation of 'encrypt'.
2019-07-26 Greg BurriDecode from base64
2019-07-21 Greg BurriRead and decode key file
2019-07-12 Greg BurriAdd the F# implementation.
2019-07-12 Greg BurriParse command line argument.
2019-07-05 Greg BurriAdd a configuration file + crypto module interface
2019-06-23 Greg BurriAdd files watcher.
2019-06-23 Greg BurriInitial commit