Commit graph

9 commits

Author SHA1 Message Date
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
4199bb38c3 feat: add redirection route
makes using quetre more convenient
2023-01-15 22:22:10 +05:30
zyachel
8820f36af8 fix(routes): add unimplemented error message to space route 2023-01-07 23:00:36 +05:30
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
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