mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	Update sqlalchemy-utils dependency for oauth
Sort for state checkbox in user list and books list working
This commit is contained in:
		| @@ -117,6 +117,7 @@ $(function() { | ||||
|  | ||||
|     $("#books-table").bootstrapTable({ | ||||
|         sidePagination: "server", | ||||
|         queryParams: queryParams, | ||||
|         pagination: true, | ||||
|         paginationLoop: false, | ||||
|         paginationDetailHAlign: " hidden", | ||||
| @@ -734,8 +735,6 @@ function queryParams(params) | ||||
|     params.state = JSON.stringify(selections); | ||||
|     return params; | ||||
| } | ||||
| function user_handle (userId) { | ||||
| } | ||||
|  | ||||
| function test(){ | ||||
|     console.log("hello"); | ||||
|   | ||||
| @@ -27,7 +27,7 @@ Flask-SimpleLDAP>=1.4.0,<1.5.0 | ||||
|  | ||||
| #oauth | ||||
| Flask-Dance>=1.4.0,<3.1.0 | ||||
| SQLAlchemy-Utils>=0.33.5,<0.37.0 | ||||
| SQLAlchemy-Utils>=0.33.5,<0.38.0 | ||||
|  | ||||
| # extracting metadata | ||||
| lxml>=3.8.0,<4.7.0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs