893d31af52 
							
						 
					 
					
						
						
							
							Proper dragging of the crop bounding rectangle/area.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5895f4faa6 
							
						 
					 
					
						
						
							
							Rewrite CropEditor.positionBoundary  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8e7a09f3f3 
							
						 
					 
					
						
						
							
							Initial version of crop boundary dragging.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							837c92db44 
							
						 
					 
					
						
						
							
							CropEditor: split setDefaultCrop from setInputValues and rename.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c392105814 
							
						 
					 
					
						
						
							
							Refactor crop editor DOM functions.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9d95df81fe 
							
						 
					 
					
						
						
							
							WIP: finally implement drag events.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d4cc72304e 
							
						 
					 
					
						
						
							
							Use flexbox for crop editor box sizing.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2c68b6a798 
							
						 
					 
					
						
						
							
							Improve crop editor styling.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fd84e1c9f8 
							
						 
					 
					
						
						
							
							Refactor crop editor into a proper class.  
						
						 
						
						
						
						
					 
					
						2020-12-30 13:05:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							12ea378b02 
							
						 
					 
					
						
						
							
							Photo uploader: reduce client memory usage.  
						
						 
						
						... 
						
						
						
						To create inline thumbnails locally, the previous version of the photo uploader
used base64 representations of the local files to be uploaded. While this is
effective, it is a little wasteful. When uploading several photos at once, this
could even lead to the page becoming less responsive.
This commit changes the process such that the photos are actually resized on a
canvas, only using the local original as a buffer. Hence, only the resized
photo is retained in memory. 
						
						
					 
					
						2020-02-08 20:35:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8ec6c227d5 
							
						 
					 
					
						
						
							
							Remove leftover debug statements.  
						
						 
						
						
						
						
					 
					
						2019-03-09 13:58:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							42e5c7fe37 
							
						 
					 
					
						
						
							
							Allow regular users to unlink tags from photos.  
						
						 
						
						
						
						
					 
					
						2019-03-09 13:48:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							16ec547064 
							
						 
					 
					
						
						
							
							Changes the ConfirmDelete page and updates database code.  
						
						 
						
						... 
						
						
						
						The ConfirmDelete page now uses parts of the photopage. The
Confirmation dialog is its own template which is based on Alert.
The database now updates the album thumb to the most recent
addition to the album, when the album thumb asset is being deleted.
When there are no pictures left in the album 0 will be set. 
						
						
					 
					
						2018-07-13 23:00:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e40c05c1f8 
							
						 
					 
					
						
						
							
							Adds a Confirm Delete page and actually delete the assets.  
						
						 
						
						
						
						
					 
					
						2018-07-07 19:53:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							344db6e4c5 
							
						 
					 
					
						
						
							
							Adds a Delete button to the ViewPhotoPage.  
						
						 
						
						... 
						
						
						
						The Delete button is non functional yet and is only available for
admins and the photo owner. 
						
						
					 
					
						2018-07-07 12:19:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							981b652e25 
							
						 
					 
					
						
						
							
							Fix album title box on mobile.  
						
						 
						
						
						
						
					 
					
						2017-11-22 11:22:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							cda7f3115c 
							
						 
					 
					
						
						
							
							Fix crop editor.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ee9bdd45c0 
							
						 
					 
					
						
						
							
							Leave out labels on photo index pages.  
						
						 
						
						... 
						
						
						
						They were pretty much only displaying filenames, so not adding much. 
						
						
					 
					
						2017-11-09 17:00:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9fe8acc747 
							
						 
					 
					
						
						
							
							Change colour palette into something more befitting #RU.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9f92ed6d7a 
							
						 
					 
					
						
						
							
							JS photo nav: scroll to #photo_frame automatically.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fa5ef75205 
							
						 
					 
					
						
						
							
							Basic styling for (long) tag lists.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1f7fe35cec 
							
						 
					 
					
						
						
							
							Accept tags consisting of only two letters, too.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0a55730696 
							
						 
					 
					
						
						
							
							Allow all users to create and link people tags.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7f5ce1820d 
							
						 
					 
					
						
						
							
							Split preview box creation from preview generation.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2a7b44dfb2 
							
						 
					 
					
						
						
							
							Added favicon.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2d77fbdbb7 
							
						 
					 
					
						
						
							
							Add very basic context buttons to album pages.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ddcc28aff6 
							
						 
					 
					
						
						
							
							Implement upload throttling: one file at a time.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							790d5fc5d0 
							
						 
					 
					
						
						
							
							Uploading of new photos now fully working.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							77a9cd5d53 
							
						 
					 
					
						
						
							
							Add mockup progress bars to uploads.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c13442cac6 
							
						 
					 
					
						
						
							
							Add label next to spinner to indicate what's happening.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c912c3327e 
							
						 
					 
					
						
						
							
							Add spinner; retain preview image order.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6aaa21b176 
							
						 
					 
					
						
						
							
							WIP: new photo uploader.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3220d361c3 
							
						 
					 
					
						
						
							
							Introducing the AlbumHeaderBox. Removes a hack.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fdc437b29c 
							
						 
					 
					
						
						
							
							Responsive design for photo pages.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0341f73d09 
							
						 
					 
					
						
						
							
							Allow changing album pages by arrow keys.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f86a3ce358 
							
						 
					 
					
						
						
							
							Add single photo pages, navigateable by arrow keys and touch gestures.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							df7655e00b 
							
						 
					 
					
						
						
							
							Allow jumping to random pages through pagination fillers.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							196fe6780c 
							
						 
					 
					
						
						
							
							Improve navigation in responsive design.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4bdde6bc3a 
							
						 
					 
					
						
						
							
							Clean up references to Helvetica and Helvetica Neue.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8755995304 
							
						 
					 
					
						
						
							
							Add a space invader to the logo.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7487068171 
							
						 
					 
					
						
						
							
							Allow resetting password through email.  
						
						 
						
						... 
						
						
						
						This also adopts the use of an Alert template for error and success messages. 
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3587447cc0 
							
						 
					 
					
						
						
							
							Make logging in mandatory.  
						
						 
						
						
						
						
					 
					
						2017-11-09 17:00:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ab0e4efbcb 
							
						 
					 
					
						
						
							
							Initial commit.  
						
						 
						
						... 
						
						
						
						This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS. 
						
						
					 
					
						2017-11-09 17:00:22 +01:00