Commit Graph

8 Commits

Author SHA1 Message Date
giomba 312a4829aa Database extraction only when needed
Keeps a timestamp of last database update, and extracts it only if
changed from last extraction (more efficient).
Modified library struct, now contains not only a book list but also some
informations about the library (specific last update timestamp).
Last database update is shown in html and json output.
Added .htaccess for Apache webserver to prevent tellico files leaks from
output directory.
2018-10-28 11:03:26 +01:00
giomba b6e818d66d Added images of covers 2018-10-21 15:00:19 +02:00
giomba 6ed59e39fe Added message for empty resultsets 2018-10-21 13:21:18 +02:00
giomba c7fcbc6d39 Fixed search bug
Introduced due to a copy-paste issue.
2018-10-21 13:15:03 +02:00
giomba 277a1bad60 Return booklist ordered by title 2018-10-21 12:26:28 +02:00
giomba 8abf645945 Appearance prettified
For the eye of the programmer, that is a shameful designer.
2018-10-21 12:01:31 +02:00
giomba e8a2fdb017 Removed JSON<->XML issue
Cannot be done automagically without some assumptions, so it is worth of doing the conversion by hand suited to our needs.
2018-10-21 11:30:59 +02:00
giomba adc2305713 First commit 2018-10-20 18:46:05 +02:00