refs #299,#36,#40,#37,#33 closed

This commit is contained in:
2017-01-16 18:44:02 +01:00
parent c3db9d0166
commit f5e50d1164
18 changed files with 174 additions and 88 deletions
+5 -1
View File
@@ -35,6 +35,10 @@ public class SOMConfig {
public static final int COUNTDOWN_COUNTER = 3;
// Images per Page in the Gallery
public static final int IMAGES_PER_PAGE = 9;
// Limot of Parallel Uploads
public static final int PARALLEL_UPLOADS = 10;
// Cloud Credentials
public static final String CLOUD_CREDENTIALS = "upload:geheim";
// Make the Scaling Algorithm switchable
public static final int SCALING_GRAPHICS_2D = 0;
public static final int SCALING_IMAGE_ICON = 1;
@@ -70,7 +74,7 @@ public class SOMConfig {
*
* @return
*/
private static String getEventPicDir() {
public static String getEventPicDir() {
// get current Date in String for Upload-dir
Calendar cal = Calendar.getInstance();
DateFormat df = new SimpleDateFormat("yyyy/MM/dd");