Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Kurozora/kurozora-web

🏠📱 Home to the Kurozora website & API. Originally started on 2018-04-18 and restarted on 2018-08-13.
https://github.com/Kurozora/kurozora-web

[Update] Username Validation

- Allow dashes and underscore

2d64c317e83353469edd4f63e8c674c1bd22725a authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Sending Notifications

- Fixed sending notifications with APN

3e9e29b9c30751f0b0c25cb5156ea63bf7f81ed7 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Username spaces

- Username accepts space, again

ddcef68fcc22a83411012abcb3b3faaebf6e2a7b authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Alphanumeric Username Dumdum

- Username can now also contain numbers.

587384c8a718fc27f242cea04438853a96d48c6b authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #218

[Add] Upcoming Anime

f4a7539b17fecee1680ed7ad70d7cb55740ffe78 authored about 3 years ago by Kirito <[email protected]>
[Update] Explore Category Resource

- Added upcoming shows to ExploreCategoryResource
- Updated assets

0d122b78d8567e20ca1762ad15f363f4cb3bf8b9 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Upcoming shows Criteria

- Tweaked upcoming shows criteria to show starting from yesterday instead of today

0bad54ee08632de9787e3ad6eb3311a0ce22926b authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Upcoming Lockup Component

- Updated the style of upcoming lockup component

2d8e8d76a25038d3c52a1bf2247e02d0b5df9e59 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Upcoming Anime

- Added upcoming anime explore category size
- Added upcoming anime explore category type
- Added...

981d5ec0dd66656da65da5f52ffb112d6bc40502 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #217

[Add] Feed Reply & Re-share Notification

119b74a59f4193ef87a9944c419b9534c3246169 authored about 3 years ago by Kirito <[email protected]>
[Sneak in Fix] Required Duration

- Made duration required for Anime in Nova

3e77545b5e99ad58b17072d79f1e8aba8cdb87a7 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Feed Reply & Re-share Notification

- Added notification to be sent when a feed message receives a reply
- Added notification to be s...

6f52e43462f886c992f48544b4f1aa22cf0b70d9 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #216

[Fix] Online Indication

2d4d964ec9f7b4ce55fe66d006eedd238986f308 authored about 3 years ago by Kirito <[email protected]>
[Fix] Online Indication

- Fixed an error which resulted in "offline" status even when actually online.

ff888ebd097b67042524175faa34ca71d0a0560d authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #215

[Add] Primary Socialite Support

6d356f226e07661414957fc566e5a34b31c280b1 authored about 3 years ago by Kirito <[email protected]>
[Add] Primary Socialite Support

- Added support for Socialite

2c13dad523e76f84b6f0b1ee6275e9b37d49f4d4 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Username Validation

- Accepts spaces as valid character

db9e6ce72fd83011eaeeadf52856a91027f609d7 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #214

[Add] ELB Health Check

c91d8120933bdda6e20f8e987b8e48b84b1925ee authored about 3 years ago by Kirito <[email protected]>
[Add] ELB Health Check

- Added health-check route
- Added HealthCheckController

34a19348d046b4484902c67c3efa4391be784958 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Oopsie

- Removed debug code from ImageResource

fac919dd4edd430f852fe9ce5eee6ed76d9be08c authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #213

[Add] Slugs

4130978f6707eb41ed06cdd933d6c9ad18d8c79f authored about 3 years ago by Kirito <[email protected]>
[Add] Slugs

- Added slugs to resource

b47e90d5c85ddef4b16d45c5873c15b353471f42 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Auth Check

- Fixed CheckKurozoraUserAuthentication error
- Fixed last_used_at error

0cbbad8a6fd5299dcdd0bb8d71b96e6d848f32b0 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Access Token Policy

- Fixed error that prevented the auth user from updating the access token

b7e9ced5cf18bf5c9c8025f0b0e1f60b022a71bf authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #212

[Add] Database Sessions

5f1b54474ec9df1e24941e649443799f08ba8531 authored about 3 years ago by Kirito <[email protected]>
[Update] Migrations

- Added unique constraint to session attribute migration

cfd1e5caa305bb640461edfc9cd147cf963ace81 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Session API & Misc

- Added accessTokens method to MeController
- Updated openapi.json
- Updated PlatformResource
- U...

9b0fec533a5e7ea10d469d4d52270396e74c5a1a authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Access Token API

