Commit Graph

363 Commits (90f2b3fb212352a3aa9e6e47060bf5e01f7cb8af)

Author SHA1 Message Date
Ozzie Isaacs 0f95800dde Update sqlalchemy-utils dependency for oauth
Sort for state checkbox in user list and books list working
4 years ago
Ozzieisaacs b6177b27f4 Sorting of users in table according to selection possible 4 years ago
Ozzieisaacs ae97e87506 Delete user working from user table (#1938)
Comment in helper
4 years ago
Ozzie Isaacs 2d73f541c0 Bugfix sort books list and user list
Prevent transferring password hash to client
4 years ago
Ozzie Isaacs 7561eabe52 Implement Backend to deny editing Guest rights restriction #1938 4 years ago
Ozzie Isaacs 78071841cc After Deleting a book the list page is still displayed #1938 4 years ago
Ozzie Isaacs a43021e87c Fix for #1938 4 years ago
Ozzie Isaacs 8acd1f1fe4 Code refactoring and improved error handling for edit user list
Update teststatus
4 years ago
Ozzie Isaacs 665210e506 Fixes for book edit with title sort and author sort 4 years ago
Ozzie Isaacs 91b9370a21 Merge branch 'master' into development
# Conflicts:
#	cps/static/css/libs/bootstrap-table.min.css
#	cps/static/js/libs/bootstrap-table/bootstrap-table-editable.min.js
#	cps/static/js/libs/bootstrap-table/bootstrap-table.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-af-ZA.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ar-SA.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-bg-BG.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ca-ES.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-cs-CZ.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-da-DK.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-de-DE.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-el-GR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-en-US.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-AR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CL.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-CR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-ES.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-MX.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-NI.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-es-SP.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-et-EE.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-eu-EU.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fa-IR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fi-FI.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-BE.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-CH.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-FR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-fr-LU.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-he-IL.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-hr-HR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-hu-HU.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-id-ID.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-it-IT.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ja-JP.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ka-GE.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ko-KR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ms-MY.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nb-NO.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nl-BE.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-nl-NL.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-pl-PL.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-pt-BR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-pt-PT.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ro-RO.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ru-RU.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sk-SK.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-sv-SE.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-th-TH.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-tr-TR.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-uk-UA.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-ur-PK.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-vi-VN.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-zh-CN.min.js
#	cps/static/js/libs/bootstrap-table/locale/bootstrap-table-zh-TW.min.js
4 years ago
Ozzie Isaacs 1c42c4c969 Update bootstrap-table
Fixes for book edit
4 years ago
Ozzie Isaacs 6e406311c3 Fix #1928 (ldap_import_user_filter missing in to_save) 4 years ago
cbartondock 710c31d1ca Fixed book details not loading after infinite scroll 4 years ago
Ozzie Isaacs a7eb547ca4 Renamed brazilian datepicker file 4 years ago
Ozzie Isaacs 0ceb12f74f Renamed brazilian datepicker file 4 years ago
Ozzie Isaacs 4960624de7 Merge branch 'master' into development 4 years ago
Ozzie Isaacs 2c92f24d89 Added Brazilian translation 4 years ago
Ozzie Isaacs f26beec1d3 Updated pdf reader 4 years ago
Ozzie Isaacs c4225e29ed Updated pdf reader 4 years ago
Ozzie Isaacs f4e134742b Fix updater
Bugfixes from testruns
Update Testresults
4 years ago
Ozzie Isaacs 4664b47851 Fixed alphabetical order in list and grid view
Completed download section
4 years ago
Ozzie Isaacs d3f8153b90 Merge branch 'master' into development 4 years ago
Ozzie Isaacs b070ba142f Selects are working in user management with generic confirm dialog 4 years ago
Ozzie Isaacs bd7c6828bf Selects are working in user management 4 years ago
cbartondock d0671ec58c Merge branch 'master' of https://github.com/janeczku/calibre-web 4 years ago
cbartondock 1e40ffd1cc merge changes 4 years ago
Ozzie Isaacs da2c3e9ed7 Edit user mass change checkbox working 4 years ago
Ozzie Isaacs f62d6abb69 Merge branch 'master' into development
# Conflicts:
#	cps/server.py
#	test/Calibre-Web TestSummary_Linux.html
4 years ago
Ozzie Isaacs 994bc8b0e4 Removed dropdown button on single file listen/read (Fix #1840) 4 years ago
Ozzie Isaacs 2451605033 Merge remote-tracking branch 'djvu/read-djvu' into master 4 years ago
Ozzie Isaacs 42707a19bd Code cosmetics 4 years ago
Ozzie Isaacs 16453a05f8 Code cosmetics 4 years ago
Ozzie Isaacs 3c35f02cac Code cosmetics 4 years ago
Ozzie Isaacs 22c93e2389 Merge branch 'master' into development 4 years ago
Ozzie Isaacs 8c751eb532 Some code cosmetics 4 years ago
Ozzie Isaacs f52fa41439 Fix restart server
Some code cosmetics
4 years ago
Ozzie Isaacs f77d72fd86 Merge branch 'master' into development
# Conflicts:
#	cps/static/css/style.css
4 years ago
Ozzie Isaacs 9b80c84794 Some code cosmetics 4 years ago
Ozzie Isaacs 725fc658f8 Some code cosmetics 4 years ago
cbartondock 83474da7b5 fixed being able to click through dropdown in advanced search results 4 years ago
cbartondock 9146e5f287 fixed advanced search mass add to shelves in caliblur 4 years ago
Ozzie Isaacs 87d6008dfc Fix for #1870 (png was missing in supported picture formats for comic viewer) 4 years ago
Ozzie Isaacs b9c0c8d2dc Update bootstrap table to 1.18.2 4 years ago
Ozzie Isaacs e64a504bb1 Working Locale and default language selection in user table edit 4 years ago
Ozzie Isaacs a3a11bdf3f Changed checkbox states are saved on server 4 years ago
Ozzie Isaacs 0992bafe30 Bulk User management 4 years ago
Ozzie Isaacs 251a77c8b4 Merge branch 'master' into Development
Improved packaging support
4 years ago
Ozzie Isaacs 127bfba135 fix wrong path in get_update_status js function 4 years ago
Ozzie Isaacs 1e5af21000 Fix #1843 (get path to script via html file and known js file instead of randomly picking last one) 4 years ago
Ozzie Isaacs 33a0a4c173 Changed function for getting path in js file 4 years ago