Commit graph

20 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
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
zyachel
4199bb38c3 feat: add redirection route
makes using quetre more convenient
2023-01-15 22:22:10 +05:30
zyachel
595b720ee1 fix: fix outgoing url on error page
also refactor some related code
2023-01-15 21:41:09 +05:30
zyachel
8820f36af8 fix(routes): add unimplemented error message to space route 2023-01-07 23:00:36 +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
zyachel
33c90c17b1 fix: fix a fatal bug in viewController.js
this bug was introduced by commit e76605dd7a
2022-07-23 16:11:01 +05:30
zyachel
e76605dd7a refactor: split view logic into many standalone pieces
split the code so as to make at least the answers part reusable.
also added grouped the code in new directories.
2022-07-23 15:54:53 +05:30
video-prize-ranch
fa0a5f1fa5
feat: proxy images 2022-07-19 21:48:02 -04:00
zyachel
2dd4a030d2 feat: add link to redirect user to Quora in case of errors
if user stumbles upon some error page, or a route that is yet to be implemented, added a link so that user can easily go to Quora should he/she wishes to do so.
2022-06-15 22:12:18 +05:30
zyachel
14eece71a6 feat: add meta tags for seo 2022-06-12 12:40:03 +05:30
zyachel
7f0406f054 refactor: refactor the controllers a bit to make them more consistent 2022-06-12 12:34:18 +05:30
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
50b0308f7d Add option for direct deployment to heroku and other small fixes 2022-05-06 19:33:49 +05:30
zyachel
bf4ee2c3cf initial commit 2022-04-17 17:54:23 +05:30