Updated PortalAuth to 1.6 & CursedScreech to 1.4 (#6)

This commit is contained in:
Nick
2018-01-13 04:02:26 -05:00
committed by Sebastian Kinne
parent a72ce33eed
commit dac3bffe6b
10 changed files with 57 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
January 5, 2018
<br /><br />
- The module now creates expected directories automatically<br />
- Fixed a bug that was introduced with latest version of AngularJS<br />

View File

@@ -0,0 +1,6 @@
January 12, 2018
<br /><br />
- Added changelog for version 1.5<br />
- Added support for .bat files in the payload section<br />
- Added a response when unsupported file types are uploaded<br />

View File

@@ -9,6 +9,7 @@ uploaded they are automatically stored in the proper location based on their fil
<br /><br />
<ul>
<li>.exe => /www/download/windows/</li>
<li>.bat => /www/download/windows/</li>
<li>.zip => /www/download/osx/</li>
<li>.ipk => /www/download/android/</li>
<li>.ipa => /www/download/ios/</li>