blue-twilight/app
Andy Heathershaw 821bfceb09 Recaptcha support
Added configuration options to allow reCAPTCHA to be integrated into the registration process. reCAPTCHA response is validated on sign-up if enabled.
2016-09-08 11:02:49 +01:00
..
AlbumSources Added a separate storage_file_name column to the Photo class 2016-09-06 19:47:25 +01:00
Console Added a command to regenerate thumbnails for a single photo or entire album. Photos can now be edited in bulk on the album page. 2016-09-07 21:44:28 +01:00
Exceptions 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
Facade Added a settings page allowing the date format and application name to be configured 2016-09-05 15:28:56 +01:00
Helpers Recaptcha support 2016-09-08 11:02:49 +01:00
Http Recaptcha support 2016-09-08 11:02:49 +01:00
Mail Implemented the activation controller 2016-09-06 14:19:16 +01:00
Providers Added a command to regenerate thumbnails for a single photo or entire album. Photos can now be edited in bulk on the album page. 2016-09-07 21:44:28 +01:00
Album.php Added error handling of non-image files 2016-09-05 14:06:41 +01:00
Configuration.php Implemented theming. A default "base" theme is provided that all themes can extend and override parts of if necessary without having to define every single screen. 2016-09-02 10:42:05 +01:00
Photo.php Added a separate storage_file_name column to the Photo class 2016-09-06 19:47:25 +01:00
Upload.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
UploadPhoto.php Started working on support for uploading photos 2016-09-02 21:27:50 +01:00
User.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