Updated copyright
This commit is contained in:
parent
7a970a55ed
commit
0630554789
BIN
dist/main.js
vendored
BIN
dist/main.js
vendored
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Access
|
# @name Access
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Admin Access
|
# @name Admin Access
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Guest Access (Public Mode)
|
# @name Guest Access (Public Mode)
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Installation Access
|
# @name Installation Access
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name API
|
# @name API
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
@ini_set('max_execution_time', '200');
|
@ini_set('max_execution_time', '200');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Autoload
|
# @name Autoload
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.1
|
# @name Update to version 2.1
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
$query = Database::prepare($database, "SELECT `tags` FROM `?` LIMIT 1", array(LYCHEE_TABLE_PHOTOS));
|
$query = Database::prepare($database, "SELECT `tags` FROM `?` LIMIT 1", array(LYCHEE_TABLE_PHOTOS));
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.1.1
|
# @name Update to version 2.1.1
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
$query = Database::prepare($database, "ALTER TABLE `?` CHANGE `value` `value` VARCHAR( 200 ) NULL DEFAULT ''", array(LYCHEE_TABLE_SETTINGS));
|
$query = Database::prepare($database, "ALTER TABLE `?` CHANGE `value` `value` VARCHAR( 200 ) NULL DEFAULT ''", array(LYCHEE_TABLE_SETTINGS));
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.2
|
# @name Update to version 2.2
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
$query = Database::prepare($database, "SELECT `visible` FROM `?` LIMIT 1", array(LYCHEE_TABLE_ALBUMS));
|
$query = Database::prepare($database, "SELECT `visible` FROM `?` LIMIT 1", array(LYCHEE_TABLE_ALBUMS));
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.5
|
# @name Update to version 2.5
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
# Add `plugins`
|
# Add `plugins`
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.5.5
|
# @name Update to version 2.5.5
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
# Add `checksum`
|
# Add `checksum`
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.6.1
|
# @name Update to version 2.6.1
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
# Add `downloadable`
|
# Add `downloadable`
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.6.2
|
# @name Update to version 2.6.2
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
# Add a checksum
|
# Add a checksum
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Update to version 2.6.2
|
# @name Update to version 2.6.2
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
# Add medium to photos
|
# Add medium to photos
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Define
|
# @name Define
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
# Define root
|
# Define root
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Album Module
|
# @name Album Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Database Module
|
# @name Database Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Upload Module
|
# @name Upload Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Log Module
|
# @name Log Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Module
|
# @name Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Photo Module
|
# @name Photo Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Plugins Module
|
# @name Plugins Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Session Module
|
# @name Session Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Settings Module
|
# @name Settings Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
# @name Misc Module
|
# @name Misc Module
|
||||||
# @copyright 2014 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Takes care of every action an album can handle and execute.
|
* @description Takes care of every action an album can handle and execute.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
album = {
|
album = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Takes care of every action albums can handle and execute.
|
* @description Takes care of every action albums can handle and execute.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
albums = {
|
albums = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description This module is used to generate HTML-Code.
|
* @description This module is used to generate HTML-Code.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
window.build = {}
|
window.build = {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description This module is used for the context menu.
|
* @description This module is used for the context menu.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
contextMenu = {}
|
contextMenu = {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description This module takes care of the header.
|
* @description This module takes care of the header.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header = {
|
header = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description This module is used for bindings.
|
* @description This module is used for bindings.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description This module is used to show and hide the loading bar.
|
* @description This module is used to show and hide the loading bar.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
loadingBar = {
|
loadingBar = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description This module provides the basic functions of Lychee.
|
* @description This module provides the basic functions of Lychee.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
lychee = {
|
lychee = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Select multiple albums or photos.
|
* @description Select multiple albums or photos.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
multiselect = {}
|
multiselect = {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Controls the access to password-protected albums and photos.
|
* @description Controls the access to password-protected albums and photos.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
password = {
|
password = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Takes care of every action a photo can handle and execute.
|
* @description Takes care of every action a photo can handle and execute.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
photo = {
|
photo = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Searches through your photos and albums.
|
* @description Searches through your photos and albums.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
search = {
|
search = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Lets you change settings.
|
* @description Lets you change settings.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
settings = {}
|
settings = {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Swipes and moves an object.
|
* @description Swipes and moves an object.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
swipe = {
|
swipe = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Takes care of every action an album can handle and execute.
|
* @description Takes care of every action an album can handle and execute.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
upload = {}
|
upload = {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Responsible to reflect data changes to the UI.
|
* @description Responsible to reflect data changes to the UI.
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
view = {}
|
view = {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @description Used to view single photos with view.php
|
* @description Used to view single photos with view.php
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var header = $('header'),
|
var header = $('header'),
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @name Visible Module
|
|
||||||
* @description This module is used to check if elements are visible or not.
|
* @description This module is used to check if elements are visible or not.
|
||||||
* @author Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
* @copyright 2014 by Tobias Reich
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
visible = {}
|
visible = {}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Animation Setter ------------------------------------------------*/
|
/* Animation Setter ------------------------------------------------*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Context ------------------------------------------------*/
|
/* Context ------------------------------------------------*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Functions ------------------------------------------------*/
|
/* Functions ------------------------------------------------*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#imageview {
|
#imageview {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#infobox_overlay {
|
#infobox_overlay {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.basicModalContainer {
|
.basicModalContainer {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#multiselect {
|
#multiselect {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* @copyright 2014 by Tobias Reich
|
* @copyright 2015 by Tobias Reich
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import 'etc';
|
@import 'etc';
|
||||||
|
Loading…
Reference in New Issue
Block a user