Commit Graph

131 Commits

Author SHA1 Message Date
Tobias Reich
6a3c0c72eb Added LYCHEE_UPLOADS 2014-04-22 11:47:39 +02:00
Tobias Reich
e600f3b774 Merge pull request #129 from bb-Ricardo/v2.5
Add fallback options when generating salt #114
2014-04-22 09:39:20 +02:00
Ricardo Bartels
e8bf0c95e8 Add fallback options when generating salt #114
when generating salt we try openssl first, then mcrypt
and as last resort mt_rand

Refs: #114
2014-04-22 00:36:02 +02:00
Tobias Reich
ed79ddce47 Small code cleanup 2014-04-21 14:18:13 +02:00
Ricardo Bartels
c110f3fb28 [Feature] don't hash passwords with MD5 in DB #114
All newly set and resetted passwords will now be stored as
blowfish hashed string generated via crypt().

Refs: #114
2014-04-21 02:19:23 +02:00
Tobias Reich
1e18094f8f Improved error handling by checking the dependencies (e.g. vars and parameters) 2014-04-19 21:07:36 +02:00
Tobias Reich
368f6b59d0 Removed global vars from search 2014-04-19 20:27:53 +02:00
Tobias Reich
db64df8820 Memory optimization 2014-04-19 17:32:33 +02:00
Tobias Reich
fbf8309e44 Improved error handling for table creation 2014-04-19 16:57:36 +02:00
Tobias Reich
7e2936325f Added $settings var for plugins 2014-04-19 16:55:17 +02:00
Tobias Reich
92d894783e Improved parsing of tags 2014-04-18 21:27:52 +02:00
Tobias Reich
25eb998c12 Added global LYCHEE_PLUGINS 2014-04-18 12:59:14 +02:00
Tobias Reich
009d08f090 Added define check to Plugins 2014-04-16 10:13:30 +02:00
Tobias Reich
d382b62f57 Define dirs and files global (#122) 2014-04-13 14:08:18 +02:00
Tobias Reich
4761f178d4 Fixed broken installation 2014-04-13 14:03:33 +02:00
Tobias Reich
6c3d16e9b1 Fixed wrong capture date in InfoBox 2014-04-13 12:35:59 +02:00
Tobias Reich
5d7ff21c50 Set original date with 'touch' 2014-04-13 12:10:49 +02:00
Tobias Reich
6530902d13 Improved getArchive with file names (#111) 2014-04-12 19:55:05 +02:00
Tobias Reich
17b6475b6c Small code improvements to getArchive 2014-04-12 18:00:11 +02:00
Tobias Reich
1fdc495f91 Set original date for uploaded file 2014-04-12 17:30:50 +02:00
Tobias Reich
eccdcf5ead Fixed Import (some links are still nit working) 2014-04-12 16:51:05 +02:00
Tobias Reich
c9e7954446 Improved deleting of photos 2014-04-12 14:19:52 +02:00
Tobias Reich
25a7e835dd Own function for "Set orientation based on EXIF data" > adjustFile 2014-04-12 14:15:21 +02:00
Tobias Reich
adf1dee2ea Comment changes 2014-04-12 14:10:08 +02:00
Tobias Reich
3e88ff4d68 spl_autoload_register instead of __autoload 2014-04-12 14:09:27 +02:00
Tobias Reich
f60cb3a946 Remove import_name on update 2014-04-12 00:39:00 +02:00
Tobias Reich
d38ef3b4c3 Updated tables 2014-04-12 00:38:34 +02:00
Tobias Reich
cf9dc0ec2f Moved upload and more to Photo 2014-04-12 00:30:26 +02:00
Tobias Reich
1c44616b06 Improved update to v2.5
- Removed `sysdate` and `systime`(#115)
- Add `plugins`
- Convert to utf-8 (#111)
2014-04-11 22:25:03 +02:00
Tobias Reich
316c1039fb Fixed get Photo (#115) 2014-04-11 11:06:14 +02:00
Tobias Reich
8c5ccf640b Code adjustment 2014-04-11 10:38:35 +02:00
Tobias Reich
b62d8b24fa Added timestamp to albums 2014-04-11 10:38:28 +02:00
Tobias Reich
e7578d8d23 Fixed upload after v2.5 database update 2014-04-11 10:09:06 +02:00
Tobias Reich
2a18188592 Merge branch 'v2.5' of https://github.com/electerious/Lychee into v2.5 2014-04-11 09:49:05 +02:00
Ricardo Bartels
e0d0cfcc0e fix check for imagick #107
class_exists() triggerd __autoload and __autoload failed because Imagick.php
doesn't exists. Change function to "extension_loaded()"

Refs: #107
2014-04-11 00:24:06 +02:00
Tobias Reich
54959803e7 Code adjustments 2014-04-10 22:42:24 +02:00
Tobias Reich
fe6d05425b Added update script to v2.5 + version push (#115) 2014-04-10 22:42:14 +02:00
Tobias Reich
893641d3df Merged #107. Not working correctly without Imagemagick! 2014-04-09 20:37:01 +02:00
Tobias Reich
400f73f5d5 Added __DIR__ to Plugins.php 2014-04-09 20:28:59 +02:00
Tobias Reich
8e818f84d5 Added __DIR__ to Photo.php 2014-04-09 20:28:14 +02:00
Tobias Reich
2e82ae64fd Added __DIR__ to Album.php 2014-04-09 20:26:44 +02:00
Tobias Reich
650b496ebc Added __DIR__ to Database.php 2014-04-09 20:26:25 +02:00
Tobias Reich
43cbea45e1 Added __DIR__ to autoload.php 2014-04-09 20:13:20 +02:00
Tobias Reich
b727211f47 Added __DIR__ to api.php 2014-04-09 20:07:25 +02:00
Tobias Reich
0059f5910f Fix db encoding and setting it to UTF-8 (#112 #116) 2014-04-06 15:11:55 +02:00
Tobias Reich
44d44e04fd Improved update mechanism (#115) 2014-04-05 18:30:24 +02:00
Tobias Reich
b7ca72b817 Added plugin-call to Photo 2014-04-05 16:25:49 +02:00
Tobias Reich
56eaac4a81 Get sysdate from photo-id 2014-04-05 16:22:46 +02:00
Tobias Reich
a0787d7c11 Renamed file 2014-04-05 16:03:43 +02:00
Tobias Reich
25ba93b89a Added Photo class 2014-04-05 16:02:53 +02:00