Commit graph

384 commits

Author SHA1 Message Date
Antoine Gersant
d09e0d96fe
Merge pull request #15 from jxs/master
Calculate flac duration
2017-12-06 21:06:43 -08:00
João Oliveira
4e52572638 update cargo lock 2017-12-04 03:02:38 +00:00
João Oliveira
e0641e5253 add song duration for flac files 2017-12-03 21:35:00 +00: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
d06263cff7 Fixed a bug where search terms with spaces didn't work 2017-11-03 20:09:42 -07:00
Antoine Gersant
962ba5efc7 Merge branch 'search' 2017-11-03 13:50:24 -07: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
Antoine Gersant
96f8480b2d Merge pull request #12 from jxs/master
update project to use log crate and replace println! calls with equivalent log level macro calls
2017-10-14 12:23:44 -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
b24f3f1d10 Merge pull request #13 from jxs/bugfix/api-http-auth
fix bug on api.rs, only insert username in the session if authentication was successful
2017-10-13 18:53:00 -07:00
João Oliveira
130aa70c2b fix bug on api.rs, only insert username in the session if authentication was successful 2017-10-13 18:59:42 +01:00
Antoine Gersant
953dea1929 Bumped version number to 0.7.1 2017-10-08 19:04:44 -07:00
Antoine Gersant
80c37ce1bb Autoformat 2017-10-08 15:26:45 -07:00
Antoine Gersant
8f83d92a42 Merge remote-tracking branch 'origin/master' 2017-10-08 15:26:10 -07:00
Antoine Gersant
f4977f523d Improved performance of thumbnail generation 2017-10-08 15:25:46 -07:00
Antoine Gersant
e5b0ee02d7 Merge pull request #11 from jxs/master
add prefix_url to config options to allow polaris to run behind a reverse proxy
2017-10-07 19:58:39 -07:00
João Oliveira
a82af0f0b8 add prefix_url to config options to allow polaris to run behind a reverse proxy 2017-10-03 00:36:21 +01:00
Antoine Gersant
a3f7223722 Added contributing.md 2017-09-28 23:16:26 -07:00
Antoine Gersant
fec28ceb80 Removed unused import 2017-09-27 00:26:36 -07:00
Antoine Gersant
6c7f80ba46 Bump version to 0.7.0 2017-09-26 23:30:50 -07:00
Antoine Gersant
2ebc6d662c Pulled latest polaris-web 2017-09-26 23:19:25 -07:00
Antoine Gersant
ce4f9ef87f Fixed compiler warnings 2017-09-26 23:15:44 -07:00
Antoine Gersant
6ae9f6b6a0 Autoformat 2017-09-26 23:00:28 -07: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
e9010fd39d Fixed a bug where playlists were overwriting each other 2017-09-24 20:20:37 -07:00
Antoine Gersant
7654d49246 Fixed a bug where playlists that have spaces in their name were unusable 2017-09-24 20:09:44 -07:00
Antoine Gersant
eab2fe7f7f Added API endpoint to delete a playlist 2017-09-24 19:46:51 -07:00
Antoine Gersant
66e772feb3 Added API endpoint to read playlist content 2017-09-23 17:56:54 -07:00
Antoine Gersant
15d9e2f0b5 Added support for HTTP Range header 2017-09-23 16:46:12 -07:00
Antoine Gersant
70e2ea9d7b Fixed runtime error on windows (-f option not defined) 2017-09-21 22:35:53 -07:00
Antoine Gersant
85f0b77b2b Autoformat 2017-09-21 21:38:09 -07:00
Antoine Gersant
12c5a1f731 Merge remote-tracking branch 'origin/master' 2017-09-21 21:36:20 -07:00
Antoine Gersant
533a4716ef Updated toml dependency 2017-09-21 21:34:06 -07:00
Antoine Gersant
9e48409653 Updated dependencies 2017-09-21 21:32:42 -07:00
Antoine Gersant
fbc1004f88 Merge pull request #9 from jxs/master
allow polaris to run on a custom defined port
2017-09-21 20:54:32 -07:00
João Oliveira
69feab3bcc allow polaris to run on a custom defined port 2017-09-21 12:36:18 +01:00
Antoine Gersant
d3f51ee594 Merge pull request #7 from jxs/master
allow polaris to run in foreground
2017-09-17 12:32:54 -07:00
João Oliveira
36e85e82e5 - allow polaris to run in foreground
- add cli help message
2017-09-17 15:48:52 +01:00
Antoine Gersant
f181363727 Allow non-admin users to user playlists 2017-07-17 23:09:43 -07:00
Antoine Gersant
4f1cfa7be6 Added API endpoint to fetch playlists 2017-07-17 22:57:36 -07:00
Antoine Gersant
c921454930 Updated program icon 2017-07-17 22:34:30 -07:00
Antoine Gersant
c582c17f39 Added API endpoint to save playlist 2017-07-16 13:22:08 -07:00
Antoine Gersant
f6e871bb03 Cosmetic change 2017-07-11 23:51:56 -07:00
Antoine Gersant
b73e0db1f5 Removed unecessary field 2017-07-11 20:13:58 -07:00
Antoine Gersant
5111a8b2ba Update playlist content within a transaction 2017-07-11 00:02:13 -07:00
Antoine Gersant
488ef5169e read_playlist now uses a SQL join 2017-07-10 23:39:30 -07:00
Antoine Gersant
9d0ecc5531 Fixed SQL error when reading large playlist 2017-07-10 22:33:00 -07:00