zyachel
f49062d44a
fix(search): remove broken search route
...
can't do searches now unless logged-in
BREAKING CHANGE: any search request will be responded with a 410
2024-04-08 00:33:16 +05:30
zyachel
4cd551438b
fix(search): show search query along with results
2023-11-05 15:31:33 +05:30
zyachel
175878dba9
feat: implement caching of api responses
...
should help a bit in not getting rate-limited
2023-02-11 22:21:28 +05:30
kareem
d16ae48dcb
feat: add support for other languages
...
Co-authored-by: k0xp00f <d.abdelkarim1404+gmail.com>
2023-01-07 17:22:20 +00:00
zyachel
1cdafe0380
feat: add search functionality
...
this commit adds long awaited search feature
fix https://github.com/zyachel/quetre/issues/21
2022-10-31 01:05:02 +05:30
zyachel
49f5a3e74e
feat: add profile route
2022-08-03 15:15:33 +05:30
video-prize-ranch
fa0a5f1fa5
feat: proxy images
2022-07-19 21:48:02 -04:00
zyachel
04fa753623
fix: change status code of routes not implemented to 501
2022-05-23 18:10:41 +05:30
zyachel
0a35cdaa15
feat(route): add new route
...
add /topic/:slug route both in api as well as in view
2022-05-22 19:35:02 +05:30
zyachel
d8515d5edd
refactor: DRY some code related to answers
...
as there are two routes for answers(/unanswered/:slug and /:slug), and both contained similar code, reduced controllers(for the routes) in api as well as in views to just one controller handling the logic to fetch data.
2022-05-21 12:58:44 +05:30
zyachel
bf4ee2c3cf
initial commit
2022-04-17 17:54:23 +05:30