Matthieu Gautier
|
422dde9ff2
|
Allow the opds feed to filtered by the language and "paged".
|
2018-10-24 15:03:14 +02:00 |
|
Matthieu Gautier
|
f691f85724
|
Correctly get the bookIds to the opdsfeed.
We want to have LOCAL and REMOTE and VALID files.
|
2018-10-24 15:01:46 +02:00 |
|
Matthieu Gautier
|
fd4f228a41
|
Use the to_string function in kiwix lib instead of redefine it.
|
2018-10-24 14:53:25 +02:00 |
|
Matthieu Gautier
|
bf40d4ff91
|
Adapt kiwix-manage to new kiwix-lib API.
- Books are identified by Id, not by index.
- No more current option.
|
2018-09-06 18:59:51 +02:00 |
|
Matthieu Gautier
|
74fecd34e6
|
Adapt kiwix-serve to new API.
We also change the welcome page to link to icon url instead of
embeded them as base64 data.
|
2018-09-06 18:58:54 +02:00 |
|
Matthieu Gautier
|
881fe9f41d
|
Merge pull request #224 from kiwix/new_version
New version 0.6.1
0.6.1
|
2018-08-30 16:02:33 +02:00 |
|
Matthieu Gautier
|
c23e0bc38a
|
New version 0.6.1
|
2018-08-30 15:50:12 +02:00 |
|
Matthieu Gautier
|
d4d32aa2e8
|
Merge pull request #218 from int19h/217
Fix #217: RequestContext::connection is unused
|
2018-08-03 11:52:54 +02:00 |
|
Pavel Minaev
|
4a88c44626
|
Fix #217: RequestContext::connection is unused
|
2018-08-03 02:46:31 -07:00 |
|
Matthieu Gautier
|
0cc5b18488
|
Merge pull request #214 from int19h/213
Fix #213: sockaddr_in is undefined when compiling on FreeBSD
|
2018-08-03 11:37:28 +02:00 |
|
Pavel Minaev
|
88a32a152f
|
Fix #213: sockaddr_in is undefined when compiling on FreeBSD
Make sure that <netinet/in.h> is included as per POSIX spec.
|
2018-08-03 02:32:16 -07:00 |
|
Matthieu Gautier
|
4b8c8c5f6f
|
Merge pull request #216 from int19h/215
Fix #215: istringstream used without #include <sstream>
|
2018-08-03 11:17:56 +02:00 |
|
Pavel Minaev
|
f0568ff4a7
|
Fix #215: istringstream used without #include <sstream>
|
2018-08-03 02:12:53 -07:00 |
|
Kelson
|
ccdfe9839d
|
Merge pull request #212 from int19h/211
Fix #211: getMimeTypeForFile does not handle files without extensions correctly
|
2018-08-03 07:57:51 +00:00 |
|
Pavel Minaev
|
221f3ef340
|
Fix #211: getMimeTypeForFile does not handle files without extensions correctly
Use `auto` instead of `unsigned int` to ensure proper size on 64-bit platforms
|
2018-08-03 00:48:08 -07:00 |
|
Matthieu Gautier
|
0785636ca5
|
Merge pull request #219 from kiwix/new_dep_archive_root
New deps archives now contains the BUILD_ directory
|
2018-08-03 08:54:12 +02:00 |
|
Matthieu Gautier
|
a3429fdc88
|
New deps archives now contains the BUILD_ directory
|
2018-08-03 08:38:56 +02:00 |
|
Kelson
|
f99b6965e9
|
Merge pull request #210 from cyrillemoureaux/fix-141
Fix crash when --library is provided but no actual library path is.
|
2018-06-29 15:12:17 +02:00 |
|
cyrillemoureaux
|
228402b505
|
Fix crash when --library is provided but no actual library path is, by
avoiding going over argc.
|
2018-06-29 14:26:38 +02:00 |
|
Kelson
|
a9f8364333
|
Merge pull request #206 from kiwix/update_readme
Updated README
|
2018-06-24 16:18:49 +02:00 |
|
Emmanuel Engelhart
|
9f06c9c5eb
|
Updated README
|
2018-06-24 16:08:56 +02:00 |
|
Matthieu Gautier
|
0efbb2461d
|
Merge pull request #203 from kiwix/version_0.6.0
New version 0.6.0
0.6.0
|
2018-06-15 19:29:59 +02:00 |
|
Matthieu Gautier
|
b251e18af1
|
New version 0.6.0
|
2018-06-15 18:34:09 +02:00 |
|
Matthieu Gautier
|
5c040d3ee6
|
Merge pull request #200 from kiwix/improved_kiwix_serve_taskbar
Improved taskbar #160 #59
|
2018-06-15 18:32:06 +02:00 |
|
Matthieu Gautier
|
bb1afb5120
|
Also set magnify glass in the global taskbar.
|
2018-06-15 18:28:04 +02:00 |
|
Kelson
|
8fccbc4c99
|
Improved taskbar #160 #59
|
2018-06-15 18:08:48 +02:00 |
|
Matthieu Gautier
|
d0dc9ac81b
|
Merge pull request #202 from kiwix/gcc4.8
[TRAVIS] Compile using default gcc (4.8)
|
2018-06-15 18:03:49 +02:00 |
|
Matthieu Gautier
|
f9edd75f6c
|
[TRAVIS] Compile using default gcc (4.8)
|
2018-06-15 08:50:13 +02:00 |
|
Matthieu Gautier
|
9571148375
|
Merge pull request #201 from kiwix/compile_gcc4.8
Compile gcc4.8
|
2018-06-14 18:20:19 +02:00 |
|
Matthieu Gautier
|
282b85c341
|
Do not use std::sto[fi] or std::to_string.
|
2018-06-14 18:01:15 +02:00 |
|
Matthieu Gautier
|
4c3acd06de
|
Add missing include.
Needed by printf.
|
2018-06-14 17:35:40 +02:00 |
|
Kelson
|
4cd9d78d21
|
Merge pull request #199 from kiwix/kiwix_server_404
return 404 for missing resources
|
2018-06-09 16:21:17 +02:00 |
|
Philip Munaawa
|
efd4a1434e
|
return 404 for missing resources
|
2018-06-09 15:29:40 +02:00 |
|
Matthieu Gautier
|
dfc601dacf
|
Merge pull request #196 from kiwix/no_install
Remove kiwix-install tool.
|
2018-05-21 12:18:30 +02:00 |
|
Matthieu Gautier
|
7c254544ca
|
Remove kiwix-install tool.
Fix #189
|
2018-05-21 12:09:13 +02:00 |
|
Kelson
|
b22ee94f10
|
Merge pull request #195 from kiwix/proper_exit_code
Proper exit code
|
2018-05-20 08:34:41 +02:00 |
|
Kelson
|
3766c4882b
|
Proper exit code #194
|
2018-05-19 20:59:18 +02:00 |
|
Matthieu Gautier
|
26da54f9c3
|
Merge pull request #187 from swiftugandan/kiwix_serve-fix-global_page_static_resources-1
fix static resources on home page when using --nosearchbar
|
2018-04-24 14:16:12 +02:00 |
|
Philip Munaawa
|
4433421c48
|
also replace __CONTENT_ESCAPED__ for --nosearchbar
|
2018-04-24 13:06:46 +01:00 |
|
Philip Munaawa
|
c00f0be7ef
|
fix static resources on home page when using --nosearchbar
|
2018-04-24 11:29:41 +01:00 |
|
Matthieu Gautier
|
773b9e5443
|
Merge pull request #185 from kiwix/0.5.0
0.5.0
0.5.0
|
2018-04-23 20:49:57 +02:00 |
|
Matthieu Gautier
|
fbddabb10f
|
New version 0.5.0
|
2018-04-23 19:22:18 +02:00 |
|
Matthieu Gautier
|
3ad50ccf17
|
Update depenedency version of kiwix-lib.
|
2018-04-23 19:22:06 +02:00 |
|
Matthieu Gautier
|
c265eb8b24
|
Merge pull request #182 from kiwix/new_api
Update kiwix-serve to the new kiwix-lib API.
|
2018-04-23 18:42:52 +02:00 |
|
Matthieu Gautier
|
6f49e78eb4
|
Update kiwix-serve to the new kiwix-lib API.
Related to kiwix/kiwix-lib#123
|
2018-04-23 15:26:24 +02:00 |
|
Matthieu Gautier
|
d25329ecb4
|
Merge pull request #178 from kiwix/opds
Opds
|
2018-04-23 15:24:15 +02:00 |
|
Matthieu Gautier
|
bd8d0c3805
|
Get the dependencies archive using the correct new name scheme.
Now that we are compiling to ios, deendencies archive names have
TRAVIS_OS_NAME included.
|
2018-04-23 10:31:22 +02:00 |
|
Matthieu Gautier
|
a01906d273
|
[manage] Move handling of action in separated function.
|
2018-04-19 18:05:41 +02:00 |
|
Matthieu Gautier
|
4bd18ce466
|
Add open search support to search in the catalog.
|
2018-04-19 18:05:41 +02:00 |
|
Matthieu Gautier
|
fb8c14a1e4
|
Make kiwix-serve serve an opds stream of all zims.
|
2018-04-19 18:05:41 +02:00 |
|