Commit Graph

807 Commits

Author SHA1 Message Date
a82911ea5d Fixed missing variable exception 2020-12-04 14:50:34 +01:00
9a8f20317b Update ldap import user -> improve error messages 2020-12-04 11:13:39 +01:00
b605a0f622 Update error message LDAP import user 2020-12-03 21:25:02 +01:00
046a074c3a Catch attribute error on ldap import user
Fixes for Login with Windows AD
2020-12-03 20:15:31 +01:00
7c96fac95c Removed unnecessary parameters 2020-12-03 17:33:30 +01:00
a3ef53102d Fix warning message on ldap import 2020-12-03 17:08:51 +01:00
56505457eb Merge remote-tracking branch 'ldap_import/feat/ldap-import-user-identifier' into master
# Conflicts:
#	cps/admin.py
2020-12-03 16:01:15 +01:00
3372070a58 Fix change title regex
Merge branch 'Develop' into master
2020-12-02 11:09:55 +01:00
4feb26eefb Added series order option (#1715)
Added authors order option (#1301)
Added tooltips for ordering options
Fixed ratings, formats, languages order option
2020-12-01 14:51:25 +01:00
2da7cd2064 Merge remote-tracking branch 'it/patch-18' into master 2020-12-01 14:11:25 +01:00
560ade00b4 Fix browser caching problem on change cover 2020-11-22 10:03:10 +01:00
50441bae62 Fix missing audio icon for other audio formats than mp3 2020-11-10 18:08:22 +01:00
0771546dad Log exception on user import 2020-11-01 18:25:38 +01:00
130701a7bb Merge remote-tracking branch 'sec_fixes/admin_update' into master 2020-10-31 20:02:42 +01:00
1b0b4c4cc5 Merge remote-tracking branch 'sec_fixes/ldap' into master 2020-10-31 19:29:17 +01:00
fa82745f64 Put import_ldap_users behind a login 2020-10-27 19:26:04 +01:00
19b2a334e4 Remove unused imports 2020-10-27 11:06:43 +01:00
bc0416cbb4 Fix for #1660 (advanced search for custom columns working, headline for advanced search working) 2020-10-16 20:24:15 +02:00
2814617e4b Fix for #1660 (Pagination in advanced search not working, error 500 for no filter in advanced search)
Fix #1666 (Pagination in search not working)
2020-10-16 19:56:24 +02:00
52489a484a Merge remote-tracking branch 'Knepherbird/master' into master
# Conflicts:
#	cps/jinjia.py
#	cps/templates/detail.html
#	cps/templates/discover.html
#	cps/templates/index.html
#	cps/web.py
2020-10-10 12:47:49 +02:00
6dadc6fb1e same fix but hopefully better 2020-10-10 13:15:02 +03:00
2e67bd2407 Fix add to shelf from search 2020-10-10 10:32:53 +02:00
d70ded0993 Fix for search 2020-10-10 07:47:27 +02:00
6e6f144b7a Paginated search and advanced search
Wraparound on books list deactivated
2020-10-04 19:23:06 +02:00
376001100a Bugfixes from last testrun 2020-09-28 21:24:47 +02:00
cc0b0196f4 Store UI settings in flask session for guest user 2020-09-27 19:12:10 +02:00
6dfa171b4e Added id's for testing
moved downloaded books section
2020-09-27 16:00:17 +02:00
497fbdcdfc Save view settings 2020-09-27 12:37:41 +02:00
7c8f6ce62f Merge branch 'master' into Develop
# Conflicts:
#	cps/comic.py
#	cps/editbooks.py
#	cps/isoLanguages.py
2020-09-26 07:54:38 +02:00
9a896ea81e Removed logging of headers as it caused trouble while showing logfile in UI 2020-09-26 07:51:29 +02:00
8f743b70a4 Revert the tolino stuff 2020-09-22 20:25:58 +02:00
a761017116 Additional debug output for #1527 2020-09-21 19:09:02 +02:00
f06cc25a99 Fix for immediate logout with next="/logout"
Fix tolino per default with deactivated Strict-Transport-Security
2020-09-21 18:34:39 +02:00
7ba014ba49 Fix "is not a valid language" on upload of comic books
Fix metadata excration of comic books
updated bootstrap table
updated handling of upload formats restrictions
2020-09-20 15:05:52 +02:00
057f70ea9c Add author sort 2020-08-29 18:53:00 -07:00
9e5cad0dc8 Merge new worker thread 2020-08-29 11:14:52 +02:00
61d628d596 oauth problem solved 2020-08-26 18:22:56 +02:00
6322919bc7 Merge branch 'Develop' into tasks
# Conflicts:
#	cps/db.py
2020-08-25 00:15:41 -04:00
d89830af61 Fix anonymous user has no modified_flag error 2020-08-24 21:00:13 +02:00
6a8ae9c0c4 Merge remote-tracking branch 'upstream/master' into tasks
# Conflicts:
#	cps/helper.py
2020-08-23 21:38:56 -04:00
f066926fc9 Merge branch 'master' into Develop 2020-08-23 10:56:10 +02:00
4c38b0ab10 Prepare for save name sort order 2020-08-23 10:56:00 +02:00
414043ded1 Remove references to old worker, turn off calibre_db task queue (for now until I can determine if it's needed still), and attempt to re-implement email progress tracking (not working at the moment) 2020-08-22 23:35:48 -04:00
2533c9c14e Continue converting tasks - email and upload tasks 2020-08-22 22:44:28 -04:00
f10f0dada6 First working PoC with a new task structure 2020-08-22 16:31:00 -04:00
f2add3f788 Migration of view settings working in User database
Book Merge gives now feedback on what is done
2020-08-22 10:27:09 +02:00
ad144922fb Merge with master 2020-08-22 09:23:29 +02:00
4ee5dcaff3 Elevate Log Messages in web.py
Elevates login failure log messages and register failure log messages from INFO to WARNING, "Unknown Error" to ERROR, and fixes misspelling of "address" in web.py log messages. Misspelling remains in variable names to avoid breaking changes.
2020-08-17 11:29:10 -05:00
1ca4583896 feat(ldap): add a field that allows to override LDAP User Object Filter when a user is imported 2020-07-23 12:12:00 +02:00
f8139f3198 Store last selected view for sidebar (not for categories, series, publishers, ..)
Started making search paged
2020-07-11 12:09:34 +02:00