Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reverted back API version to 0.81 with updates in outdate files
  • Loading branch information
GhaziTriki committed Jul 31, 2014
1 parent ab82955 commit 57d7a15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bigbluebutton-web/grails-app/conf/bigbluebutton.properties
Expand Up @@ -130,7 +130,7 @@ defaultAvatarURL=${bigbluebutton.web.serverURL}/client/avatar.png
# The URL of the default configuration
defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml

apiVersion=0.9.0-dev
apiVersion=0.81

# Salt which is used by 3rd-party apps to authenticate api calls
securitySalt=856a5d0d0bb3fe37b1e2e6ba3f4d8287
Expand Down
Expand Up @@ -51,7 +51,7 @@ class ApiController {
private static final String ROLE_MODERATOR = "MODERATOR";
private static final String ROLE_ATTENDEE = "VIEWER";
private static final String SECURITY_SALT = '639259d4-9dd8-4b25-bf01-95f9567eaf4b'
private static final String API_VERSION = '0.9.0-dev'
private static final String API_VERSION = '0.81'

MeetingService meetingService;
PresentationService presentationService
Expand Down
Expand Up @@ -129,7 +129,7 @@ defaultAvatarURL=${bigbluebutton.web.serverURL}/client/avatar.png
# The URL of the default configuration
defaultConfigURL=${bigbluebutton.web.serverURL}/client/conf/config.xml

apiVersion=0.9.0-dev
apiVersion=0.81

# Salt which is used by 3rd-party apps to authenticate api calls
securitySalt=0c3eaac5b455b4353ec826fce1657ad8
Expand Down
Expand Up @@ -51,7 +51,7 @@ class ApiController {
private static final String ROLE_MODERATOR = "MODERATOR";
private static final String ROLE_ATTENDEE = "VIEWER";
private static final String SECURITY_SALT = '639259d4-9dd8-4b25-bf01-95f9567eaf4b'
private static final String API_VERSION = '0.8'
private static final String API_VERSION = '0.81'

MeetingService meetingService;
PresentationService presentationService
Expand Down
Expand Up @@ -12,7 +12,7 @@ import org.bigbluebutton.api.messaging.NullMessagingService;
import org.bigbluebutton.api.messaging.MessagingService;

class ApiControllerTests {//extends ControllerUnitTestCase {
final String API_VERSION = "0.7"
final String API_VERSION = "0.81"
final boolean SERVICE_ENABLED = true;
final String SALT = 'ab56fda9fc1c2bde2d65ff76134b47ad'
final int DEF_MAX_USERS = 20
Expand Down

0 comments on commit 57d7a15

Please sign in to comment.