- 04 Mar, 2019 3 commits
- 27 Feb, 2019 3 commits
-
-
Néfix authored
Now users can be created. By default, ID's aren't going to be ActivityPub ID's, they're just going to be the username. This is because if in a future ActivityPub becomes obsolete and another standard cames in, the change is going to be really easy to do. This means that the ActivityPub ID's are going to be generated dinamically when needed.
- 26 Feb, 2019 4 commits
-
-
Néfix authored
Woops! :-)
-
Néfix authored
Now the test asserts that there are no errors and the id is unexported
-
Néfix authored
- Added database migrations for the User model - Created a method to get a user from the DB
-
Néfix authored
There are lots of things that are missing, but they're going to be addded in a future.
-
- 25 Feb, 2019 9 commits
- 13 Feb, 2019 2 commits
- 12 Feb, 2019 5 commits
-
-
Néfix authored
This function is the responsible for opening the DB connection and do the (future) migrations. Also added the directory to the configuration package (and corrected a typo there). For the DB choice I chose Badger.
-
Néfix authored
All the files should have a license header with the license (AGPL)
-
Néfix authored
This package is the responsible for managing all the configuration of Marmota. It uses Viper underneath to make everything smoother and easier to use (also for the final user).
-
Néfix authored
-
Néfix authored
Now you can easily do one search and get the search results of artists, releases, and records
-
- 11 Feb, 2019 1 commit
-
-
Néfix authored
Testify is going to help a lot when writting tests
-
- 06 Feb, 2019 1 commit
-
-
Néfix authored
Created the Go Modules file and all the rest of files needed for developing using Nix as package manager
-
- 05 Feb, 2019 1 commit
-
-
Néfix Estrada authored
-