feat: add main command
feat: add todos
feat: add signup api
feat: do not repeat code
fix: user return
feat: work out static box
fix: setup static handlers
feat: add share types
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
feat: start static
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
feat: bring back more features
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
add
feat: readd more files
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
feat: add dockerignore
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
feat: gitignore
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
feat: readd submodule
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
* Change the order of commands to be able to cache more layers in case of multiple builds triggered in a row
* Fix#471
* Format Code
* Revert "Change the order of commands to be able to cache more layers in case of multiple builds triggered in a row"
This reverts commit 01362f34ee.
* Adjustment based on the review
* Rename "login-header" to "loginHeader" and prepare auth.method to accept "none" as a value
* Fixed line break
* Readd "lumberjack.v2" import which was removed by gofmt
Sorry - I do my tests and run "gofmt" before comitting the changes - It sadly seems like it is messing up the imports over and over again.
- The user will no longer lost their 'ViewMode' option after being updated in the settings.
- The console will not output errors due tot he scroll function when Mosaic mode is on.