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