Commit Graph

229 Commits (c655fd0ee4efec44487a949d8aa593d2445e2100)

Author SHA1 Message Date
Tobias Reich 02740d840a Prevent unsupported files from being moved (#151)
10 years ago
Tobias Reich 1cef3c29c4 Merge pull request #156 from djdallmann/v2.5
10 years ago
Tobias Reich 830e2362d3 Catch error when calling Import::move
10 years ago
Tobias Reich 7e6fd3ccc7 Improved plugin loading
10 years ago
djdallmann b2658d7e01 Added support for filenames with spaces by using escapeshellarg() to evaluate and treat string as literal.
10 years ago
Tobias Reich 9db3d31cc0 Added permission check to upload
10 years ago
Tobias Reich edca6c088a Added function to check permissions
10 years ago
Tobias Reich 5689278908 Added logging for subfolders
10 years ago
Tobias Reich 0dc54c44e0 Added logging for folder deletion
10 years ago
Tobias Reich 08fe04c241 Added Import:move from Import:server and disabled moveToTemp by default (#151)
10 years ago
Tobias Reich 0167507604 Code adjustments and improvemts for #151
10 years ago
Tobias Reich 83a7aa196c Fixed logging
10 years ago
Tobias Reich d31f0831d4 Merge pull request #151 from djdallmann/v2.5
10 years ago
djdallmann b321e2d970 Updated to include better error handling and to use the new error class.
10 years ago
Tobias Reich 326238d46a Fixed TEXT column can't have a default value (#154)
10 years ago
Tobias Reich 775673cf18 Added loggint to Photo
10 years ago
Tobias Reich 39131033db Added notice and warning function to Log (#143)
10 years ago
Tobias Reich d9b48f4080 Added more error logging to Album class (#143)
10 years ago
Tobias Reich 83188ae9d9 Added error logging to Album class (#143)
10 years ago
Tobias Reich f479511454 Added basic Log class (#143)
10 years ago
Tobias Reich 61a868980e Improved sorting by takestamp and reset for older version (#152)
10 years ago
Tobias Reich fc97167e1b Fixed sorting by takedate (#152)
10 years ago
Tobias Reich 3cd37cba2d Changed a comment
10 years ago
Tobias Reich b7764dcd7f Renamed to Installation
10 years ago
Tobias Reich aaca8b42c0 Rewritten Installation Access
10 years ago
Tobias Reich 091381a2a3 Added return false
10 years ago
Tobias Reich 32368d4ba4 Renamed to Guest
10 years ago
Tobias Reich fbe7be18c1 Rewritten Guest Access
10 years ago
Tobias Reich b246a9d1c2 Added return
10 years ago
Tobias Reich d87029c2d3 Added uploads/medium/ for later versions
10 years ago
Tobias Reich 33c8eb6780 Moved Access
10 years ago
Tobias Reich 119d674002 Added fastimagecopyresampled
10 years ago
Tobias Reich b55589eea3 Autoloader improvements
10 years ago
Tobias Reich 8f77bce210 Rename to Admin
10 years ago
Tobias Reich 6fe97135a1 Use new Admin Access
10 years ago
Tobias Reich 43ff1d06f4 Rewritten Access for Admin
10 years ago
Tobias Reich d2bfaa29a0 Improved file ending
10 years ago
Tobias Reich d5e94627e2 Comment adjustments
10 years ago
Tobias Reich 0b87e8fe93 Syntax adjustments
10 years ago
Tobias Reich 5d7328613d Continue url-import even when an error occurs
10 years ago
Tobias Reich d0368ea651 Use exif_imagetype in Import
10 years ago
Tobias Reich e3b1a6f477 Added spaces
10 years ago
Tobias Reich 24de0b994d Fix url/filenames names include extra period for filename extension (#141)
10 years ago
Tobias Reich bb1699402c Return error when called function misses parameters
10 years ago
Tobias Reich 60d298db6d Fixed incorrect integer value (#140)
10 years ago
Tobias Reich b307e8b7ca Fixed data too long for column make (#137)
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 6a3c0c72eb Added LYCHEE_UPLOADS
10 years ago
Tobias Reich e600f3b774 Merge pull request #129 from bb-Ricardo/v2.5
10 years ago
Ricardo Bartels e8bf0c95e8 Add fallback options when generating salt #114
10 years ago
Tobias Reich ed79ddce47 Small code cleanup
10 years ago
Ricardo Bartels c110f3fb28 [Feature] don't hash passwords with MD5 in DB #114
10 years ago
Tobias Reich 1e18094f8f Improved error handling by checking the dependencies (e.g. vars and parameters)
10 years ago
Tobias Reich 368f6b59d0 Removed global vars from search
10 years ago
Tobias Reich db64df8820 Memory optimization
10 years ago
Tobias Reich fbf8309e44 Improved error handling for table creation
10 years ago
Tobias Reich 7e2936325f Added $settings var for plugins
10 years ago
Tobias Reich 92d894783e Improved parsing of tags
10 years ago
Tobias Reich 25eb998c12 Added global LYCHEE_PLUGINS
10 years ago
Tobias Reich 009d08f090 Added define check to Plugins
10 years ago
Tobias Reich d382b62f57 Define dirs and files global (#122)
10 years ago
Tobias Reich 4761f178d4 Fixed broken installation
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 6530902d13 Improved getArchive with file names (#111)
10 years ago
Tobias Reich 17b6475b6c Small code improvements to getArchive
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 adf1dee2ea Comment changes
10 years ago
Tobias Reich 3e88ff4d68 spl_autoload_register instead of __autoload
10 years ago
Tobias Reich f60cb3a946 Remove `import_name` on update
10 years ago
Tobias Reich d38ef3b4c3 Updated tables
10 years ago
Tobias Reich cf9dc0ec2f Moved upload and more to Photo
10 years ago
Tobias Reich 1c44616b06 Improved update to v2.5
10 years ago
Tobias Reich 316c1039fb Fixed get Photo (#115)
10 years ago
Tobias Reich 8c5ccf640b Code adjustment
10 years ago
Tobias Reich b62d8b24fa Added timestamp to albums
10 years ago
Tobias Reich e7578d8d23 Fixed upload after v2.5 database update
10 years ago
Tobias Reich 2a18188592 Merge branch 'v2.5' of https://github.com/electerious/Lychee into v2.5
10 years ago
Ricardo Bartels e0d0cfcc0e fix check for imagick #107
10 years ago
Tobias Reich 54959803e7 Code adjustments
10 years ago
Tobias Reich fe6d05425b Added update script to v2.5 + version push (#115)
10 years ago
Tobias Reich 893641d3df Merged #107. Not working correctly without Imagemagick!
10 years ago
Tobias Reich 400f73f5d5 Added __DIR__ to Plugins.php
10 years ago
Tobias Reich 8e818f84d5 Added __DIR__ to Photo.php
10 years ago
Tobias Reich 2e82ae64fd Added __DIR__ to Album.php
10 years ago
Tobias Reich 650b496ebc Added __DIR__ to Database.php
10 years ago
Tobias Reich 43cbea45e1 Added __DIR__ to autoload.php
10 years ago
Tobias Reich b727211f47 Added __DIR__ to api.php
10 years ago
Tobias Reich 0059f5910f Fix db encoding and setting it to UTF-8 (#112 #116)
10 years ago
Tobias Reich 44d44e04fd Improved update mechanism (#115)
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
Tobias Reich 25ba93b89a Added Photo class
10 years ago
Tobias Reich d722801a5f Moved a function and fixed a wrong plugins call
10 years ago
Tobias Reich 14f4d918a4 Removed unused require
10 years ago