Jonathan Rehm
|
6f797ba478
|
Check if JPEG via response content-type header instead of URL extension
That way we can use dynamic URLs, such as those returned by the "Get Metadata" request.
|
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 |
Carlos Clavero
|
8f5bc2a484
|
Merge pull request #9 from Kyosfonica/add_css_separation_for_tags_in_advance_search
Added a 5px separation for all input labels in advanced search
|
7 years ago |
kyos
|
e948844ea4
|
Added a 5px separation for all input labels in advanced search to improve readability
|
7 years ago |
Carlos Clavero
|
1500e0f54f
|
Merge pull request #8 from Kyosfonica/add_css_separation_for_tags_in_advance_search
Added a 5px separation for all input labels in advanced search
|
7 years ago |
kyos
|
b6f097f673
|
Added a 5px separation for all input labels in advanced search to improve readability
|
7 years ago |
Carlos Clavero
|
5f78ec4e83
|
Merge pull request #7 from Kyosfonica/add_css_separation_for_tags_in_advance_search
Added a 5px separation for all input labels in advanced search
|
7 years ago |
kyos
|
6048bf3c79
|
Added a 5px separation for all input labels in advanced search to improve readability
|
7 years ago |
Carlos Clavero
|
80c021939e
|
Merge pull request #6 from Kyosfonica/master
Update dev with latests changes from master
|
7 years ago |
Carlos Clavero
|
5b2c18e704
|
Merge pull request #5 from janeczku/master
Update fork
|
7 years ago |
kyos
|
51bc0e82a4
|
Added series and series_index metadata handler
|
7 years ago |
Carlos Clavero
|
dde3b9b0e7
|
Merge pull request #4 from Kyosfonica/epub_tags_metadata
Added tags metadata handler for epubs
|
7 years ago |
kyos
|
4bba3558b7
|
Added tags metadata handler for epubs
|
7 years ago |
kyos
|
80873e7726
|
Merge remote-tracking branch 'origin/dev' into dev
|
7 years ago |
Carlos Clavero
|
77b3cc2fd0
|
Revert "Epub series metadata"
|
7 years ago |
kyos
|
4dc6150d77
|
Set series_index to 1 when no series_index is provided
|
7 years ago |
kyos
|
27291ae96f
|
Added new metadata getter for epub files that include series and series_index information
|
7 years ago |
Carlos Clavero
|
1a11e5d6a5
|
Merge pull request #3 from janeczku/master
Keep fork updated
|
7 years ago |
Carlos Clavero
|
fcd69661de
|
Merge pull request #2 from Kyosfonica/revert-1-epub_series_metadata
Revert "Epub series metadata" to keep a clean clone of master
|
7 years ago |
Carlos Clavero
|
742862869d
|
Revert "Epub series metadata"
|
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 |
OzzieIsaacs
|
f73b3a0b14
|
Added unidecode to required dependencys for same behavior as calibre in generating no ascii folder names (fix for #257)
|
7 years ago |
OzzieIsaacs
|
82165a67a1
|
Merge remote-tracking branch 'mail/master'
|
7 years ago |
OzzieIsaacs
|
626e2e393e
|
Merge remote-tracking branch 'adv/edit-publish-date'
|
7 years ago |
Carlos Clavero
|
063267d7e5
|
Merge pull request #1 from Kyosfonica/epub_series_metadata
Epub series metadata
|
7 years ago |
kyos
|
aab32ceee9
|
Set series_index to 1 when no series_index is provided
|
7 years ago |
kyos
|
83d07147e6
|
Added new metadata getter for epub files that include series and series_index information
|
7 years ago |
Mikhail Akushsky
|
4313910ba0
|
Fix hmac creation in send_test_email function
|
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 |
Ethan Lin
|
16d80dcb8e
|
Merge pull request #11 from janeczku/master
merge
|
7 years ago |
Jonathan Rehm
|
0afc8f94da
|
Use TinyMCE's API to update the description's content
|
7 years ago |
Jonathan Rehm
|
dd124ab356
|
Make change requested by Codacy
|
7 years ago |
Jonathan Rehm
|
59afc7eb9f
|
Make changes requested by Codacy
|
7 years ago |
Jonathan Rehm
|
3258f4fb79
|
Make changes requested by Codacy
|
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
|
cc916a4eb4
|
Add timestamp to default publishing date
|
7 years ago |
Jonathan Rehm
|
a07798b0db
|
Standardize indentation
|
7 years ago |
Jonathan Rehm
|
04b04e200f
|
Add ability to edit publish date
If a date is not set, default to “0101-01-01”
|
7 years ago |
Jonathan Rehm
|
cf7196ae5e
|
Refactor to remove nested if-statements
|
7 years ago |
Jonathan Rehm
|
a95e6aab6b
|
Do not attempt to create the YAML file when Google Drive is disabled (#246)
|
7 years ago |
OzzieIsaacs
|
cb5f196f4b
|
Merge remote-tracking branch 'adv/modal-details'
# Conflicts:
# cps/static/js/main.js
# cps/templates/detail.html
|
7 years ago |
OzzieIsaacs
|
1e2edcf753
|
Merge remote-tracking branch 'adv/author-info'
|
7 years ago |