Commit Graph

112 Commits

Author SHA1 Message Date
e5f754ed0e improved session handling 2021-01-11 14:18:01 +01:00
4a9b01e93b Added IntegrityError to catched error 2021-01-10 10:23:14 +01:00
5cce01215f Code refactoring ub.session.commit()
Code cosmentics admin.py
2021-01-03 09:53:34 +01:00
1905e0ee6f refactoring to prevent web.py being the middle of the universe 2020-12-12 11:23:17 +01:00
b637a63e71 Refactored exception logging 2020-12-12 08:11:00 +01:00
d9b22fd513 log exceptions only in debug mode 2020-12-11 16:46:02 +01:00
983e3b2274 Bugfix allowed formats for comics
Bugfix editing archived books
2020-12-09 19:02:10 +01:00
15bb0ce990 Fix for #1439 (send kepub file instead of epub for kobo epub3 request)
Fix archived books are editable
2020-12-04 19:23:36 +01:00
3372070a58 Fix change title regex
Merge branch 'Develop' into master
2020-12-02 11:09:55 +01:00
9afdab8c52 Fix from merge convert_from _to 2020-11-22 11:57:10 +01:00
ecea7e7493 Revert "Fix browser caching problem on change cover"
This reverts commit b9536812f4.
2020-11-22 10:06:54 +01:00
b9536812f4 Fix browser caching problem on change cover 2020-11-22 09:09:41 +01:00
eed2f0a430 Merge remote-tracking branch 'comic/master' into master 2020-11-22 08:45:02 +01:00
42c13ae135 Fix for #1718 (fetch of metadata from google without cover leads to exception) 2020-11-20 20:35:07 +01:00
400f6e02a5 Fix #1668 (upload of books with language set to different than UI language and not showing all books)
Fix for only showing external port if kobo is really activated in admin menu
2020-11-07 11:44:02 +01:00
bc52f90ed4 Merge remote-tracking branch 'upstream/master' 2020-11-02 11:36:45 -05:00
00b422807b Merge remote-tracking branch 'sec_fixes/edit_auth' into master 2020-10-31 20:04:12 +01:00
e7f7775efa Require edit permissions to edit books, even via ajax 2020-10-29 14:52:20 +01:00
19b2a334e4 Remove unused imports 2020-10-27 11:06:43 +01:00
1d83a6a898 distinguish convert from and convert to extensions 2020-10-16 11:51:59 -04:00
0d64692c84 Fix for convert + email task with gdrive 2020-09-30 19:29:57 +02:00
9a678c41fe Fix error from merge 2020-09-26 09:42:40 +02:00
7c8f6ce62f Merge branch 'master' into Develop
# Conflicts:
#	cps/comic.py
#	cps/editbooks.py
#	cps/isoLanguages.py
2020-09-26 07:54:38 +02:00
422c1893c0 Fix for the fix cover_url 2020-09-24 11:02:12 +02:00
bed1b24340 Fixes from test of upload restrictions 2020-09-24 10:54:02 +02:00
da909ff084 Fixes from test of upload restrictions 2020-09-23 20:50:34 +02:00
7ba014ba49 Fix "is not a valid language" on upload of comic books
Fix metadata excration of comic books
updated bootstrap table
updated handling of upload formats restrictions
2020-09-20 15:05:52 +02:00
165c649f31 Fix "is not a valid language" on upload 2020-09-20 11:44:03 +02:00
4cf71dd336 Fix "is not a valid language" on upload 2020-09-20 11:41:44 +02:00
e29247774c Bugfixes for uploading books to GDrive with new worker 2020-09-12 13:55:36 +02:00
7929711fea Improvements for file uploading format restriction 2020-09-08 20:57:39 +02:00
49a028a599 Bugfix not unlink generic cover on upload 2020-09-08 19:04:04 +02:00
449d31e8a1 Refactored update_dir_structure_file 2020-09-07 21:26:59 +02:00
d3bde0408f Improvederror handling for editing identifier 2020-09-05 18:47:28 +02:00
34d3225984 Errorhandling edit identifier 2020-09-05 18:46:11 +02:00
eaed53e25b Fix for author edit error (2 same sort_authors lead maybe to choose wrong one) 2020-09-05 18:23:14 +02:00
6322919bc7 Merge branch 'Develop' into tasks
# Conflicts:
#	cps/db.py
2020-08-25 00:15:41 -04:00
6a8ae9c0c4 Merge remote-tracking branch 'upstream/master' into tasks
# Conflicts:
#	cps/helper.py
2020-08-23 21:38:56 -04:00
f066926fc9 Merge branch 'master' into Develop 2020-08-23 10:56:10 +02:00
cf35c9dcef Merge remote-tracking branch 'name/patch-2' into master 2020-08-23 10:53:18 +02:00
414043ded1 Remove references to old worker, turn off calibre_db task queue (for now until I can determine if it's needed still), and attempt to re-implement email progress tracking (not working at the moment) 2020-08-22 23:35:48 -04:00
2533c9c14e Continue converting tasks - email and upload tasks 2020-08-22 22:44:28 -04:00
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
ad144922fb Merge with master 2020-08-22 09:23:29 +02:00
28bfb06c67 Revert the deletion of another line
This was done by mistake, whoops!
2020-08-09 00:57:30 -04:00
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
c6c9cfea22 Merging books basically working 2020-06-29 20:14:48 +02:00
ccca5d4d1c Merge branch 'master' into Develop
# Conflicts:
#	cps/templates/layout.html
2020-06-28 12:11:46 +02:00
329a7a03a5 Fix for errors editing/uploading books with duplicate tags/authors/language names
Additional parsing of epubs for cover files
Fix for change of database with linked read_column and read column isn't present any more
2020-06-22 19:11:58 +02:00
22344a3971 Improvements for delete book 2020-06-18 20:39:45 +02:00