Skip to content

Releases: streamaserver/streama

v1.0.5.BETA - Minor Bugfixes

01 Aug 06:29
Compare
Choose a tag to compare
Pre-release
  • Error when using external URL option #203
  • Movies not working with external URL #204

Minor Bugfix

04 Jul 20:30
Compare
Choose a tag to compare
  • Error when attempting to view manually-added videos #169

v1.0.4.BETA - Critical Bugfixes

02 Jul 22:40
Compare
Choose a tag to compare
Pre-release
  • couldnt save movies & shows
  • FIXED: when multiple users accessed the app, CPU sky-rocketed and app had to be manually terminated

v1.0.3.BETA - Bugfixes

02 Jul 18:27
Compare
Choose a tag to compare
Pre-release

#Bugfixes

  • saving show throws 500 due to wrongly named variable
  • add local h2 file instead of memory use

v1.0.2.BETA - Several Bugfixes

02 Jul 16:53
Compare
Choose a tag to compare
Pre-release

Bugfixes

  • fixed h2 config
  • fixed tag display in movies
  • update jquery-version
  • fixed movie typeahead
  • fixed Invited user gets error 500 (thanks @Gikko)
  • add missing invitationLink to user json
  • perform deep rendering for tvShow to correctly display genre
  • fixed problem when adding the show after being removed (thanks @Gikko)
  • fixed duplicated TV Shows (thanks @Gikko)
  • fixed error 500 when adding TV Show (thanks @Gikko)

Translations, Content Highlighting slideshow, FAQ

30 Jun 20:08
Compare
Choose a tag to compare

0.3.1 - 2016-05-18

Features

  • now you dont need to manually parse your SRT files to vtt anymore! the application will do it for you on the fly!

0.3.0- 2016-05-15

Features

  • implemented Multilanguage support for the frontend part of the app! Users can choose in their profile which language they want to see.
    Right now, only English is implemented. You are welcome to contribute! Simply add a copy of the fle at
    /grails-app/assets/javascripts/translations/EN_us.js, name it with your language token, and translate away! Once you mead a Pull Request
    and it gets approved, the language will be added in the profile language selector.
  • Added Content Highlighting for the Dashboard. You can now present your users with a pretty slideshow
  • We now have a help section in streama with some helpful info and FAQ. Thanks @JanneNiemela !
  • Multiple cosmetic changes, thanks @JanneNiemela, @LorenzoGarbanzo, @jsniemela !
  • implemented feature to add videos from external URL (http Link)

v1.0.1.BETA - Bugfixes

11 Jun 21:08
Compare
Choose a tag to compare
Pre-release
  • users didnt display roles
  • invitation link didnt show up for invited users
  • problem when adding the show after being removed #186 (thanks @gkiko!)

v1.0.0.BETA - Now running on Grails3

06 Jun 17:23
Compare
Choose a tag to compare
Pre-release

Reworked the entire application to run with grails3. please use with caution, especially when using an existing database. please backup everything before playing around with this beta :)

Now running the application is easier than ever, you even have the option to run it with an embedded database, so no need for mysql!

for embedded database

all you need is java!
just run the following command and you're all good to go!
java -Dgrails.env=production-no-mysql -jar streama-0.1.war
Note: the database is not in-memory but a separate file created next to your war file, so your data isn't lost when you restart the app.

for mysql database

you will need java and mysql.
just run the following command and you're all good to go!
java -Dgrails.env=prod -jar streama-0.1.war