Ritesh Ghosh
6ce6b105c7
refactor: rename WINDOWMS env to WINDOW_MS
2024-10-04 12:25:04 +05:30
Ritesh Ghosh
21a8718f87
feat: update allowed origins to include wildcard if env not present
2024-10-04 12:24:31 +05:30
Ritesh Ghosh
e30d983996
refactor: update .env.example formatting
2024-10-04 12:22:03 +05:30
Conventional Changelog Action
1f3ddc980c
chore(release): v1.38.4 [skip ci]
2024-10-04 06:48:09 +00:00
Ritesh Ghosh
3813902aaa
Merge pull request #64 from divyansh355/main
...
Enhance CORS Configuration for Production Security
2024-10-04 12:17:57 +05:30
Divyansh
91fd0918c3
Enhance CORS Configuration for Production Security
...
📌 Removed the wildcard (*) origin and replaced it with trusted origins from .env.
📌 Introduced environment variable (CORS_ALLOWED_ORIGINS) for dynamic origin management.
📌 Improved security by blocking untrusted origins and methods.
📌 Enhanced performance with maxAge for caching preflight responses.
📌 No breaking changes, as the fallback origin is set to http://localhost:4000 for development, ensuring compatibility with local setups.
2024-10-01 04:55:14 +00:00
Conventional Changelog Action
dbbd46a99d
chore(release): v1.38.3 [skip ci]
2024-09-05 06:04:54 +00:00
Ritesh Ghosh
24d35869d9
chore: update description and bump dependencies
2024-09-05 11:34:32 +05:30
Ritesh Ghosh
812daef427
chore: update index page to include stats and contributors
2024-09-05 11:34:08 +05:30
Conventional Changelog Action
2a75f73fbb
chore(release): v1.38.2 [skip ci]
2024-08-14 17:08:58 +00:00
Ritesh Ghosh
b87c1d4e67
Merge pull request #63 from WBRK-dev/main
...
docs: fixed documentation about episode sources
2024-08-14 22:38:44 +05:30
Koert Weber
8106f71f7c
docs: fixed documentation about episode sources
2024-08-14 18:26:46 +02:00
Conventional Changelog Action
080d17818f
chore(release): v1.38.1 [skip ci]
2024-08-13 09:07:53 +00:00
Ritesh Ghosh
bb7dc6b495
chore(Dockerfile): update Docker image description
2024-08-13 14:37:29 +05:30
Conventional Changelog Action
ead464f49f
chore(release): v1.38.0 [skip ci]
2024-07-24 14:54:48 +00:00
Ritesh Ghosh
c65d786673
feat: add jname field to Anime interface
2024-07-24 20:24:18 +05:30
Conventional Changelog Action
04e12aac67
chore(release): v1.37.0 [skip ci]
2024-07-21 13:33:01 +00:00
Ritesh Ghosh
6eb0dce2d3
Merge pull request #60 from WBRK-dev/main
...
feat: estimated schedule && home && japenese anime names
2024-07-21 19:02:50 +05:30
WBRK-dev
94664abdfd
fix: added japanese anime names to all responses
2024-07-21 10:39:17 +02:00
WBRK-dev
5d929461ce
feat: added mostPopular, mostFavorite and latestCompleted to the home route response
2024-07-21 10:18:05 +02:00
WBRK-dev
62fa83a56d
feat: added episode count to top airing anime
2024-07-21 10:04:33 +02:00
WBRK-dev
bdfebb5e32
feat: added episode number to estimated anime schedule
2024-07-21 09:58:18 +02:00
Conventional Changelog Action
160eb2222b
chore(release): v1.36.3 [skip ci]
2024-07-18 18:23:52 +00:00
Ritesh Ghosh
c02cc3f3fd
Merge pull request #59 from WBRK-dev/main
...
fix: fixed using specific server for episode sources
2024-07-18 23:53:35 +05:30
WBRK-dev
bf2c69e7ab
fix: fixed tests regarding episode sources
2024-07-18 19:34:09 +02:00
WBRK-dev
4437ef24cc
fix: fixed using specific server for episode sources
2024-07-18 17:39:03 +02:00
Conventional Changelog Action
c86fb35d58
chore(release): v1.36.2 [skip ci]
2024-07-15 14:48:24 +00:00
Ritesh Ghosh
d27e7583de
test: update estimated schedule test to use zero padded date in date string
2024-07-15 20:18:04 +05:30
Conventional Changelog Action
968fca634e
chore(release): v1.36.1 [skip ci]
2024-07-15 14:46:35 +00:00
Ritesh Ghosh
44ee297c2d
test: update estimated schedule test to use zero padded month in date string
2024-07-15 20:16:15 +05:30
Conventional Changelog Action
ce12c5d7c5
chore(release): v1.36.0 [skip ci]
2024-07-13 18:45:04 +00:00
Ritesh Ghosh
0ede55f0ba
feat: merge branch 'main'
2024-07-14 00:14:46 +05:30
Ritesh Ghosh
f3400a550f
docs: minimize API docs by using the method present in #56
2024-07-14 00:11:45 +05:30
Conventional Changelog Action
284e960152
chore(release): v1.35.0 [skip ci]
2024-07-13 18:39:43 +00:00
Ritesh Ghosh
041c0b7098
feat: add airingTimestamp and secondsUntilAiring to /anime/schedule endpoint
2024-07-14 00:09:22 +05:30
Ritesh Ghosh
3f0b367ae0
feat: add airingTimestamp and secondsUntilAiring to /anime/schedule endpoint
2024-07-14 00:09:11 +05:30
Ritesh Ghosh
68aba1d6bc
refactor: update constants.ts with typed URLs
2024-07-14 00:07:55 +05:30
Ritesh Ghosh
e84ba45e39
refactor: update estimated schedule test to use current date
2024-07-14 00:07:31 +05:30
Ritesh Ghosh
cb113cb38a
docs: minimize APi docs by using the method present in #56
2024-07-14 00:07:17 +05:30
Conventional Changelog Action
3e92c9187d
chore(release): v1.34.3 [skip ci]
2024-07-13 18:24:08 +00:00
Ritesh Ghosh
7ec48b11e5
Merge pull request #56 from BySuspect/readme-minimize
...
Update README
2024-07-13 23:53:53 +05:30
Omer Y. Bayraktar
a663833e68
api document minimize
2024-07-11 16:13:22 +03:00
Conventional Changelog Action
0b38b7a2e3
chore(release): v1.34.2 [skip ci]
2024-07-09 19:17:43 +00:00
Ritesh Ghosh
66ff2ec6e4
docs: update X (Twitter) username
2024-07-10 00:47:26 +05:30
Conventional Changelog Action
9667ed96f1
chore(release): v1.34.1 [skip ci]
2024-07-03 08:29:20 +00:00
Ritesh Ghosh
b1e7203764
docs(support): update X (Twitter) username
2024-07-03 13:59:05 +05:30
Conventional Changelog Action
3d511bcfa2
chore(release): v1.34.0 [skip ci]
2024-06-11 05:07:51 +00:00
Ritesh Ghosh
8d82f44896
feat: update rate limit to 6 reqs every 30 mins
2024-06-11 10:37:32 +05:30
Conventional Changelog Action
e8c3a16d60
chore(release): v1.33.4 [skip ci]
2024-06-11 05:00:28 +00:00
Ritesh Ghosh
8076e06ff6
docs: add contributors section & other changes
2024-06-11 10:30:07 +05:30