Antoine Gersant
|
f41f45f600
|
Simplified error boilerplate
|
2020-01-04 16:42:28 -08:00 |
|
Antoine Gersant
|
0b0bfac8fb
|
Name cleanup
|
2020-01-04 09:38:19 -08:00 |
|
Antoine Gersant
|
851d31eef9
|
Fixed compile errors
|
2019-09-02 22:17:26 -07:00 |
|
Antoine Gersant
|
82ea7983aa
|
Instrument index duration
|
2019-09-02 14:28:25 -07:00 |
|
Laurențiu Nicola
|
6d963c059f
|
Use 2018-style macro imports
|
2019-08-06 12:51:15 +03:00 |
|
Laurențiu Nicola
|
57ded63cb8
|
2018 edition idioms
|
2019-08-06 12:31:30 +03:00 |
|
Antoine Gersant
|
e0d3b3034a
|
Fixed warning outside of building tests
|
2019-02-19 18:02:22 -08:00 |
|
Antoine Gersant
|
cc17c6db97
|
Added unit test for /api/search
|
2018-11-12 20:20:56 -08:00 |
|
Antoine Gersant
|
8a4c327fa8
|
Added unit test for api/random
|
2018-11-11 19:20:06 -08:00 |
|
Antoine Gersant
|
5f91da915e
|
Added unit test for api/version
|
2018-11-11 17:49:38 -08:00 |
|
Antoine Gersant
|
4b4ab8145c
|
Rust 2018
|
2018-10-30 23:49:30 -07:00 |
|
Antoine Gersant
|
5786c99b3a
|
Fixed test compilation error
|
2018-10-28 17:07:11 -07:00 |
|
Antoine Gersant
|
84507e4d86
|
Fixed a bug where names with square brackets tripped routing
|
2018-10-28 15:13:34 -07:00 |
|
Antoine Gersant
|
e7a5fcf01b
|
Autoformat
|
2018-10-28 10:53:44 -07:00 |
|
Antoine Gersant
|
36e6016e67
|
Added endpoint for trigger reindex
|
2018-10-28 10:19:07 -07:00 |
|
Antoine Gersant
|
0ebcc8a280
|
Autoformat
|
2018-10-27 17:00:49 -07:00 |
|
Antoine Gersant
|
ccaeaca9d7
|
Formatting
|
2018-10-27 10:43:35 -07:00 |
|
Antoine Gersant
|
b72517995d
|
Clippy suggestions
|
2018-10-27 10:43:18 -07:00 |
|
Antoine Gersant
|
f905bc4f73
|
Added API endpoint to unlink last.fm account
|
2018-10-07 18:06:29 -07:00 |
|
Antoine Gersant
|
fea0b4ef25
|
Updated diesel dependency
|
2018-10-06 18:13:44 -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 |
|
Antoine Gersant
|
a9bdb7bb2d
|
Updated deprecated diesel construct
|
2017-12-12 21:23:29 -08:00 |
|
João Oliveira
|
418c8e52ab
|
add duration to song table and default it's value to None for all
formats on song tags
|
2017-12-03 13:24:04 +00:00 |
|
Antoine Gersant
|
62688a8402
|
Implemented search
|
2017-11-03 13:42:42 -07:00 |
|
Antoine Gersant
|
24c6fcb4f4
|
Formatting
|
2017-11-03 12:29:10 -07:00 |
|
Antoine Gersant
|
e079574879
|
Fixed diesel warnings
|
2017-11-03 12:28:41 -07:00 |
|
Antoine Gersant
|
65f3e268dc
|
Bump to latest diesel, stub search function
|
2017-11-03 12:14:53 -07:00 |
|
João Oliveira
|
55d6e412d6
|
update project to use log crate and replace println! calls with equivalent log level macro calls
|
2017-10-14 04:34:54 +01:00 |
|
Antoine Gersant
|
54c5704133
|
Fixed a bug where it was not possible to flatten the entire collection
|
2017-09-26 23:00:08 -07:00 |
|
Antoine Gersant
|
66e772feb3
|
Added API endpoint to read playlist content
|
2017-09-23 17:56:54 -07:00 |
|
Antoine Gersant
|
488ef5169e
|
read_playlist now uses a SQL join
|
2017-07-10 23:39:30 -07:00 |
|
Antoine Gersant
|
0f0fce66ce
|
Fixed import warnings
|
2017-07-10 22:27:45 -07:00 |
|
Antoine Gersant
|
a44c56ee67
|
Implemented playlist read
|
2017-07-10 22:22:22 -07:00 |
|
Antoine Gersant
|
ad22a3529f
|
Fixed a bug where songs weren't sorted correctly in api/flatten
|
2017-07-10 21:26:57 -07:00 |
|
Antoine Gersant
|
bd537b8134
|
Simplified connection API
|
2017-07-09 23:32:02 -07:00 |
|
Antoine Gersant
|
ec30987d3a
|
Removed unused import
|
2017-07-09 16:13:53 -07:00 |
|
Antoine Gersant
|
88c692e9a5
|
Share test DB function between modules
|
2017-07-09 15:54:08 -07:00 |
|
Antoine Gersant
|
9a9abbe39d
|
Defined SQL random
|
2017-07-08 11:46:32 -07:00 |
|
Antoine Gersant
|
48f5ea9f88
|
Autoformat
|
2017-07-08 02:13:53 -07:00 |
|
Antoine Gersant
|
c5db1f250f
|
Fixed infinite loop in index process after IO errors
|
2017-07-08 01:32:41 -07:00 |
|
Antoine Gersant
|
4b251dd953
|
Added API endpoint to trigger collection reindex
|
2017-07-04 17:16:32 -07:00 |
|
Antoine Gersant
|
f42e40b766
|
Added API endpoint to edit configuration
|
2017-07-01 18:04:52 -07:00 |
|
Antoine Gersant
|
89d746268e
|
Moved config business out of DB struct
|
2017-07-01 13:43:13 -07:00 |
|
Antoine Gersant
|
f498956710
|
Less coupling between DB and Index
|
2017-07-01 13:30:31 -07:00 |
|
Antoine Gersant
|
bdc33a29aa
|
Cosmetic changes
|
2017-07-01 13:09:51 -07:00 |
|
Antoine Gersant
|
312be5e631
|
Moved index functionality out of DB struct
|
2017-07-01 13:06:55 -07:00 |
|
Antoine Gersant
|
c314f7a452
|
Loosen coupling between db and other modules
|
2017-07-01 12:26:14 -07:00 |
|