- Added Access-Tokens routes
- Added AccessTokenController
- Added AccessTokenResource
- Added Ge...

9e2a44b5ce5b8938d33194c8e6f1d6a1516451d8 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Session Handling

- Added SessionServiceProvider
- Registered KSessionManager as session singleton

fa102fd3ffb457c2a9109789a16145e87edf32a3 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Access Token & Relationships

- Added KDatabaseSessionHandler extension
- Added KSessionManager extension
- Added PersonalAcces...

2c56aecf95cf30ce3e7cf82ca792b87357c4fe37 authored about 3 years ago by kiritokatklian <[email protected]>
[Upda] Authentication & Logout Error

- Added createSessionAttributes method to User model
- Fixed an error when logging out on web
- R...

c8ed85a17d1dc2c8af350280a058be8ce5bc0166 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Session Attributes

- Added SessionAttribute migration
- Added SessionAttribute model
- Added SessionAttribute Nova r...

d041a1b6042146eac40b56fc400d9918bcc0da2d authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Web Authentication After Registration

- Fixed not logging in the user after registration on the web

0b86bc0dc8474262bb6f64b673bd1bfd6951364c authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Kurozora API Authentication

- Updated API authentication middleware to use sanctum instead of custom implementation

af73f044fc0607cff04027c77de8e45a46e19f98 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Timestamp & Stats Errors

- Fixed an issue with eloquent saving Session update and create timestamps which don't exist
- Fi...

30d4bcb0a43b83c3c6886b7318c05aee1199c65e authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Sign Out App Sessions

- Added sign out app sessions option to web settings

4b521c4193bfa04e8742b9b88d50c763174a654d authored about 3 years ago by kiritokatklian <[email protected]>
[Add] App Access Tokens

- Added PersonalAccessToken migration
- Added PersonalAccessToken model
- Added Sanctum config
- ...

f655fed12ab87c31c2cec9ef87f0e8b107f86455 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Sessions in Database - Web

- Refactored web side to work with database sessions
- Updated session table migration
- Updated ...

cb65190950534902dbcb86de308502efe757de4d authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Cronejob

- Fixed cronjobs not running because of a missing envvar file

77335f294ebb7207db6140c667876d9117d6adb3 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Reminders

- Fixed reminders erroring out because of wrong SQL

a02e5635eb3c5dcf8e04603e64226ea9d47c7e8a authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #211

[Add] Schema & Twitter Meta

3b38f2dbceca69f7e95d98a0352aa09d6012a54c authored about 3 years ago by Kirito <[email protected]>
[Add] Schema & Twitter Meta

- Added schema blade component
- Added support for schema.org tags
- Added Twitter meta tags

10b40a32c713ba991dfa0215111f2030778f7f88 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #210

[Update] Misc & Fixes

d658591128a4cff6b76522f4fb24bc9bfd261381 authored about 3 years ago by Kirito <[email protected]>
[Update] AWS Handling

- Temporarily disable pro checks

4791f4bfaf199e1c885872e1ce9480592172a45d authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Rating Calculation Command

- Updated command to now also account for the minimum required ratings
- Updated minimum ratings ...

fb89622f64e84dc6fd7e1fa1e58666e8f442bfa8 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Rounded Anime Stats

- Rounded anime stats values

d02af21f09e9941d7a1b03e9bdd3045bdb0b1653 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #209

[Update] Anime Rating Calculation

7407225057b18f230b8e4e680cfbc315bba74efb authored about 3 years ago by Kirito <[email protected]>
[Update] Anime Rating Calculation

- Updated CalculateAnimeRatings

29c9473e5b3e981b8f8bb98fbf5d32e2b94cbc05 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Anime Stats

- Fixed anime stats being an array instead of a single instance
- Renamed userRating to stats in ...

e1513a097bb36f0873bf3a76fb19a4de875e36be authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #208

[Add] Anime & Media Stats Relation

8648885a3118a07c48f9acd4cb487e11f6a72660 authored about 3 years ago by Kirito <[email protected]>
[Add] Anime & Media Stats Relation

- Added relation between anime and media stats

b5ff3e6b3f09c878bb1c48fd35c14f674c806cba authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Rating Averages to Media Stat

- Added rating_average to media stats
- Added rating_count to media stats

92e0bd0f494120331c63e4d6a0af18d214f7c336 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Remove Ratings from Anime

