This commit is contained in:
Christoph Haas 2017-08-14 08:09:23 +02:00
parent 098afc1924
commit 193d44f89a
27 changed files with 331 additions and 707 deletions

View file

@ -0,0 +1,10 @@
class AdminController < ApplicationController
def status
end
def screenshots
end
def integration
end
end

View file

@ -57,11 +57,6 @@ class PackagesController < ApplicationController
# redirect_to package_path
end
# Receive the descriptions from upload_review and update them
def upload_review2
end
# Legacy action to upload an image along with metadata.
# This was used in Debshots 1.x as the default upload method.
# This method allows that old-style way to upload screenshots.