Fixed SSH authentication + uploads folder check

This commit is contained in:
NGPixel
2017-02-11 16:21:50 -05:00
parent c6853a0315
commit 3b5c0a9b74
5 changed files with 32 additions and 15 deletions
+6
View File
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Fixed
- Fixed folder name typo during uploads folder permissions check
- Fixed SSH authentication for Git
### Changed
- Removed separate OAuth authentication option. Select basic authentication to use tokens.
## [v1.0-beta.3] - 2017-02-10
### Added