Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e4e27662f5 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'url/patch-1' into master  
						
						 
						
						
						
					 
					
						2021-03-14 08:35:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zaroz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5511925ba2 
							
						 
					 
					
						
						
							
							Removed elif "url" identifier format type  
						
						 
						
						... 
						
						
						
						Removed elif "url" identifier format type, since else output is identical 
						
					 
					
						2021-03-03 21:18:08 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zaroz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							940c9c45d7 
							
						 
					 
					
						
						
							
							Updated db.py  
						
						 
						
						... 
						
						
						
						changed __repr__ else statement to allow for custom id entries 
						
					 
					
						2021-03-02 23:46:02 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							87d6008dfc 
							
						 
					 
					
						
						
							
							Fix for  #1870  (png was missing in supported picture formats for comic viewer)  
						
						 
						
						
						
					 
					
						2021-02-27 09:23:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jvoisin 
							
						 
					 
					
						
						
						
						
							
						
						
							bc876a159e 
							
						 
					 
					
						
						
							
							Declare variables before using them  
						
						 
						
						... 
						
						
						
						It should fix the following stacktrace:
```
[2021-02-18 14:46:14,771] ERROR {cps:1891} Exception on / [GET]
Traceback (most recent call last):
  File "/opt/calibre/vendor/flask/app.py", line 2447, in wsgi_app
    response = self.full_dispatch_request()
  File "/opt/calibre/vendor/flask/app.py", line 1952, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/opt/calibre/vendor/flask/app.py", line 1821, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/opt/calibre/vendor/flask/_compat.py", line 39, in reraise
    raise value
  File "/opt/calibre/vendor/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
  File "/opt/calibre/vendor/flask/app.py", line 1936, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/opt/calibre/cps/usermanagement.py", line 38, in decorated_view
    return login_required(func)(*args, **kwargs)
  File "/opt/calibre/vendor/flask_login/utils.py", line 272, in decorated_view
    return func(*args, **kwargs)
  File "/opt/calibre/cps/web.py", line 719, in index
    return render_books_list("newest", sort_param, 1, page)
  File "/opt/calibre/cps/web.py", line 422, in render_books_list
    entries, random, pagination = calibre_db.fill_indexpage(page, 0, db.Books, True, order)
  File "/opt/calibre/cps/db.py", line 610, in fill_indexpage
    return self.fill_indexpage_with_archived_books(page, pagesize, database, db_filter, order, False, *join)
  File "/opt/calibre/cps/db.py", line 635, in fill_indexpage_with_archived_books
    #    book = self.order_authors(book)
UnboundLocalError: local variable 'entries' referenced before assignment
``` 
						
					 
					
						2021-02-18 17:02:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							4aa1a838ed 
							
						 
					 
					
						
						
							
							Removed f-strings, making it compatible with python 3.5  
						
						 
						
						
						
					 
					
						2021-02-15 14:17:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzieisaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							095a51edd0 
							
						 
					 
					
						
						
							
							Convert tabs to spaces in server.py (related to  #1862 )  
						
						 
						
						
						
					 
					
						2021-02-15 13:33:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							bbf609b880 
							
						 
					 
					
						
						
							
							Fix   #1859  (Upload of jpg files without installed imagemagick doesn't work)  
						
						 
						
						
						
					 
					
						2021-02-13 14:34:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							3c1b06872d 
							
						 
					 
					
						
						
							
							Updated testresults  
						
						 
						
						... 
						
						
						
						Changed optional-requirements
Prevent redirect 308 on /<data> routes (#1854 ) 
						
					 
					
						2021-02-09 18:04:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							7b7494b8a4 
							
						 
					 
					
						
						
							
							Added executable folder to gitignore  
						
						 
						
						
						
					 
					
						2021-02-06 21:42:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							9390dcdd43 
							
						 
					 
					
						
						
							
							Update optional requirements  
						
						 
						
						
						
					 
					
						2021-02-06 11:33:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e6fb460071 
							
						 
					 
					
						
						
							
							New restart routine for executable files  
						
						 
						
						... 
						
						
						
						Fix log in updater
New source option updater available 
						
					 
					
						2021-02-06 09:42:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							6137fdeb33 
							
						 
					 
					
						
						
							
							Version bump  
						
						 
						
						
						
					 
					
						2021-02-02 19:11:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							4a4d02ea6a 
							
						 
					 
					
						
						
							
							Added translations  
						
						 
						
						
						
					 
					
						2021-02-02 19:04:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							be26e5f152 
							
						 
					 
					
						
						
							
							Update Teststatus  
						
						 
						
						... 
						
						
						
						Update Version 
						
					 
					
						2021-02-02 18:52:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							127bfba135 
							
						 
					 
					
						
						
							
							fix wrong path in get_update_status js function  
						
						 
						
						
						
					 
					
						2021-02-01 19:00:10 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							7efae3c125 
							
						 
					 
					
						
						
							
							Renamed "Recently Added" to "Books"  
						
						 
						
						
						
					 
					
						2021-01-31 19:20:43 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							1e5af21000 
							
						 
					 
					
						
						
							
							Fix   #1843  (get path to script via html file and known js file instead of randomly picking last one)  
						
						 
						
						
						
					 
					
						2021-01-31 19:01:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a866dbaa80 
							
						 
					 
					
						
						
							
							Fix mimetype in comic reader  
						
						 
						
						
						
					 
					
						2021-01-31 11:21:09 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							93f0724b83 
							
						 
					 
					
						
						
							
							Merge branch 'development' into master  
						
						 
						
						
						
					 
					
						2021-01-31 09:11:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							724762843d 
							
						 
					 
					
						
						
							
							Update Teststatus  
						
						 
						
						
						
					 
					
						2021-01-31 09:10:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							ff16afbf0b 
							
						 
					 
					
						
						
							
							Merge branch 'master' into development  
						
						 
						
						
						
					 
					
						2021-01-30 17:55:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							9d7ef25062 
							
						 
					 
					
						
						
							
							Fix Kobo sync & Update Teststatus  
						
						 
						
						
						
					 
					
						2021-01-30 17:55:17 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							88078d65e9 
							
						 
					 
					
						
						
							
							Fix   #1482  (do not shorten title in book detail page)  
						
						 
						
						
						
					 
					
						2021-01-30 14:57:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							b07a97c17e 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'webp/comic-webp' into master  
						
						 
						
						
						
					 
					
						2021-01-30 14:56:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							41e7d65e2a 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'caliblur/master' into master  
						
						 
						
						
						
					 
					
						2021-01-30 14:54:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							7fa5865cf6 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'autoconv/kepub_autoconv' into development  
						
						 
						
						... 
						
						
						
						# Conflicts:
#	cps/kobo.py
#	cps/kobo_auth.py 
						
					 
					
						2021-01-30 14:47:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e0b8fe3b1a 
							
						 
					 
					
						
						
							
							Merge branch 'master' into development  
						
						 
						
						
						
					 
					
						2021-01-30 14:41:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							4a11dd1e16 
							
						 
					 
					
						
						
							
							Fix mistyping "option"  
						
						 
						
						
						
					 
					
						2021-01-28 20:20:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							34a474101f 
							
						 
					 
					
						
						
							
							Fix   #1838  (Log message on failed OPDS login)  
						
						 
						
						
						
					 
					
						2021-01-28 20:05:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e6799e7a04 
							
						 
					 
					
						
						
							
							Improved detection of invalid email addresses ( #1831 ) upon registering  
						
						 
						
						
						
					 
					
						2021-01-27 19:18:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							0f83f9992c 
							
						 
					 
					
						
						
							
							Added swipe support for epub reader ( fixes   #925 )  
						
						 
						
						... 
						
						
						
						Cleaned reader js include files 
						
					 
					
						2021-01-24 14:19:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							d2ad78eb40 
							
						 
					 
					
						
						
							
							Added swipe support for comic reader and txt reader ( #925 )  
						
						 
						
						... 
						
						
						
						Bugfix for txt file not present on serving file 
						
					 
					
						2021-01-24 11:28:17 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							0b32738f4e 
							
						 
					 
					
						
						
							
							Fix Store UI settings in flask session for guest user ( #1820 )  
						
						 
						
						... 
						
						
						
						Updated testresults
Fix Filepicker (absolute instead of abs) 
						
					 
					
						2021-01-24 07:31:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a9cedb3fca 
							
						 
					 
					
						
						
							
							Add logger to db.py  
						
						 
						
						
						
					 
					
						2021-01-23 13:35:30 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							51f9cd4bb4 
							
						 
					 
					
						
						
							
							Fix english language names  
						
						 
						
						
						
					 
					
						2021-01-18 21:24:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a1668e2411 
							
						 
					 
					
						
						
							
							Version Bump  
						
						 
						
						
						
					 
					
						2021-01-17 16:37:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							9418045a2c 
							
						 
					 
					
						
						
							
							Updated Translation  
						
						 
						
						... 
						
						
						
						Version bump
Fixed errors in requirements file(s) 
						
					 
					
						2021-01-17 16:28:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							a7da6d210a 
							
						 
					 
					
						
						
							
							Added hint for python 2  
						
						 
						
						
						
					 
					
						2021-01-17 10:30:56 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chbmb 
							
						 
					 
					
						
						
						
						
							
						
						
							59a41dc844 
							
						 
					 
					
						
						
							
							Correct name for LinuxServer  
						
						 
						
						... 
						
						
						
						Nothing important, but it's LinuxServer not Linuxuser. 
						
					 
					
						2021-01-17 09:54:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e09f2c9beb 
							
						 
					 
					
						
						
							
							Added Password change on cli  
						
						 
						
						
						
					 
					
						2021-01-17 09:17:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							4bc3c8d9ac 
							
						 
					 
					
						
						
							
							Added missing mimetype ( fix   #1811 )  
						
						 
						
						
						
					 
					
						2021-01-17 07:54:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							9acea8adf4 
							
						 
					 
					
						
						
							
							Fixed logging of exception in debug_or_exception handler for python version <3.8  
						
						 
						
						
						
					 
					
						2021-01-12 20:51:49 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							e5f754ed0e 
							
						 
					 
					
						
						
							
							improved session handling  
						
						 
						
						
						
					 
					
						2021-01-11 14:18:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							263a8f9048 
							
						 
					 
					
						
						
							
							Added catching of missing invalid_request  
						
						 
						
						
						
					 
					
						2021-01-10 14:57:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							6f9e52792a 
							
						 
					 
					
						
						
							
							No autoflush on metadata.db change  
						
						 
						
						
						
					 
					
						2021-01-10 11:01:54 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							4a9b01e93b 
							
						 
					 
					
						
						
							
							Added IntegrityError to catched error  
						
						 
						
						
						
					 
					
						2021-01-10 10:23:14 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							b7de23e895 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'fix/unused_imports' into master  
						
						 
						
						
						
					 
					
						2021-01-10 10:18:01 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ozzie Isaacs 
							
						 
					 
					
						
						
						
						
							
						
						
							f358f78da8 
							
						 
					 
					
						
						
							
							Merge remove duplicate ids  
						
						 
						
						
						
					 
					
						2021-01-10 10:16:58 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jvoisin 
							
						 
					 
					
						
						
						
						
							
						
						
							b8ab66369e 
							
						 
					 
					
						
						
							
							Remove some unused imports  
						
						 
						
						
						
					 
					
						2021-01-07 17:59:08 +01:00