.. |
admin_actions_widget.blade.php
|
#13: Lots of updates to Bootstrap classes etc.
|
2017-08-31 17:20:58 +01:00 |
admin_album_breadcrumb.blade.php
|
#61: Album breadcrumbs in admin panel now include full path of parent albums
|
2018-07-11 07:52:59 +01:00 |
admin_manage_widget.blade.php
|
#4: Added an admin screen to manage comments
|
2018-09-21 15:00:07 +01:00 |
admin_stats_widget.blade.php
|
#4: Added an admin screen to manage comments
|
2018-09-21 15:00:07 +01:00 |
admin_storages_amazon_s3_options.blade.php
|
Fixes #100: set the first active storage location as default when the current default is deactivated. Also remove the stupid _old_input thingy as this was the very first screen I did in Laravel and it's not needed!
|
2019-07-20 18:06:21 +01:00 |
admin_storages_backblaze_b2_options.blade.php
|
Backblaze #135 - introduced the config setting to choose whether to generate private or public URLs, or to auto-detect. Photos are now displayed from B2.
|
2019-09-09 21:52:26 +01:00 |
admin_storages_filesystem_options.blade.php
|
Fixes #100: set the first active storage location as default when the current default is deactivated. Also remove the stupid _old_input thingy as this was the very first screen I did in Laravel and it's not needed!
|
2019-07-20 18:06:21 +01:00 |
admin_storages_openstack_options.blade.php
|
Fixes #100: set the first active storage location as default when the current default is deactivated. Also remove the stupid _old_input thingy as this was the very first screen I did in Laravel and it's not needed!
|
2019-07-20 18:06:21 +01:00 |
admin_storages_rackspace_options.blade.php
|
Fixes #100: set the first active storage location as default when the current default is deactivated. Also remove the stupid _old_input thingy as this was the very first screen I did in Laravel and it's not needed!
|
2019-07-20 18:06:21 +01:00 |
admin_sysinfo_widget.blade.php
|
#60: Added a basic about page with a link to Github's API to fetch the latest release
|
2017-10-01 16:48:50 +01:00 |
album_breadcrumb.blade.php
|
#4: Added a framework for manipulating data during system updates. Full URL path to an album is now saved in the database. Fall-back routes are now mapped by the first segment - a = album, p = photo, i = image
|
2017-04-17 21:31:45 +01:00 |
album_cameras_tab.blade.php
|
#79: Upgraded Bootstrap to 4.1.2. Number of HTML mark-up changes following the BS upgrade.
|
2018-07-12 23:46:59 +01:00 |
album_permissions_tab.blade.php
|
#4, #112: Default permissions can now be saved. There's a link to the default permissions screen from the admin/settings screen. The permissions cache rebuild now takes into account the default permissions. The permissions tab on the albums screen now correctly shows text based on if permissions are inherited from a parent album, or the default permissions.
|
2018-09-23 22:20:03 +01:00 |
album_permissions.blade.php
|
#4: Added a permission to determine if a user can post a comment - this supercedes the "photo:post-comment" gate.
|
2018-09-20 14:38:34 +01:00 |
album_photos_tab.blade.php
|
#14: Bulk update now directs back to the page you're currently on
|
2017-09-04 20:56:30 +01:00 |
album_redirects_tab.blade.php
|
#71: Permissions are now fully inherited from an "ultimate parent". Most actions that can change the outcome of a user's permissions rebuild the permissions cache. Corrected a few minor HTML issues in layouts.
|
2018-09-16 22:11:53 +01:00 |
album_settings_tab.blade.php
|
Fixes #102: include the parent album ID in the edit form to work with the validation
|
2019-07-21 08:25:44 +01:00 |
album_upload_tab.blade.php
|
#68: Reworked the upload progress modal to use modal-footer correctly
|
2018-07-12 23:18:40 +01:00 |
album_view_selector.blade.php
|
#44, #45, #46: Number of small tweaks and fixes to the slideshow view. Label view causes an exception when no photos are tagged to that label.
|
2017-09-17 11:49:36 +01:00 |
copyright_admin.blade.php
|
#68: Updated footer links to andysh.uk
|
2018-07-12 06:05:29 +01:00 |
copyright_gallery.blade.php
|
#68: Updated footer links to andysh.uk
|
2018-07-12 06:05:29 +01:00 |
gallery_child_album.blade.php
|
Fixes #134 - user profile link is made available if not logged in and the user's profile is public
|
2019-10-19 21:03:06 +01:00 |
login.blade.php
|
#5: Don't show the "alternatively..." message when no social media providers are configured
|
2018-09-07 09:03:21 +01:00 |
metadata_single_album_admin.blade.php
|
#75: Reworked the way metadata is calculated so empty albums are not displayed as upgradable. Also improved the "no albums" message, as it's no longer accurate.
|
2018-07-12 06:35:08 +01:00 |
navbar.blade.php
|
#111: Accessing the user activity page/JSON feed is now impossible when feeds are disabled. Also the Activity icon is not shown in the navbar when feeds are disabled.
|
2018-11-17 16:02:31 +00:00 |
pager_links.blade.php
|
#94: Child albums now display as 6 and 6 columns on mobile (xs) devices. Pager links are also centered.
|
2018-08-07 09:07:54 +01:00 |
permission_checkbox.blade.php
|
#79: Upgraded Bootstrap to 4.1.2. Number of HTML mark-up changes following the BS upgrade.
|
2018-07-12 23:46:59 +01:00 |
photo_comments_reply_form.blade.php
|
#4: A notification is now sent to the original poster when a reply is posted to their comment. Removed the "edit comment" link as this functionality doesn't (and won't) exist.
|
2018-10-05 23:35:01 +01:00 |
photo_comments.blade.php
|
#4: Added a permission to determine if a user can post a comment - this supercedes the "photo:post-comment" gate.
|
2018-09-20 14:38:34 +01:00 |
photo_single_comment_moderate.blade.php
|
#4: Comments can now be individually approved/rejected through the admin screen.
|
2018-10-05 22:57:39 +01:00 |
photo_single_comment.blade.php
|
#4: Added a permission to determine if a user can post a comment - this supercedes the "photo:post-comment" gate.
|
2018-09-20 14:38:34 +01:00 |
quick_upload.blade.php
|
Fixes #131: quick upload feature creates a new album with inherited permissions, and also rebuilds the permissions cache. Added an alert to the quick upload to advise of the permissions change.
|
2019-07-31 08:56:30 +01:00 |
register.blade.php
|
#5: Don't show the "alternatively..." message when no social media providers are configured
|
2018-09-07 09:03:21 +01:00 |
single_album_admin.blade.php
|
#54, #55: Number of corrections to child albums behaviour. The count of child albums is now displayed in the gallery next to the "X photos" text. Child albums are no longer displayed if the user does not have permissions.
|
2017-09-29 13:57:45 +01:00 |
single_photo_admin.blade.php
|
#31: Added a new item on the image edit menu - "Replace image" - which allows an image to be replaced without losing the meta-data
|
2017-09-12 21:41:47 +01:00 |
social_login_providers.blade.php
|
#5: Implemented login with Google account
|
2018-08-17 13:37:58 +01:00 |
tab.blade.php
|
#13: Couple more fixes for BS4: tabs hiding text in xs/sm devices, analysis page card layout
|
2017-09-03 07:48:21 +01:00 |
user_profile_activity_grid.blade.php
|
#19: The activity grids are now responsive. Improved the responsiveness of the user's image/nickname.
|
2018-08-08 09:31:56 +01:00 |