burghy86 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d08af094b8 
							
						 
					 
					
						
						
							
							Update it.json  
						
						... 
						
						
						
						fix and add new string 
						
					 
					
						2022-11-21 11:40:40 +01:00 
						 
				 
			
				
					
						
							
							
								Lars Kiesow 
							
						 
					 
					
						
						
						
						
							
						
						
							c307b1e6fb 
							
						 
					 
					
						
						
							
							No feed log level  
						
						... 
						
						
						
						This patch drops the log level for logging requests to non-existing
feeds from error to debug. The reasoning behind this is that this is a
client error and a client error is returned and can be handled by the
client.
Otherwise anyone can easily spam the logs with error messages by just
requesting non-existing feeds. 
						
					 
					
						2022-11-21 01:54:25 +01:00 
						 
				 
			
				
					
						
							
							
								Lars Kiesow 
							
						 
					 
					
						
						
						
						
							
						
						
							d387d5b758 
							
						 
					 
					
						
						
							
							Update Author Modal on Changes  
						
						... 
						
						
						
						If you are on the home page and open the edit author modal, you can
automatically update all data by clicking “Quick Match” or you can
remove a set image by clicking 🗑.
Both options will update the actual data, but not the data in the open
modal. This means that, for example, a picture is still shown in the
modal after deleting it. That's confusing.
This patch fixes the bug and makes sure the modal is updated if the data
is updated. 
						
					 
					
						2022-11-21 01:48:19 +01:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							c285dd666d 
							
						 
					 
					
						
						
							
							Fix:Australian audible TLD  #1191  
						
						
						
					 
					
						2022-11-20 17:17:25 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							b37b382ea7 
							
						 
					 
					
						
						
							
							Update:More translation strings  #1103   #1166  
						
						
						
					 
					
						2022-11-20 17:11:51 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2cd755ffa 
							
						 
					 
					
						
						
							
							Merge pull request  #1188  from lkiesow/a11y-tooltip  
						
						... 
						
						
						
						Make Tooltips Accessible 
						
					 
					
						2022-11-20 16:47:27 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							340aedfe13 
							
						 
					 
					
						
						
							
							Merge pull request  #1187  from lkiesow/tooltip  
						
						... 
						
						
						
						Add a few tooltips 
						
					 
					
						2022-11-20 16:44:02 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							6fafa7a75e 
							
						 
					 
					
						
						
							
							Update other string files with new strings  #1103  
						
						
						
					 
					
						2022-11-20 16:45:11 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03df5aaf42 
							
						 
					 
					
						
						
							
							Update client/strings/en-us.json  
						
						
						
					 
					
						2022-11-20 16:41:51 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d84db08a8 
							
						 
					 
					
						
						
							
							Update client/strings/en-us.json  
						
						
						
					 
					
						2022-11-20 16:41:47 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							1a5e0d2a5e 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/advplyr/audiobookshelf  
						
						
						
					 
					
						2022-11-20 16:12:38 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							70d887bada 
							
						 
					 
					
						
						
							
							Update:API status codes and default provider for findCovers route  
						
						
						
					 
					
						2022-11-20 16:12:30 -06:00 
						 
				 
			
				
					
						
							
							
								Lars Kiesow 
							
						 
					 
					
						
						
						
						
							
						
						
							ee0ac00f80 
							
						 
					 
					
						
						
							
							Make Tooltips Accessible  
						
						... 
						
						
						
						When using accessibility tools like screen magnifiers, dynamic screen
content can be quite problematic. In particular content, which only
appears if you interact with elements somewhere else on the screen. That
is the case, for example, with the current implementation of tooltips
used by audiobookshelf.
This patch provides a slight adjustment, keeping the tooltips open if
you hover over them. This allows users to have better access to the
content. 
						
					 
					
						2022-11-20 20:02:31 +01:00 
						 
				 
			
				
					
						
							
							
								Lars Kiesow 
							
						 
					 
					
						
						
						
						
							
						
						
							fdfb07ff2c 
							
						 
					 
					
						
						
							
							Add a few tooltips  
						
						... 
						
						
						
						Starting to use audiobookshelf, the function of some buttons weren't
