Commit Graph

891 Commits

Author SHA1 Message Date
623a92ebec Version Bump
Merge branch 'Develop'
2021-09-25 10:49:20 +02:00
efb04ddd8f Fix #2061 (Defective utf-16 txt files) 2021-09-22 19:58:20 +02:00
7ae3255ea9 Revert Content-Security-Policy header 2021-08-27 14:28:30 +02:00
91e6d94c83 Improved displaying of username and task title in tasks 2021-08-27 14:27:35 +02:00
ceec1051d5 Added option to save books with no nenglish characters
Imporvements on metadata search
2021-08-01 13:50:17 +02:00
702e96ddd6 Update load metadata 2021-07-31 09:18:05 +02:00
f0a5225524 Merge branch 'master' into Develop 2021-07-30 16:58:30 +02:00
a32b36bf81 Fixed missing joins for sorting according to series in read/unread and rated views 2021-07-30 16:58:20 +02:00
302679719d Merge branch 'master' into Develop
# Conflicts:
#	cps/admin.py
#	cps/converter.py
#	cps/subproc_wrapper.py
#	test/Calibre-Web TestSummary_Linux.html
2021-07-30 16:33:06 +02:00
a63baa1758 better logged in session protection 2021-07-30 16:28:37 +02:00
e245a147d9 Revert accidentally committed store user session 2021-07-30 10:16:52 +02:00
0ec2bcd897 Fixes from testrun 2021-07-30 09:25:19 +02:00
018f3ca250 Sort authors additionally to series and series_index (Fix #2001)
Sqlalchemy version2 is now a global flag
2021-07-26 07:52:01 +02:00
a1a8a0cf29 Logout if logged out and don't allow to get logged in afterwards 2021-07-25 05:24:03 +02:00
56cd62ed90 Fix show edit user after exception 2021-07-23 20:12:37 +02:00
3c8bfc31e4 fix change name allowd as non admin 2021-07-23 19:34:46 +02:00
280efad939 #2052 (wrong series index shown for series_index >=100) 2021-07-12 14:04:23 +02:00
aae81c3d24 Fix #2048 (Display book title in reader) 2021-07-11 12:52:46 +02:00
62fce26651 Bugfix extended search term with excluded series/shelfs 2021-05-28 14:57:35 +02:00
25add6511f Catch error on search for new custom column (created after start of calibre-web) 2021-05-28 14:54:18 +02:00
a47d6cd937 Fix confirm dialog database change
Gdrive setup basically working again
Moved basicconfig behind login
Database setup separated from other setup
Config page is using ajax (flask >2 and slow computers)
2021-05-26 14:50:44 +02:00
e15324d2cd Merge branch 'master' into Develop 2021-05-16 09:38:00 +02:00
20b84a9459 Unified translations
Update translations for release
2021-05-16 09:37:45 +02:00
d95838309e Added config option for shelf sync behavior 2021-05-15 10:45:51 +02:00
4745fc0db1 Bugfix search for publish dates and custom column dates
Bugfix save umplauts in comments unescaped (as calibre does)
Improved testability
2021-05-15 07:51:32 +02:00
b3648187ff Bugfix search for publishdates and custom column dates
Bugfix save umplauts in comments unescaped (as calibre does)
Improved testability
2021-05-15 07:51:12 +02:00
b009dfe4ee Always use bootstrap datepicker 2021-05-14 19:58:06 +02:00
06347b7e3c Bugfixes from testrun 2021-05-14 08:26:56 +02:00
380292a8aa Custom column datetime now searchable (#1984) 2021-05-13 13:31:36 +02:00
541c8c4b93 Improved error handling for disapearing custom column linked to visiblility restrictions 2021-05-01 20:52:48 +02:00
b97373bf37 Improved error handling for disapearing custom column linked to read status 2021-05-01 18:42:57 +02:00
144c2b5fc7 Renaming ipadress - ip_address
Bugfix user table
Result testrun
Updated cn translation
2021-04-26 19:03:01 +02:00
c0b2e886d2 bugfix books list with selected books and stored on state 2021-04-21 19:28:22 +02:00
39bbee0eeb Books sort with non Books table column working #1938 2021-04-17 10:27:30 +02:00
b38877e193 Document change 2021-04-13 19:47:55 +02:00
0e1dbb5377 Copy author names for displaying (#1935) 2021-04-13 19:41:44 +02:00
f07cc8b103 Update optional-requirements: flask-dance
Catch error for invalid oauth tokens
Fixes for displaying error messages on deleting books from list
Fixes for displaying error messages on deleting bookformats
Removed non working sorting in books list
2021-04-13 19:26:10 +02:00
67775bc797 Update requirements
Catch error for invalid oauth tokens
Fixes for displaying error messages on deleting books from list
Fixes for displaying error messages on deleting bookformats
2021-04-13 19:08:02 +02:00
d32b2ca524 Prevent traceback after delete user
flash message in case last admin role is removed #1938
2021-04-12 19:04:27 +02:00
90f2b3fb21 Refactored list checkbox sort 2021-04-12 18:39:09 +02:00
b6177b27f4 Sorting of users in table according to selection possible 2021-04-11 19:59:20 +02:00
2d73f541c0 Bugfix sort books list and user list
Prevent transferring password hash to client
2021-04-08 19:37:08 +02:00
8acd1f1fe4 Code refactoring and improved error handling for edit user list
Update teststatus
2021-04-06 17:29:42 +02:00
fc85586809 Bugfixes for sqlalchemy 1.4.0 2021-03-22 16:33:21 +01:00
4664b47851 Fixed alphabetical order in list and grid view
Completed download section
2021-03-21 19:31:32 +01:00
9864d932e0 Changed user.nickname to user.name
Added function to view downloads of all users for admins
2021-03-21 18:55:02 +01:00
b1b7ee65b4 Refactored advanced search 2021-03-20 18:10:27 +01:00
f5ded86c02 removed extraneous logs 2021-03-16 19:18:57 -04:00
d0671ec58c Merge branch 'master' of https://github.com/janeczku/calibre-web 2021-03-15 21:09:51 -04:00
1e40ffd1cc merge changes 2021-03-15 21:08:41 -04:00