Cameron
|
273b877e16
|
Update to Rust 2024 edition
Formatted code.
|
2025-09-01 13:36:27 -04:00 |
|
Cameron
|
3ce1b84604
|
Sort on recursive search
Run clippy
|
2024-12-06 11:21:42 -05:00 |
|
Cameron Cordes
|
4ded708911
|
Extract FileSystem to a trait for better testability
Added some tests around filtering and searching by Tags. Added the
ability to use an in-memory Sqlite DB for more integration tests.
|
2023-03-22 15:17:33 -04:00 |
|
Cameron Cordes
|
de4041bd17
|
Refactor tags services and added tests
Implemented some functionality which will allow the service
configuration of the app to be split among the features for readability
and testability.
|
2023-03-19 15:05:20 -04:00 |
|
Cameron Cordes
|
68bfcbf85f
|
Update and Migrate Diesel to 2.0
Almost have tag support working, still figuring out how to get photo
tags.
|
2023-03-18 14:43:41 -04:00 |
|
Cameron Cordes
|
8939ffbaf5
|
Create Tag tables and Add Tag endpoint
|
2021-10-11 21:52:06 -04:00 |
|
Cameron Cordes
|
2c50b4ae2f
|
Add anyhow, Improve Auth token code
Moved test helper code to its own module.
|
2021-10-07 20:32:36 -04:00 |
|
Cameron Cordes
|
9d823fdc51
|
Create file metadata endpoint
This allows retrieving create/modify date as well as file size for any
file in the BASE_PATH.
|
2021-05-19 08:53:20 -04:00 |
|
Cameron Cordes
|
2e97086751
|
FavoritesDao for querying, adding and removing favorites
Core Repos/ImageApi/pipeline/head Something is wrong with the build of this commit
Core Repos/ImageApi/pipeline/pr-master This commit looks good
|
2021-03-27 16:33:45 -04:00 |
|
Cameron Cordes
|
31e95dc158
|
Fix some lint warning and simplify some code
|
2021-03-25 13:17:58 -04:00 |
|
Cameron Cordes
|
a2a9c27f12
|
Use Actix worker thread for database operations
|
2021-03-17 22:30:02 -04:00 |
|
Cameron Cordes
|
3611f46004
|
Fix test name and simplify helper
|
2021-03-04 16:37:19 -05:00 |
|
Cameron Cordes
|
e5ad88abd6
|
Create UserDao and unit tests for login
|
2021-02-26 08:48:33 -05:00 |
|
Cameron Cordes
|
c774edd7dd
|
Add Favorite GET, and POST endpoints
|
2020-08-07 23:11:15 -04:00 |
|
Cameron Cordes
|
82203d9a41
|
Create Account endpoint works
|
2020-07-08 09:19:27 -04:00 |
|
Cameron Cordes
|
e3bb607d95
|
Fix token parsing and require Auth for list files
|
2020-07-07 22:37:20 -04:00 |
|
Cameron Cordes
|
2aa1b61429
|
Move database into the main app
I was having issues including the lib as a crate, its fine just being a
module for now.
|
2020-07-07 21:48:29 -04:00 |
|