OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							f2add3f788 
							
						 
					 
					
						
						
							
							Migration of view settings working in User database  
						
						 
						
						... 
						
						
						
						Book Merge gives now feedback on what is done 
						
					 
					
						2020-08-22 10:27:09 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							ad144922fb 
							
						 
					 
					
						
						
							
							Merge with master  
						
						 
						
						
						
					 
					
						2020-08-22 09:23:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							b9c0f2a3d3 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into master  
						
						 
						
						
						
					 
					
						2020-08-21 19:27:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							0cc07362b8 
							
						 
					 
					
						
						
							
							Fix for  #1573  
						
						 
						
						
						
					 
					
						2020-08-21 19:26:58 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brandon Ingli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ee5dcaff3 
							
						 
					 
					
						
						
							
							Elevate Log Messages in web.py  
						
						 
						
						... 
						
						
						
						Elevates login failure log messages and register failure log messages from INFO to WARNING, "Unknown Error" to ERROR, and fixes misspelling of "address" in web.py log messages. Misspelling remains in variable names to avoid breaking changes. 
						
					 
					
						2020-08-17 11:29:10 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							4d44746a88 
							
						 
					 
					
						
						
							
							Change settings database gdrive watch to JSON  
						
						 
						
						
						
					 
					
						2020-08-15 15:07:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							1535bdbcd8 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'memorydatabase/issue/1564'  
						
						 
						
						
						
					 
					
						2020-08-15 12:08:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							ecb160b28d 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'pypy/fix-pypy3-settings-database-error'  
						
						 
						
						
						
					 
					
						2020-08-15 10:58:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							7e9941def0 
							
						 
					 
					
						
						
							
							Updated test results  
						
						 
						
						
						
					 
					
						2020-08-14 21:02:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							f9c6fb30bf 
							
						 
					 
					
						
						
							
							Excluded series type again, as it causes problems upon reconnect  
						
						 
						
						
						
					 
					
						2020-08-14 19:43:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							94ad93ebd7 
							
						 
					 
					
						
						
							
							Added series like custom columns  #1501  
						
						 
						
						
						
					 
					
						2020-08-11 18:56:34 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								blitzmann 
							
						 
					 
					
						
						
						
						
							
						
						
							0e1ec5034e 
							
						 
					 
					
						
						
							
							Fix for  #1564  - using memory database in multiple threads.  
						
						 
						
						... 
						
						
						
						See also: https://docs.sqlalchemy.org/en/13/dialects/sqlite.html#using-a-memory-database-in-multiple-threads  
						
					 
					
						2020-08-11 12:44:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marvel Renju 
							
						 
					 
					
						
						
						
						
							
						
						
							76b0505bd9 
							
						 
					 
					
						
						
							
							Change all "conn = engine.connect()" statements to "with engine.connect() as conn:" in ub.py  
						
						 
						
						... 
						
						
						
						Changed all the statements in ub.py to use python context managers so that conn.close() is called automatically.  (https://docs.sqlalchemy.org/en/13/core/connections.html ) 
						
					 
					
						2020-08-10 03:42:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							b309c1fc91 
							
						 
					 
					
						
						
							
							Fix filenames (Escape "\") for searching calibre excecutable on windows  
						
						 
						
						
						
					 
					
						2020-08-09 15:11:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							b9a802a19c 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'cover_path/patch-1'  
						
						 
						
						
						
					 
					
						2020-08-09 14:54:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a882ad3e65 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'contrib/patch-1'  
						
						 
						
						
						
					 
					
						2020-08-09 14:52:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Holmes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							969105b205 
							
						 
					 
					
						
						
							
							Trim whitespace from filename  
						
						 
						
						... 
						
						
						
						This avoids an OSError when the book's metadata has whitespace at the end of it. 
						
					 
					
						2020-08-09 01:08:00 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Holmes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28bfb06c67 
							
						 
					 
					
						
						
							
							Revert the deletion of another line  
						
						 
						
						... 
						
						
						
						This was done by mistake, whoops! 
						
					 
					
						2020-08-09 00:57:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan Holmes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							704dcb3e58 
							
						 
					 
					
						
						
							
							Move assignment of new_coverpath  
						
						 
						
						... 
						
						
						
						With the assignment originally being within the try, if the try failed, the exception wouldn't have access to the value 
						
					 
					
						2020-08-09 00:55:56 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Efreak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7e723d8d4 
							
						 
					 
					
						
						
							
							Spelling/grammar in CONTRIBUTING.md  
						
						 
						
						
						
					 
					
						2020-08-08 01:06:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ren Wei 
							
						 
					 
					
						
						
						
						
							
						
						
							4c6f5096be 
							
						 
					 
					
						
						
							
							get metadata, typo, if no result from google, it will display the  noresult msg, regardless of the others results.  
						
						 
						
						
						
					 
					
						2020-08-01 15:12:20 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							1a1d105fae 
							
						 
					 
					
						
						
							
							Fix   #1538  (Floating point numbers showing 2 decimals on details page  
						
						 
						
						
						
					 
					
						2020-07-23 19:31:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							42a0639bb5 
							
						 
					 
					
						
						
							
							Fix   #1533  (Invalid LDAP Cert Path no longer crashes app)  
						
						 
						
						
						
					 
					
						2020-07-23 19:23:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e27b08203d 
							
						 
					 
					
						
						
							
							Fix   #1531  (white background on transparent cover instead of black one)  
						
						 
						
						
						
					 
					
						2020-07-23 18:41:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clément Poissonnier 
							
						 
					 
					
						
						
						
						
							
						
						
							1ca4583896 
							
						 
					 
					
						
						
							
							feat(ldap): add a field that allows to override LDAP User Object Filter when a user is imported  
						
						 
						
						
						
					 
					
						2020-07-23 12:12:00 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							25fc6f1937 
							
						 
					 
					
						
						
							
							Further fixes for  #1530  (Handle improper migrated database with config_mature_content_tags, allowed_tags, denied_tags, denied_column_value, allowed_column_value NULL instead of "")  
						
						 
						
						
						
					 
					
						2020-07-22 18:44:11 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							0ccc3f7252 
							
						 
					 
					
						
						
							
							Fixes for windows (moving files not allowed -> Close pdf after metadata extracting, add os.path.normcase to path while renaming folders, as thi caused also trouble  
						
						 
						
						... 
						
						
						
						Added hint for missing ghostcript on cover extraction 
						
					 
					
						2020-07-21 20:14:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							66acd1821d 
							
						 
					 
					
						
						
							
							Update Gdrive integration (Error Handling on Callback and wording)  
						
						 
						
						
						
					 
					
						2020-07-21 18:01:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							93a0217d5f 
							
						 
					 
					
						
						
							
							Fix for  #1530  (Handle improper migrated database with config_mature_content_tags NULL instead of "")  
						
						 
						
						
						
					 
					
						2020-07-20 20:28:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jef LeCompte 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							711a697570 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/master' into jef/download-kobo  
						
						 
						
						
						
					 
					
						2020-07-13 01:50:38 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							f8139f3198 
							
						 
					 
					
						
						
							
							Store last selected view for sidebar (not for categories, series, publishers, ..)  
						
						 
						
						... 
						
						
						
						Started making search paged 
						
					 
					
						2020-07-11 12:09:34 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							df01022f49 
							
						 
					 
					
						
						
							
							Added save user view settings  
						
						 
						
						
						
					 
					
						2020-07-08 21:18:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							450411a732 
							
						 
					 
					
						
						
							
							#1344  (Support Multiple authors, but not showing up on Kobo reader)  
						
						 
						
						... 
						
						
						
						Fix for #1439  (reading progress was not stored, as user login was wrong) 
						
					 
					
						2020-07-05 20:54:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							f80c67828b 
							
						 
					 
					
						
						
							
							Fix   #1500  (Custom ratings of increment 0.5 are allowed)  
						
						 
						
						
						
					 
					
						2020-07-05 14:35:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							d1889a5e06 
							
						 
					 
					
						
						
							
							Fix   #1502  (program info only visible in about section if user is admin)  
						
						 
						
						
						
					 
					
						2020-07-05 14:00:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							12263ff02f 
							
						 
					 
					
						
						
							
							Fix   #1423  (OverflowError thrown during sync on some Linux Systems if one of the timestamps is outside range 1970 to 2038)  
						
						 
						
						
						
					 
					
						2020-07-05 13:55:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							76f914cbc2 
							
						 
					 
					
						
						
							
							Fixed logging in SyncToken  
						
						 
						
						
						
					 
					
						2020-07-05 13:52:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							c1f5252b3f 
							
						 
					 
					
						
						
							
							Fix   #1509  (OSError thrown during sync on Windows if one of the timestamps is outside range 1970 to 2038)  
						
						 
						
						
						
					 
					
						2020-07-05 13:40:33 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							20c6f79a44 
							
						 
					 
					
						
						
							
							Changed behavior delete books with subfolders (additional warning message, but book is deleted)  
						
						 
						
						
						
					 
					
						2020-07-05 10:44:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							ee6f1405d4 
							
						 
					 
					
						
						
							
							Fix   #1456  (Added route to robots.txt)  
						
						 
						
						
						
					 
					
						2020-07-04 21:22:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							ee3541d74e 
							
						 
					 
					
						
						
							
							Fix kobo links for reverse proxies with subdomains (and docker?)  #1470  
						
						 
						
						
						
					 
					
						2020-07-04 13:35:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jef LeCompte 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e048388213 
							
						 
					 
					
						
						
							
							feat(api): include external port option  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jef LeCompte <jeffreylec@gmail.com> 
						
					 
					
						2020-07-03 12:58:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							3ff3431b17 
							
						 
					 
					
						
						
							
							Merge branch 'master' into Develop  
						
						 
						
						
						
					 
					
						2020-06-30 19:59:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							8608ff11f7 
							
						 
					 
					
						
						
							
							Fix   #1507  (Password generation on python2 working again)  
						
						 
						
						
						
					 
					
						2020-06-30 19:58:07 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Knepher 
							
						 
					 
					
						
						
						
						
							
						
						
							7e0d9fbace 
							
						 
					 
					
						
						
							
							series_index filter to show x.0 as x  
						
						 
						
						
						
					 
					
						2020-06-29 23:34:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							c6c9cfea22 
							
						 
					 
					
						
						
							
							Merging books basically working  
						
						 
						
						
						
					 
					
						2020-06-29 20:14:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a758976c69 
							
						 
					 
					
						
						
							
							Merge branch 'master' into Develop  
						
						 
						
						
						
					 
					
						2020-06-29 18:47:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a14192b7e0 
							
						 
					 
					
						
						
							
							Updated testresults  
						
						 
						
						
						
					 
					
						2020-06-28 22:31:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								OzzieIsaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							601464083b 
							
						 
					 
					
						
						
							
							Fix for task wrap around  
						
						 
						
						
						
					 
					
						2020-06-28 13:44:21 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							ccca5d4d1c 
							
						 
					 
					
						
						
							
							Merge branch 'master' into Develop  
						
						 
						
						... 
						
						
						
						# Conflicts:
#	cps/templates/layout.html 
						
					 
					
						2020-06-28 12:11:46 +02:00