Commit Graph

316 Commits

Author SHA1 Message Date
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 2017-07-08 14:57:39 +02:00
e6c6c26fd1 No error 500 if kindlegen is not excecutable 2017-05-25 09:30:20 +02:00
5f4d839895 Better output messages for failed kindlegen conversions (fix #191) 2017-05-19 21:30:39 +02:00
a73372d71a Make kindlegen work again 2017-05-05 21:05:52 +02:00
4259aa69df Get rid of shel=true again 2017-04-26 19:39:45 +01:00
b8fa748c49 Fix #187 on linux 2017-04-25 22:04:08 +01:00
651961ac5e Fix #187 2017-04-25 20:07:54 +01:00
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
2017-04-23 07:22:10 +01:00
c80e517c28 Delete books prepared for deleting on doogle drive 2017-04-15 18:24:48 +02:00
195e581aef Missing file for deletion of books 2017-04-15 18:18:33 +02:00
699bd036e8 Code cosmetics 2017-04-04 19:05:09 +02:00
dc45b53b24 code cosmetics 2017-04-03 21:05:28 +02:00
8c7a8a954a Code cosmetics 2017-04-03 20:05:55 +02:00
ab534b21c1 Code cosmetics 2017-04-02 10:42:33 +02:00
7c6d527a55 Code cosmetics 2017-04-02 10:05:07 +02:00
00462237fe Merge remote-tracking branch 'chinese_translation/master' 2017-03-31 16:52:25 +02:00
986f40b80a Code cosmetics 2017-03-30 21:17:18 +02:00
78067b87bc Code cosmetics 2017-03-29 21:43:55 +02:00
3916205a95 Gdrive optional 2017-03-16 23:36:37 +00:00
29462e2278 Fix for updater 2017-03-13 00:44:20 +00:00
cf1ca21bbc Merge branch 'master' into develop
# Conflicts:
#	cps/db.py
#	cps/ub.py
#	cps/web.py
#	readme.md
#	requirements.txt
2017-03-07 22:03:10 +00:00
a752e62963 Fix Import problem on python2 2017-03-07 21:08:28 +01:00
fabfcb2036 Merge branch 'master' into develop
# Conflicts:
#	.gitignore
#	cps/web.py
2017-03-06 19:17:00 +00:00
26438f97ab Bugfix Filename without unidecode dependency 2017-03-06 19:19:14 +01:00
4dfa157161 use condition rather than try/catch 2017-03-06 13:42:00 +08:00
6e3d4877ed Change exception from legacy code.
Change all except: clause to except Exception as e:  for further revise.
2017-03-06 11:53:17 +08:00
0bc4f52783 Fix except clause
except: will catch specific error.
2017-03-06 11:44:54 +08:00
bf8688fee1 missing urllib migration 2017-03-05 18:48:59 +08:00
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
2017-03-05 17:40:39 +08:00
78abf81b2f Fix for editing metadata and uploading for GDrive 2017-03-01 22:38:03 +00:00
9020c35819 fixed send to kindle not working problem for some smtp provider. #94 2017-02-23 11:26:39 +08:00
6ec4e0a651 Bugfix Updater
Improved logging
2017-02-21 19:40:22 +01:00
709fa88c62 Navbar reduced to icons on smaller screens
Feedback updater improved (#81)
2017-02-20 19:52:00 +01:00
3cadde6579 Fix for (#117) 2017-02-18 20:12:07 +01:00
075c4c58e7 Revert os.rename to os.renames 2017-02-17 22:54:14 +01:00
93b19165cf Added polish in readme to supported UI languages
Handling of missing tags in fb import
naming of path is more imitating calibre (replacement of special characters, "pinyining" of author names if unidecode is available )
Sorting of authors (similar to calibre for jr./sr./I..IV endings)
bugfix pathseparator on windows and linux during upload
bugfix os.rename for authordir
publishing date on detailview is formated according to slected locale
filename on downloading from web ui is now correct displayed
added ids to html for testing
2017-02-15 18:09:17 +01:00
f21c65ac50 - Bugfix Migration of database for config_log_level
- Bugfix Updater deleting temporary sourcefolder
2017-01-31 20:48:01 +01:00
c45968a1ed Bugfix Updater 2017-01-31 19:29:47 +01:00
9b09de12b5 Bugfix update (still not working correct) 2017-01-30 19:45:03 +01:00
af0417758c Bugfix change permissions during update 2017-01-30 19:10:22 +01:00
b1293c84bc - Implemented autoupdater for testing
- failed logins are logged
- no of backups for log-file increased to 2
2017-01-30 18:58:36 +01:00
2c615fdf05 Finalize graphical setup for calibre-web 2017-01-28 20:16:40 +01:00
75c89c28e1 Bugfix for accessing config database
Title now displaed on every page
Title can be changed from within application
2017-01-22 21:30:36 +01:00
4eee58c21c Started migration of config to app database 2017-01-22 16:44:37 +01:00
afdfb30d80 Update email settings 2017-01-18 19:07:45 +01:00
0458ea5acb fixed wrong translations. fixed smtp with ssl has no response. 2017-01-16 15:37:42 +08:00
e0459eb62b Removed unused wishlist code
Added renaming of shelf name
Added sorting abilty to shelfs
jquery is loaded locally now
2016-12-26 11:33:32 +01:00
ba44a15891 changes for #77
Code cosmetics
#75:
- More debug infos for kindlegen and sending e-mail.
- Button for sending test e-mail.
- timeout of 5min for sending e-mail
2016-12-23 09:53:39 +01:00
0aa3ff4f6d Remove trailing spaces from username during login
Upload of books working on windows without errors
2016-11-12 21:28:40 +01:00
b86864b407 Made kindlegen working on windows (including paths containing umlauts)
Added back buttons on edit mail, edit user, and edit book
2016-11-12 10:52:59 +01:00