Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Releases: SpringRoll/SpringRollConnect

1.5.2

21 Aug 16:57
0955cd2
Compare
Choose a tag to compare
  • Fixing some bugs in a Jade/Pug template
  • Updates to packages to allow Node 10 installations to work properly

1.5.0

15 Aug 15:18
Compare
Choose a tag to compare

Protocol-independent URLs to allow for full HTTPS deployments

1.4.0

16 Feb 21:54
49d2814
Compare
Choose a tag to compare

Adds file download compressed and uncompressed size fields to the results for any game api query, allowing api consumers to know how large releases are before they're downloaded and uncompressed.

1.3.12

01 Aug 14:33
Compare
Choose a tag to compare

Fixed a bug where if removing a group from a game all privileges are removed.

1.3.11

20 Jan 03:14
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where admins could no longer delete users from groups

1.3.10

06 Jan 15:37
Compare
Choose a tag to compare

A small update adding "updated" field to show the last time this release was updated for the /release and /releases API calls.

1.3.9

17 Dec 14:19
Compare
Choose a tag to compare

Changes

  • Fixed the interface to more responsively work with touch events (for instance, the confirm dialog, search lists selection, search results removing, etc)

1.3.8

15 Dec 18:25
Compare
Choose a tag to compare

Changes

  • Added games search to the navigation bar (only accessible for users with admin privilege):

screen shot 2015-12-15 at 1 22 49 pm

1.3.7

15 Dec 00:59
Compare
Choose a tag to compare

Changes

  • Added documentation for the games API
  • Added proper token access to games API
  • Added an updated-by field to the releases
  • Fixed the game API by status to reflect the status hierarchy

1.3.6

11 Dec 15:28
Compare
Choose a tag to compare
  • Added a new /api/games?status=(dev|qa|stage|prod)&token=1234567890 API call to allow querying for all games that match the query criteria.