4b7b99431f#79: Upgraded Bootstrap to 4.1.2. Number of HTML mark-up changes following the BS upgrade.Andy Heathershaw2018-07-12 23:46:59 +0100
ab690b1e25#68: Reworked the upload progress modal to use modal-footer correctlyAndy Heathershaw2018-07-12 23:18:40 +0100
393cc590c1#68: Added a "Close" button when an single file into an upload failsAndy Heathershaw2018-07-12 23:08:39 +0100
ef4df1ab32#59: Added 2 new settings to customise the albums drop-down navigator. It is now possible to choose to only display top-level albums, and also to restrict the number of items.Andy Heathershaw2018-07-12 22:52:50 +0100
f96a9cd9f7#58: It is now possible to create albums named the same within different parent albums. Albums with child albums can now not be deleted, as this could leave duplicate albums in the same parent album.Andy Heathershaw2018-07-12 21:55:01 +0100
790d354167#72: When counting albums in the admin stats widget, count all, not just the current pageAndy Heathershaw2018-07-12 06:42:57 +0100
036814705f#74: Suppress warning on mkdir due to a race condition for multiple uploadsAndy Heathershaw2018-07-12 06:38:56 +0100
534c8f6090#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.Andy Heathershaw2018-07-12 06:35:08 +0100
#62: Further correction to $albums variable
Andy Heathershaw
2018-07-11 08:45:40 +0100
cc3370c4b1#62: Don't clobber the $albums variables in the navbar, so it now shows all albums not just the single page you're currently viewingAndy Heathershaw2018-07-11 08:00:40 +0100
04d1e59778#61: Album breadcrumbs in admin panel now include full path of parent albumsAndy Heathershaw2018-07-11 07:52:59 +0100
2bbaa81ffeAdded more apps to the readme file
Andy Heathershaw
2018-02-10 16:35:52 +0000
f3f5e5b615#60: Slight tweak to the layout of the About page
v2.1.0
Andy Heathershaw
2017-10-01 21:15:47 +0100
adb86f1d4e#60: Added the new version information when an update is available
Andy Heathershaw
2017-10-01 17:03:19 +0100
dcfcbca530#60: Added a basic about page with a link to Github's API to fetch the latest release
Andy Heathershaw
2017-10-01 16:48:50 +0100
89544437cdBumped version number in readiness for the final 2.1.0 release
Andy Heathershaw
2017-09-30 15:17:23 +0100
f38911f79eCommitted version change for v2.1.0-beta.4
v2.1.0-beta.4
Andy Heathershaw
2017-09-30 15:08:24 +0100
4326bc427c#52: Removed the Bootstrap 4 custom file inputs as they don't show the filename correctly - and I can't get the 'change' event to fire to change manually. This works fine with a native file input.
Andy Heathershaw
2017-09-30 08:34:04 +0100
a6303410cf#48: Added a check to the Composer install if Composer cannot be used due to allow_url_fopen being disabled
Andy Heathershaw
2017-09-30 08:14:21 +0100
c5e22c7a6e#50: Added a check to see if exec() is available to provide more OS-level information, or falls back to standard php_uname if not
Andy Heathershaw
2017-09-29 20:15:24 +0100
435e47af17#56: Stop the Open Album/Manage Album shortcuts opening in a new tab
Andy Heathershaw
2017-09-29 19:40:52 +0100
d575560209#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.
Andy Heathershaw
2017-09-29 13:57:45 +0100
cef1ea63cf#49: Corrected instances of undocumented method set() which has now been removed in Laravel 5.4 in favour if put()
Andy Heathershaw
2017-09-29 12:54:55 +0100
1618ae64c0#51: Run the database seeders during a clean install as well as during an update
Andy Heathershaw
2017-09-29 12:53:49 +0100
150f0a4966#38: Modified the way the metadata upgrade page works - which now does a "re-analyse" the same way as it does an "analyse"
v2.1.0-beta.3
Andy Heathershaw
2017-09-17 16:04:07 +0100
010e847835#42: Slight fix to output order in composer update script
v2.1.0-beta.2
Andy Heathershaw
2017-09-17 12:33:10 +0100
ace6917c7d#42: Clear caches before updating Composer
Andy Heathershaw
2017-09-17 12:30:36 +0100
5092335761#47: Linked the default view photo image to the photo page itself
Andy Heathershaw
2017-09-17 12:27:59 +0100
34a6c446a9Bumped version number for 2.1.0-beta.2
Andy Heathershaw
2017-09-17 12:16:09 +0100
c04e2d286f#42: Added a Composer update script
Andy Heathershaw
2017-09-17 12:04:30 +0100
502a13b39f#43: Included ChartJS references locally within the Javascript
Andy Heathershaw
2017-09-17 11:54:40 +0100
363f6d52f8#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.
Andy Heathershaw
2017-09-17 11:49:36 +0100
c258303700#41: Read and display more photographer-specific details
v2.1.0-beta.1
Andy Heathershaw
2017-09-17 09:20:35 +0100
ab76fb6de5#35: Removed the disable-on-click attribute from the Composer button
Andy Heathershaw
2017-09-16 12:54:43 +0100
dc2883db20#39: Raw EXIF data is now removed when an existing photo's image is replaced
Andy Heathershaw
2017-09-16 12:52:40 +0100
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.
Andy Heathershaw
2017-09-16 12:49:34 +0100
48f43b3c04#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)
Andy Heathershaw
2017-09-16 09:02:25 +0100
4f7ad41009Reverted an erroneous change that shouldn't have happened from git committing on the server
Andy Heathershaw
2017-09-16 08:32:23 +0100
0b64728d0aFirst batch of changes for #38 to allow photo metadata updates
Andy Heathershaw
2017-09-16 08:26:05 +0100
24348b52a4Update readme.md
Andy Heathershaw
2017-09-12 21:49:57 +0100
c2fa395df6Update readme.md
Andy Heathershaw
2017-09-12 21:49:29 +0100
a1aeb6b9efAdded latest compiled JS files
Andy Heathershaw
2017-09-12 21:47:07 +0100
69a7a4e0ab#31: Added a new item on the image edit menu - "Replace image" - which allows an image to be replaced without losing the meta-data
Andy Heathershaw
2017-09-12 21:41:47 +0100
7bfc829931#32: Added next/previous buttons to the individual photo page
Andy Heathershaw
2017-09-12 20:54:29 +0100
365ea689ef#3: Fixed some issues with the statistics combined graph and file size pie graph
Andy Heathershaw
2017-09-12 20:36:39 +0100
15492f5ad7Merge branch 'task/6-upgrade-laravel-54'
Andy Heathershaw
2017-09-12 20:24:05 +0100
9b13120c41#6: Updated the mailing config to use Markdown. Converted the current e-mail templates to Markdown.
Andy Heathershaw
2017-09-12 20:23:48 +0100
0ce4c368a3Forward-ported a new DbHelper method from v2.1 which is now needed for the sitemap.xml generator
v2.0.2
v2.0
Andy Heathershaw
2017-09-11 22:15:30 +0100
1173b2babaBumped version number for 2.0.2 release
Andy Heathershaw
2017-09-11 22:06:48 +0100
c3ce6e1d71Added album deletion policy
Andy Heathershaw
2017-09-10 17:21:52 +0100
e1ad66c9ef#34: sitemap.xml generator now checks for albums and photos that are accessible to the current user (so anonymous albums aren't included in search engine listings.)
Andy Heathershaw
2017-09-10 12:48:48 +0100
2caa1c8fbc#33: Fixed an issue where by the anonymous album check did not include the album ID, thereby allowing access if other albums allowed anonymous users.
Andy Heathershaw
2017-09-10 11:18:12 +0100
ecd714cbf1Update .gitattributes
Andy Heathershaw
2017-09-11 18:22:37 +0100
a7b65c21a9Update readme.md
Andy Heathershaw
2017-09-11 14:42:11 +0100
187db7ddefUpdate readme.md
Andy Heathershaw
2017-09-11 14:41:37 +0100
3d6935774eUpdate contributing.md
Andy Heathershaw
2017-09-11 14:39:59 +0100
5bb6c9145e#6: Updated Composer file to bump Laravel to 5.4
Andy Heathershaw
2017-09-10 21:56:00 +0100
e1f6cc4d51#3: Tweaked the layout of the stats figures on the analytics dashboard
Andy Heathershaw
2017-09-10 21:42:08 +0100
44aa70d59aSlight tweak to the login/cancel links on smaller forms
Andy Heathershaw
2017-09-10 21:33:13 +0100
3533c978a5#2: Moved the quick-upload icon into the normal navbar as it caused the navbar to wrap on mobile devices
Andy Heathershaw
2017-09-10 21:27:40 +0100
1af9f2658aIndividual pages now pick up a layout from the theme, if available, instead of always picking up the base one
Andy Heathershaw
2017-09-10 21:12:57 +0100
53dc0177faAdded album deletion policy
Andy Heathershaw
2017-09-10 17:21:52 +0100
b7285888cf#3: Merged the two photo charts into one and added a "number at-a-glance" widget on the statistics page
Andy Heathershaw
2017-09-10 17:02:15 +0100
c72c4cc45cMerge remote-tracking branch 'origin/feature/3-analytics-dashboard' into feature/3-analytics-dashboard
Andy Heathershaw
2017-09-10 15:49:45 +0100
c2e9fe617b#2: Added a loading animation to the quick-post/upload function whilst uploading
Andy Heathershaw
2017-09-10 15:46:16 +0100
fee2841910#2: Added an intermediate step to the quick-post/upload feature that validates the request
Andy Heathershaw
2017-09-10 15:25:59 +0100
544d3c5153#2: Basic implementation of the quick-upload/quick-post feature
Andy Heathershaw
2017-09-10 15:10:45 +0100
d9d43e9c29#29: Number of improvements to Labels to show the count and thumbnail correctly based on the allowed albums
Andy Heathershaw
2017-09-10 14:01:20 +0100
3254ca1500#29: Added a new /labels endpoint to display labels and a preview of their photos
Andy Heathershaw
2017-09-10 13:21:45 +0100
0d0584086b#29: Labels are now included in the sitemap.xml
Andy Heathershaw
2017-09-10 12:52:41 +0100
693f0c6760#34: sitemap.xml generator now checks for albums and photos that are accessible to the current user (so anonymous albums aren't included in search engine listings.)
Andy Heathershaw
2017-09-10 12:48:48 +0100
1f2552c743#29: Corrected permission check when displaying photos linked to a label. Multiple instances of a new label are no longer duplicated (separated out the creation logic into the LabelController.)
Andy Heathershaw
2017-09-10 12:40:24 +0100
f46d9e1101#29: Album permissions are now checked when retrieving photos linked with a label. Labels are displayed in the gallery with their own views.
Andy Heathershaw
2017-09-10 11:24:44 +0100
88d660d92e#33: Fixed an issue where by the anonymous album check did not include the album ID, thereby allowing access if other albums allowed anonymous users.
Andy Heathershaw
2017-09-10 11:18:12 +0100
818d4c39d2#29: Added Selectize to allow labels to be assigned to photos, which is now working.
Andy Heathershaw
2017-09-10 10:24:15 +0100
6280766d70#29: Labels can now be added and managed through the admin panel
Andy Heathershaw
2017-09-10 09:07:56 +0100
aa99d76ae5Merge remote-tracking branch 'origin/feature/3-analytics-dashboard' into feature/29-label-photos
Andy Heathershaw
2017-09-10 07:51:10 +0100
6d59552456Bumped version number for 2.0.1 release
v2.0.1
Andy Heathershaw
2017-09-10 07:44:13 +0100
4ccd665920#28, #30: Fixed the breadcrumb on the individual photo page
Andy Heathershaw
2017-09-10 07:27:56 +0100
e9a6aff7e6Used a broader colour palette for charts
Andy Heathershaw
2017-09-06 22:21:48 +0100
7f27921cf7#3: Implemented the majority of the public facing charts I'd envisaged
Andy Heathershaw
2017-09-06 22:00:12 +0100
51bd8ca32fMerge branch 'v2.0' into feature/3-analytics-dashboard
Andy Heathershaw
2017-09-06 21:01:14 +0100
81a0ea28c7Bumped version number for 2.0.0 release
v2.0.0
Andy Heathershaw
2017-09-06 20:43:22 +0100
bf3c2763fdUpdate 'contributing.md'
Andy Heathershaw
2017-09-06 20:21:54 +0100
943348fa04Add a file describing how to contribute changes
Andy Heathershaw
2017-09-06 20:20:09 +0100
584b41722aUpdated Readme ahead of v2.0.0 release
Andy Heathershaw
2017-09-06 20:15:53 +0100
f5a269d634#3: Added a quick and simple pie chart of cameras used in the gallery. Added an image to the "Albums" menu item.
Andy Heathershaw
2017-09-06 16:08:38 +0100
34b2ff6ea4#25: Updated the installer to work with a brand-new system with just PHP installed. Changed the way the base URL is determined to work with systems that have to access the app using /public.
v2.0.0-beta.4
Andy Heathershaw
2017-09-06 10:33:22 +0100
0c1ff083f6#24: Corrected date format of last modified date in sitemap.xml
v2.0.0-beta.3
Andy Heathershaw
2017-09-05 22:27:55 +0100
39b9df0032Bumped version number for beta 3
Andy Heathershaw
2017-09-05 22:18:41 +0100
9d3a95917cMerge branch 'feature/24-google-sitemap-xml' of aheathershaw/blue-twilight into master
Andy Heathershaw
2017-09-05 22:17:35 +0100