|
|
|
@@ -2,7 +2,7 @@ class VersionReleasesController < ApplicationController |
|
|
|
include ApplicationHelper |
|
|
|
before_action :load_repository |
|
|
|
before_action :set_user |
|
|
|
before_action :require_login, except: [:index, :show] |
|
|
|
before_action :require_login, except: [:index, :show, :download] |
|
|
|
before_action :check_release_authorize, except: [:index, :show, :download] |
|
|
|
before_action :find_version , only: [:show, :edit, :update, :destroy] |
|
|
|
|
|
|
|
|