Andy Heathershaw
|
dcfcbca530
|
#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 |
|
Andy Heathershaw
|
150f0a4966
|
#38: Modified the way the metadata upgrade page works - which now does a "re-analyse" the same way as it does an "analyse"
|
2017-09-17 16:04:07 +01:00 |
|
Andy Heathershaw
|
0b64728d0a
|
First batch of changes for #38 to allow photo metadata updates
|
2017-09-16 08:26:05 +01:00 |
|
Andy Heathershaw
|
b7285888cf
|
#3: Merged the two photo charts into one and added a "number at-a-glance" widget on the statistics page
|
2017-09-10 17:02:15 +01:00 |
|
Andy Heathershaw
|
fee2841910
|
#2: Added an intermediate step to the quick-post/upload feature that validates the request
|
2017-09-10 15:25:59 +01:00 |
|
Andy Heathershaw
|
3254ca1500
|
#29: Added a new /labels endpoint to display labels and a preview of their photos
|
2017-09-10 13:21:45 +01:00 |
|
Andy Heathershaw
|
f46d9e1101
|
#29: Album permissions are now checked when retrieving photos linked with a label. Labels are displayed in the gallery with their own views.
|
2017-09-10 11:24:44 +01:00 |
|
Andy Heathershaw
|
6280766d70
|
#29: Labels can now be added and managed through the admin panel
|
2017-09-10 09:07:56 +01:00 |
|
Andy Heathershaw
|
7f27921cf7
|
#3: Implemented the majority of the public facing charts I'd envisaged
|
2017-09-06 22:00:12 +01:00 |
|
Andy Heathershaw
|
f5a269d634
|
#3: Added a quick and simple pie chart of cameras used in the gallery. Added an image to the "Albums" menu item.
|
2017-09-06 16:08:38 +01:00 |
|
Andy Heathershaw
|
61a76ac8a7
|
#24: Added a basic sitemap.xml with the root gallery URL
|
2017-09-04 22:01:02 +01:00 |
|
Andy Heathershaw
|
f9bc890de0
|
#12: Added the ability to add and remove redirects from the album's admin page (Redirects tab)
|
2017-09-04 17:23:31 +01:00 |
|
Andy Heathershaw
|
a26f9c1c1f
|
#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 |
|
Andy Heathershaw
|
ac2a24187d
|
#9, #12: Change password is now working. Updated the default album view to Bootstrap v4's cards.
|
2017-04-11 18:31:56 +01:00 |
|
Andy Heathershaw
|
e1b80ae096
|
#12: Added a page for the current user to change their password - still needs hooking up to the controller
|
2017-04-10 21:04:10 +01:00 |
|
Andy Heathershaw
|
fd19c9db55
|
#3: User permissions can now be specified for an album. Added a new config to the User class that allows users to login and manage albums without needing full admin access
|
2017-03-21 21:48:55 +00:00 |
|
Andy Heathershaw
|
6be31c9b7e
|
#1: Tab headers in the admin panel are now responsive - hiding the text on xs devices. #3: Added ability to set permissions for anonymous users
|
2017-02-17 11:38:10 +00:00 |
|
Andy Heathershaw
|
78e5d0e3c0
|
#3 Album permissions can now be allocated to groups
|
2017-02-16 17:32:01 +00:00 |
|
Andy Heathershaw
|
f70a80ca19
|
#3: It is now possible to create, edit and delete user groups.
|
2017-02-13 12:08:16 +00:00 |
|
Andy Heathershaw
|
2dce62014a
|
#1, #2: Added intro titles/messages to the main settings pages. Updated the look of the "Actions" widget to match the "Manage" widget. Changed the URL of the users pages to plural.
|
2017-02-13 10:36:53 +00:00 |
|
Andy Heathershaw
|
35758d338a
|
BLUE-17: added support for S3 cloud storage (including DreamObjects, which uses an S3-compatible API)
|
2016-11-03 13:33:35 +00:00 |
|
Andy Heathershaw
|
aadc39684f
|
BLUE-8: Modified the upload/analysis functionality to work strictly with local files, so only the final results are uploaded to OpenStack, saving on bandwidth
|
2016-10-28 05:30:57 +01:00 |
|
Andy Heathershaw
|
8990c31a5f
|
Finished off refactoring the edit photo operations in the album editor
|
2016-10-05 05:35:14 +01:00 |
|
Andy Heathershaw
|
0e569562a4
|
resolves #2: photos can now be moved between albums. Started improving the bulk photo update to use a KnockoutJS view model to remove some of the logic from the view itself.
|
2016-10-05 05:02:47 +01:00 |
|
Andy Heathershaw
|
fe0b4c2108
|
refs #6: added the ability to flip photos horizontally, vertically and both
|
2016-10-03 15:57:58 +01:00 |
|
Andy Heathershaw
|
1b86fa1e0e
|
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 |
|
Andy Heathershaw
|
8b4af87b15
|
Switched the installer to be a middleware
|
2016-10-01 14:45:48 +01:00 |
|
Andy Heathershaw
|
48b43c3dd2
|
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 |
|
Andy Heathershaw
|
42fb700c41
|
Started working on an install experience for the application
|
2016-09-21 12:10:37 +01:00 |
|
Andy Heathershaw
|
71f6ed8979
|
Implemented the admin tools - regenerate thumbnails and delete photo. Also added the nice loading indicator
|
2016-09-09 09:45:11 +01:00 |
|
Andy Heathershaw
|
56cfade23c
|
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 |
|
Andy Heathershaw
|
1a08ef1828
|
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 |
|
Andy Heathershaw
|
eb49f3230d
|
Implemented the activation controller
|
2016-09-06 14:19:16 +01:00 |
|
Andy Heathershaw
|
57bc8d86cc
|
New user registrations now get an activation e-mail
|
2016-09-06 13:48:52 +01:00 |
|
Andy Heathershaw
|
2a1311b2ba
|
Finished the test e-mail settings functionality and introduced TLS encryption. Tested with Office 365.
|
2016-09-06 13:26:02 +01:00 |
|
Andy Heathershaw
|
00ab249476
|
Added a settings page allowing the date format and application name to be configured
|
2016-09-05 15:28:56 +01:00 |
|
Andy Heathershaw
|
ef95fd31ba
|
Implemented a page to view a larger preview of a photo
|
2016-09-05 14:27:20 +01:00 |
|
Andy Heathershaw
|
56701c78d6
|
Zip files can now be extracted and uploaded
|
2016-09-05 12:56:13 +01:00 |
|
Andy Heathershaw
|
80dd1e4a40
|
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 |
|
Andy Heathershaw
|
18bceb367d
|
Albums now display their photos in a grid
|
2016-09-04 21:59:32 +01:00 |
|
Andy Heathershaw
|
b08a0e4710
|
Albums are now displayed on the index page. Logged in users now get a gravatar displayed. Thumbnails are now also served and displayed on the index page.
|
2016-09-03 22:13:05 +01:00 |
|
Andy Heathershaw
|
9360d8bbbe
|
Started working on support for uploading photos
|
2016-09-02 21:27:50 +01:00 |
|
Andy Heathershaw
|
b668c6bebe
|
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 |
|