..
.gitkeep
Added Laravel 5.3.6 and the basic registration, login and the start of the admin section
2016-09-01 16:23:39 +01:00
2014_10_12_000000_create_users_table.php
Started working on support for uploading photos
2016-09-02 21:27:50 +01:00
2014_10_12_100000_create_password_resets_table.php
Started working on support for uploading photos
2016-09-02 21:27:50 +01:00
2016_09_01_140825_add_admin_user_flag.php
Added Laravel 5.3.6 and the basic registration, login and the start of the admin section
2016-09-01 16:23:39 +01:00
2016_09_01_144313_create_albums_table.php
Started working on support for uploading photos
2016-09-02 21:27:50 +01:00
2016_09_02_091706_create_config_table.php
Started working on support for uploading photos
2016-09-02 21:27:50 +01:00
2016_09_02_125912_create_photos_table.php
Started working on support for uploading photos
2016-09-02 21:27:50 +01:00
2016_09_02_144354_create_uploads_table.php
Implemented a progress bar for uploading photos, and allowed multiple uploads using the single upload file control
2016-09-05 12:01:30 +01:00
2016_09_02_144359_create_upload_photos_table.php
Started working on support for uploading photos
2016-09-02 21:27:50 +01:00
2016_09_02_220323_add_photo_metadata_columns.php
EXIF orientation is now respected and the original rotation angle stored in the database
2016-09-05 09:58:37 +01:00
2016_09_05_102036_add_upload_is_ready_column.php
Implemented a progress bar for uploading photos, and allowed multiple uploads using the single upload file control
2016-09-05 12:01:30 +01:00
2016_09_06_102806_add_user_activation_columns.php
Added mail settings for SMTP. Configuration values that are the same as the defaults are no longer saved to the database (and are purged if changed to the default.) Started adding a "test mail config" settings function
2016-09-06 12:23:14 +01:00
2016_09_06_150902_add_photo_storage_file_column.php
Added a separate storage_file_name column to the Photo class
2016-09-06 19:47:25 +01:00
2016_09_08_143227_remove_photo_rotation.php
Massive refactoring of the image processing, so it's now driven by the front-end and we can completely remove the command-line tasks - which will allow the app to work completely encoded using SourceGuardian and domain-locking.
2016-09-08 23:22:29 +01:00
2016_09_08_215424_remove_upload_tables.php
Massive refactoring of the image processing, so it's now driven by the front-end and we can completely remove the command-line tasks - which will allow the app to work completely encoded using SourceGuardian and domain-locking.
2016-09-08 23:22:29 +01:00
2016_09_08_220232_add_photo_is_analysed_column.php
Massive refactoring of the image processing, so it's now driven by the front-end and we can completely remove the command-line tasks - which will allow the app to work completely encoded using SourceGuardian and domain-locking.
2016-09-08 23:22:29 +01:00
2016_09_09_155655_add_album_privacy_column.php
Individual photo page now takes notice of private albums and doesn't allow the access to be circumvented
2016-09-09 17:08:35 +01:00
2016_09_10_082025_add_photo_user_column.php
Added hotlink protection and restricting access to the original image to the photo's owner
2016-09-11 07:19:11 +01:00
2016_09_24_082730_create_storages_table.php
Added the ability to create storage locations and set those as the album source when creating a new album
2016-09-24 09:34:08 +01:00
2016_09_24_083659_add_album_storage_column.php
Added the ability to create storage locations and set those as the album source when creating a new album
2016-09-24 09:34:08 +01:00
2016_10_05_120046_add_album_view.php
refs #3 : it's now possible to set a default view for an album when a user hasn't requested one. Finished off the "edit album" page in admin. Switched session management to database sessions (much more reliable.)
2016-10-05 14:49:44 +01:00
2016_10_05_141222_create_sessions_table.php
refs #3 : it's now possible to set a default view for an album when a user hasn't requested one. Finished off the "edit album" page in admin. Switched session management to database sessions (much more reliable.)
2016-10-05 14:49:44 +01:00
2016_10_26_160719_add_is_internal_column_to_storage.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