aboutsummaryrefslogtreecommitdiff
path: root/pkg/service
AgeCommit message (Collapse)Author
2023-07-22feat: Add user managementGabriel Arakaki Giovanini
As many things it is on crude state. The settings.go has become a big mess, but I have achieve MVP, so from now one things shall improve as I'll spent more time on refactoring.
2023-07-20feat: Add option to preload metadataGabriel Arakaki Giovanini
Let the use pick if they want to preload videos' metadata.
2023-07-19feat: Move last page to qtplGabriel Arakaki Giovanini
2023-07-19ref: Move auth functions to serviceGabriel Arakaki Giovanini
2023-07-19fix: Fix path not storing properlyGabriel Arakaki Giovanini
Also, initial user is now created as admin.
2023-07-18feat: Move to user path mediaGabriel Arakaki Giovanini
Now media also base on user folder to fetch its media.
2023-07-04feat: Add user based filesGabriel Arakaki Giovanini
Now files follow user path configuration
2023-06-29ref: Move all controller under the same folderGabriel Arakaki Giovanini
Move all controller to the same folder and rename them to service. Moving them to the same folder allow an easier setup for testing.