OzzieIsaacs
cbb236ba7b
Added visiblilty of shelfs to opds catalog ( #267 )
7 years ago
OzzieIsaacs
aee5ca0e06
#396 implemented
7 years ago
OzzieIsaacs
6e714f3f16
Fix #391
7 years ago
OzzieIsaacs
ba54b9a357
Fix #365
7 years ago
OzzieIsaacs
fd39cbaa6f
Fix #363
7 years ago
OzzieIsaacs
9182d89128
# Fix 361
7 years ago
Cory Sitko
5e4c8c6c65
fixed is_authenticated check
7 years ago
Cory Sitko
7ade2ecd35
make is_active, is_authenticated, and is_anonymous properties on the Anonymous class so that the login_required decorator will work correctly and disable anonymous browsing
7 years ago
OzzieIsaacs
366bf9739b
Fix for #360 and guest accounts
7 years ago
OzzieIsaacs
1eb10be253
Code cosmetics comic reader
7 years ago
OzzieIsaacs
90729de87f
Fix #354
...
Fix #355
Fix #353
Fix #352
Fix #351
7 years ago
unknown
1ada1704b0
excluded read/unread when exposing the catalog to an anonymous user
7 years ago
unknown
d336f9faa6
fixed OPDS templates
7 years ago
Jonathan Rehm
56c71dd4bf
Disable bookmarking when anonymous users are reading
7 years ago
OzzieIsaacs
0512e5a940
Fix #342
7 years ago
OzzieIsaacs
c56a02bab6
Fix #339
7 years ago
OzzieIsaacs
378a0ca662
Merge remote-tracking branch 'adv/bookmarks'
7 years ago
OzzieIsaacs
85068d75bf
Update comic reader
7 years ago
OzzieIsaacs
fe4d11fea8
Basi comic reader implementation for cbr, cbz, cbt files based on kthoom ( #63 , #126 )
7 years ago
OzzieIsaacs
f87800d11c
Merge remote-tracking branch 'meta/upload_new_format_of_existing_book'
7 years ago
OzzieIsaacs
abadaa3f1d
Merge remote-tracking branch 'l/master'
7 years ago
OzzieIsaacs
af0cefa4ac
Update translations
7 years ago
kyos
9086f4e0e7
Added option to upload a new format to a given book
7 years ago
OzzieIsaacs
c9f36a4d1a
Merge remote-tracking branch 'adv/bookmarks'
7 years ago
Torben Mohrfeldt
94f8cc247c
Reflect title in the logo
7 years ago
teflontoni
4527693fe3
Move "Show mature content" Checkbox
...
In order to make the option safe and sane we move the corresponding checkbox to the settings that need administrator privileges.
7 years ago
Louis Jencka
b3217496d1
Add progress bar to upload form
7 years ago
OzzieIsaacs
c959a1ccc6
Merge remote-tracking branch 'iss/typo'
7 years ago
Jonathan Rehm
53c687251e
Show "More by" on author page
...
Uses Goodread's list of author's books, filtering out the books that are already in the user's library.
Requires the Goodreads dependency and API information.
7 years ago
Ivan Smirnov
12c98157d5
fix typo:: diffrent -> different
7 years ago
OzzieIsaacs
62f6bb4e64
Remove In author marker on authors page
7 years ago
OzzieIsaacs
d5e1dba0fe
Merge remote-tracking branch 'adv/goodreads-more-by'
7 years ago
Jonathan Rehm
374b5f4c6e
Save ePub bookmarks to database
...
Save ePub bookmark to database. Also use library's built-in restore feature to restore all information from localStorage.
7 years ago
Jonathan Rehm
a682c95ec1
Show "More by" on author page
...
Uses Goodread's list of author's books, filtering out the books that are already in the user's library.
Requires the Goodreads dependency and API information.
7 years ago
OzzieIsaacs
cf5e2f7cd1
search button is displayed in moon reader ( #283 ), search result is not displayed
7 years ago
Jonathan Rehm
866f7944eb
Meta data improvements
...
* Add buttons to show/hide results from Douban & Google
* Trigger search with "Enter" key
* Use Underscore.js template instead of build HTML strings in JavaScript
* Keep click event handler in JavaScript instead of using HTML's `onclick`
* Normalize Douban & Google results
* Update cover image & add cover URL to the form input
7 years ago
Jonathan Rehm
8171943b8e
Update to ES5 standards
...
Also fix ESLint issues
7 years ago
Jonathan Rehm
aee8aad976
Add option to hide mature content from some users
...
Uses a configurable list of tags to denote what is mature and hides those books from the user
7 years ago
OzzieIsaacs
fe52de6b4b
Merge remote-tracking branch 'adv/lighthouse-audit'
7 years ago
OzzieIsaacs
cd2e27d7ad
Merge remote-tracking branch 'adv/previous-pagination'
7 years ago
Jonathan Rehm
ec118c2254
Move scripts to bottom of body to prevent execution from delaying DOM rendering
7 years ago
Jonathan Rehm
dde4f6afe2
Add missing label
7 years ago
Jonathan Rehm
0b47958fad
Add lang attribute to html tag
7 years ago
Jonathan Rehm
c86fa268c2
Fix/remove duplicate id's
7 years ago
Jonathan Rehm
5162e2eed7
Add img alt attributes
7 years ago
Jonathan Rehm
5465b8e8b7
Add "Previous" pagination button
...
I imagine these buttons are still in use when JavaScript is disabled or not loading.
7 years ago
Jonathan Rehm
61e0405f75
Move TinyMCE into edit_books.js
7 years ago
Jonathan Rehm
5715d27c97
Show localized date over top of date input
...
Also move datepicker logic into edit_books.js and edit_books.js below the datepicker file declaration(s)
7 years ago
Jonathan Rehm
36c2b35588
Use bootstrap-datepicker to add datepicking UI for browsers that do not have one built-in
7 years ago
Jonathan Rehm
a07798b0db
Standardize indentation
7 years ago