"use strict";var _templateObject=_taggedTemplateLiteral(["
Are you sure you want to delete the album '$","' and all of the photos it contains? This action can't be undone!
"],["Are you sure you want to delete the album '$","' and all of the photos it contains? This action can't be undone!
"]),_templateObject2=_taggedTemplateLiteral(["Are you sure you want to delete all $"," selected albums and all of the photos they contain? This action can't be undone!
"],["Are you sure you want to delete all $"," selected albums and all of the photos they contain? This action can't be undone!
"]),_templateObject3=_taggedTemplateLiteral([""],[""]),_templateObject4=_taggedTemplateLiteral(["Enter a new title for this album: ","
"],["Enter a new title for this album: ","
"]),_templateObject5=_taggedTemplateLiteral(["Enter a title for all $"," selected albums: ","
"],["Enter a title for all $"," selected albums: ","
"]),_templateObject6=_taggedTemplateLiteral(["Please enter a description for this album:
"],["Please enter a description for this album:
"]),_templateObject7=_taggedTemplateLiteral(["Are you sure you want to merge the album '$","' into the album '$","'?
"],["Are you sure you want to merge the album '$","' into the album '$","'?
"]),_templateObject8=_taggedTemplateLiteral(["Are you sure you want to merge all selected albums into the album '$","'?
"],["Are you sure you want to merge all selected albums into the album '$","'?
"]),_templateObject9=_taggedTemplateLiteral([""],[""]),_templateObject10=_taggedTemplateLiteral(["\n\t \n\t \n\t
\n\tLychee $"," – Update available!
\n\t "],["\n\t\n\t \n\t \n\t
\n\tLychee $"," – Update available!
\n\t "]),_templateObject28=_taggedTemplateLiteral(["Are you sure you want to delete the photo '$","'? This action can't be undone!
"],["Are you sure you want to delete the photo '$","'? This action can't be undone!
"]),_templateObject29=_taggedTemplateLiteral(["Are you sure you want to delete all $"," selected photo? This action can't be undone!
"],["Are you sure you want to delete all $"," selected photo? This action can't be undone!
"]),_templateObject30=_taggedTemplateLiteral(["Enter a new title for this photo: ","
"],["Enter a new title for this photo: ","
"]),_templateObject31=_taggedTemplateLiteral(["Enter a title for all $"," selected photos: ","
"],["Enter a title for all $"," selected photos: ","
"]),_templateObject32=_taggedTemplateLiteral(["Enter a description for this photo:
"],["Enter a description for this photo:
"]),_templateObject33=_taggedTemplateLiteral([""],[""]),_templateObject34=_taggedTemplateLiteral(["Enter your tags for this photo. You can add multiple tags by separating them with a comma: ","
"],["Enter your tags for this photo. You can add multiple tags by separating them with a comma: ","
"]),_templateObject35=_taggedTemplateLiteral(["Enter your tags for all $"," selected photos. Existing tags will be overwritten. You can add multiple tags by separating them with a comma: ","
"],["Enter your tags for all $"," selected photos. Existing tags will be overwritten. You can add multiple tags by separating them with a comma: ","
"]),_templateObject36=_taggedTemplateLiteral(["\n\t\n\t In order to import photos from your Dropbox, you need a valid drop-ins app key from their website. Generate yourself a personal key and enter it below:\n\t \n\t
\n\t "],["\n\t\n\t In order to import photos from your Dropbox, you need a valid drop-ins app key from their website. Generate yourself a personal key and enter it below:\n\t \n\t
\n\t "]),_templateObject37=_taggedTemplateLiteral(["$",""],["$",""]),_templateObject38=_taggedTemplateLiteral(["\n\t\t\tPlease enter the direct link to a photo to import it:
"],["Please enter the direct link to a photo to import it:
"]),_templateObject41=_taggedTemplateLiteral(["This action will import all photos, folders and sub-folders which are located in the following directory. The original files will be deleted after the import when possible.
"],["This action will import all photos, folders and sub-folders which are located in the following directory. The original files will be deleted after the import when possible.
"]),_templateObject42=_taggedTemplateLiteral(["linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(\"$","\")"],["linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(\"$","\")"]);function _taggedTemplateLiteral(strings,raw){return Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}));}function gup(b){b=b.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var a="[\\?&]"+b+"=([^]*)",d=new RegExp(a),c=d.exec(window.location.href);if(c===null)return '';else return c[1];}(function($){var Swipe=function Swipe(el){var self=this;this.el=$(el);this.pos={start:{x:0,y:0},end:{x:0,y:0}};this.startTime;el.on('touchstart',function(e){self.touchStart(e);});el.on('touchmove',function(e){self.touchMove(e);});el.on('touchend',function(e){self.swipeEnd();});el.on('mousedown',function(e){self.mouseDown(e);});};Swipe.prototype={touchStart:function touchStart(e){var touch=e.originalEvent.touches[0];this.swipeStart(e,touch.pageX,touch.pageY);},touchMove:function touchMove(e){var touch=e.originalEvent.touches[0];this.swipeMove(e,touch.pageX,touch.pageY);},mouseDown:function mouseDown(e){var self=this;this.swipeStart(e,e.pageX,e.pageY);this.el.on('mousemove',function(e){self.mouseMove(e);});this.el.on('mouseup',function(){self.mouseUp();});},mouseMove:function mouseMove(e){this.swipeMove(e,e.pageX,e.pageY);},mouseUp:function mouseUp(e){this.swipeEnd(e);this.el.off('mousemove');this.el.off('mouseup');},swipeStart:function swipeStart(e,x,y){this.pos.start.x=x;this.pos.start.y=y;this.pos.end.x=x;this.pos.end.y=y;this.startTime=new Date().getTime();this.trigger('swipeStart',e);},swipeMove:function swipeMove(e,x,y){this.pos.end.x=x;this.pos.end.y=y;this.trigger('swipeMove',e);},swipeEnd:function swipeEnd(e){this.trigger('swipeEnd',e);},trigger:function trigger(e,originalEvent){var self=this;var event=$.Event(e),x=self.pos.start.x-self.pos.end.x,y=self.pos.end.y-self.pos.start.y,radians=Math.atan2(y,x),direction='up',distance=Math.round(Math.sqrt(Math.pow(x,2)+Math.pow(y,2))),angle=Math.round(radians*180/Math.PI),speed=Math.round(distance/(new Date().getTime()-self.startTime)*1000);if(angle<0){angle=360-Math.abs(angle);}if(angle<=45&&angle>=0||angle<=360&&angle>=315){direction='left';}else if(angle>=135&&angle<=225){direction='right';}else if(angle>45&&angle<135){direction='down';}event.originalEvent=originalEvent;event.swipe={x:x,y:y,direction:direction,distance:distance,angle:angle,speed:speed};$(self.el).trigger(event);}};$.fn.swipe=function(){var swipe=new Swipe(this);return this;};})(jQuery); /** * @description Takes care of every action an album can handle and execute. * @copyright 2015 by Tobias Reich */album={json:null};album.getID=function(){var id=null;var isID=function isID(id){if(id==='0'||id==='f'||id==='s'||id==='r')return true;return $.isNumeric(id);};if(photo.json)id=photo.json.album;else if(album.json)id=album.json.id; // Search if(isID(id)===false)id=$('.album:hover, .album.active').attr('data-id');if(isID(id)===false)id=$('.photo:hover, .photo.active').attr('data-album-id');if(isID(id)===true)return id;else return false;};album.load=function(albumID){var refresh=arguments.length<=1||arguments[1]===undefined?false:arguments[1];password.get(albumID,function(){if(refresh===false)lychee.animate('.content','contentZoomOut');var startTime=new Date().getTime();var params={albumID:albumID,password:password.value};api.post('Album::get',params,function(data){var waitTime=0;if(data==='Warning: Album private!'){if(document.location.hash.replace('#','').split('/')[1]!=undefined){ // Display photo only lychee.setMode('view');}else { // Album not public lychee.content.show();lychee.goto('');}return false;}if(data==='Warning: Wrong password!'){album.load(albumID,refresh);return false;}album.json=data; // Calculate delay var durationTime=new Date().getTime()-startTime;if(durationTime>300)waitTime=0;else waitTime=300-durationTime; // Skip delay when refresh is true // Skip delay when opening a blank Lychee if(refresh===true)waitTime=0;if(!visible.albums()&&!visible.photo()&&!visible.album())waitTime=0;setTimeout(function(){view.album.init();if(refresh===false){lychee.animate(lychee.content,'contentZoomIn');header.setMode('album');}},waitTime);});});};album.parse=function(){if(!album.json.title)album.json.title='Untitled';};album.add=function(){var action=function action(data){var title=data.title;var isNumber=function isNumber(n){return !isNaN(parseFloat(n))&&isFinite(n);};basicModal.close();if(title.length===0)title='Untitled';api.post('Album::add',{title:title},function(data){ // Avoid first album to be true if(data===true)data=1;if(data!==false&&isNumber(data)){albums.refresh();lychee.goto(data);}else {lychee.error(null,params,data);}});};basicModal.show({body:"Enter a title for the new album:
",buttons:{action:{title:'Create Album',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});};album.delete=function(albumIDs){var action={},cancel={},msg='';if(!albumIDs)return false;if(albumIDs instanceof Array===false)albumIDs=[albumIDs];action.fn=function(){var params=undefined;basicModal.close();params={albumIDs:albumIDs.join()};api.post('Album::delete',params,function(data){if(visible.albums()){albumIDs.forEach(function(id){albums.json.num--;view.albums.content.delete(id);albums.deleteByID(id);});}else {albums.refresh();lychee.goto('');}if(data!==true)lychee.error(null,params,data);});};if(albumIDs.toString()==='0'){action.title='Clear Unsorted';cancel.title='Keep Unsorted';msg="Are you sure you want to delete all photos from 'Unsorted'?
This action can't be undone!
"+text+"
\n\t\t \n\t\t ";basicModal.show({body:msg,buttons:{action:{title:action.title,fn:action.fn},cancel:{title:'Cancel',fn:basicModal.close}}}); // Active visible by default (public = 0) if(album.json.public==='1'&&album.json.visible==='1'||album.json.public==='0')$('.basicModal .choice input[name="visible"]').click();if(album.json.downloadable==='1')$('.basicModal .choice input[name="downloadable"]').click();$('.basicModal .choice input[name="password"]').on('change',function(){if($(this).prop('checked')===true)$('.basicModal .choice input[name="passwordtext"]').show().focus();else $('.basicModal .choice input[name="passwordtext"]').hide();});return true;} // Set data if(basicModal.visible()){ // Visible modal => Set album public album.json.public='1'; // Set visible if($('.basicModal .choice input[name="visible"]:checked').length===1)album.json.visible='1';else album.json.visible='0'; // Set downloadable if($('.basicModal .choice input[name="downloadable"]:checked').length===1)album.json.downloadable='1';else album.json.downloadable='0'; // Set password if($('.basicModal .choice input[name="password"]:checked').length===1){password=$('.basicModal .choice input[name="passwordtext"]').val();album.json.password='1';}else {password='';album.json.password='0';} // Modal input has been processed, now it can be closed basicModal.close();}else { // Modal not visible => Set album private album.json.public='0';} // Set data and refresh view if(visible.album()){album.json.visible=album.json.public==='0'?'0':album.json.visible;album.json.downloadable=album.json.public==='0'?'0':album.json.downloadable;album.json.password=album.json.public==='0'?'0':album.json.password;view.album.public();view.album.visible();view.album.downloadable();view.album.password();if(album.json.public==='1')contextMenu.shareAlbum(albumID,e);}var params={albumID:albumID,public:album.json.public,password:password,visible:album.json.visible,downloadable:album.json.downloadable};api.post('Album::setPublic',params,function(data){if(data!==true)lychee.error(null,params,data);});};album.share=function(service){var link='',url=location.href;switch(service){case 'twitter':link="https://twitter.com/share?url="+encodeURI(url);break;case 'facebook':link="http://www.facebook.com/sharer.php?u="+encodeURI(url)+"&t="+encodeURI(album.json.title);break;case 'mail':link="mailto:?subject="+encodeURI(album.json.title)+"&body="+encodeURI(url);break;default:link='';break;}if(link!=='')location.href=link;};album.getArchive=function(albumID){var link=undefined,url=api.path+"?function=Album::getArchive&albumID="+albumID;if(location.href.indexOf('index.html')>0)link=location.href.replace(location.hash,'').replace('index.html',url);else link=location.href.replace(location.hash,'')+url;if(lychee.publicMode===true)link+="&password="+encodeURIComponent(password.value);location.href=link;};album.merge=function(albumIDs){var title='',sTitle='',msg='';if(!albumIDs)return false;if(albumIDs instanceof Array===false)albumIDs=[albumIDs]; // Get title of first album if(albums.json)title=albums.getByID(albumIDs[0]).title;if(!title)title='';title=title.replace(/'/g,''');if(albumIDs.length===2){ // Get title of second album if(albums.json)sTitle=albums.getByID(albumIDs[1]).title;if(!sTitle)sTitle='';sTitle=sTitle.replace(/'/g,''');msg=lychee.html(_templateObject7,sTitle,title);}else {msg=lychee.html(_templateObject8,title);}var action=function action(){basicModal.close();var params={albumIDs:albumIDs.join()};api.post('Album::merge',params,function(data){if(data!==true){lychee.error(null,params,data);}else {albums.refresh();albums.load();}});};basicModal.show({body:msg,buttons:{action:{title:'Merge Albums',fn:action,class:'red'},cancel:{title:"Don't Merge",fn:basicModal.close}}});}; /** * @description Takes care of every action albums can handle and execute. * @copyright 2015 by Tobias Reich */albums={json:null};albums.load=function(){var startTime=new Date().getTime();lychee.animate('.content','contentZoomOut');if(albums.json===null){api.post('Album::getAll',{},function(data){var waitTime=0; // Smart Albums if(lychee.publicMode===false)albums._createSmartAlbums(data.smartalbums);albums.json=data; // Calculate delay var durationTime=new Date().getTime()-startTime;if(durationTime>300)waitTime=0;else waitTime=300-durationTime; // Skip delay when opening a blank Lychee if(!visible.albums()&&!visible.photo()&&!visible.album())waitTime=0;if(visible.album()&&lychee.content.html()==='')waitTime=0;setTimeout(function(){header.setMode('albums');view.albums.init();lychee.animate(lychee.content,'contentZoomIn');},waitTime);});}else {setTimeout(function(){header.setMode('albums');view.albums.init();lychee.animate(lychee.content,'contentZoomIn');},300);}};albums.parse=function(album){if(album.password==='1'&&lychee.publicMode===true){album.thumbs[0]='src/images/password.svg';album.thumbs[1]='src/images/password.svg';album.thumbs[2]='src/images/password.svg';}else {if(!album.thumbs[0])album.thumbs[0]='src/images/no_images.svg';if(!album.thumbs[1])album.thumbs[1]='src/images/no_images.svg';if(!album.thumbs[2])album.thumbs[2]='src/images/no_images.svg';}};albums._createSmartAlbums=function(data){data.unsorted={id:0,title:'Unsorted',sysdate:data.unsorted.num+' photos',unsorted:'1',thumbs:data.unsorted.thumbs};data.starred={id:'f',title:'Starred',sysdate:data.starred.num+' photos',star:'1',thumbs:data.starred.thumbs};data.public={id:'s',title:'Public',sysdate:data.public.num+' photos',public:'1',thumbs:data.public.thumbs};data.recent={id:'r',title:'Recent',sysdate:data.recent.num+' photos',recent:'1',thumbs:data.recent.thumbs};};albums.getByID=function(albumID){ // Function returns the JSON of an album if(albumID==null)return undefined;if(!albums.json)return undefined;if(!albums.json.albums)return undefined;var json=undefined;$.each(albums.json.albums,function(i){var elem=albums.json.albums[i];if(elem.id==albumID)json=elem;});return json;};albums.deleteByID=function(albumID){ // Function returns the JSON of an album if(albumID==null)return false;if(!albums.json)return false;if(!albums.json.albums)return false;var deleted=false;$.each(albums.json.albums,function(i){if(albums.json.albums[i].id==albumID){albums.json.albums.splice(i,1);deleted=true;return false;}});return deleted;};albums.refresh=function(){albums.json=null;}; /** * @description This module communicates with Lychee's API * @copyright 2015 by Tobias Reich */api={path:'php/api.php',onError:null};api.post=function(fn,params,callback){loadingBar.show();params=$.extend({function:fn},params);var success=function success(data){setTimeout(function(){return loadingBar.hide();},100); // Catch errors if(typeof data==='string'&&data.substring(0,7)==='Error: '){api.onError(data.substring(7,data.length),params,data);return false;} // Convert 1 to true and an empty string to false if(data==='1')data=true;else if(data==='')data=false; // Convert to JSON if string start with '{' and ends with '}' if(typeof data==='string'&&data.substring(0,1)==='{'&&data.substring(data.length-1,data.length)==='}')data=$.parseJSON(data); // Output response when debug mode is enabled if(lychee.debugMode)console.log(data);callback(data);};var error=function error(jqXHR,textStatus,errorThrown){api.onError('Server error or API not found.',params,errorThrown);};$.ajax({type:'POST',url:api.path,data:params,dataType:'text',success:success,error:error});}; /** * @description This module is used to generate HTML-Code. * @copyright 2015 by Tobias Reich */build={};build.iconic=function(icon){var classes=arguments.length<=1||arguments[1]===undefined?'':arguments[1];var html='';html+=lychee.html(_templateObject9,classes,icon);return html;};build.divider=function(title){var html='';html+=lychee.html(_templateObject10,title);return html;};build.editIcon=function(id){var html='';html+=lychee.html(_templateObject11,id,build.iconic('pencil'));return html;};build.multiselect=function(top,left){return lychee.html(_templateObject12,top,left);};build.album=function(data){var html='';var _lychee$retinize=lychee.retinize(data.thumbs[0]);var thumbPath=_lychee$retinize.path;var thumbRetina=_lychee$retinize.hasRetina;html+=lychee.html(_templateObject13,data.id,data.thumbs[2],data.thumbs[1],thumbPath,thumbRetina,data.title,data.title,data.sysdate);if(lychee.publicMode===false){html+=lychee.html(_templateObject14,data.star==='1'?'badge--visible':'',build.iconic('star'),data.public==='1'?'badge--visible':'',build.iconic('eye'),data.unsorted==='1'?'badge--visible':'',build.iconic('list'),data.recent==='1'?'badge--visible':'',build.iconic('clock'),data.password==='1'?'badge--visible':'',build.iconic('lock-locked'));}html+='No results
";break;case 'eye':html+="No public albums
";break;case 'cog':html+="No configuration
";break;case 'question-mark':html+="Photo not found
";break;}html+="\n\t This album is protected by a password. Enter the password below to view the photos of this album:\n\t \n\t
\n\t ";basicModal.show({body:msg,buttons:{action:{title:'Enter',fn:action},cancel:{title:'Cancel',fn:cancel}}});}; /** * @description Takes care of every action a photo can handle and execute. * @copyright 2015 by Tobias Reich */photo={json:null,cache:null};photo.getID=function(){var id=null;if(photo.json)id=photo.json.id;else id=$('.photo:hover, .photo.active').attr('data-id');if($.isNumeric(id)===true)return id;else return false;};photo.load=function(photoID,albumID){var params={photoID:photoID,albumID:albumID,password:password.value};api.post('Photo::get',params,function(data){var checkPasswd=function checkPasswd(){if(password.value!=='')photo.load(photoID,albumID);else setTimeout(checkPasswd,250);};if(data==='Warning: Photo private!'){lychee.content.show();lychee.goto('');return false;}if(data==='Warning: Wrong password!'){checkPasswd();return false;}photo.json=data;if(!visible.photo())view.photo.show();view.photo.init();lychee.imageview.show();setTimeout(function(){lychee.content.show();photo.preloadNext(photoID);},300);});}; // Preload the next photo for better response time photo.preloadNext=function(photoID){if(album.json&&album.json.content&&album.json.content[photoID]&&album.json.content[photoID].nextPhoto!=''){var nextPhoto=album.json.content[photoID].nextPhoto,url=album.json.content[nextPhoto].url;$('head [data-prefetch]').remove();$('head').append("");}};photo.parse=function(){if(!photo.json.title)photo.json.title='Untitled';};photo.previous=function(animate){if(photo.getID()!==false&&album.json&&album.json.content[photo.getID()]&&album.json.content[photo.getID()].previousPhoto!==''){var delay=0;if(animate===true){delay=200;$('#image').css({WebkitTransform:'translateX(100%)',MozTransform:'translateX(100%)',transform:'translateX(100%)',opacity:0});}setTimeout(function(){if(photo.getID()===false)return false;lychee.goto(album.getID()+'/'+album.json.content[photo.getID()].previousPhoto);},delay);}};photo.next=function(animate){if(photo.getID()!==false&&album.json&&album.json.content[photo.getID()]&&album.json.content[photo.getID()].nextPhoto!==''){var delay=0;if(animate===true){delay=200;$('#image').css({WebkitTransform:'translateX(-100%)',MozTransform:'translateX(-100%)',transform:'translateX(-100%)',opacity:0});}setTimeout(function(){if(photo.getID()===false)return false;lychee.goto(album.getID()+'/'+album.json.content[photo.getID()].nextPhoto);},delay);}};photo.duplicate=function(photoIDs){if(!photoIDs)return false;if(photoIDs instanceof Array===false)photoIDs=[photoIDs];albums.refresh();var params={photoIDs:photoIDs.join()};api.post('Photo::duplicate',params,function(data){if(data!==true)lychee.error(null,params,data);else album.load(album.getID());});};photo.delete=function(photoIDs){var action={},cancel={},msg='',photoTitle='';if(!photoIDs)return false;if(photoIDs instanceof Array===false)photoIDs=[photoIDs];if(photoIDs.length===1){ // Get title if only one photo is selected if(visible.photo())photoTitle=photo.json.title;else photoTitle=album.json.content[photoIDs].title; // Fallback for photos without a title if(photoTitle==='')photoTitle='Untitled';}action.fn=function(){var nextPhoto=undefined,previousPhoto=undefined;basicModal.close();photoIDs.forEach(function(id,index,array){ // Change reference for the next and previous photo if(album.json.content[id].nextPhoto!==''||album.json.content[id].previousPhoto!==''){nextPhoto=album.json.content[id].nextPhoto;previousPhoto=album.json.content[id].previousPhoto;album.json.content[previousPhoto].nextPhoto=nextPhoto;album.json.content[nextPhoto].previousPhoto=previousPhoto;}delete album.json.content[id];view.album.content.delete(id);});albums.refresh(); // Go to next photo if there is a next photo and // next photo is not the current one. Show album otherwise. if(visible.photo()&&nextPhoto!==''&&nextPhoto!==photo.getID())lychee.goto(album.getID()+'/'+nextPhoto);else if(!visible.albums())lychee.goto(album.getID());var params={photoIDs:photoIDs.join()};api.post('Photo::delete',params,function(data){if(data!==true)lychee.error(null,params,data);});};if(photoIDs.length===1){action.title='Delete Photo';cancel.title='Keep Photo';msg=lychee.html(_templateObject28,photoTitle);}else {action.title='Delete Photo';cancel.title='Keep Photo';msg=lychee.html(_templateObject29,photoIDs.length);}basicModal.show({body:msg,buttons:{action:{title:action.title,fn:action.fn,class:'red'},cancel:{title:cancel.title,fn:basicModal.close}}});};photo.setTitle=function(photoIDs){var oldTitle='',msg='';if(!photoIDs)return false;if(photoIDs instanceof Array===false)photoIDs=[photoIDs];if(photoIDs.length===1){ // Get old title if only one photo is selected if(photo.json)oldTitle=photo.json.title;else if(album.json)oldTitle=album.json.content[photoIDs].title;}var action=function action(data){basicModal.close();var newTitle=data.title;if(visible.photo()){photo.json.title=newTitle===''?'Untitled':newTitle;view.photo.title();}photoIDs.forEach(function(id,index,array){album.json.content[id].title=newTitle;view.album.content.title(id);});var params={photoIDs:photoIDs.join(),title:newTitle};api.post('Photo::setTitle',params,function(data){if(data!==true)lychee.error(null,params,data);});};var input=lychee.html(_templateObject3,oldTitle);if(photoIDs.length===1)msg=lychee.html(_templateObject30,input);else msg=lychee.html(_templateObject31,photoIDs.length,input);basicModal.show({body:msg,buttons:{action:{title:'Set title',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});};photo.setAlbum=function(photoIDs,albumID){var nextPhoto=undefined,previousPhoto=undefined;if(!photoIDs)return false;if(photoIDs instanceof Array===false)photoIDs=[photoIDs];if(visible.photo)lychee.goto(album.getID());photoIDs.forEach(function(id,index,array){ // Change reference for the next and previous photo if(album.json.content[id].nextPhoto!==''||album.json.content[id].previousPhoto!==''){nextPhoto=album.json.content[id].nextPhoto;previousPhoto=album.json.content[id].previousPhoto;album.json.content[previousPhoto].nextPhoto=nextPhoto;album.json.content[nextPhoto].previousPhoto=previousPhoto;}delete album.json.content[id];view.album.content.delete(id);});albums.refresh();var params={photoIDs:photoIDs.join(),albumID:albumID};api.post('Photo::setAlbum',params,function(data){if(data!==true)lychee.error(null,params,data);});};photo.setStar=function(photoIDs){if(!photoIDs)return false;if(visible.photo()){photo.json.star=photo.json.star==='0'?'1':'0';view.photo.star();}photoIDs.forEach(function(id,index,array){album.json.content[id].star=album.json.content[id].star==='0'?'1':'0';view.album.content.star(id);});albums.refresh();var params={photoIDs:photoIDs.join()};api.post('Photo::setStar',params,function(data){if(data!==true)lychee.error(null,params,data);});};photo.setPublic=function(photoID,e){if(photo.json.public==='2'){var action=function action(){basicModal.close();lychee.goto(photo.json.original_album);};basicModal.show({body:"This photo is located in a public album. To make this photo private or public, edit the visibility of the associated album.
",buttons:{action:{title:'Show Album',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});return false;}if(visible.photo()){photo.json.public=photo.json.public==='0'?'1':'0';view.photo.public();if(photo.json.public==='1')contextMenu.sharePhoto(photoID,e);}album.json.content[photoID].public=album.json.content[photoID].public==='0'?'1':'0';view.album.content.public(photoID);albums.refresh();api.post('Photo::setPublic',{photoID:photoID},function(data){if(data!==true)lychee.error(null,params,data);});};photo.setDescription=function(photoID){var oldDescription=photo.json.description;var action=function action(data){basicModal.close();var description=data.description;if(visible.photo()){photo.json.description=description;view.photo.description();}var params={photoID:photoID,description:description};api.post('Photo::setDescription',params,function(data){if(data!==true)lychee.error(null,params,data);});};basicModal.show({body:lychee.html(_templateObject32,oldDescription),buttons:{action:{title:'Set Description',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});};photo.editTags=function(photoIDs){var oldTags='',msg='';if(!photoIDs)return false;if(photoIDs instanceof Array===false)photoIDs=[photoIDs]; // Get tags if(visible.photo())oldTags=photo.json.tags;else if(visible.album()&&photoIDs.length===1)oldTags=album.json.content[photoIDs].tags;else if(visible.search()&&photoIDs.length===1)oldTags=album.json.content[photoIDs].tags;else if(visible.album()&&photoIDs.length>1){(function(){var same=true;photoIDs.forEach(function(id,index,array){if(album.json.content[id].tags===album.json.content[photoIDs[0]].tags&&same===true)same=true;else same=false;});if(same===true)oldTags=album.json.content[photoIDs[0]].tags;})();} // Improve tags oldTags=oldTags.replace(/,/g,', ');var action=function action(data){basicModal.close();photo.setTags(photoIDs,data.tags);};var input=lychee.html(_templateObject33,oldTags);if(photoIDs.length===1)msg=lychee.html(_templateObject34,input);else msg=lychee.html(_templateObject35,photoIDs.length,input);basicModal.show({body:msg,buttons:{action:{title:'Set Tags',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});};photo.setTags=function(photoIDs,tags){if(!photoIDs)return false;if(photoIDs instanceof Array===false)photoIDs=[photoIDs]; // Parse tags tags=tags.replace(/(\ ,\ )|(\ ,)|(,\ )|(,{1,}\ {0,})|(,$|^,)/g,',');tags=tags.replace(/,$|^,|(\ ){0,}$/g,'');if(visible.photo()){photo.json.tags=tags;view.photo.tags();}photoIDs.forEach(function(id,index,array){album.json.content[id].tags=tags;});var params={photoIDs:photoIDs.join(),tags:tags};api.post('Photo::setTags',params,function(data){if(data!==true)lychee.error(null,params,data);});};photo.deleteTag=function(photoID,index){var tags=undefined; // Remove tags=photo.json.tags.split(',');tags.splice(index,1); // Save photo.json.tags=tags.toString();photo.setTags([photoID],photo.json.tags);};photo.share=function(photoID,service){var link='',url=photo.getViewLink(photoID);switch(service){case 'twitter':link="https://twitter.com/share?url="+encodeURI(url);break;case 'facebook':link="http://www.facebook.com/sharer.php?u="+encodeURI(url)+"&t="+encodeURI(photo.json.title);break;case 'mail':link="mailto:?subject="+encodeURI(photo.json.title)+"&body="+encodeURI(url);break;case 'dropbox':lychee.loadDropbox(function(){var filename=photo.json.title+'.'+photo.getDirectLink().split('.').pop();Dropbox.save(photo.getDirectLink(),filename);});break;default:link='';break;}if(link.length!=='')location.href=link;};photo.getSize=function(){ // Size can be 'big', 'medium' or 'small' // Default is big // Small is centered in the middle of the screen var size='big',scaled=false,hasMedium=photo.json.medium!=='',pixelRatio=window.devicePixelRatio,view={width:$(window).width()-60,height:$(window).height()-100}; // Detect if the photo will be shown scaled, // because the screen size is smaller than the photo if(photo.json.width>view.width||photo.json.height>view.height)scaled=true; // Calculate pixel ratio of screen if(pixelRatio!=null&&pixelRatio>1){view.width=view.width*pixelRatio;view.height=view.height*pixelRatio;} // Medium available and // Medium still bigger than screen if(hasMedium===true&&1920>view.width&&1080>view.height)size='medium'; // Photo not scaled // Photo smaller then screen if(scaled===false&&photo.json.widthUnable to connect to host database because access was denied. Double-check your host, username and password and ensure that access from your current location is permitted.
',buttons:{action:{title:'Retry',fn:settings.createConfig}}});return false;} // Creation failed if(data.indexOf('Warning: Creation failed!')!==-1){basicModal.show({body:'Unable to create the database. Double-check your host, username and password and ensure that the specified user has the rights to modify and add content to the database.
',buttons:{action:{title:'Retry',fn:settings.createConfig}}});return false;} // Could not create file if(data.indexOf('Warning: Could not create file!')!==-1){basicModal.show({body:"Unable to save this configuration. Permission denied in 'data/'. Please set the read, write and execute rights for others in 'data/' and 'uploads/'. Take a look at the readme for more information.
",buttons:{action:{title:'Retry',fn:settings.createConfig}}});return false;} // Something went wrong basicModal.show({body:'Something unexpected happened. Please try again and check your installation and server. Take a look at the readme for more information.
',buttons:{action:{title:'Retry',fn:settings.createConfig}}});return false;}else { // Configuration successful window.location.reload();}});};var msg="\n\t\n\t Enter your database connection details below:\n\t \n\t \n\t \n\t
\n\t\n\t Lychee will create its own database. If required, you can enter the name of an existing database instead:\n\t \n\t \n\t
\n\t ";basicModal.show({body:msg,buttons:{action:{title:'Connect',fn:action}}});};settings.createLogin=function(){var action=function action(data){var username=data.username,password=data.password;if(username.length<1){basicModal.error('username');return false;}if(password.length<1){basicModal.error('password');return false;}basicModal.close();var params={username:username,password:password};api.post('Settings::setLogin',params,function(data){if(data!==true){basicModal.show({body:'Unable to save login. Please try again with another username and password!
',buttons:{action:{title:'Retry',fn:settings.createLogin}}});}});};var msg="\n\t\n\t Enter a username and password for your installation:\n\t \n\t \n\t
\n\t ";basicModal.show({body:msg,buttons:{action:{title:'Create Login',fn:action}}});};settings.setLogin=function(){var action=function action(data){var oldPassword=data.oldPassword||'',username=data.username||'',password=data.password||'';if(oldPassword.length<1){basicModal.error('oldPassword');return false;}if(username.length<1){basicModal.error('username');return false;}if(password.length<1){basicModal.error('password');return false;}basicModal.close();var params={oldPassword:oldPassword,username:username,password:password};api.post('Settings::setLogin',params,function(data){if(data!==true)lychee.error(null,params,data);});};var msg="\n\t\n\t Enter your current password:\n\t \n\t
\n\t\n\t Your username and password will be changed to the following:\n\t \n\t \n\t
\n\t ";basicModal.show({body:msg,buttons:{action:{title:'Change Login',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});};settings.setSorting=function(){var sortingPhotos=[],sortingAlbums=[];var action=function action(){sortingAlbums[0]=$('.basicModal select#settings_albums_type').val();sortingAlbums[1]=$('.basicModal select#settings_albums_order').val();sortingPhotos[0]=$('.basicModal select#settings_photos_type').val();sortingPhotos[1]=$('.basicModal select#settings_photos_order').val();basicModal.close();albums.refresh();var params={typeAlbums:sortingAlbums[0],orderAlbums:sortingAlbums[1],typePhotos:sortingPhotos[0],orderPhotos:sortingPhotos[1]};api.post('Settings::setSorting',params,function(data){if(data===true){lychee.sortingAlbums='ORDER BY '+sortingAlbums[0]+' '+sortingAlbums[1];lychee.sortingPhotos='ORDER BY '+sortingPhotos[0]+' '+sortingPhotos[1];lychee.load();}else lychee.error(null,params,data);});};var msg="\n\t\n\t Sort albums by\n\t \n\t \n\t \n\t in an\n\t \n\t \n\t \n\t order.\n\t
\n\t\n\t Sort photos by\n\t \n\t \n\t \n\t in an\n\t \n\t \n\t \n\t order.\n\t
\n\t ";basicModal.show({body:msg,buttons:{action:{title:'Change Sorting',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});if(lychee.sortingAlbums!==''){sortingAlbums=lychee.sortingAlbums.replace('ORDER BY ','').split(' ');$('.basicModal select#settings_albums_type').val(sortingAlbums[0]);$('.basicModal select#settings_albums_order').val(sortingAlbums[1]);}if(lychee.sortingPhotos!==''){sortingPhotos=lychee.sortingPhotos.replace('ORDER BY ','').split(' ');$('.basicModal select#settings_photos_type').val(sortingPhotos[0]);$('.basicModal select#settings_photos_order').val(sortingPhotos[1]);}};settings.setDropboxKey=function(callback){var action=function action(data){var key=data.key;if(data.key.length<1){basicModal.error('key');return false;}basicModal.close();api.post('Settings::setDropboxKey',{key:key},function(data){if(data===true){lychee.dropboxKey=key;if(callback)lychee.loadDropbox(callback);}else lychee.error(null,params,data);});};var msg=lychee.html(_templateObject36,lychee.dropboxKey);basicModal.show({body:msg,buttons:{action:{title:'Set Dropbox Key',fn:action},cancel:{title:'Cancel',fn:basicModal.close}}});}; /** * @description This module takes care of the sidebar. * @copyright 2015 by Tobias Reich */sidebar={_dom:$('.sidebar'),types:{DEFAULT:0,TAGS:1},createStructure:{}};sidebar.dom=function(selector){if(selector==null||selector==='')return sidebar._dom;return sidebar._dom.find(selector);};sidebar.bind=function(){ // This function should be called after building and appending // the sidebars content to the DOM. // This function can be called multiple times, therefore // event handlers should be removed before binding a new one. // Event Name var eventName=lychee.getEventName();sidebar.dom('#edit_title').off(eventName).on(eventName,function(){if(visible.photo())photo.setTitle([photo.getID()]);else if(visible.album())album.setTitle([album.getID()]);});sidebar.dom('#edit_description').off(eventName).on(eventName,function(){if(visible.photo())photo.setDescription(photo.getID());else if(visible.album())album.setDescription(album.getID());});sidebar.dom('#edit_tags').off(eventName).on(eventName,function(){photo.editTags([photo.getID()]);});sidebar.dom('#tags .tag span').off(eventName).on(eventName,function(){photo.deleteTag(photo.getID(),$(this).data('index'));});return true;};sidebar.toggle=function(){if(visible.sidebar()||visible.sidebarbutton()){header.dom('.button--info').toggleClass('active');lychee.content.toggleClass('content--sidebar');sidebar.dom().toggleClass('active');return true;}return false;};sidebar.setSelectable=function(){var selectable=arguments.length<=0||arguments[0]===undefined?true:arguments[0]; // Attributes/Values inside the sidebar are selectable by default. // Selection needs to be deactivated to prevent an unwanted selection // while using multiselect. if(selectable===true)sidebar.dom().removeClass('notSelectable');else sidebar.dom().addClass('notSelectable');};sidebar.changeAttr=function(attr){var value=arguments.length<=1||arguments[1]===undefined?'-':arguments[1];var dangerouslySetInnerHTML=arguments.length<=2||arguments[2]===undefined?false:arguments[2];if(attr==null||attr==='')return false; // Set a default for the value if(value==null||value==='')value='-'; // Escape value if(dangerouslySetInnerHTML===false)value=lychee.escapeHTML(value); // Set new value sidebar.dom('.attr_'+attr).html(value);return true;};sidebar.createStructure.photo=function(data){if(data==null||data==='')return false;var editable=false,exifHash=data.takestamp+data.make+data.model+data.shutter+data.aperture+data.focal+data.iso,structure={},_public=''; // Enable editable when user logged in if(lychee.publicMode===false)editable=true; // Set value for public switch(data.public){case '0':_public='No';break;case '1':_public='Yes';break;case '2':_public='Yes (Album)';break;default:_public='-';break;}structure.basics={title:'Basics',type:sidebar.types.DEFAULT,rows:[{title:'Title',value:data.title,editable:editable},{title:'Uploaded',value:data.sysdate},{title:'Description',value:data.description,editable:editable}]};structure.image={title:'Image',type:sidebar.types.DEFAULT,rows:[{title:'Size',value:data.size},{title:'Format',value:data.type},{title:'Resolution',value:data.width+' x '+data.height}]}; // Only create tags section when user logged in if(lychee.publicMode===false){structure.tags={title:'Tags',type:sidebar.types.TAGS,value:build.tags(data.tags),editable:editable};}else {structure.tags={};} // Only create EXIF section when EXIF data available if(exifHash!=='0'){structure.exif={title:'Camera',type:sidebar.types.DEFAULT,rows:[{title:'Captured',value:data.takedate},{title:'Make',value:data.make},{title:'Type/Model',value:data.model},{title:'Shutter Speed',value:data.shutter},{title:'Aperture',value:data.aperture},{title:'Focal Length',value:data.focal},{title:'ISO',value:data.iso}]};}else {structure.exif={};}structure.sharing={title:'Sharing',type:sidebar.types.DEFAULT,rows:[{title:'Public',value:_public}]}; // Construct all parts of the structure structure=[structure.basics,structure.image,structure.tags,structure.exif,structure.sharing];return structure;};sidebar.createStructure.album=function(data){if(data==null||data==='')return false;var editable=false,structure={},_public='',visible='',downloadable='',password=''; // Enable editable when user logged in if(lychee.publicMode===false)editable=true; // Set value for public switch(data.public){case '0':_public='No';break;case '1':_public='Yes';break;default:_public='-';break;} // Set value for visible switch(data.visible){case '0':visible='No';break;case '1':visible='Yes';break;default:visible='-';break;} // Set value for downloadable switch(data.downloadable){case '0':downloadable='No';break;case '1':downloadable='Yes';break;default:downloadable='-';break;} // Set value for password switch(data.password){case '0':password='No';break;case '1':password='Yes';break;default:password='-';break;}structure.basics={title:'Basics',type:sidebar.types.DEFAULT,rows:[{title:'Title',value:data.title,editable:editable},{title:'Description',value:data.description,editable:editable}]};structure.album={title:'Album',type:sidebar.types.DEFAULT,rows:[{title:'Created',value:data.sysdate},{title:'Images',value:data.num}]};structure.share={title:'Share',type:sidebar.types.DEFAULT,rows:[{title:'Public',value:_public},{title:'Visible',value:visible},{title:'Downloadable',value:downloadable},{title:'Password',value:password}]}; // Construct all parts of the structure structure=[structure.basics,structure.album,structure.share];return structure;};sidebar.render=function(structure){if(structure==null||structure==='')return false;var html='';var renderDefault=function renderDefault(section){var _html='';_html+="\n\t\t