Commit Graph

107 Commits

Author SHA1 Message Date
AaronBenDaniel 0184c786ce fix(frontend): URL Encode Username and Password (#9 - @AaronBenDaniel)
* add URI encoding to credentials

* chore(api): Comment on FastAPI's automatic URL Decode

---------

Co-authored-by: TheOnlyWayUp <hi@towu.dev>
2024-07-08 18:23:43 +05:30
TheOnlyWayUp b663448103 fix(frontend): Add todo for changelog on smaller screen sizes 2024-07-08 12:32:02 +00:00
AaronBenDaniel 0983c13da7 fix(api): Use HTML formatting consistently (#7 - @AaronBenDaniel) 2024-07-06 23:42:53 +05:30
TheOnlyWayUp 55763c1b99 fix(frontend): Update changelog 2024-06-30 20:13:52 +00:00
TheOnlyWayUp 9f24d437cb fix(frontend): Arabic language support 2024-06-30 20:09:07 +00:00
TheOnlyWayUp 79c9447cbe fix(frontend): Update changelog 2024-06-30 19:54:35 +00:00
TheOnlyWayUp 4e49550dcc fix(api): Fix authentication 2024-06-30 19:41:56 +00:00
Dhanush R 1ebd54a0da Merge pull request #6 from TheOnlyWayUp/pub-auth
Add authentication
2024-07-01 00:32:16 +05:30
TheOnlyWayUp 29be3c8d69 feat(api): Include username and password params, cookie retrieval 2024-06-30 07:47:05 +00:00
TheOnlyWayUp 7c91149e7a feat(api): Support authentication 2024-06-30 07:46:21 +00:00
TheOnlyWayUp 2ba51a1fe9 feat(frontend): Add auth field 2024-06-30 07:31:03 +00:00
TheOnlyWayUp 5821666630 fix(frontend): Change after_download flag to false 2024-06-25 18:32:28 +00:00
TheOnlyWayUp 422ee54e9d fix(api): Change port number to 80 2024-06-25 18:28:37 +00:00
Dhanush R 92e4124c63 Merge pull request #5 from TheOnlyWayUp/redesign
Update UI
2024-06-25 23:53:47 +05:30
TheOnlyWayUp c10b30470a feat(frontend): Added download more button to after download page 2024-06-25 18:23:25 +00:00
TheOnlyWayUp a346024970 fix(api): Different filename for books with images 2024-06-25 18:20:39 +00:00
TheOnlyWayUp 524125ba42 fix(frontend): Add Story not Found error page (api side) 2024-06-25 18:19:46 +00:00
TheOnlyWayUp 099cbcc915 feat(frontend): Add notfound page 2024-06-25 18:12:23 +00:00
TheOnlyWayUp 8702127ade fix(frontend): Move footer to layout 2024-06-25 18:09:32 +00:00
TheOnlyWayUp 55cfca27b1 feat(frontend): Add after-download page 2024-06-25 17:57:20 +00:00
TheOnlyWayUp 0802dca6a6 fix(frontend): Update after-download text 2024-06-25 17:45:40 +00:00
TheOnlyWayUp 4cb35c492e feat(frontend): Add image download checkbox 2024-06-25 17:42:39 +00:00
TheOnlyWayUp 507318b7f5 feat(frontend): Add changelog 2024-06-25 17:30:25 +00:00
TheOnlyWayUp ce8a22ba5b fix(frontend): Move bg-pattern to layout 2024-06-25 17:29:46 +00:00
TheOnlyWayUp 8426bfc21d Add glass effect to main card 2024-06-25 17:10:57 +00:00
TheOnlyWayUp a487a3ed47 feat(frontend): Add background pattern from hero patterns 2024-06-25 17:00:24 +00:00
TheOnlyWayUp a53e61116d feat(api): Add image downloading 2024-06-25 16:46:45 +00:00
TheOnlyWayUp d6004ca5f5 Merge branch 'master' of https://github.com/TheOnlyWayUp/WattpadDownloader 2024-06-25 15:51:52 +00:00
TheOnlyWayUp 473caa4bcb feat(api): Add expontential backoff on failed requests 2024-06-25 15:51:40 +00:00
TheOnlyWayUp 57d7f74922 fix(api): Remove broken error handling 2024-06-25 15:47:53 +00:00
TheOnlyWayUp d1aa89e320 fix(frontend): Update feedback URL 2024-06-25 15:41:44 +00:00
Dhanush R 3f6eb6ed7c Merge pull request #1 from TheOnlyWayUp/imgbot
[ImgBot] Optimize images
2024-04-16 15:01:59 +05:30
TheOnlyWayUp f2cb5d6c21 fix(app): Update sitemap.xml 2024-04-12 08:20:17 +00:00
ImgBotApp 6bff617623 [ImgBot] Optimize images
*Total -- 1,537.64kb -> 759.95kb (50.58%)

/pics/v3.png -- 167.60kb -> 71.01kb (57.63%)
/pics/v2.png -- 1,153.36kb -> 550.21kb (52.29%)
/pics/v3-Mobile.png -- 74.60kb -> 43.91kb (41.14%)
/pics/v1.png -- 87.98kb -> 53.96kb (38.67%)
/src/frontend/static/embed.png -- 51.91kb -> 38.86kb (25.13%)
/src/frontend/static/favicon.svg -- 2.19kb -> 1.99kb (8.76%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-04-11 20:33:33 +00:00
TheOnlyWayUp c513aa6509 feat(app): Improve SEO 2024-04-11 16:27:14 +00:00
TheOnlyWayUp f1a2387754 feat(app): Improve SEO 2024-04-11 16:25:51 +00:00
TheOnlyWayUp 0368c81d0b fix(index): Update after-download modal 2024-04-11 14:45:23 +00:00
TheOnlyWayUp 3a857e935e fix(index): Add more Umami Events 2024-04-11 14:42:19 +00:00
TheOnlyWayUp 65cc2b7929 feat(app): Add images of the app across versions 2024-04-11 14:40:31 +00:00
TheOnlyWayUp 503ccfd967 feat(index): Rewrite
- Add Umami Events
- Add responsivity (mobile friendly)
- Add FeedbackFish (thanks @SSouper)
2024-04-11 14:40:21 +00:00
TheOnlyWayUp fc1821fbed fix(error): Update footer on error page, make home button more visible 2024-04-11 14:38:56 +00:00
TheOnlyWayUp ddda863bbc fix(app): Change theme to bumblebee 2024-04-11 14:38:36 +00:00
TheOnlyWayUp 92367b8509 feat(app): Change favicon 2024-04-11 14:38:12 +00:00
TheOnlyWayUp d3f2a68cf4 feat(index): Add umami events 2024-04-11 13:19:04 +00:00
TheOnlyWayUp c05092809d feat(frontend): Add meta tags 2024-04-01 13:49:38 +00:00
TheOnlyWayUp 3317124bba feat(frontend): Improve UI 2024-04-01 13:27:01 +00:00
TheOnlyWayUp 20814b960b Merge branch 'master' of https://github.com/TheOnlyWayUp/WattpadDownloader 2024-04-01 12:36:37 +00:00
TheOnlyWayUp ffb7d806d0 feat(frontend): Add donate button, improve UI 2024-04-01 12:36:23 +00:00
TheOnlyWayUp 2b62d676e7 feat(README): Add Demo URL 2024-01-25 19:12:23 +05:30
TheOnlyWayUp f226006062 Update README.md 2023-12-30 19:10:19 +05:30