Commit Graph

46 Commits

Author SHA1 Message Date
0a92d79ec0 Merge remote-tracking branch 'cover-series/feature/add-cover-serie-view' into Develop
# Conflicts:
#	cps/static/css/style.css
#	cps/ub.py
#	cps/web.py
2020-05-01 17:25:13 +02:00
063ee5e855 Merge remote-tracking branch 'remove_usage_local_var_undeclared'
Code cosmetics
2020-04-24 21:05:56 +02:00
d8bf540db2 Remove an undeclared and useless local variable 2020-04-24 18:04:27 +02:00
1e3a948977 fix linter errors
Fix the sorting
Save the sorting state
Remove unnecessary filter
Add support for grid view
2020-04-18 23:22:51 -04:00
a194216568 Merge remote-tracking branch 'origin/master' 2020-04-05 19:10:27 +02:00
8bee424cc0 Merge remote-tracking branch 'ldap/master'
# Conflicts:
#	cps/admin.py
#	cps/templates/admin.html
#	cps/templates/config_edit.html
#	cps/web.py
2020-04-05 17:31:41 +02:00
4eacb21259 Update updater
Update change logfile
code cosmetics js files
2020-03-29 16:44:24 +02:00
79a9ef4859 Make Kobo optional
move jsonschema dependency to optional-requirements.txt
Added version of jsonschema to about section
Added additional column to RemoteAuthToken table
Update configuration of Kobo sync protocol
2020-01-12 13:42:39 +01:00
c6542fdec6 New Oauth code 2019-07-20 20:01:05 +02:00
4708347c16 Merge branch 'Develop'
# Conflicts:
#	MANIFEST.in
#	README.md
#	cps/helper.py
#	cps/static/js/archive/archive.js
#	cps/translations/nl/LC_MESSAGES/messages.mo
#	cps/translations/nl/LC_MESSAGES/messages.po
#	cps/ub.py
#	cps/updater.py
#	cps/web.py
#	cps/worker.py
#	optional-requirements.txt
2019-07-13 20:54:21 +02:00
8612dce97c Merge remote-tracking branch 'author/shorten-authors' 2019-03-09 20:14:16 +01:00
466af21548 Code Cosmetics 2019-03-05 16:31:09 +01:00
bd7b0175a1 Fix remaining shown by codacy 2019-02-26 17:24:13 +01:00
f5cf62f209 Fix issues shown by codacy 2019-02-26 11:17:06 +01:00
d3ed0317bb styling and javascript for hiding authors 2019-02-25 19:25:08 +01:00
9128615f48 Fix #424
Fix #425
2019-01-26 09:43:17 +01:00
ec81a3cd92 Fix Authors page pagination
Update infinite scroll plugin
2019-01-25 21:58:19 +01:00
836c6fd245 Updated translations
Added license texts in flies
2019-01-20 19:37:45 +01:00
bacb6fb561 New updater with default setting -> only stable releases #653 2019-01-20 17:46:26 +01:00
9e5fa45df7 Removed unnecessary wait message 2019-01-16 17:50:51 +01:00
3b40c83314 Code cleaning
code cosmetics
deleted unused file caliBlur
fixed custom error page
2019-01-08 07:58:22 +01:00
cb0f3cd074 Fix #696 2018-12-29 11:16:36 +01:00
c05687b896 Fix #668 2018-11-03 13:59:11 +01:00
cb5adb3a31 Display "what's new" information for newer versions than the current one 2018-09-09 21:54:51 +02:00
f477d48c7c More robust handling while checking for new updates 2018-09-09 11:46:00 +02:00
b6b73d39c2 Fix #329
Code cosmetics
2017-09-17 07:15:08 +02:00
8171943b8e Update to ES5 standards
Also fix ESLint issues
2017-08-12 22:46:27 -07:00
cb5f196f4b Merge remote-tracking branch 'adv/modal-details'
# Conflicts:
#	cps/static/js/main.js
#	cps/templates/detail.html
2017-07-23 14:03:02 +02:00
d85e0b96dc Prevent jQuery from cache busting static assets
If the HTML that's returned from the `$.get` request contains a `<script src="..."/>` tag it loads the JavaScript file via ajax, and by default it attaches a timestamp to it to bust cache. That means the file loads every time the modal is opened, and the browser treats it as a new file each time. The result is that code fires multiple times and events listeners are added multiple times.
2017-07-22 11:11:14 -07:00
fe68c8a7f8 Add support for displaying author information from Goodreads
Requires the "goodread" module (added to optional-requirements.txt) and an API key

Retrieves Goodreads author information and displays their photo and "about" text
2017-07-08 16:07:45 -07:00
d799b859ea Make changes suggested by codacy 2017-07-08 09:15:40 -07:00
675e8dd5cd Show book details in modal dialog
With them shown in a modal, you don't lose your place in the pagination. If the request comes via Ajax, the minimal layout is used. If via a normal request, the full layout is used. That lets you open the details in a new tab and have the full experience, but if you're clicking through the results of a search, you can view many without losing your place.
2017-07-08 09:15:40 -07:00
699bd036e8 Code cosmetics 2017-04-04 19:05:09 +02:00
8c7a8a954a Code cosmetics 2017-04-03 20:05:55 +02:00
7c6d527a55 Code cosmetics 2017-04-02 10:05:07 +02:00
5044b78b08 Code cosmetics 2017-03-31 18:31:16 +02:00
986f40b80a Code cosmetics 2017-03-30 21:17:18 +02:00
78067b87bc Code cosmetics 2017-03-29 21:43:55 +02:00
edadf84710 Added editing star rating graphically
Added ability to reload database connection (refresh problem)
Bugfix display hot books (no hot books, hot books are deleted books, no longer result in error 500)
2017-03-07 19:10:17 +01:00
1a83ad713c Additional version info for sqlite database 2017-02-25 09:02:59 +01:00
41a20fe3e1 Added version info of dependencys in about section 2017-02-23 19:58:56 +01:00
709fa88c62 Navbar reduced to icons on smaller screens
Feedback updater improved (#81)
2017-02-20 19:52:00 +01:00
13919a1d23 Move vendored css/js to libs folders to fix language stats 2017-02-07 19:21:14 +01:00
18a06e4a25 Fixed typeahead with reverse proxy
fixed marking of tags in advanced search
seperated js and html
2017-02-05 13:40:53 +01:00
34cd613e29 Fixes broken send-to-kindle 2016-03-27 23:41:55 +02:00
64a9cbce2d Initial Fork from https://bitbucket.org/raphaelmutschler/calibreserver/ 2015-08-02 20:59:11 +02:00