1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-27 07:33:17 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Cervinko Cera
7fce28790d add search_form.html 2016-05-02 23:25:21 +02:00
Cervinko Cera
431b6009a5 add advanced search 2016-05-02 22:43:50 +02:00
janeczku
3719b7e4eb Add ANON_BROWSE configuration option 2016-04-29 22:36:36 +02:00
Cervinko Cera
8f4c444929 add basic auth for feed sites 2016-04-27 18:29:45 +02:00
Cervinko Cera
f66d7ce29b add permission for changing own password 2016-04-27 16:00:58 +02:00
Cervinko Cera
c7b7b3866e add user-permission management 2016-04-27 10:35:23 +02:00
Cervinko Cera
b2146ba4b9 add support for is_multiple custom columns 2016-04-21 19:18:52 +02:00
Cervinko Cera
931981a37a fix for custom column 'rating' 2016-04-21 12:46:26 +02:00
Cervinko Cera
a21a9d6510 save rating as rating*2 in db and show rating/2 in interface 2016-04-21 09:04:08 +02:00
Cervinko Cera
27d5a79efb remove some commented code and debug prints 2016-04-20 19:42:24 +02:00
Cervinko Cera
704198655b custom columns unfinished 2016-04-20 19:25:47 +02:00
Cervinko Cera
202cbc26a7 custom columns unfinished 2016-04-20 19:25:47 +02:00
Cervinko Cera
0ee46e4b5e custom columns unfinished 2016-04-20 19:25:46 +02:00
Cervinko Cera
2207622bbf fix for edit page after upload 2016-04-20 00:23:14 +02:00
JanB
8d2a865436 Catch file permission errors when uploading PDF 2016-04-17 17:42:22 +02:00
Cervinko Cera
826159c432 show 'better author and tags editing; partly copied from https://bitbucket.org/SpeedProg/calibreserver 2016-04-15 23:51:26 +02:00
JanB
76c7cdf465 Add config option for upload feature 2016-04-15 19:44:13 +02:00
JanB
952d389dc5 Ship config.ini with defaults; log errors to file; fix OPDS catalog name 2016-04-15 18:54:23 +02:00
Cervinko Cera
51f1453917 check if wand is available, add dummy cover.jpg otherwise 2016-04-08 22:57:16 +02:00
Cervinko Cera
e4ffc9f2a0 set last_modified when pdf is uploaded 2016-04-06 12:55:20 +02:00
Cervinko Cera
4e0621479a don't show upload button for users 2016-04-06 11:04:06 +02:00
Cervinko Cera
bda3055a19 improvements for pdf upload function 2016-04-05 20:50:28 +02:00
Cervinko Cera
3324669702 improvements for pdf upload function 2016-04-04 23:25:53 +02:00
Cervinko Cera
748dd2ad1f Merge remote-tracking branch 'upstream/master' 2016-04-03 23:52:37 +02:00
Cervinko Cera
3ddecc007c Adding unfinished upload function 2016-04-03 23:52:32 +02:00
Jan Broer
7342837aa3 Merge branch 'html-fixes' 2016-04-03 23:33:43 +02:00
Jan Broer
318d65bf3a Small UI fixes
* Smart truncate long titles in overview pages
* Fix responsive grid in overview
* Update favicon
2016-04-03 23:33:29 +02:00
Cervinko Cera
cb2ac4d142 for for editing Author 2016-04-03 23:22:26 +02:00
Cervinko Cera
a96417f2a5 fix for password edit at the admin page 2016-04-03 15:12:48 +02:00
Cervinko Cera
a395e9f301 remove orphaned authors 2016-04-03 00:31:30 +02:00
Cervinko Cera
c6500b7eca Merge remote-tracking branch 'upstream/master' 2016-03-29 13:56:24 +02:00
Cervinko Cera
1a922d4552 Fix crash when 'view book after edit' is not checked 2016-03-29 00:30:59 +02:00
Cervinko Cera
cd0aeb2857 Add Typeahead for Author input 2016-03-29 00:09:11 +02:00
Jan Broer
13a024a77d Add logging / Optimize CSS 2016-03-28 21:14:16 +02:00
Cervinko Cera
d979ed89c6 Fixes for editing Authors 2016-03-28 16:42:38 +02:00
Jan Broer
34cd613e29 Fixes broken send-to-kindle 2016-03-27 23:41:55 +02:00
Jan Broer
17622c1fbf Fix download error when book title contains non-latin characters (e.g. Chinese) 2016-03-26 17:17:11 +01:00
Jan Broer
f163ef2202 make pretty filenames for downloads; remove random books section on most pages 2016-03-26 16:12:29 +01:00
Jan Broer
2b846b1e6b Make shelf names required unique 2015-10-13 19:12:18 +02:00
Jan Broer
350285607b Add HTTP-BASIC Auth for OPDS downloads 2015-10-13 19:06:37 +02:00
Jan Broer
6b4ddbe946 Fix: admin functions were accessible for regular users 2015-10-13 18:07:17 +02:00
Jan Broer
e21e974457 Add public account registration 2015-10-13 02:30:55 +02:00
Jan Broer
af4f7396cd Fix titles and covers 2015-10-12 04:04:47 +02:00
Jan Broer
2e4117eac2 support for removing books from shelfs 2015-10-12 03:09:56 +02:00
Jan Broer
c92de6e539 Fix filename of book download (was pre- and suffixed with single quotes) 2015-08-06 04:10:47 +02:00
Jan Broer
0b5b3b8424 User edit email fix 2015-08-02 21:43:33 +02:00
Jan Broer
aef608aa10 Refactor (settings database, etc...) 2015-08-02 21:23:24 +02:00
Jan Broer
64a9cbce2d Initial Fork from https://bitbucket.org/raphaelmutschler/calibreserver/ 2015-08-02 20:59:11 +02:00