- Added AnimeStatsResource resource
- Removed ratings from anime

ff4cd9f3d120f29d1f6d415a5744f2315d8e7ee0 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #207

[Update] Web Layout

3506352a76bdfe8516b55f10a8cee7c6c0b87646 authored about 3 years ago by Kirito <[email protected]>
[Update] Disable Unfinished Links

- Disabled unusable links

13154c1efe19c7a5c384c17af312db61a81600b3 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Web Layout

- Updated anime/details layout
- Updated episode/details layout
- Updated genre/details layout
- ...

a672f1e590f4bb3b45735ae65cb824dbf4957310 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #206

[Add] Cronjob Scheduler

fa5516118d96b53b72a333ee03c2312e60da881d authored about 3 years ago by Kirito <[email protected]>
[Add] Cronjob Scheduler

- Added cronjob.config for cronjob scheduling

f511e20bc44788770b8acdaafb185d3abb5cfc66 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #205

[Add] Media Stats

faf34435706b00245ac001d94452c4acd934b118 authored about 3 years ago by Kirito <[email protected]>
[Add] Media Stats Command

- Added CalculateMediaStats command
- Updated CalculateAnimeRatings command
- Updated commands Ke...

f0a84e004c7055728afa317bed903851dba910e9 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Adding to User Library

- Updated logic when adding anime to library for API
- Updated logic when adding anime to library...

0a59d7ccd0b7f5414f105e717bfa52e55a06ae40 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Scratch Previous Commit

- Removed CreateMediaStatsListener
- Removed EventServiceProvider listen entries
- Removed Update...

febe37018ad6de5da5c8a03c74b7c23763349fc7 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] User Library & Media Stats Events

- Added CreateMediaStatsListener
- Added UpdateMediaStatsJob
- Added UpdateMediaStatsListener
- A...

b0f1b6551b87d2ecb7e2beceb1781771bdb2d77b authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Anime Average Rating

- Renamed average_rating to rating_average

74e71a4a59c9c697410b6031c78a495aac1b3e25 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Media Stats

- Added media stats migration
- Added media stats model
- Added media stats Nova model

5ffb8341acbca9d27c77d137d87427c88c7c9f47 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #204

[Update] Sign Up Improvements

de630f94a5548d7be380c52d2a75b98bbb940a69 authored about 3 years ago by Kirito <[email protected]>
[Update] User Resource

- Added siwaIsEnabled to UserResource for authed user

e341daff821a557208e80788f5f5a8d3339d260a authored about 3 years ago by kiritokatklian <[email protected]>
[Update] SiwA Email Verification

- Automatically verify SiwA emails when an account is created.

22569b7e1b4406ad2875bb11a83095d915056aab authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Validation Rules

- Updated ValidateBannerImage
- Updated ValidateProfileImage
- Updated ValidateUserBiography

d74fdd47ce520cf1967576b2ff4016b0bf26f0d0 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #203

[Update] Nova to v3.30.0

3952e22c8f277e9f30af2ea838686c1301682c84 authored about 3 years ago by Kirito <[email protected]>
[Fix] BelongsTo Fields

- Fixed BelongsTo fields not working in Nova

3876c6fadcd7cf18101cec459062e67669c1d50b authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Nova

- Updated Nova to v3.30.0

83fb8c41ba47d03df72a7c8457fa2164a6f3cd70 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #202

[Update] Media Upload Processing

036d8a27f57be59050805d95f3ddbd6c4ff8463a authored about 3 years ago by Kirito <[email protected]>
[Update] Media Upload Processing

- Updated MediaHasBeenAddedListener to convert images to Webp
- Updated MediaHasBeenAddedListener...

a3d1c3b15a085676fd6d4467a4ed8342eaed441c authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Media Conversion Job

- Added ConvertImageToWebPJob.php
- Added GenerateImageAttributesJob.php

e8b5f05ee041b16ece7935c71416e05b2d1dfaf9 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Image Validation Rules

- Updated banner image validation rules
- Updated profile image validation rules
- Updated config...

7e3eee9f516f9e6974a60d0658329b82b517847b authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Image Validation Rules

- Updated ValidateBannerImage rules
- Updated ValidateProfileImage rules

057179c298d15cf5c17f7bc72b6f59edc0ac059f authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #201

[Fix] User Search

