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
a0ac36a174
fix: remove stats from UI that aren't available anymore
...
includes no. of topic's followers, no. of topics a person is following, etc.
2024-04-08 00:28:59 +05:30
zyachel
f11d3f2ac6
fix(parse): don't bail out on encountering weird characters
...
replace all \x3C(<) with its valid unique escape sequence
2024-04-08 00:22:51 +05:30
zyachel
c6c4828422
fix(fetcher): fix answers route crashing in case there aren't any answers
2023-11-05 15:32:17 +05:30
zyachel
b8a0b9fcad
fix(answers): fix answers route crashing
...
this commit fixes the crash that was caused by change in a couple of properties from upstream
BREAKING CHANGE: old fetcher may or may not work
fix: https://github.com/zyachel/quetre/issues/101
2023-04-23 19:10:42 +05:30
zyachel
71587d0db4
fix: fix a couple of NaN
s
2023-03-05 00:49:47 +05:30
zyachel
677b846eb2
fix: fix broken answers feed
...
this commit fixes the issue of answers not being shown as the underlying HTML changed which broke
old scraping logic
BREAKING CHANGE: older versions will not work with answer route
fix https://github.com/zyachel/quetre/issues/96
2023-03-05 00:34:53 +05:30
zyachel
595b720ee1
fix: fix outgoing url on error page
...
also refactor some related code
2023-01-15 21:41:09 +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
86df58367a
feat: improve data fetching logic
...
after this commit, fetcher shouldn't break(unless there is a major change upstream)
2022-10-31 00:52:38 +05:30
zyachel
5e1d60525e
fix(fetcher.js): fix broken data fetching logic
...
quora shuffled their script tags again
BREAKING CHANGE: previous versions won't work
fix https://github.com/zyachel/quetre/issues/72
2022-10-14 23:16:16 +05:30
zyachel
bf266a9a89
fix: fix fetcher.js
...
As always, Quora changed their HTML
BREAKING CHANGE: previous fetcher.js won't work as Quora again changed their HTML
closes https://github.com/zyachel/quetre/issues/68
2022-09-22 20:47:16 +05:30
zyachel
49f5a3e74e
feat: add profile route
2022-08-03 15:15:33 +05:30
zyachel
a8574c4f0c
refactor: make view components more modular
2022-08-03 15:15:33 +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
zyachel
e7c83bd06e
fix: send a meaningful error response in case an answer/topic can't be fetched
...
sometimes URL is malinformed(eg: accessing topic/some-name instead of profile/some-name).
other times it's Quora that doesn't populate their JSON.
In all these cases, fetcher script returns an empty object.
So, sending meaningful error messages might help the user.
2022-06-24 17:43:06 +05:30
zyachel
fb7d8034fe
fix(fetcher): fix fetcher logic
...
Quora changed their HTML again
BREAKING CHANGE: Quora changed their HTML. Previous fetcher logic won't work!
fix https://github.com/zyachel/quetre/issues/10
2022-06-24 17:23:23 +05:30
zyachel
b9d65e89f0
fix: fix errors in fetchers
2022-06-12 12:49:08 +05:30
zyachel
a9ae36e264
fix(fetcher): send correct error response when a malinformed answer url is accessed
2022-05-24 13:14:47 +05:30
zyachel
b11ceb4c33
fix(fetcher): fix fetcher scraping logic
...
quora made a new change on their side which broke the previous fetcher logic
BREAKING CHANGE: old fetcher.js won't work as quora changed their html
2022-05-24 12:50:47 +05:30
zyachel
e8a51f6224
fix: send appropriate response in case Quora rate limits the instance
2022-05-23 18:09:35 +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
6ad2269951
fix: fix a bug related to fetcher.js
...
added optional chaining in catch block as there are edge cases where some property on error might not be defined
2022-05-21 14:52:57 +05:30
zyachel
bf4ee2c3cf
initial commit
2022-04-17 17:54:23 +05:30