diff --git a/dist/main.js b/dist/main.js index a0baca8..2f34561 100644 Binary files a/dist/main.js and b/dist/main.js differ diff --git a/php/access/Access.php b/php/access/Access.php index b60f725..8a145c8 100644 --- a/php/access/Access.php +++ b/php/access/Access.php @@ -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!'); diff --git a/php/access/Admin.php b/php/access/Admin.php index 54a756e..ad30060 100644 --- a/php/access/Admin.php +++ b/php/access/Admin.php @@ -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!'); diff --git a/php/access/Guest.php b/php/access/Guest.php index f05ea89..ecea6e4 100644 --- a/php/access/Guest.php +++ b/php/access/Guest.php @@ -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!'); diff --git a/php/access/Installation.php b/php/access/Installation.php index 9d10d9c..4e56c31 100644 --- a/php/access/Installation.php +++ b/php/access/Installation.php @@ -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!'); diff --git a/php/api.php b/php/api.php index fa79b4a..f85f536 100755 --- a/php/api.php +++ b/php/api.php @@ -2,7 +2,7 @@ ### # @name API -# @copyright 2014 by Tobias Reich +# @copyright 2015 by Tobias Reich ### @ini_set('max_execution_time', '200'); diff --git a/php/autoload.php b/php/autoload.php index 7cd6444..91df00c 100644 --- a/php/autoload.php +++ b/php/autoload.php @@ -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!'); diff --git a/php/database/update_020100.php b/php/database/update_020100.php index b7f07e4..a230ef9 100644 --- a/php/database/update_020100.php +++ b/php/database/update_020100.php @@ -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)); diff --git a/php/database/update_020101.php b/php/database/update_020101.php index 006efbb..6a02658 100644 --- a/php/database/update_020101.php +++ b/php/database/update_020101.php @@ -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)); diff --git a/php/database/update_020200.php b/php/database/update_020200.php index abd4957..4d3269e 100644 --- a/php/database/update_020200.php +++ b/php/database/update_020200.php @@ -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)); diff --git a/php/database/update_020500.php b/php/database/update_020500.php index e643f7c..9e2bf3d 100644 --- a/php/database/update_020500.php +++ b/php/database/update_020500.php @@ -2,7 +2,7 @@ ### # @name Update to version 2.5 -# @copyright 2014 by Tobias Reich +# @copyright 2015 by Tobias Reich ### # Add `plugins` diff --git a/php/database/update_020505.php b/php/database/update_020505.php index 6c07567..e205126 100644 --- a/php/database/update_020505.php +++ b/php/database/update_020505.php @@ -2,7 +2,7 @@ ### # @name Update to version 2.5.5 -# @copyright 2014 by Tobias Reich +# @copyright 2015 by Tobias Reich ### # Add `checksum` diff --git a/php/database/update_020601.php b/php/database/update_020601.php index 9d97cfb..8dec41c 100644 --- a/php/database/update_020601.php +++ b/php/database/update_020601.php @@ -2,7 +2,7 @@ ### # @name Update to version 2.6.1 -# @copyright 2014 by Tobias Reich +# @copyright 2015 by Tobias Reich ### # Add `downloadable` diff --git a/php/database/update_020602.php b/php/database/update_020602.php index 1247de3..d6962c3 100644 --- a/php/database/update_020602.php +++ b/php/database/update_020602.php @@ -2,7 +2,7 @@ ### # @name Update to version 2.6.2 -# @copyright 2014 by Tobias Reich +# @copyright 2015 by Tobias Reich ### # Add a checksum diff --git a/php/database/update_020700.php b/php/database/update_020700.php index ab80677..c233745 100644 --- a/php/database/update_020700.php +++ b/php/database/update_020700.php @@ -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 diff --git a/php/define.php b/php/define.php index a3650c5..80a18ba 100644 --- a/php/define.php +++ b/php/define.php @@ -2,7 +2,7 @@ ### # @name Define -# @copyright 2014 by Tobias Reich +# @copyright 2015 by Tobias Reich ### # Define root diff --git a/php/modules/Album.php b/php/modules/Album.php index 3dbd6b7..51b5e20 100644 --- a/php/modules/Album.php +++ b/php/modules/Album.php @@ -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!'); diff --git a/php/modules/Database.php b/php/modules/Database.php index 430ebda..4b76216 100755 --- a/php/modules/Database.php +++ b/php/modules/Database.php @@ -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!'); diff --git a/php/modules/Import.php b/php/modules/Import.php index c8313bb..8f5f7b9 100644 --- a/php/modules/Import.php +++ b/php/modules/Import.php @@ -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!'); diff --git a/php/modules/Log.php b/php/modules/Log.php index 5e161ac..1725020 100644 --- a/php/modules/Log.php +++ b/php/modules/Log.php @@ -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!'); diff --git a/php/modules/Module.php b/php/modules/Module.php index 09b6cd7..3e8b672 100644 --- a/php/modules/Module.php +++ b/php/modules/Module.php @@ -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!'); diff --git a/php/modules/Photo.php b/php/modules/Photo.php index 1dfdab4..101f1fc 100755 --- a/php/modules/Photo.php +++ b/php/modules/Photo.php @@ -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!'); diff --git a/php/modules/Plugins.php b/php/modules/Plugins.php index 6a0aa45..1cca42b 100644 --- a/php/modules/Plugins.php +++ b/php/modules/Plugins.php @@ -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!'); diff --git a/php/modules/Session.php b/php/modules/Session.php index 0f3f9b1..10da0ba 100755 --- a/php/modules/Session.php +++ b/php/modules/Session.php @@ -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!'); diff --git a/php/modules/Settings.php b/php/modules/Settings.php index 8ed8318..2ea74ef 100755 --- a/php/modules/Settings.php +++ b/php/modules/Settings.php @@ -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!'); diff --git a/php/modules/misc.php b/php/modules/misc.php index 967b927..7c52c80 100755 --- a/php/modules/misc.php +++ b/php/modules/misc.php @@ -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!'); diff --git a/src/scripts/album.js b/src/scripts/album.js index 2236f48..a712242 100644 --- a/src/scripts/album.js +++ b/src/scripts/album.js @@ -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 = { diff --git a/src/scripts/albums.js b/src/scripts/albums.js index ef54ce1..f9430ec 100644 --- a/src/scripts/albums.js +++ b/src/scripts/albums.js @@ -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 = { diff --git a/src/scripts/build.js b/src/scripts/build.js index db91590..dbe8e58 100644 --- a/src/scripts/build.js +++ b/src/scripts/build.js @@ -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 = {} diff --git a/src/scripts/contextMenu.js b/src/scripts/contextMenu.js index 36be03d..ec9fa40 100644 --- a/src/scripts/contextMenu.js +++ b/src/scripts/contextMenu.js @@ -1,6 +1,6 @@ /** * @description This module is used for the context menu. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ contextMenu = {} diff --git a/src/scripts/header.js b/src/scripts/header.js index 21ae81e..deaba99 100644 --- a/src/scripts/header.js +++ b/src/scripts/header.js @@ -1,6 +1,6 @@ /** * @description This module takes care of the header. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ header = { diff --git a/src/scripts/init.js b/src/scripts/init.js index 3cabc06..2df8c2b 100755 --- a/src/scripts/init.js +++ b/src/scripts/init.js @@ -1,6 +1,6 @@ /** * @description This module is used for bindings. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ $(document).ready(function() { diff --git a/src/scripts/loadingBar.js b/src/scripts/loadingBar.js index 0fcfac2..94a6287 100755 --- a/src/scripts/loadingBar.js +++ b/src/scripts/loadingBar.js @@ -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 = { diff --git a/src/scripts/lychee.js b/src/scripts/lychee.js index 08bbf02..4abb18a 100644 --- a/src/scripts/lychee.js +++ b/src/scripts/lychee.js @@ -1,6 +1,6 @@ /** * @description This module provides the basic functions of Lychee. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ lychee = { diff --git a/src/scripts/multiselect.js b/src/scripts/multiselect.js index df7cb31..04fa710 100644 --- a/src/scripts/multiselect.js +++ b/src/scripts/multiselect.js @@ -1,6 +1,6 @@ /** * @description Select multiple albums or photos. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ multiselect = {} diff --git a/src/scripts/password.js b/src/scripts/password.js index b782710..f294a64 100644 --- a/src/scripts/password.js +++ b/src/scripts/password.js @@ -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 = { diff --git a/src/scripts/photo.js b/src/scripts/photo.js index b0ab8ba..195da39 100644 --- a/src/scripts/photo.js +++ b/src/scripts/photo.js @@ -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 = { diff --git a/src/scripts/search.js b/src/scripts/search.js index 2cbeea5..db041ac 100755 --- a/src/scripts/search.js +++ b/src/scripts/search.js @@ -1,6 +1,6 @@ /** * @description Searches through your photos and albums. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ search = { diff --git a/src/scripts/settings.js b/src/scripts/settings.js index 67cbfd7..74f6fea 100644 --- a/src/scripts/settings.js +++ b/src/scripts/settings.js @@ -1,6 +1,6 @@ /** * @description Lets you change settings. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ settings = {} diff --git a/src/scripts/swipe.js b/src/scripts/swipe.js index 8949ab8..54af271 100644 --- a/src/scripts/swipe.js +++ b/src/scripts/swipe.js @@ -1,6 +1,6 @@ /** * @description Swipes and moves an object. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ swipe = { diff --git a/src/scripts/upload.js b/src/scripts/upload.js index 349ebf5..52a2275 100755 --- a/src/scripts/upload.js +++ b/src/scripts/upload.js @@ -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 = {} diff --git a/src/scripts/view.js b/src/scripts/view.js index 9266a2b..2668b71 100644 --- a/src/scripts/view.js +++ b/src/scripts/view.js @@ -1,6 +1,6 @@ /** * @description Responsible to reflect data changes to the UI. - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ view = {} diff --git a/src/scripts/view/main.js b/src/scripts/view/main.js index 0241341..6555616 100644 --- a/src/scripts/view/main.js +++ b/src/scripts/view/main.js @@ -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'), diff --git a/src/scripts/visible.js b/src/scripts/visible.js index d4a6e06..15ad6d3 100755 --- a/src/scripts/visible.js +++ b/src/scripts/visible.js @@ -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 = {} diff --git a/src/styles/_animations.scss b/src/styles/_animations.scss index d58e591..efbb271 100755 --- a/src/styles/_animations.scss +++ b/src/styles/_animations.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ /* Animation Setter ------------------------------------------------*/ diff --git a/src/styles/_content.scss b/src/styles/_content.scss index c440ed8..b085045 100644 --- a/src/styles/_content.scss +++ b/src/styles/_content.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ #content { diff --git a/src/styles/_contextmenu.scss b/src/styles/_contextmenu.scss index 96fc83c..bad7373 100644 --- a/src/styles/_contextmenu.scss +++ b/src/styles/_contextmenu.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ /* Context ------------------------------------------------*/ diff --git a/src/styles/_etc.scss b/src/styles/_etc.scss index 7b0fbb9..f8ea685 100644 --- a/src/styles/_etc.scss +++ b/src/styles/_etc.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ /* Functions ------------------------------------------------*/ diff --git a/src/styles/_header.scss b/src/styles/_header.scss index 25b269d..6524d53 100644 --- a/src/styles/_header.scss +++ b/src/styles/_header.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ header { diff --git a/src/styles/_imageview.scss b/src/styles/_imageview.scss index 7af66c8..a9c85f8 100644 --- a/src/styles/_imageview.scss +++ b/src/styles/_imageview.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ #imageview { diff --git a/src/styles/_infobox.scss b/src/styles/_infobox.scss index 69667a8..041c9d5 100644 --- a/src/styles/_infobox.scss +++ b/src/styles/_infobox.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ #infobox_overlay { diff --git a/src/styles/_loading.scss b/src/styles/_loading.scss index 9739f9a..f2f1eeb 100644 --- a/src/styles/_loading.scss +++ b/src/styles/_loading.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ #loading { diff --git a/src/styles/_mediaquery.scss b/src/styles/_mediaquery.scss index 2efa854..16b8cde 100644 --- a/src/styles/_mediaquery.scss +++ b/src/styles/_mediaquery.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ @media only screen and (max-width: 900px) { diff --git a/src/styles/_message.scss b/src/styles/_message.scss index be54cd2..bfa8a4b 100644 --- a/src/styles/_message.scss +++ b/src/styles/_message.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ .basicModalContainer { diff --git a/src/styles/_multiselect.scss b/src/styles/_multiselect.scss index e17d2d8..c2e9e8e 100644 --- a/src/styles/_multiselect.scss +++ b/src/styles/_multiselect.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ #multiselect { diff --git a/src/styles/main.scss b/src/styles/main.scss index 58580e1..1b86ca9 100755 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1,5 +1,5 @@ /** - * @copyright 2014 by Tobias Reich + * @copyright 2015 by Tobias Reich */ @import 'etc';