78e03d05bb32bfd93ab763a5dc1fe2912c4765c1 authored about 3 years ago by Kirito <[email protected]>
[Fix] User Search

- Fixed error when searching for user since user doesn't have TVRating scope.

8e582eb946856c69384a14723aa5147f62e82e99 authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Migration Names

- Fixed migration names of explore category

f9666c85c4a3d568347ebb9c516a89c3010fa264 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #200

[Fix] Commands

8b2a65b703a01e5b127a90012b9957b252312063 authored about 3 years ago by Kirito <[email protected]>
[Fix] Commands

- Correctly applied TVRating scope where necessary
- Fixed anime rating calculation command
- Fix...

45aaa5967bc203b821b367902d4d3bde0efdda1f authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #199

[Update] Improve Explore & Resources

a8381e22e3cab0da6659696d1cd34692bc4a946f authored about 3 years ago by Kirito <[email protected]>
[Update] Improve Explore & Resources

- Added astrological_sign_string attribute to person model
- Added CharacterResourceIdentity
- Ad...

3ccc9253ef802014d9fdf963440850284a33e31b authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #198

[Add] Creators Page

22fe47b7be848c53db7b6a21463687965f2b673e authored about 3 years ago by Kirito <[email protected]>
[Update] User Slug Regeneration

- Added slug regeneration when username changes

a3e43e3e9bba13c7ca922a583c238b2ca273b245 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Creators Page

- Added made with love banner asset
- Added misc/creators Livewire component
- Added misc/creator...

2d6d4ab10d2ac9ba7bb6e32eb3da0c6d2580e826 authored about 3 years ago by Kirito <[email protected]>
Merge pull request #197 from Kurozora/explore-born-today

503716c47de1502df9f8c99899199bfd342d708c authored about 3 years ago by Kirito <[email protected]>
[Add] Person Details

- Added AttributeIsNotTranslatable exception
- Added Person/Anime Livewire component
- Added Pers...

21ba72d34cbc63132dc1c199f17ee9fa6a718f10 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Character Details

- Added Character/Anime Livewire component
- Added Character/Details Livewire component
- Added C...

3ddb740c5a132843079302c2dfdba410dc253583 authored about 3 years ago by kiritokatklian <[email protected]>
[Add] Characters & People Born Today

- Added BornTodayScope
- Added Characters web routes
- Added character-lockup.blade.php
- Added P...

97e086c26d3319f18fa0167e9bf0218e446d242b authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Explore Category

- Added CreateExploreCategoryItemsTable
- Added ExploreCategoryItem
- Added ExploreCategoryItem N...

2f5d5cf7e160c20125866d317de73bcd7986c7ab authored about 3 years ago by kiritokatklian <[email protected]>
[Fix] Username Change Settings

- Fixed username change settings not being set to false when a user updates their username throug...

9fdef576f53a75224afceb12fde3c9fa4657a8a1 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #196

[Add] Honeypot

8fd2cf6a6a47aceb0935495c48a4c8ade1a95e17 authored about 3 years ago by Kirito <[email protected]>
[Add] Honeypot

- Added 422 error page
- Added csrf where missing
- Added honeypot support on relevant forms
- Ad...

dfc2e01b9499cb22c3b82316542ce4e7042ba677 authored about 3 years ago by kiritokatklian <[email protected]>
[Update] Configs

- Changed livewire config to upload temp files to local disk
- Fixed incorrect iOS url in production

6c83713806f594dc77e7142106f1e57ac2be21b1 authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #195

[Update] Feed Messages

6f70d69d18f70d5c6ff33f5b8a6b0a0ca3918a43 authored about 3 years ago by Kirito <[email protected]>
[Update] Feed Messages

- Added FeedMessageUpdateRequest
- Added update and delete routes
- Added update and delete APIs

8dda27141fb93f51c4ec15c7ce31333dd6c62d8b authored about 3 years ago by kiritokatklian <[email protected]>
Merge pull request #194

[Fix] Incorrect Generated Links & Misc

258ae6c76a835b97c519fef29fba18343c7060b5 authored about 3 years ago by Kirito <[email protected]>
[Update] User Nova Model & Alert

- Added headers to User Nova model
- Made sure alerts are always on top
- Updated assets

11f4b01721fa00494b5171e0ca095b44766967ee authored about 3 years ago by kiritokatklian <[email protected]>