6ea40f57da
Remove groovy deb package
2021-07-28 21:34:24 +02:00
a312d2218d
Merge pull request #590 from kiwix/root_prefix_addition
...
corrected relative links in preview and icon url
2021-07-25 08:59:24 +02:00
15839df594
corrected relative links in preview and icon url
2021-07-24 19:26:22 +05:30
03a929e88e
Merge pull request #583 from kiwix/download-modal
...
Modal download box on Kiwix Serve welcome page
2021-07-13 16:47:58 +02:00
646502f9cf
changed font style for modal
2021-07-13 20:00:43 +05:30
a8a96a99f4
corrected working of magnet link
2021-07-13 00:23:38 +05:30
a517d3b529
added modal for downloading zim file on welcome page
2021-07-12 17:59:26 +05:30
60f0f81286
Merge pull request #559 from kiwix/Css_revamp
...
Revamped Kiwix Serve Welcome page layout
2021-07-08 12:36:19 +02:00
2ed9a50eca
fixed button allignment
2021-07-08 12:33:28 +02:00
bce922ab89
bug fix for loader
2021-07-08 12:33:28 +02:00
ad7a63a471
minor change in UI
2021-07-08 12:33:28 +02:00
6e8200637e
corrected search button in mobile view
2021-07-08 12:33:28 +02:00
cc45c840d1
fixed minor codefactor issue
2021-07-08 12:33:28 +02:00
0590f27fa1
corrected select box and search bar design
2021-07-08 12:33:28 +02:00
dd27c3a873
changed tile background color
2021-07-08 12:33:28 +02:00
736841818d
fixed font and other minor issues in title cards
2021-07-08 12:33:28 +02:00
c1868e22f4
minor codefactor fix
2021-07-08 12:33:28 +02:00
aabfc1d82e
fixed card design
2021-07-08 12:33:28 +02:00
2effb3490e
minoor changes in responsive behaviour
2021-07-08 12:33:28 +02:00
55672b0288
revamped basic layout and cards
2021-07-08 12:33:28 +02:00
0abbeabfe2
Merge pull request #568 from kiwix/ppa-impish
...
PPA: Build for Ubuntu Impish
2021-07-08 10:24:52 +02:00
1bf52e8ebe
PPA: Build for Ubuntu Impish
2021-07-08 09:50:55 +02:00
e2db1b3688
Merge pull request #574 from kiwix/remove_mustache_public_header
...
Fix public headers inclusion (+ small other fixes)
2021-07-07 18:00:17 +02:00
0b6b6716de
Rename split argument from trimEmpty
to dropEmpty
.
2021-07-07 14:43:13 +02:00
18b6433322
Correct method declaration in SuggestionItem
2021-07-07 14:43:13 +02:00
b70c92cade
Move back used helper functions to the public API.
...
- Add docstring
- Move the declaration in kiwix namespace.
- Adapt our include to include the right headers.
2021-07-07 14:43:13 +02:00
09d843da3a
Add a (empty) include/tools.h
header.
...
This header will contain our public tool functions.
2021-07-07 14:43:13 +02:00
fa83a61a54
Move all public *Tools.h in src.
...
This by definition remove all the tool functions from the public API.
2021-07-07 14:43:13 +02:00
967eb10cbf
Merge pull request #578 from kiwix/fix_ci_deps
...
Use correct deps archive in the CI.
2021-07-07 10:59:53 +02:00
feeee25eac
Use correct deps archive in the CI.
...
Now that project is named libkiwix, the dependencies archive is also
renamed.
2021-07-07 10:53:07 +02:00
1c0b4502cd
Merge pull request #536 from kiwix/internally_drop_reader_searcher
2021-07-06 16:18:10 +02:00
6f639144ab
Add unit tests for Searcher and Reader
...
Even though we will be removing the wrappers soon, the test coverage
should be complete and we could simply remove these files later.
2021-07-03 14:07:14 +05:30
a94a03cd22
Remove unwanted reader functions
...
Removing the functions in InternalServer that are no longer needed.
2021-07-03 14:07:14 +05:30
bc821638da
Drop wrapper structures from handle_search
...
Since we now have SearcherRenderer that can work with native libzim
structure, we will drop the wrapper and use them instead.
2021-07-03 14:07:12 +05:30
bcece66960
Add SearchRenderer handles for libzim structures
...
Introduces a new member mp_search that houses the zim::Search object,
adds a new constructor for this purpose. This commit also add an
overload for getHtml that takes start and end integers as arguments
since they are not part of the search object we include.
2021-07-03 14:05:50 +05:30
c046f64d83
Drop Reader and Entry wrappers from handle_content
2021-07-03 14:05:50 +05:30
75b4d311d7
Drop Reader from InternalServer::handle_random
2021-07-03 14:04:04 +05:30
a236751c74
Drop usage of Reader from InternalServer::handle_suggest
2021-07-03 14:04:04 +05:30
7d68926539
Drop usage of Reader from InternalServer::handle_meta
...
This is essentially a code move of meta handlers from using Reader
functions to directly using Archive.
2021-07-03 14:04:02 +05:30
940368b8ac
Add m_archives and getArchiveById to Library
...
These members will mirror the functionality offered by equivalent usage
of Reader class.
2021-07-03 14:02:31 +05:30
0594e60df3
Merge pull request #527 from kiwix/catalog_search_url_generation
...
OpdsCatalog::getSearchUrl()
2021-06-30 21:35:43 +02:00
b5c1b26761
OpdsCatalog::getSearchUrl()
2021-06-30 18:27:00 +02:00
4124ad30d5
Merge pull request #561 from kiwix/issue/557
...
Keep Kiwix Serve filter values over time
2021-06-25 08:05:21 +02:00
3c5d73027d
created separate variable for time delta
2021-06-24 15:41:28 +05:30
d88bdd3ebf
corrected filter on no results
2021-06-23 14:15:22 +05:30
5cfe34a5c2
corrected filter working
2021-06-22 19:36:22 +05:30
ad133bc9a3
added cookies for filter effect
2021-06-21 19:57:52 +05:30
8eabae6286
Merge pull request #560 from kiwix/fix_compilation_illustration
2021-06-19 13:15:44 +02:00
f3c96b23fd
Use getIllustrationItem instead of getFaviconEntry method
...
With openzim/libzim#540 we now have a new function to get
illustration(previously favicon in 48x48 size and unity scale) in
multiple sizes. We need to replace getFaviconEntry with this new
getIllustrationItem method.
2021-06-19 10:23:24 +05:30
a92e9d8756
Merge pull request #490 from soumyankar/404ContentHomeButton
...
404 content home button
2021-06-17 09:59:45 +02:00