aboutsummaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Added seeking buttons and fixed vercel error (#113)A i j a Z2024-01-141-3/+3
| | | | | | | | | | | * readded seek buttons and vercel support * Redesign player layout on mobile and fix seek button * Update changelogs and player buttons --------- Co-authored-by: Factiven <[email protected]>
* feat: Implement a way to review/rate anime (#108)Artrix2024-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Make details cover lead back to anime page * Make 'markProgress' use object instead of param list * Import Link * Implement Rate modal * Pass session into useAniList Co-authored-by: Factiven <[email protected]> * Reimplement using markComplete & add toast for failure * redefined ratemodal * fix: home page client error * update version --------- Co-authored-by: Factiven <[email protected]>
* migrate to typescriptFactiven2023-12-241-8/+15
|
* Bump next-auth from 4.22.3 to 4.24.5 (#102)dependabot[bot]2023-11-211-1/+1
| | | | | | | | | | | | | | Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.3 to 4.24.5. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump axios from 1.4.0 to 1.6.0 (#99)dependabot[bot]2023-11-211-1/+1
| | | | | | | | | | | | | | | Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update pre-v4.3.0 - Merged Branch pre-push-prev4.3.0 to main (#98)pre-v4.3.0Factiven2023-11-181-1/+1
| | | | | * Update pre-v4.3.0 * Update aniAdvanceSearch.js
* Update v4.2.5v4.2.5Factiven2023-11-081-1/+1
|
* Update package.jsonv4.2.4Factiven2023-10-281-1/+1
|
* Update v4.2.3v4.2.3Factiven2023-10-261-1/+1
|
* Update v4.2.2v4.2.2Factiven2023-10-241-1/+1
|
* Update v4.2.1v4.2.1Factiven2023-10-241-3/+1
|
* Update v4.2.0 (#93)v4.2.0Factiven2023-10-221-1/+3
|
* Bump postcss and next (#89)dependabot[bot]2023-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Updates `postcss` from 8.4.27 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31) Updates `next` from 13.5.2 to 13.5.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.5.2...v13.5.5) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update v4.1.3v4.1.3Factiven2023-09-271-1/+1
|
* Update v4.1.2v4.1.2Factiven2023-09-261-4/+3
|
* Update v4.1.1Factiven2023-09-251-4/+4
|
* Update v4.1.0 (#79)v4.1.0Factiven2023-09-251-2/+3
| | | | | * Update v4.1.0 * Update pages/_app.js
* Update package.jsonFactiven2023-09-241-1/+1
|
* fixed character card (#78)v4.0.7A i j a Z2023-09-241-1/+1
| | | | | | | | | | | | | | | | | | | * fixed character card * Update components/anime/charactersCard.js Co-authored-by: Factiven <[email protected]> * Update components/anime/charactersCard.js Co-authored-by: Factiven <[email protected]> * Update components/anime/charactersCard.js Co-authored-by: Factiven <[email protected]> --------- Co-authored-by: Factiven <[email protected]>
* Update v4.0.6v4.0.6Factiven2023-09-231-1/+1
|
* added characters card (#77)v4.0.5A i j a Z2023-09-231-1/+1
| | | | | | | | | | | | | | | | | | | * added characters card * Update components/anime/charactersCard.js Co-authored-by: Factiven <[email protected]> * Update pages/en/anime/[...id].js Co-authored-by: Factiven <[email protected]> * Update release.md * Update package.json --------- Co-authored-by: Factiven <[email protected]>
* Update v4.0.4v4.0.4Factiven2023-09-211-1/+1
|
* Update v4.0.3v4.0.3Factiven2023-09-161-2/+1
|
* Update v4.0.2 (#75)v4.0.2Factiven2023-09-141-1/+1
|
* Update v4.0.1 - Merge pre-push to main (#73)v4.0.1Factiven2023-09-131-1/+1
| | | | | | | | | | | | | | | * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file * Update v4.0.1
* Update v4 - Merge pre-push to main (#71)Factiven2023-09-131-5/+6
| | | | | | | | | | | | | * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file
* Update v3.9.3 - Merged Beta to Main (#51)v3.9.3Factiven2023-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit * update db * Update v3.9.1-beta-v3.1 * Update v3.9.1 * Fix watched progress not showing * Secure headers * Fix recently watched image * Update v3.9.2 > Added custom lists for AniList > Fixed episode listMode progress * Update db route * Fixed AniList * Fix next button on dub anime > video is playing sub anime instead dub * small adjusment for premid * fix eslint * small updates > added ability to remove episode from recently watched * Update v3.9.3
* Update v3.9.1 - Merged Beta to Main (#44)v3.9.1Factiven2023-08-091-1/+1
| | | | | | | | | * commit * update db * Update v3.9.1-beta-v3.1 * Update v3.9.1
* Update v3.9.0 - Merged Beta to Main (#41)v3.9.0Factiven2023-08-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit * Update_v.3.6.7-beta-v1.2 * Update_v.3.6.7-beta-v1.3 * Update_v.3.6.7-beta-v1.3 > update API * Fixed mediaList won't update * added .env disqus shortname * Update_v3.6.7-beta-v1.4 >Implementing database * Create main.yml * Update v3.6.7-beta-v1.5 small patch * title home page * Update content.js * Delete db-test.js * Update content.js * Update home page card * Update v3.7.0 * Update v3.7.1-beta > migrating backend to main code > fixed schedule component * Update v3.8.0 > Added dub options > Moved schedule backend * Update v.3.8.1 > Fixed episodes on watch page isn't dubbed * Update v3.8.1-patch-1 * Update v3.8.1-patch-2 > Another patch for dub * Update v3.8.2 > Removed prisma configuration for database since it's not stable yet * Update v3.8.3 > Fixed different provider have same id * Update v.3.8.3 > Fixed player bug where the controls won't hide after updating anilist progress * Update v3.8.4-patch-2 * Update v3.8.5 > Update readme.md > Update .env.example * Update next.config.js * small adjusment info page * Update v3.8.6 > Minor update for Android 13 user * Update v3.8.7 > Added prev and next button to mediaSession * Update v3.8.7-beta-v2 * Beta v2 (#37) * Update schema.prisma * Update schema.prisma * Update schema.prisma * Update 3.9.0-beta-v2.1 > Implemented database for storing user Watch List and settings > Added buttons to auto-play next episodes * Update v3.9.0-beta-v2.2 * Update README.md --------- Co-authored-by: Chitraksh Maheshwari <[email protected]>
* Update v3.8.7 - Merged Beta to Main (#39)Factiven2023-08-081-2/+2
| | | | | | | | | * Update v3.8.6 > Minor update for Android 13 user * Update v3.8.7 > Added prev and next button to mediaSession
* Update v3.8.5 - Merged Beta to Main (#32)v3.8.5Factiven2023-08-041-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit * Update_v.3.6.7-beta-v1.2 * Update_v.3.6.7-beta-v1.3 * Update_v.3.6.7-beta-v1.3 > update API * Fixed mediaList won't update * added .env disqus shortname * Update_v3.6.7-beta-v1.4 >Implementing database * Create main.yml * Update v3.6.7-beta-v1.5 small patch * title home page * Update content.js * Delete db-test.js * Update content.js * Update home page card * Update v3.7.0 * Update v3.7.1-beta > migrating backend to main code > fixed schedule component * Update v3.8.0 > Added dub options > Moved schedule backend * Update v.3.8.1 > Fixed episodes on watch page isn't dubbed * Update v3.8.1-patch-1 * Update v3.8.1-patch-2 > Another patch for dub * Update v3.8.2 > Removed prisma configuration for database since it's not stable yet * Update v3.8.3 > Fixed different provider have same id * Update v.3.8.3 > Fixed player bug where the controls won't hide after updating anilist progress * Update v3.8.4-patch-2 * Update v3.8.5 > Update readme.md > Update .env.example
* Update package.jsonFactiven2023-07-201-1/+1
|
* Update v3.6.6Factiven2023-07-201-1/+1
| | | | | > Added functionality to see more anime at home page > fixed some bugs
* back to npm 😎Factiven2023-07-171-1/+0
|
* added fallback if no API key providedFactiven2023-07-171-1/+1
|
* Update v3.6.4Factiven2023-07-161-4/+7
| | | | | | | - Added Manga page with a working tracker for AniList user - Added schedule component to home page - Added disqus comment section so you can fight on each other (not recommended) - Added /id and /en route for english and indonesian subs (id route still work in progress)
* fixed freezed subtitle after changing qualityFactiven2023-06-071-0/+1
|
* Added forward/backward button to playerFactiven2023-06-021-1/+1
|
* Update v3.6.1Factiven2023-05-251-1/+2
| | | | > Added Thumbnail to info page > Temporarily removed Manga from website until the page is finished
* Update v3.6.0Factiven2023-05-221-2/+2
| | | | | > We switch back to gogo as a source and this will fix the video won't play on iOS devices > Removed subtitle function since gogo doesn't provide external subtitle
* moved proxy to envFactiven2023-05-191-0/+1
|
* update v3.5.8 (#13)Factiven2023-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge request (#11) * Update v3.5.5 > Now Skip button will hide if player is not in focused state. > Added some options to player. > Manga images should be displayed now. * Update videoPlayer.js * Revamp hero section #1 * UI Improvement > Updating main page > Updated Genres selection using params method > Added search bar v1.0 on main page ( [ctrl + space] to access search bar ) * update meta * Update [...id].js * Update [...id].js > Back to ssr I guess * update episode selector * Update [...info].js * Update UI > Added On-Going section for AniList user * Update content.js * added dynamic og * Update og.jsx * Update og * Update og.jsx * update og and id fallback > Added fallback for anime info if it's not found * Update v3.5.7 * Update v3.5.8 > Added fallback for empty episodes
* Update v3.5.7 (#12)Factiven2023-05-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge request (#11) * Update v3.5.5 > Now Skip button will hide if player is not in focused state. > Added some options to player. > Manga images should be displayed now. * Update videoPlayer.js * Revamp hero section #1 * UI Improvement > Updating main page > Updated Genres selection using params method > Added search bar v1.0 on main page ( [ctrl + space] to access search bar ) * update meta * Update [...id].js * Update [...id].js > Back to ssr I guess * update episode selector * Update [...info].js * Update UI > Added On-Going section for AniList user * Update content.js * added dynamic og * Update og.jsx * Update og * Update og.jsx * update og and id fallback > Added fallback for anime info if it's not found * Update v3.5.7 > Added On-Going section for AniList user > Added Genre section > Added dynamic Open Graph when sharing anime > Added Episode Selector above information
* Update v3.5.5 Factiven2023-05-091-1/+1
| | | | | > Now Skip button will hide if player is not in focused state. > Added some options to player. > Manga images should be displayed now.
* Update pre - v3.5.4Factiven2023-05-021-1/+1
| | | | > UI adjustment on smaller devices
* Update v3.5Factiven2023-05-011-2/+1
| | | | | | > Bug Fixes > Editor List Update v0.8 > Display adjustment on search page
* Editor List v0.1Factiven2023-04-281-3/+1
|
* moopa.liveFactiven2023-04-221-1/+4
|
* 10th fixesFactiven2023-04-181-0/+1
|
* 8th fixesFactiven2023-04-181-2/+0
|