Ozzieisaacs
87ec44aed5
Merge remote-tracking branch 'improve_reaad/keep-focus-on-search-input'
5 years ago
Ozzieisaacs
898e6b4f80
Calibre-Web is rebooted everytime login type ic shanged (from and to standard authentication and between login methods)
5 years ago
Ozzieisaacs
dea2600913
Merge remote-tracking branch 'oauth/patch-2' Fix oauth in combination with nginx reverse proxy
5 years ago
Ozzieisaacs
dc46ad16ae
Bugfix view shelfs on book detail page
5 years ago
Ozzieisaacs
456550a943
Bugfix view shelfs on detiled page
...
bugfix datetime in archive mode
5 years ago
Ozzieisaacs
7b789b3701
Fix opds with shelves
...
Fix errorhandler ldap without ldap
5 years ago
Ozzieisaacs
0480d493cf
Fix opds login with ldap, if ldap server is down
5 years ago
Ozzieisaacs
b4d7733e0a
Merge branch 'master' into Develop
...
# Conflicts:
# cps/templates/list.html
# cps/translations/cs/LC_MESSAGES/messages.po
# cps/translations/de/LC_MESSAGES/messages.po
# cps/translations/es/LC_MESSAGES/messages.po
# cps/translations/fi/LC_MESSAGES/messages.po
# cps/translations/fr/LC_MESSAGES/messages.po
# cps/translations/hu/LC_MESSAGES/messages.po
# cps/translations/it/LC_MESSAGES/messages.po
# cps/translations/ja/LC_MESSAGES/messages.po
# cps/translations/km/LC_MESSAGES/messages.po
# cps/translations/nl/LC_MESSAGES/messages.po
# cps/translations/pl/LC_MESSAGES/messages.po
# cps/translations/ru/LC_MESSAGES/messages.po
# cps/translations/sv/LC_MESSAGES/messages.po
# cps/translations/uk/LC_MESSAGES/messages.po
# cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po
# messages.pot
5 years ago
Ozzieisaacs
8b8fe7a0ae
bugfix on create shelv via kobo sync protocol
...
bugfix for totally wrong json requests
prevent empty shelf names on kobo create shelf
Removed errorhandler 404
5 years ago
Ozzie Isaacs
85ffc90f66
Update markup
5 years ago
Ozzieisaacs
fa38798066
Added contributing file
5 years ago
Ozzieisaacs
d657330584
Fix for removing admin role from last admin user (in addition to prevent delete of last admin user) #1326
5 years ago
Ozzieisaacs
36cb79de62
Merge remote-tracking branch 'turkish/master'
5 years ago
Ozzieisaacs
063ee5e855
Merge remote-tracking branch 'remove_usage_local_var_undeclared'
...
Code cosmetics
5 years ago
Ozzieisaacs
7393b69757
Fix for #1326 (typo)
5 years ago
Ozzieisaacs
8bd1903d98
Fix for #1326 (opds feed user login not working -> download was not possible)
5 years ago
jvoisin
d8bf540db2
Remove an undeclared and useless local variable
5 years ago
Ozzieisaacs
e29f17ac46
Merge remote-tracking branch 'kobo/shelves' into Develop
...
# Conflicts:
# cps/kobo.py
# cps/shelf.py
5 years ago
iz
1770f3fd0d
Update turkish translation headers
5 years ago
iz
4239f2ed71
Add turkish translation
5 years ago
iz
3939ec28ba
Add turkish language names
5 years ago
Michael Shavit
742ec2b38d
Fix issue with the delete_book changes introduced in
...
41a3623
5 years ago
Michael Shavit
9296d35517
Fix bug with shelf deletions for Kobo.
...
We were incorrectly setting the user_id field in the ShelfArchive table
5 years ago
Michael Shavit
06c15a792e
Minor fixes to the Kobo shelves implementation (mostly typos)
5 years ago
Ozzieisaacs
95ca1e6a9d
Fix for #1319
5 years ago
Ozzieisaacs
1df82110d1
Update Italian language translation
5 years ago
Ozzieisaacs
24c743d23d
Code cosmetics
5 years ago
ElQuimm
f1b1ebe29e
Updated italian version of messages.po
5 years ago
Jeff
6384cdc74d
Fix https github oauth
...
while using https domian and nginx as proxy, a `ProxyFix` is required.
5 years ago
celogeek
d093fbb069
Keep previous search value and focus
5 years ago
celogeek
f9b4505843
Sort search result by Books sort
...
It is far easier to search for a
series or anything and see
books in sort order
5 years ago
celogeek
ca2bcc647d
Handle read config
...
Allow advance search
Remove duplicate status on show
5 years ago
pthiben
b90048d72e
fix badge color on grid view to match list view
5 years ago
pthiben
a5fe08e84c
Fix button color that now matches HEAD on master
...
Update name for HTML Series that changed with HEAD
5 years ago
pthiben
2874cf531c
Merge remote-tracking branch 'origin/feature/add-cover-serie-view' into feature/add-cover-serie-view
...
# Conflicts:
# cps/ub.py
# cps/web.py
5 years ago
pthiben
ea7058e896
Update button lables: it seems strange to click on 'Grid' to get the list view and vice versa
5 years ago
pthiben
38bb10d36b
apply suggestion from @OzzieIsaacs that fixes sorting with caliblur theme.
...
@OzzieIsaacs : I have no idea what the consequences are about this CSS style change. I played around in caliblur and did not notice anything weird, but I'm no calibre-web hardcore user
5 years ago
pthiben
58943bb156
update filtering so that it also uses isotope everywhere.
...
Fix asc/desc that did not match list view
5 years ago
pthiben
2d66da3cb9
restrict button for grid<->list switch to series lists
5 years ago
pthiben
b7efbf9040
resynced grid view with list view
...
Changed drop-down menu to button, with same style as the other buttons. I'll probably have to make a last sync with master for final approval
5 years ago
pthiben
5222e157cb
fix standard theme badges so that they stand on top left corner instead of top right: each element's width in the list seems to be double the size of the image, so right alignment gets tricky. https://github.com/janeczku/calibre-web/pull/986#issuecomment-517999218 suggests top-left alignment which does make a lot of sense. Using this for now. Maintainer might have a better idea to fix it
5 years ago
pthiben
1e3a948977
fix linter errors
...
Fix the sorting
Save the sorting state
Remove unnecessary filter
Add support for grid view
5 years ago
pthiben
20cc5107da
Update button lables: it seems strange to click on 'Grid' to get the list view and vice versa
5 years ago
pthiben
a6a4d5f09b
apply suggestion from @OzzieIsaacs that fixes sorting with caliblur theme.
...
@OzzieIsaacs : I have no idea what the consequences are about this CSS style change. I played around in caliblur and did not notice anything weird, but I'm no calibre-web hardcore user
5 years ago
pthiben
028c53287d
update filtering so that it also uses isotope everywhere.
...
Fix asc/desc that did not match list view
5 years ago
pthiben
24a9bea137
restrict button for grid<->list switch to series lists
5 years ago
pthiben
ef1a2d1730
resynced grid view with list view
...
Changed drop-down menu to button, with same style as the other buttons. I'll probably have to make a last sync with master for final approval
5 years ago
pthiben
6abff36e07
fix standard theme badges so that they stand on top left corner instead of top right: each element's width in the list seems to be double the size of the image, so right alignment gets tricky. https://github.com/janeczku/calibre-web/pull/986#issuecomment-517999218 suggests top-left alignment which does make a lot of sense. Using this for now. Maintainer might have a better idea to fix it
5 years ago
Ozzieisaacs
902685a197
Fix text in user config section (random books in Detail View)
5 years ago
Ozzieisaacs
c04b146486
Fix #1309 (fix duplicate shelf names in book detail view)
5 years ago