Ozzie Isaacs
4909ed5ccd
Merge remote-tracking branch 'cliblur/master' into development
...
# Conflicts:
# cps/static/css/style.css
2021-03-15 08:21:44 +01:00
Northguy
bfe36d3f4a
change in color definition
...
Making color the same as in:
.container-fluid .book .meta .author, .container-fluid .book .meta .author > a {
color: hsla(0, 0%, 100%, .45)
}
2021-03-15 00:12:02 +01:00
Northguy
d42bf44fad
Added same color for series name and series number
2021-03-14 23:46:33 +01:00
Ozzie Isaacs
53ee0aaee1
Some functions refactored
2021-03-14 17:34:47 +01:00
Ozzie Isaacs
42707a19bd
Code cosmetics
2021-03-14 16:57:33 +01:00
Ozzie Isaacs
0888706790
Code cosmetics
2021-03-14 16:53:01 +01:00
Ozzie Isaacs
16453a05f8
Code cosmetics
2021-03-14 16:02:37 +01:00
Ozzie Isaacs
2fbb7466d3
Code cosmetics
2021-03-14 15:44:40 +01:00
Ozzie Isaacs
f29f94f45f
Code cosmetics
2021-03-14 15:41:36 +01:00
Ozzie Isaacs
cd973868fc
Code cosmetics
2021-03-14 15:29:34 +01:00
Ozzie Isaacs
3c35f02cac
Code cosmetics
2021-03-14 15:18:45 +01:00
Ozzie Isaacs
22c93e2389
Merge branch 'master' into development
2021-03-14 15:06:20 +01:00
Ozzie Isaacs
8c751eb532
Some code cosmetics
2021-03-14 15:06:09 +01:00
Ozzie Isaacs
4df443e007
Some code cosmetics
2021-03-14 14:40:04 +01:00
Ozzie Isaacs
f52fa41439
Fix restart server
...
Some code cosmetics
2021-03-14 14:29:40 +01:00
Ozzie Isaacs
f77d72fd86
Merge branch 'master' into development
...
# Conflicts:
# cps/static/css/style.css
2021-03-14 14:06:33 +01:00
Ozzie Isaacs
9b80c84794
Some code cosmetics
2021-03-14 14:05:36 +01:00
Ozzie Isaacs
725fc658f8
Some code cosmetics
2021-03-14 13:28:52 +01:00
Ozzie Isaacs
e4e27662f5
Merge remote-tracking branch 'url/patch-1' into master
2021-03-14 08:35:37 +01:00
Zaroz
5511925ba2
Removed elif "url" identifier format type
...
Removed elif "url" identifier format type, since else output is identical
2021-03-03 21:18:08 -06:00
Zaroz
940c9c45d7
Updated db.py
...
changed __repr__ else statement to allow for custom id entries
2021-03-02 23:46:02 -06:00
Ozzie Isaacs
87d6008dfc
Fix for #1870 (png was missing in supported picture formats for comic viewer)
2021-02-27 09:23:34 +01:00
Ozzie Isaacs
b9c0c8d2dc
Update bootstrap table to 1.18.2
2021-02-20 20:03:39 +01:00
Ozzie Isaacs
81c30d5fd5
Add missing files from bootstrap editable
...
Added user-table single-select header for locale and default-language
2021-02-20 19:55:51 +01:00
Ozzie Isaacs
0aa33d88a5
Merge branch 'master' into development
2021-02-20 14:19:39 +01:00
Ozzie Isaacs
e64a504bb1
Working Locale and default language selection in user table edit
2021-02-20 14:18:27 +01:00
jvoisin
bc876a159e
Declare variables before using them
...
It should fix the following stacktrace:
```
[2021-02-18 14:46:14,771] ERROR {cps:1891} Exception on / [GET]
Traceback (most recent call last):
File "/opt/calibre/vendor/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/opt/calibre/vendor/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/calibre/vendor/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/calibre/vendor/flask/_compat.py", line 39, in reraise
raise value
File "/opt/calibre/vendor/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/calibre/vendor/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/opt/calibre/cps/usermanagement.py", line 38, in decorated_view
return login_required(func)(*args, **kwargs)
File "/opt/calibre/vendor/flask_login/utils.py", line 272, in decorated_view
return func(*args, **kwargs)
File "/opt/calibre/cps/web.py", line 719, in index
return render_books_list("newest", sort_param, 1, page)
File "/opt/calibre/cps/web.py", line 422, in render_books_list
entries, random, pagination = calibre_db.fill_indexpage(page, 0, db.Books, True, order)
File "/opt/calibre/cps/db.py", line 610, in fill_indexpage
return self.fill_indexpage_with_archived_books(page, pagesize, database, db_filter, order, False, *join)
File "/opt/calibre/cps/db.py", line 635, in fill_indexpage_with_archived_books
# book = self.order_authors(book)
UnboundLocalError: local variable 'entries' referenced before assignment
```
2021-02-18 17:02:58 +01:00
Ozzieisaacs
4aa1a838ed
Removed f-strings, making it compatible with python 3.5
2021-02-15 14:17:05 +01:00
Ozzieisaacs
095a51edd0
Convert tabs to spaces in server.py (related to #1862 )
2021-02-15 13:33:42 +01:00
Ozzie Isaacs
a3a11bdf3f
Changed checkbox states are saved on server
2021-02-14 17:49:40 +01:00
Ozzie Isaacs
70b503f3d4
Merge branch 'master' into development
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2021-02-13 14:36:42 +01:00
Ozzie Isaacs
bbf609b880
Fix #1859 (Upload of jpg files without installed imagemagick doesn't work)
2021-02-13 14:34:41 +01:00
Ozzie Isaacs
0992bafe30
Bulk User management
2021-02-13 13:17:02 +01:00
Ozzie Isaacs
c810c5275a
Merge branch 'master' into development
2021-02-09 18:05:32 +01:00
Ozzie Isaacs
3c1b06872d
Updated testresults
...
Changed optional-requirements
Prevent redirect 308 on /<data> routes (#1854 )
2021-02-09 18:04:56 +01:00
Ozzie Isaacs
cefdd2f66c
suppress asyncio message always on restart or shutdown
2021-02-08 20:39:21 +01:00
Ozzie Isaacs
5dac13b1da
Revert change in ub.py
2021-02-08 20:17:02 +01:00
Ozzie Isaacs
8aebf48193
Update handling for package data
2021-02-08 20:09:36 +01:00
Ozzie Isaacs
fbb905957b
Prevent redirect 308 on /<data> routes
2021-02-08 20:09:36 +01:00
Ozzie Isaacs
e0ce135838
Move "create_engine" call
2021-02-08 20:09:36 +01:00
Ozzie Isaacs
60497c60c1
Update creating Home_Config variable for packaging support, added .HOMEDIR to ignored filename during update
2021-02-07 09:20:37 +01:00
Ozzie Isaacs
251a77c8b4
Merge branch 'master' into Development
...
Improved packaging support
2021-02-07 08:54:29 +01:00
Ozzie Isaacs
7b7494b8a4
Added executable folder to gitignore
2021-02-06 21:42:29 +01:00
Ozzie Isaacs
9390dcdd43
Update optional requirements
2021-02-06 11:33:20 +01:00
Ozzie Isaacs
e6fb460071
New restart routine for executable files
...
Fix log in updater
New source option updater available
2021-02-06 09:42:27 +01:00
Ozzie Isaacs
6137fdeb33
Version bump
2021-02-02 19:11:02 +01:00
Ozzie Isaacs
4a4d02ea6a
Added translations
2021-02-02 19:04:55 +01:00
Ozzie Isaacs
be26e5f152
Update Teststatus
...
Update Version
2021-02-02 18:52:31 +01:00
Ozzie Isaacs
127bfba135
fix wrong path in get_update_status js function
2021-02-01 19:00:10 +01:00
Ozzie Isaacs
7efae3c125
Renamed "Recently Added" to "Books"
2021-01-31 19:20:43 +01:00