OzzieIsaacs
8716054dcf
Fix #436
7 years ago
OzzieIsaacs
2850a84bbc
Fix for deleting books if book path contains no path ( #432 )
7 years ago
OzzieIsaacs
152f7857c9
Fix #397
7 years ago
OzzieIsaacs
f1fac28203
Improved error handling for renaming authors and titles (changes related to filesystem and not only to database)
7 years ago
OzzieIsaacs
b4aede78bc
Fix for the piping problem ( #395 )
7 years ago
OzzieIsaacs
b8d45b664a
Typeahead working again
...
Fix for replacing characters in filenames
7 years ago
OzzieIsaacs
09f86ee8d4
Fix #385
7 years ago
OzzieIsaacs
dfd3b40865
Fix #325
7 years ago
OzzieIsaacs
7acf4d40a4
Merge remote-tracking branch 'adv/escape-filename'
7 years ago
OzzieIsaacs
193605df4a
Fix for #286
7 years ago
Jonathan Rehm
cda733f4a4
Escape special characters in file names
...
Follows Calibre's convention of using underscores as replacements
7 years ago
Mikhail Akushsky
4313910ba0
Fix hmac creation in send_test_email function
7 years ago
OzzieIsaacs
6a9d8efc93
Fixes for #233 (detection of permission errors)
7 years ago
OzzieIsaacs
cfa69ff4f2
Merge remote-tracking branch 'button_padding/smtp-from'
7 years ago
Jonathan Rehm
9683d50f36
Send mail from the FROM address instead of the login
...
When SMTP is configured to use a service that doesn't use an email address to log in – e.g. AWS SES or Postmark – the sendmail request fails saying the FROM address is invalid.
7 years ago
Ozzie Isaacs
f79fb420ba
Removed whitespaces
7 years ago
OzzieIsaacs
74e93e1cdf
Code cosmetics
7 years ago
OzzieIsaacs
f446e29276
Updater now uses correct "gid" instead of "uid" for change ownership of files (Fix for #213 ) -> update should now working if user id differs from groupid
7 years ago
OzzieIsaacs
e6c6c26fd1
No error 500 if kindlegen is not excecutable
8 years ago
OzzieIsaacs
5f4d839895
Better output messages for failed kindlegen conversions ( fix #191 )
8 years ago
OzzieIsaacs
a73372d71a
Make kindlegen work again
8 years ago
Ozzie Isaacs
4259aa69df
Get rid of shel=true again
8 years ago
Ozzie Isaacs
b8fa748c49
Fix #187 on linux
8 years ago
Ozzie Isaacs
651961ac5e
Fix #187
8 years ago
Matt Hazinski
6f7a240ce2
Ensure file paths in uploads are non-empty, fix #183 ( #184 )
...
* Ensure file paths in uploads are non-empty, fix #183
* Fix AttributeError in process(), handle strings of spaces
8 years ago
OzzieIsaacs
c80e517c28
Delete books prepared for deleting on doogle drive
8 years ago
OzzieIsaacs
195e581aef
Missing file for deletion of books
8 years ago
OzzieIsaacs
699bd036e8
Code cosmetics
8 years ago
OzzieIsaacs
dc45b53b24
code cosmetics
8 years ago
OzzieIsaacs
8c7a8a954a
Code cosmetics
8 years ago
OzzieIsaacs
ab534b21c1
Code cosmetics
8 years ago
OzzieIsaacs
7c6d527a55
Code cosmetics
8 years ago
OzzieIsaacs
00462237fe
Merge remote-tracking branch 'chinese_translation/master'
8 years ago
OzzieIsaacs
986f40b80a
Code cosmetics
8 years ago
OzzieIsaacs
78067b87bc
Code cosmetics
8 years ago
Jack Darlington
3916205a95
Gdrive optional
8 years ago
Jack Darlington
29462e2278
Fix for updater
8 years ago
Jack Darlington
cf1ca21bbc
Merge branch 'master' into develop
...
# Conflicts:
# cps/db.py
# cps/ub.py
# cps/web.py
# readme.md
# requirements.txt
8 years ago
OzzieIsaacs
a752e62963
Fix Import problem on python2
8 years ago
Jack Darlington
fabfcb2036
Merge branch 'master' into develop
...
# Conflicts:
# .gitignore
# cps/web.py
8 years ago
OzzieIsaacs
26438f97ab
Bugfix Filename without unidecode dependency
8 years ago
林檎
4dfa157161
use condition rather than try/catch
8 years ago
林檎
6e3d4877ed
Change exception from legacy code.
...
Change all except: clause to except Exception as e: for further revise.
8 years ago
林檎
0bc4f52783
Fix except clause
...
except: will catch specific error.
8 years ago
林檎
bf8688fee1
missing urllib migration
8 years ago
林檎
b70191ca2a
Least change to adapt with python3
...
change some syntax
- except clause
- unicode -> bulitins.str
- sqllite uri
- fix import local path
- 01 to 1 (0 is meaningless)
add module
- future
- builtins (from future)
- imp (python3 )
- past (from future)
- sqlalchemy (update one)
refer to
http://python-future.org/compatible_idioms.html
8 years ago
Jack Darlington
78abf81b2f
Fix for editing metadata and uploading for GDrive
8 years ago
idalin
9020c35819
fixed send to kindle not working problem for some smtp provider. #94
8 years ago
OzzieIsaacs
6ec4e0a651
Bugfix Updater
...
Improved logging
8 years ago
OzzieIsaacs
709fa88c62
Navbar reduced to icons on smaller screens
...
Feedback updater improved (#81 )
8 years ago