This commit is contained in:
Olivier Paroz 2015-01-27 12:28:18 +01:00
parent 76e6897d16
commit 35e9ca02b8
30 changed files with 29 additions and 31 deletions

View File

@ -91,4 +91,4 @@ coding_style:
size: 4
braces:
classes_functions:
class: end-of-line
class: end-of-line

View File

@ -19,4 +19,4 @@ branches:
# - cd apps/galleryplus
script: ant test
# - phpunit tests
# - phpunit tests

View File

@ -12,4 +12,4 @@ owncloud-galleryplus (1.0.0)
* Prettier albums (@libasys,@oparoz)
* Native SVG support, without conversion (@oparoz)
* Loads the gallery exactly where you were in the Files app (@oparoz)
* Various fixes to the preview generator (@oparoz)
* Various fixes to the preview generator (@oparoz)

View File

@ -658,4 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.
<http://www.gnu.org/licenses/>.

View File

@ -68,4 +68,4 @@ $c->query('API')
* Styles for the Files app
*/
$c->query('API')
->addStyle('slideshow', $appName);
->addStyle('slideshow', $appName);

View File

@ -305,4 +305,4 @@ class Application extends App {
}
}
}

View File

@ -16,4 +16,4 @@
<dependencies>
<owncloud min-version="8"/>
</dependencies>
</info>
</info>

View File

@ -53,4 +53,4 @@ trait JsonHttpError {
$code
);
}
}
}

View File

@ -135,4 +135,4 @@ class PageController extends Controller {
return $errorTemplate;
}
}
}

View File

@ -84,4 +84,4 @@ class PublicServiceController extends ServiceController {
return parent::downloadPreview($file);
}
}
}

View File

@ -313,4 +313,4 @@ class ServiceController extends Controller {
];
}
}
}

View File

@ -331,4 +331,4 @@ class Environment {
throw new NotFoundEnvException($message);
}
}
}

View File

@ -25,4 +25,4 @@ class EnvironmentException extends Exception {
* @param string $msg the message contained in the exception
*/
public function __construct($msg) {}
}
}

View File

@ -15,4 +15,4 @@ namespace OCA\GalleryPlus\Environment;
/**
* Thrown when the service cannot reply to a request
*/
class NotFoundEnvException extends EnvironmentException {}
class NotFoundEnvException extends EnvironmentException {}

View File

@ -200,4 +200,4 @@ abstract class CheckMiddleware extends Middleware {
return new JSONResponse($jsonData, $code);
}
}
}

View File

@ -313,4 +313,4 @@ class EnvCheckMiddleware extends CheckMiddleware {
}
}
}
}

View File

@ -105,4 +105,4 @@ class SharingCheckMiddleware extends CheckMiddleware {
return true;
}
}
}

View File

@ -312,4 +312,4 @@ class Preview {
return $iconData;
}
}
}

View File

@ -39,4 +39,4 @@ trait Base64Encode {
return $previewData;
}
}
}

View File

@ -79,4 +79,4 @@ class DownloadService extends Service {
return $download;
}
}
}

View File

@ -196,4 +196,4 @@ class InfoService extends Service {
return $result;
}
}
}

View File

@ -15,4 +15,4 @@ namespace OCA\GalleryPlus\Service;
/**
* Thrown when the service cannot reply to a request
*/
class NotFoundServiceException extends ServiceException {}
class NotFoundServiceException extends ServiceException {}

View File

@ -227,4 +227,4 @@ class PreviewService extends Service {
return $count > 1;
}
}
}

View File

@ -56,4 +56,4 @@ abstract class Service {
throw new NotFoundServiceException($message);
}
}
}

View File

@ -27,4 +27,4 @@ class ServiceException extends Exception {
public function __construct($msg) {
parent::__construct($msg);
}
}
}

View File

@ -66,4 +66,4 @@ class ThumbnailService {
return $thumbnail;
}
}
}

View File

@ -29,5 +29,3 @@ style(
<p><?php p($l->t('For more info, please ask the person who sent this link.')); ?></p>
</li>
</ul>

View File

@ -7,4 +7,4 @@
<input type="button" class="svg downloadImage icon-view-download"/>
<div class="progress icon-view-pause"/>
</div>
</div>

View File

@ -182,4 +182,4 @@ class Normalizer {
return null;
}
}
}

View File

@ -184,4 +184,4 @@ class SmarterLogger implements ILogger {
}
}
}
}