.. |
analyse_album.blade.php
|
Implemented a Javascript viewmodel for analysing an album, added checks for if uploads cannot be completed. Implemented handling if POST request is over the max size configured in php.ini
|
2016-09-24 08:17:51 +01:00 |
create_album.blade.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 |
create_storage.blade.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 |
create_user.blade.php
|
User accounts can now be created using the new user management screen. Added cURL as a required PHP extension
|
2016-10-01 15:24:22 +01:00 |
delete_album.blade.php
|
Improved the admin section - added breadcrumb navigation and a nice looking dashboard
|
2016-09-09 15:06:34 +01:00 |
delete_storage.blade.php
|
Storage locations can now be deleted. If no storage location exists when creating an album, user is redirected to the create storage page.
|
2016-09-28 20:32:19 +01:00 |
delete_user.blade.php
|
#1: User accounts can now be deleted. The current user account cannot be deleted, or have the admin privileges removed. Accounts can now be activated manually. New user accounts passwords are encrypted correctly before being saved.
|
2016-10-03 14:11:24 +01:00 |
edit_album.blade.php
|
Improved the admin section - added breadcrumb navigation and a nice looking dashboard
|
2016-09-09 15:06:34 +01:00 |
edit_storage.blade.php
|
Storage locations can now be deleted. If no storage location exists when creating an album, user is redirected to the create storage page.
|
2016-09-28 20:32:19 +01:00 |
edit_user.blade.php
|
#1: User accounts can now be deleted. The current user account cannot be deleted, or have the admin privileges removed. Accounts can now be activated manually. New user accounts passwords are encrypted correctly before being saved.
|
2016-10-03 14:11:24 +01:00 |
index.blade.php
|
Added hotlink protection and restricting access to the original image to the photo's owner
|
2016-09-11 07:19:11 +01:00 |
list_albums.blade.php
|
Added a new option for albums - private albums. These are only visible (and accessible) to owners.
|
2016-09-09 16:59:13 +01:00 |
list_storage.blade.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 |
list_users.blade.php
|
#1: User accounts can now be deleted. The current user account cannot be deleted, or have the admin privileges removed. Accounts can now be activated manually. New user accounts passwords are encrypted correctly before being saved.
|
2016-10-03 14:11:24 +01:00 |
settings.blade.php
|
Added hotlink protection and restricting access to the original image to the photo's owner
|
2016-09-11 07:19:11 +01:00 |
show_album.blade.php
|
Finished off refactoring the edit photo operations in the album editor
|
2016-10-05 05:35:14 +01:00 |