Commit graph

22 commits

Author SHA1 Message Date
Antoine Gersant
f41f45f600 Simplified error boilerplate 2020-01-04 16:42:28 -08:00
Antoine Gersant
8dbaad98f5 Ditched ring dependency, simplified password hashing 2019-09-28 16:38:43 -07:00
Laurențiu Nicola
6d963c059f Use 2018-style macro imports 2019-08-06 12:51:15 +03:00
Antoine Gersant
4b4ab8145c Rust 2018 2018-10-30 23:49:30 -07:00
Antoine Gersant
0ebcc8a280 Autoformat 2018-10-27 17:00:49 -07:00
Antoine Gersant
f905bc4f73 Added API endpoint to unlink last.fm account 2018-10-07 18:06:29 -07:00
Antoine Gersant
ec69a3568f Fixed clippy lints 2018-10-06 16:29:46 -07:00
Antoine Gersant
0297b351bf Rustfmt 2018-10-06 15:46:30 -07:00
Antoine Gersant
2092813258 Changed LastFM auth flow from application flow to web-flow 2018-10-06 14:41:25 -07:00
Antoine Gersant
c52ec3d30c Added support for lastfm scrobbling
- Added user preferences
- Added time and location to log entries
2018-03-06 21:36:10 -08:00
João Oliveira
f49a0a9503 update ring to version 0.11.0 2017-12-07 14:16:49 +00:00
Antoine Gersant
24c6fcb4f4 Formatting 2017-11-03 12:29:10 -07:00
Antoine Gersant
65f3e268dc Bump to latest diesel, stub search function 2017-11-03 12:14:53 -07:00
Antoine Gersant
bd537b8134 Simplified connection API 2017-07-09 23:32:02 -07:00
Antoine Gersant
27cfa19b77 Added notion of admin accouts, required to read/write settings 2017-07-03 17:38:28 -07:00
Antoine Gersant
f90a98d231 Added API endpoint for initial setup info 2017-07-03 16:12:01 -07:00
Antoine Gersant
1d21d0ff1e Fixed a bug where using an incorrect username would cause HTTP 500 response 2017-07-02 14:56:46 -07:00
Antoine Gersant
921ea0f8e5 Fixed a bug where auth was broken 2017-07-01 18:19:57 -07:00
Antoine Gersant
94ebbed2ec Merged User and NewUser 2017-07-01 13:57:18 -07:00
Antoine Gersant
bdc33a29aa Cosmetic changes 2017-07-01 13:09:51 -07:00
Antoine Gersant
d9532dd22c Moved auth() out of DB struct 2017-07-01 12:42:49 -07:00
Antoine Gersant
ac93ec5b02 Moved user structs out of db module 2017-07-01 11:52:41 -07:00