very clear to me and while some buttons have tooltips, others have not.
This patch adds some additional tooltips to the user interface,
further explaining some of the functionality. 
						
					 
					
						2022-11-20 18:50:34 +01:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b648155170 
							
						 
					 
					
						
						
							
							Merge pull request  #1185  from springsunx/patch-1  
						
						... 
						
						
						
						Update zh-cn.json 
						
					 
					
						2022-11-20 08:01:25 -06:00 
						 
				 
			
				
					
						
							
							
								SunX 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59dc5299b1 
							
						 
					 
					
						
						
							
							Update zh-cn.json  
						
						
						
					 
					
						2022-11-20 21:30:55 +08:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							357a63a4d9 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/advplyr/audiobookshelf  
						
						
						
					 
					
						2022-11-19 17:57:34 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							94912c7542 
							
						 
					 
					
						
						
							
							Update:Enable PWA workbox  #354  
						
						
						
					 
					
						2022-11-19 17:57:26 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fae182b328 
							
						 
					 
					
						
						
							
							Merge pull request  #1182  from tomazed/master  
						
						... 
						
						
						
						Update fr.json from new strings in  advplyr/audiobookshelf@d24ed98bcd  
						
					 
					
						2022-11-19 15:41:36 -06:00 
						 
				 
			
				
					
						
							
							
								Tomazed 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ba2f3e33a 
							
						 
					 
					
						
						
							
							Merge branch 'advplyr:master' into master  
						
						
						
					 
					
						2022-11-19 22:40:29 +01:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							5ca2bc5d64 
							
						 
					 
					
						
						
							
							Version bump v2.2.5  
						
						
						
					 
					
						2022-11-19 14:50:57 -06:00 
						 
				 
			
				
					
						
							
							
								Tomazed 
							
						 
					 
					
						
						
						
						
							
						
						
							442687b198 
							
						 
					 
					
						
						
							
							Fix: Incorrect translation in fr.json  
						
						
						
					 
					
						2022-11-19 21:49:27 +01:00 
						 
				 
			
				
					
						
							
							
								Tomazed 
							
						 
					 
					
						
						
						
						
							
						
						
							7e400d3e9c 
							
						 
					 
					
						
						
							
							Update fr.json from new strings in   advplyr/audiobookshelf@d24ed98bcd  
						
						
						
					 
					
						2022-11-19 21:48:17 +01:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							e3ba739db5 
							
						 
					 
					
						
						
							
							Update:Encode & embed metadata API endpoints, separate cache & search endpoints into controllers  
						
						
						
					 
					
						2022-11-19 13:28:06 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							cd92a22f4d 
							
						 
					 
					
						
						
							
							Update:Account button icon size  
						
						
						
					 
					
						2022-11-19 12:09:05 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							d24ed98bcd 
							
						 
					 
					
						
						
							
							Update:Add translation strings for other languages  #1103   #1166  
						
						
						
					 
					
						2022-11-19 11:44:54 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							bcd224f534 
							
						 
					 
					
						
						
							
							Update:Add translation strings for bookshelf  #1103   #1166  
						
						
						
					 
					
						2022-11-19 11:44:08 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							1a93103e50 
							
						 
					 
					
						
						
							
							Update:Remove limit for batch editing  #1170  
						
						
						
					 
					
						2022-11-19 11:27:08 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							45ccf9d4be 
							
						 
					 
					
						
						
							
							Update:Hide bookshelf toolbar inputs when batch selecting  
						
						
						
					 
					
						2022-11-19 11:24:21 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							052a8307b3 
							
						 
					 
					
						
						
							
							Merge pull request  #1181  from burghy86/patch-4  
						
						... 
						
						
						
						Update it.json 
						
					 
					
						2022-11-19 11:10:40 -06:00 
						 
				 
			
				
					
						
							
							
								burghy86 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a0c0b9ea76 
							
						 
					 
					
						
						
							
							Update it.json  
						
						... 
						
						
						
						fix with the new it.json file 
						
					 
					
						2022-11-19 17:47:52 +01:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							7485cf1a26 
							
						 
					 
					
						
						
							
							Add:Batch select audiobook play button, item page mobile screen size cleanup  
						
						
						
					 
					
						2022-11-19 10:20:10 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							8931702f1b 
							
						 
					 
					
						
						
							
							Update:Filter submenu translations & new translation string  #1103   #1166  
						
						
						
					 
					
						2022-11-19 09:17:41 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00fae3eb16 
							
						 
					 
					
						
						
							
							Merge pull request  #1180  from tomazed/master  
						
						... 
						
						
						
						Update fr.json 
						
					 
					
						2022-11-19 09:06:50 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							003e8e17be 
							
						 
					 
					
						
						
							
							Merge pull request  #1177  from springsunx/patch-1  
						
						... 
						
						
						
						Update zh-cn.json 
						
					 
					
						2022-11-19 09:06:37 -06:00 
						 
				 
			
				
					
						
							
							
								Tomazed 
							
						 
					 
					
						
						
						
						
							
						
						
							edd9443d51 
							
						 
					 
					
						
						
							
							Update fr.json  
						
						
						
					 
					
						2022-11-19 15:59:38 +01:00 
						 
				 
			
				
					
						
							
							
								SunX 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b93a4c6792 
							
						 
					 
					
						
						
							
							Update zh-cn.json  
						
						
						
					 
					
						2022-11-19 18:24:57 +08:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30cf144090 
							
						 
					 
					
						
						
							
							Merge pull request  #1176  from tomazed/master  
						
						... 
						
						
						
						Fix: French translations regarding issue #1166  
						
					 
					
						2022-11-18 17:27:39 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							f17abef20a 
							
						 
					 
					
						
						
							
							Update:Add more translation strings for sort/filter menus  #1103   #1166  
						
						
						
					 
					
						2022-11-18 16:59:11 -06:00 
						 
				 
			
				
					
						
							
							
								Tomazed 
							
						 
					 
					
						
						
						
						
							
						
						
							937438800e 
							
						 
					 
					
						
						
							
							Fix: French translations regarding issue  #1166  
						
						
						
					 
					
						2022-11-18 23:38:25 +01:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							892fb6410c 
							
						 
					 
					
						
						
							
							Update:Add client ip address in server log for failed auth attempts  #1172  
						
						
						
					 
					
						2022-11-17 18:04:11 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							7008267e42 
							
						 
					 
					
						
						
							
							Fix:Mobile series books sortBy filter  #1152  
						
						
						
					 
					
						2022-11-17 17:09:27 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5e02472c 
							
						 
					 
					
						
						
							
							Update:Playback session sync local status codes  
						
						
						
					 
					
						2022-11-17 17:00:37 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9d37228cf 
							
						 
					 
					
						
						
							
							Merge pull request  #1171  from springsunx/patch-1  
						
						... 
						
						
						
						Update zh-cn.json 
						
					 
					
						2022-11-17 15:48:01 -06:00 
						 
				 
			
				
					
						
							
							
								SunX 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f48d52a489 
							
						 
					 
					
						
						
							
							Update zh-cn.json  
						
						
						
					 
					
						2022-11-17 10:23:13 +08:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							7d8c8fa5bb 
							
						 
					 
					
						
						
							
							Update:Navigation for mobile screen include authors page and podcast latest page  
						
						
						
					 
					
						2022-11-16 17:23:18 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							96a739e22d 
							
						 
					 
					
						
						
							
							Fix:Removing all sessions from last page of sessions table  #1168  
						
						
						
					 
					
						2022-11-16 16:28:46 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							c3ec036009 
							
						 
					 
					
						
						
							
							Update:New strings for translation  #1103   #1166  
						
						
						
					 
					
						2022-11-16 16:11:06 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							c7794e00f6 
							
						 
					 
					
						
						
							
							Update:Author image from cache API status codes  
						
						
						
					 
					
						2022-11-16 15:32:32 -06:00 
						 
				 
			
				
					
						
							
							
								advplyr 
							
						 
					 
					
						
						
						
						
							
						
						
							3316394f5c 
							
						 
					 
					
						
						
							
							Add:Button on series books page to re-add series to continue listening  #1159  
						
						
						
					 
					
						2022-11-15 17:20:57 -06:00