Antoine Gersant
8a7a63ce61
Less DB coupling with VFS and DDNS
2017-07-01 13:27:57 -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
6202311aa7
Removed locate from DB struct
2017-07-01 12:49:58 -07:00
Antoine Gersant
d9532dd22c
Moved auth() out of DB struct
2017-07-01 12:42:49 -07:00
Antoine Gersant
c314f7a452
Loosen coupling between db and other modules
2017-07-01 12:26:14 -07:00
Antoine Gersant
f9562b5c8c
Cosmetic change
2017-07-01 12:05:13 -07:00
Antoine Gersant
11ff053b9d
Moved index out of db module
2017-07-01 12:03:15 -07:00
Antoine Gersant
48f2913816
Removed models module
2017-07-01 11:59:32 -07:00
Antoine Gersant
e7ef07fe6a
Moved index structs out of models module
2017-07-01 11:56:51 -07:00
Antoine Gersant
ac93ec5b02
Moved user structs out of db module
2017-07-01 11:52:41 -07:00
Antoine Gersant
d70abba47e
Moved MountPoint structure into vfs module
2017-07-01 11:40:31 -07:00
Antoine Gersant
143e1f6761
Removed unecessary index object
2017-07-01 11:07:36 -07:00
Antoine Gersant
ce90377b2d
Removed debug spam
2017-06-29 00:34:52 -07:00
Antoine Gersant
b6b3b8c5b0
Fixed a bug where browse results sort was case sensitive
2017-06-29 00:33:54 -07:00
Antoine Gersant
104381af5d
Less boilerplate for VFS config
2017-06-29 00:16:00 -07:00
Antoine Gersant
29bc678c82
Less verbose use of diesel
2017-06-29 00:06:43 -07:00
Antoine Gersant
e41a5273a8
Autoformat
2017-06-28 23:59:48 -07:00
Antoine Gersant
d87ec09c38
Unify DDNS config struct
2017-06-28 23:58:24 -07:00
Antoine Gersant
96e6b86f04
Removed unused imports
2017-06-28 23:38:53 -07:00
Antoine Gersant
66f59da7b2
Moved resident configuration from .toml file to database
2017-06-28 23:37:48 -07:00
Antoine Gersant
55b49f1ace
Fixed a bug where browse results were not sorted alphabetically
2017-06-27 21:27:45 -07:00
Antoine Gersant
9ee523f8e1
Minor improvements to indexing:
...
- Directories now appear before their content during indexing
- No longer error when cleaning a large number of missing items
2017-06-27 00:50:42 -07:00
Antoine Gersant
3089c6f9ab
Autoformat
2017-06-25 19:53:25 -07:00
Antoine Gersant
723de5c479
Split indexing process from DB API
2017-06-25 19:51:54 -07:00
Antoine Gersant
6cced632b2
Removed test DB
2017-06-25 19:27:46 -07:00
Antoine Gersant
2df90902fb
Autoformat
2017-06-25 18:37:45 -07:00
Antoine Gersant
378c2015b8
Replaced hand-written SQL with diesel
2017-06-25 18:36:54 -07:00
Antoine Gersant
0135538156
Test task now run in release mode
2017-06-25 18:36:33 -07:00
Antoine Gersant
fc4bac94b4
Added VS code tasks for running/testing
2017-06-24 23:26:48 -07:00
Antoine Gersant
63f78efa3d
Added CLI option for custom DB path
2017-06-24 23:26:37 -07:00
Antoine Gersant
b08ebfffb9
Added logo in sticker format
2017-06-24 15:21:45 -07:00
Antoine Gersant
6057a63371
Cargo.lock version update
2017-06-11 23:36:44 -07:00
Antoine Gersant
d539c6241c
Pulled latest polaris-web
2017-06-11 23:33:30 -07:00
Antoine Gersant
e36f14132f
Lowered version number for small release
2017-06-11 23:31:34 -07:00
Antoine Gersant
fa3729340a
Removed unecessary set-cookie header
2017-06-11 23:28:59 -07:00
Antoine Gersant
3298865f22
Updated web client screenshot
2017-06-05 00:13:47 -07:00
Antoine Gersant
95c6508472
Minor correction to uninstall instructions
2017-06-04 18:35:51 -07:00
Antoine Gersant
942ac099c7
autoformat
2017-06-04 18:32:59 -07:00
Antoine Gersant
42fcf70f53
Removed GNU toolchain
2017-06-04 14:51:32 -07:00
Antoine Gersant
e40f11bf25
Updated uuid dependency
2017-06-04 14:29:15 -07:00
Antoine Gersant
1fce42ff02
Updated router dependency
2017-06-04 14:28:07 -07:00
Antoine Gersant
d0ce3630e3
Updated lewton dependency
2017-06-04 14:26:30 -07:00
Antoine Gersant
c8671179d4
Updated image dependency
2017-06-04 14:23:29 -07:00
Antoine Gersant
40ad1d4065
Updated error-chain dependency to latest
2017-06-04 14:22:10 -07:00
Antoine Gersant
3b90b605d5
Allow Rust Beta to fail building
2017-06-04 14:19:58 -07:00
Antoine Gersant
c1b9b59a5f
Automatically detect version number from Cargo.toml
2017-06-04 14:04:45 -07:00
Antoine Gersant
6df085106d
Bumped version number
2017-06-04 13:32:34 -07:00
Antoine Gersant
8d745e8416
Removed Windows Open SSL remains
2017-06-04 13:32:22 -07:00
Antoine Gersant
86e618d2a5
Removed the dependency on OpenSSL on Windows
...
- Replaced session handling by secure_session
- Required updating a bunch of dependencies
- Replaced Hyper Client usage in DDNS by Reqwest (which only uses OpenSSL on Linux)
2017-06-04 13:17:27 -07:00