Commit History

Author SHA1 Message Date
  Tobias Reich 145c3f5147 Namespaces, Plugins via Namespaces, API entry file renamned, Settings::set() 8 years ago
  Tobias Reich 17e5dba979 Singleton pattern for Settings::get(), Database::get() and Plugins::get() 8 years ago
  Tobias Reich 9cb6dc19b7 Added abstract/final to classes to be more strict 8 years ago
  Tobias Reich 9e76acd9a8 PHP code style adjustments 8 years ago
  Matthias Gutjahr dca8b5555d Set undefined vars, remove unused vars nad code that cannot be reached. 8 years ago
  Tobias Reich 2e96f089a7 Fixed tons of XSS issues and escaping problems 8 years ago
  Tobias Reich eef971e3eb Catch upload errors #393 8 years ago
  Tobias Reich 035ca23c97 Added returnOnError functionality to Photo::add 8 years ago
  Tobias Reich feefa9c5a0 Updated version, updated deps and added skip duplicates #367 8 years ago
  Tobias Reich 7e885425dc Allow an album and photo title length of 50 chars #332 9 years ago
  Tobias Reich 88ef1e49b7 Merge branch 'master' into release/v3.0.0 9 years ago
  Tobias Reich 2167b04d34 Block import of invalid photo types and extensions 9 years ago
  Tobias Reich 4177219f67 Added code documentation 9 years ago
  Tobias Reich e89676d6ee Prevent download of deleted albums/photos, added code documentation, fixed error when logged out and opening a private photo 9 years ago
  Tobias Reich ea149b68af Added Album::prepareData and improved thumbs response from API 9 years ago
  Tobias Reich e8cc2e9192 Streamlined prepare process of photo data 9 years ago
  Tobias Reich cfe99df0da Adjusted indention 9 years ago
  Tobias Reich 0630554789 Updated copyright 9 years ago
  Tobias Reich b8caf48d7d $medium should be a tinyint like defined in the database structure 9 years ago
  Tobias Reich 9d12f2ce54 Better focal length calculation #278 9 years ago
  Tobias Reich c349b9fe09 Fixed incorrect focal length #277 9 years ago
  Tobias Reich 39084c5a5a Improved handling of permission errors with the medium-folder 9 years ago
  Tobias Reich 9bdb9174fd Better permission errors #258 9 years ago
  Tobias Reich 1acb3c2cc6 Comment cleanup 9 years ago
  Tobias Reich 9698629c31 Improved thumb creation and fixed wrong sizes after EXIF rotation 9 years ago
  Tobias Reich 9e42e74b3a ntermediate sized images for small screen devices #67 9 years ago
  Tobias Reich 7387187c5c WIP Intermediate sized images for small screen devices #67 9 years ago
  Tobias Reich 47c60a4943 Fixed wrong modified date of the photo files 9 years ago
  Tobias Reich b0a4089dc0 Fixed photo download 9 years ago
  Tobias Reich 5d9e41d2ae Escape photo download title 9 years ago
  cternes 13dea68c88 Replaced new array syntax with old one to support older php versions 9 years ago
  Tobias Reich 0296b313ee Added option to disable imagick (#211) 9 years ago
  Tobias Reich 606334fb62 Converted Photo.php to prepared statements (#38 #214 #196) 9 years ago
  Tobias Reich 8b4ef96146 Added update for database for version 2.6.2 9 years ago
  Tobias Reich 864e5b97d0 Changed some function to public 9 years ago
  Tobias Reich f302f65cd7 Use IPTC Title when Headline not available (#216) 9 years ago
  Tobias Reich 0387581005 Fixed a problem with htmlentities and older PHP versions (#212) 9 years ago
  Tobias Reich e6d9261d18 Return prefix thumbUrl 9 years ago
  Tobias Reich d686a2b083 Duplicate photos by right-clicking them (#186) 9 years ago
  Tobias Reich 45cbf0c238 Escape 9 years ago
  Tobias Reich 988a9075f3 Don't delete photo when used elsewhere 9 years ago
  Tobias Reich 47e3219966 Use fetch_object 9 years ago
  Tobias Reich 11e8b8b2e6 Moved check for duplicates into its own function 9 years ago
  Tobias Reich e942c9c525 Don't reupload duplicates (#48) 9 years ago
  Tobias Reich 936c2d0344 Calculate checksum before adding it to the database 9 years ago
  Tobias Reich 05637e42d8 sha1 instead of md5 #179 9 years ago
  Tobias Reich a7e01447d9 Fixed wrong indention 9 years ago
  Tobias Reich 911e168b6f Less parsing of photos/albums on client-side 9 years ago
  Tobias Reich 4f272c4ba4 Merge branch 'recent' 9 years ago
  pyro2927 ba852f8a03 Adding in photo checksum to detect dupes 9 years ago
  Tobias Reich ce373c26d5 Added new SmartAlbum which shows all recent uploads 9 years ago
  Tobias Reich 33446c30e8 Fixed a static warning (#172) 9 years ago
  Tobias Reich a3828e72ae Fixed import of filename 10 years ago
  Tobias Reich a1b2d0a746 Don't stop upload when adjustFile returns false 10 years ago
  Tobias Reich a8d792dcf1 Improved if condition 10 years ago
  Tobias Reich 1d7d852ddd Changed error to notice 10 years ago
  Tobias Reich ba778998dd Fixed a PHP syntax error with arrays (#160) 10 years ago
  Tobias Reich 404b519747 getExtension() helper 10 years ago
  Tobias Reich 69aa61cade Fixed photo download 10 years ago
  Tobias Reich 9db3d31cc0 Added permission check to upload 10 years ago
  Tobias Reich 775673cf18 Added loggint to Photo 10 years ago
  Tobias Reich 119d674002 Added fastimagecopyresampled 10 years ago
  Tobias Reich d2bfaa29a0 Improved file ending 10 years ago
  Tobias Reich 24de0b994d Fix url/filenames names include extra period for filename extension (#141) 10 years ago
  Tobias Reich 60d298db6d Fixed incorrect integer value (#140) 10 years ago
  Tobias Reich 8e711cde87 Trim on exif model and make (#136) 10 years ago
  Tobias Reich 543381a24d Verify image with exif_imagetype (#133) 10 years ago
  Tobias Reich 1e18094f8f Improved error handling by checking the dependencies (e.g. vars and parameters) 10 years ago
  Tobias Reich db64df8820 Memory optimization 10 years ago
  Tobias Reich 92d894783e Improved parsing of tags 10 years ago
  Tobias Reich d382b62f57 Define dirs and files global (#122) 10 years ago
  Tobias Reich 6c3d16e9b1 Fixed wrong capture date in InfoBox 10 years ago
  Tobias Reich 5d7ff21c50 Set original date with 'touch' 10 years ago
  Tobias Reich 1fdc495f91 Set original date for uploaded file 10 years ago
  Tobias Reich eccdcf5ead Fixed Import (some links are still nit working) 10 years ago
  Tobias Reich c9e7954446 Improved deleting of photos 10 years ago
  Tobias Reich 25a7e835dd Own function for "Set orientation based on EXIF data" > adjustFile 10 years ago
  Tobias Reich cf9dc0ec2f Moved upload and more to Photo 10 years ago
  Tobias Reich 316c1039fb Fixed get Photo (#115) 10 years ago
  Tobias Reich 8e818f84d5 Added __DIR__ to Photo.php 10 years ago
  Tobias Reich b7ca72b817 Added plugin-call to Photo 10 years ago
  Tobias Reich 56eaac4a81 Get sysdate from photo-id 10 years ago
  Tobias Reich a0787d7c11 Renamed file 10 years ago