Commit Graph

302 Commits (6d30382ae02faa6db2c0302d50f82660ebb2734c)
 

Author SHA1 Message Date
Jack Darlington 6d30382ae0 Initial gdrive commit
Work on watching metadata

More efficient storing folder keys to database

Nearly completed. Need to do final touches to callback for when metadata.db updated on real server, as cannot test locally

Changed callback for file changes from being hard coded to mine

used url_for in template as apposed to hard coded links

Fix to drive template

First attempt at redownload metadata.db

Fixed incorrect call to downloadFile

Added logging

Fixed call to copy file

Added exception logging to gdriveutils + fixed string long concat

Fix file download

Fix backup metadata

Added slashes to paths

Removed threading temporarily

Fix for reloading database

Fix reinitialising of variables

Fix check to see if custom column already setup

Update to showing authenticate google drive callback + fix for reinitialising database

Fixed logic for showing authenticate with google drive
7 years ago
Jack Darlington f71fa5d935 Accidentally committed WIP google drive integration 7 years ago
Jack Darlington 2150aaa485 Merge commit '4f30d88a0a64f632ac25e68723a3824ad850ad64' into develop 7 years ago
JackED42 4f30d88a0a Update readme.md 7 years ago
Jack Darlington d29d079d15 Now shows read in website, and can be toggled by clicking, two extra options in sidebar (read/unread books) 7 years ago
OzzieIsaacs 3cadde6579 Fix for (#117) 7 years ago
OzzieIsaacs 02b0058546 Updated wand (#116) 7 years ago
OzzieIsaacs eaccc3f408 Merge branch 'master' of https://github.com/janeczku/calibre-web 7 years ago
OzzieIsaacs e712649612 Improvement for #83, higher contrast of hamburger menu
Improvement for #84, search is excluded from mobile view
7 years ago
Ozzie Isaacs 075c4c58e7 Revert os.rename to os.renames 7 years ago
OzzieIsaacs ad40a2b5a6 Bugfix parsing publishing date with milliseconds (#114) 7 years ago
OzzieIsaacs ed459ddb9b Bugfix display of commit date 7 years ago
OzzieIsaacs 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
7 years ago
OzzieIsaacs 13caa54aad Merge remote-tracking branch 'Polish_translation/master'
# Conflicts:
#	cps/translations/pl/LC_MESSAGES/messages.mo
#	cps/translations/pl/LC_MESSAGES/messages.po
7 years ago
Radosław Kierznowski 437358d685 Updated Polish translations (170210.2017)
The update is based on the .pot file on 2017-02-10 20:17
7 years ago
OzzieIsaacs 1692044d46 Merge remote-tracking branch 'default_user_settings/master' (#105) 7 years ago
OzzieIsaacs 8ededba350 Merged #106 (polish translation) 7 years ago
Radosław Kierznowski c49d5e22cd Upload polish version 7 years ago
Radosław Kierznowski b686498593 I added Polish translation calibre-web
Translation requires a small fixes.
7 years ago
idalin bff86f02ca settings for default role of new register user 7 years ago
idalin df2eb82408 Merge branch 'master' of github.com:janeczku/calibre-web into janeczku-master 7 years ago
OzzieIsaacs ba8e107402 Move vendored css/js to libs folders to fix language stats 7 years ago
OzzieIsaacs ea305ff578 Merge remote-tracking branch 'origin/move-js-libs' 7 years ago
OzzieIsaacs 98ed740e73 Fixed missing js files for sorting shelfs 7 years ago
janeczku 13919a1d23 Move vendored css/js to libs folders to fix language stats 7 years ago
idalin 219f36be0e Merge branch 'master' of github.com:janeczku/calibre-web into janeczku-master 7 years ago
OzzieIsaacs 7957827b2d Merge branch 'env-port' 7 years ago
janeczku 0e883f0b46 Allow overriding default port with environment variable 7 years ago
Ozzie Isaacs e41b6aff99 Merge pull request #102 from janeczku/fix-db-init
Fix typo; raise exception when creating database
7 years ago
janeczku 8d9ed56864 Fix typo; raise exception when creating database 7 years ago
idalin a1cca00ba3 Merge branch 'master' of github.com:janeczku/calibre-web into janeczku-master 7 years ago
OzzieIsaacs 63379fe5db Fix for #101 7 years ago
OzzieIsaacs 18a06e4a25 Fixed typeahead with reverse proxy
fixed marking of tags in advanced search
seperated js and html
7 years ago
idalin 9ef8aa7914 Merge branch 'master' of github.com:janeczku/calibre-web into janeczku-master 7 years ago
OzzieIsaacs d5a64baf13 Bugfix name to id 7 years ago
Ethan Lin e92d78870b Merge pull request #8 from janeczku/master
Fix for simplified chinese language
7 years ago
OzzieIsaacs 4e73b11735 Fix for simplified chinese language 7 years ago
Ethan Lin 29fd395433 Merge pull request #7 from janeczku/master
merge from janeczku
7 years ago
OzzieIsaacs 241c4cef8f - added best rated section in normal view
- added most downloaded section in opds view
- imporved fb2 upload, correct handling of missing elements
- author sort is set on editing and uploading files
- Encoding stuff on uploading files
7 years ago
OzzieIsaacs ee91fc03ef Bugfix Id instead of names in url 7 years ago
idalin 23969b18f5 update translations 7 years ago
idalin f11b123686 merge conflicts 7 years ago
OzzieIsaacs 861920af88 Pubdate is now showing up (#95)
Bugfix links in  detailview
7 years ago
OzzieIsaacs b0c6c9d56e Merge branch 'master' of https://github.com/janeczku/calibre-web 7 years ago
OzzieIsaacs e46320b12f folders now relying on ids not names (removes all encoding issues on link folders)
Language filter working in opds feed
removed redundant code
authos now paginating in opds feed
7 years ago
OzzieIsaacs 35f24d294a Update readme.md 7 years ago
OzzieIsaacs 176c7dce70 - Fix for #100
- Fix migration of shelf order
- fix show random books in detail view for authors and series
7 years ago
OzzieIsaacs f21c65ac50 - Bugfix Migration of database for config_log_level
- Bugfix Updater deleting temporary sourcefolder
7 years ago
OzzieIsaacs c45968a1ed Bugfix Updater 7 years ago
OzzieIsaacs 296d2615fe Code cosmetics 7 years ago