Skip to content

Releases: juliosao/saofileserver

M3U

12 Nov 19:29
Compare
Choose a tag to compare
M3U Pre-release
Pre-release

Although many changes are not visible, this version is a major version compared with the previous. For users, the main new feature included in saofileserver v0.10 is the ability to create .m3u files with the media present in a directory. Once created, m3u files are download to your machine and can be used with VLC and other players.

In the other hand there are many internal changes:

  • Saofileserver was separated into a main app and bundles offering extra functionality. (Per example player is a bundle and can be removed or disabled without affecting main server functionality) Bundle management will probably included in future released.
  • Installation process has changed and now is more reliable.
  • There was a major rework of the source code. Most of code was modernized to newer standard of JavaScript.

Users

20 Jan 18:58
Compare
Choose a tag to compare
Users Pre-release
Pre-release
  • After hability to upload files and change password now admin user has de hability to add new users to the system
  • A lot of changes where made into CSS, now there is no Bootstrap nor jQuery needed, resulting in a lighter application

Uploads

26 Oct 11:11
Compare
Choose a tag to compare
Uploads Pre-release
Pre-release

In addition to a lot of changes under the hood:

  • File explorer screen has been redesigned and more readable
  • Ability to upload files
  • Users can now change their password correctly

Bundles

16 Jun 18:38
Compare
Choose a tag to compare

UI changes

  • Improved installer. Installer now is cleaner and looks better.

Internal changes

  • App can now take advantage of sub-apps called bundles. The bundles enabled in this version are the following:

    • Installer.
    • Player.
    • User config.
  • Now, users have a numeric ID, this will make quicker some planned database operations.

  • Download now can provide an start and end position of a file to download.

  • The API 'player/play.php' has been removed due fso/download.php can now provide the same functionallity.

Player improved

08 Jun 16:21
Compare
Choose a tag to compare
Player improved Pre-release
Pre-release
  • Now player manages better video and audio playlists

Improved file list

02 Jun 11:18
Compare
Choose a tag to compare
Improved file list Pre-release
Pre-release

Improved file list

  • Now filelist is render as a table providen a more organize file list
  • Bootstrap: Better accesibility for mobile devices
  • Now, UI informs about free and total disk space

Improved player

04 Apr 18:43
Compare
Choose a tag to compare
Improved player Pre-release
Pre-release
  • Player now supports MP3 and OGG playback
  • Player now can play a whole directory of mp3 or ogg files

Player Added

22 Mar 20:16
Compare
Choose a tag to compare
Player Added Pre-release
Pre-release

This version adds:

  • Video player for .mp4 files
  • Bugfixes
  • Better responsive CSS

Maintainment release

22 Feb 21:45
Compare
Choose a tag to compare

This release solves some bugs of the 0.1
Also has better control of module loading.

Initial release

22 Feb 19:46
Compare
Choose a tag to compare

-Very initial release
-Probably buggie