Age | Commit message (Collapse) | Author |
|
|
|
This is a initial UI album implementation. This should cover the most
basic album navigation.
This is still plenty to do :)
|
|
|
|
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.
|
|
Let the use pick if they want to preload videos' metadata.
|
|
Now media also base on user folder to fetch its media.
|
|
Now files follow user path configuration
|
|
|
|
Finish moving all repositories to a repository package. This should
reduce the amount of packages.
|
|
To make things easier and reduce the number of package I'll move all
repository to one folder, starting with auth and user repository.
Also implements all testing on top of the repository interface with a im
memory implementation. This will later make mescling unit and
integration easier.
|