This website requires JavaScript.
Explore
Help
Register
Sign In
aheathershaw
/
blue-twilight
Watch
1
Star
0
Fork
0
You've already forked blue-twilight
Code
Issues
32
Pull Requests
Releases
15
Wiki
Activity
88c687a3d1
blue-twilight
/
app
/
Http
/
Controllers
History
Andy Heathershaw
88c687a3d1
#38
,
#39
: EXIF data is now stored base64-encoded in the database to prevent issues with raw characters coming off some cameras. EXIF data is no longer replaced on analysis - allowing rotated images to maintain the data.
2017-09-16 12:49:34 +01:00
..
Admin
#38
: Made a few tweaks to the analysis function that doesn't delete the photo if it was previously analysed (i.e. it has a metadata version). Also if the original image contained Exif data (e.g. camera make), we no longer remove it if the re-analysed image doesn't (see
#39
)
2017-09-16 09:02:25 +01:00
Auth
#9
,
#12
: Change password is now working. Updated the default album view to Bootstrap v4's cards.
2017-04-11 18:31:56 +01:00
Gallery
#38
,
#39
: EXIF data is now stored base64-encoded in the database to prevent issues with raw characters coming off some cameras. EXIF data is no longer replaced on analysis - allowing rotated images to maintain the data.
2017-09-16 12:49:34 +01:00
Controller.php
#3
: It's now possible to restrict access to the admin panel, managing albums and settings functions by user group
2017-04-15 09:41:15 +01:00
InstallController.php
BLUE-1: A default local storage location is created on install that cannot be deleted. Storage locations can be made inactive and no new albums can be created against them.
2016-10-27 11:36:37 +01:00