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

πŸ™‡ Updated .env.example with new MAX_ANIME_TO_SEED

1bf6b2a50b9d3a47385743c2d77c215d5e7aaf4a authored almost 5 years ago
πŸ” New role system (#16)

πŸ” New role system

678ec7ef1abbd629dda7de1a3d09aee3671cd5ed authored almost 5 years ago
πŸ” New role system

Removed old single role system
Added spatie/laravel-permission package
Removed admin exception em...

9a288856b02a08fc5d827f91000efe355f0e8eb7 authored almost 5 years ago
MAX_ANIME_TO_SEED can now be used even when not in testing

4a2026c8ea7a18ab1e157c7ff24d18f2b8abdf93 authored almost 5 years ago
Added Kurozora Nova logo, new Nova metrics, activity logger (#15)

Added Kurozora Nova logo, new Nova metrics, activity logger

ebfd022a9b63c1b644e8b73e2b39fc729379d7f2 authored almost 5 years ago
πŸ“Š Added Anime NSFW Nova metric

Added new Nova metric that shows NSFW Anime in pie chart

998bcd5b633be46858a3abac060fc8787d9ad475 authored almost 5 years ago
πŸ™ New Kurozora logo for Nova and new metric

Added a new Kurozora logo for Nova
Added a new metric that counts the Activity logged in the app

a9ba3b2491e5494e16decc9f321affec129a36a2 authored almost 5 years ago
πŸ“ Added spatie/laravel-activitylog to log activity

Added the activity logger package and added basic activity logging to Users and Anime.

3b87b163281523c13c353a06a9cf0635f2eca691 authored almost 5 years ago
Added first Follow test and "->auth()" function

The auth function will generate a sessions and attach the auth header, for easier testing

3cfd28d7b84f42921f1bf02dc33599fca158491c authored about 5 years ago
Added password reset and user login tests + new ProvidesTestUser… (#14)

Added password reset and user login tests + new ProvidesTestUser trait

7fb8ec033dfb47d42e9ca6ee61817f2650f78516 authored about 5 years ago
Added Login tests and did some clean ups

9dcd4716cb78d811f88bd881a8fbacbf93633df6 authored about 5 years ago
Created PasswordResetFactory and added test

New test will check if the password reset email contains the reset link.

706a1114c9608bcdf0fbb82757fd6bdf41476313 authored about 5 years ago
Added password reset tests

48d9c6316dd09d2bc22c15ca069535abbc7d3a16 authored about 5 years ago
Added ProvidesTestUser trait for testing

a37e91ce16ef160f8b488f66b8f1b1ddf402fcc4 authored about 5 years ago
Improved Anime seeder (#13)

Improved Anime seeder

3a4c71ee07078ac5794536d4c45bb3612dda9a2e authored about 5 years ago
Improved Anime seeder

- Added progress info messages to the seeder
- Made it visible when the --redownloaded option is ...

58f32121a42a5f6ff27e9593e4fc0039c5c627ef authored about 5 years ago
Fix external package migrations (#11)

Fix external package migrations

3b4c3eb14c8477339b0be64756bf1704c66b669d authored about 5 years ago
Updated README (#12)

Updated README

7da5c1ab64c764df2fa0a16a5745bac20ffd61bc authored about 5 years ago
Fixed small typo in readme

6ed4082d0c76c04952a56a545eb5919baac45fb3 authored about 5 years ago
New README

6225036778aa6c661748f9c9d8bde5c7182beea3 authored about 5 years ago
- Fixed an issue where migrations from external packages weren't executed

5f54252d04705bdf9ccf4f03c6020dfffc7129c2 authored about 5 years ago
Added password and avatar tests to registration tests (#10)

Added password and avatar tests to registration tests

a7e1821d84f078f065b0e10533b6591ec3a178cc authored about 5 years ago
Added avatar uploading tests to AccountRegistrationTest

- Test registration with avatar
- Test registration with PDF as avatar (invalid)
- Test registrat...

06b082c7b5b6024ac3deb297ca9a472578ad39a3 authored about 5 years ago
Added password length tests to AccountRegistrationTest

- Test to check for minimum password length
- Test to check for maximum password length

cce3f9d23fca56914ae29c79cbf6d873f8c27b55 authored about 5 years ago
βœ¨πŸ“ˆ Updated to Laravel 6 and updated packages (#9)

βœ¨πŸ“ˆ Updated to Laravel 6 and updated packages

3bde8efba027e23a0a181316304c4aa0cb329369 authored about 5 years ago
Published nova assets

2a8294961da431e5b4dd605f0f86134929b43e42 authored about 5 years ago
✨ Updates, updates, updates

- Updated ton of composer packages
- Updated Laravel nova to 2.9.3
- Updated PHPUnit to 8.5.2
- U...

abf89b07b700e311b1c5ccaf2ba66bb89afb8bb3 authored about 5 years ago
Testing suite setup and basic Account Registration Tests (#8)

Testing suite setup and basic Account Registration Tests

12d85b614cd687c9770ecb6e0b2bb31b2d08b8b6 authored about 5 years ago
Testing: added 2 AccountRegistrationTests and fixed bug with JSON errors

25a507c6faa3158b244a4eae818b88b4f1ca6f57 authored about 5 years ago
Fixed testing suite and added AccountRegistrationTest

454a06048746208bd0795030790d5e4f59544231 authored about 5 years ago
Completely import anime.json (#6)

Completely import anime.json

fe8c68a265a99c916680260b11c03182d09fa71f authored about 5 years ago
Merge pull request #5 from musa11971/cache-anime-json

Store and use anime.json

d93906fd38f40ddfe3a5f249706b4e0c28f3682a authored about 5 years ago
Merge pull request #7 from musa11971/remove-bugsnag

Remove Bugsnag

b1e2d8a94c4b9033cf0f7cc9792bdc79e8fd14b0 authored about 5 years ago
- Removed Bugsnag dependency

- Removed Bugsnag functionality

9523435e8307c8c29a70330f2ef3aa6bdaa445d6 authored about 5 years ago
- Added new "redownload" option to redownload the file separately from the "seed" option.

- Added new MigrateCommand to add signature of the new option
- Added new MigrationServiceProvide...

0c2eea51b4cc928aeb7bee14f85676dca00de38f authored about 5 years ago
- Added the new keys in anime resource

898a9682dac7a059918dba0655daebbb4838bdc0 authored about 5 years ago
- Added new keys into anime table migration file

- Seeder imports all data from anime.json
- Nova shows new keys on anime details page

422dd036c1f16986ef4634a7fb3917d76e7d234a authored about 5 years ago
- Added caching to the anime.json file used to seed the database

- Extended fresh migrate with seed flag to also fresh download the anime.json file

e3c1bf8c087051de29a8859ea640cea0db18d2f1 authored about 5 years ago
Merge pull request #4 from musa11971/make-get-episodes-optional

Make GET /anime-seasons/{seasonID}/episodes optional

acc3cdc7939e6df1f1c29691b4dff3f47c788cf6 authored about 5 years ago
- Get episodes is now optional

d0e3d8d45e3db8152890cdc83339930a2630e805 authored about 5 years ago
Removed pusher (#3)

Removed pusher

32fe0ddda10dfc2dc7b592e2fad14d5a1063cb44 authored about 5 years ago
Removed pusher

a846dd300e8ebb55806a242353d4cd2c241865f3 authored about 5 years ago
Merge pull request #2 from musa11971/kirito

Save anime schedule details in the database

ebce24f88dcedc2383a05299cbba9f660de2fa86 authored about 5 years ago
- "First aired", "Air time" and "Air day" are now saved in the database

- Some Nova field option changes

bfb7c5f3051335c9117339e886519b856f205017 authored about 5 years ago
Added new Nova fields for managing anime schedules (#1)

Added new Nova fields for managing anime schedules

7559da7a6d5978bc3e3bfa13ca77a3d1805c7787 authored about 5 years ago
- Added DayOfWeek enum

- Added "first_aired", "air_time" and "air_day" keys to AnimeResource
- Added new "Schedule" sect...

efd1b2e1a3d8cfc2a816462b76a3dc00c5d2d58f authored about 5 years ago
SIWA register documentation

058a8fdee80b5843c6ae1257d799a3e3d4ab25e4 authored about 5 years ago
SIWA first registration

ede5702a669f6c2a71ed9128102dbe6cca4b8171 authored about 5 years ago
Changed timeout to 1hr for jobs

5642c334f942798db23adc0b0082c5a65da0d54b authored over 5 years ago
Increased import limit to 5mb

4066cc6a9b5b1ebf4d21e6e35b99f1dc7f1201db authored over 5 years ago
Preparing code for Anime without TVDB ID

d7d28b24ed8da0bcfcfcbcd4934b12747d4afcfe authored over 5 years ago
Added download button to themes

a71f54881b5ca1ba09f02681ee53ff0b2df85033 authored over 5 years ago
Added AppThemes to Nova

225a9edba7166e7c423e93ece59a20543c5b9166 authored over 5 years ago
MAL import basic

a083cc4f3521d5a4af3e635095cf0f2a00a1338e authored over 5 years ago
Fixed user search endpoint

8b8423681b704a5abe4db28ff6ec51598fbebfe7 authored over 5 years ago
Cooldown done

d6db633234e782f6bdde2cde800d3fc8a7aa2b29 authored over 5 years ago
Updated openapi spec

8adffa137d823f31e55c19e4683d424af7a343f7 authored over 5 years ago
Updated keys for themes

0103356184835220369eea6ec3eec55c1f6bab92 authored over 5 years ago
Fixed ForumReplyResource to no longer use deprecated method

a3c16c94efa04d50a90526d6d00557f356c10375 authored over 5 years ago
Fixed thread details response to use the resource

b749cf91e2d0b8968331451e428d4aaef579572b authored over 5 years ago
Fixed openapi spec

a516d84aacc6e8186df6c993d7fb09d4e268ffb2 authored over 5 years ago
Fix package.json

cca83977fd31af5604649bd6dcc3b36432f89715 authored over 5 years ago
Added request

82b0b3244889221feb1629e3c3505328e7cdb5e3 authored over 5 years ago
Returning proper session data

bf2d4fcbf4fec8fc82ab4dd8189c742ab8592e30 authored over 5 years ago
Made user profile auth optional

d7e4c4a498a2193a1e7631fbc42f088bdd3b694c authored over 5 years ago
Added optional authentication for user search endpoint

caa2f0224b5f25051503ba1e787066b797d2d17a authored over 5 years ago
v1.0.8

d8d14393b6d8bbee3e8db6677fb71f3cd4d2d6fc authored over 5 years ago
Apple test account

3011f602551810591d750d102d695ac7bd23850a authored over 5 years ago
Redid avatar/banner uploading

4f52a2353245e2e1947cea90b77c18e2a7863477 authored over 5 years ago
Fixed paginations for threads/replies

130bae634c35525905066ff6fc2ec3a85a8ec6c3 authored over 5 years ago
Added pagination to followers/following endpoints

9bc38555fac48ef0ca2a003eb70bac96a79159c1 authored over 5 years ago
Get user following list API

61290ad6efd5d25b9895e6d46b39897ea80170de authored over 5 years ago
Get user followers list API

981a5f00039c4ffc764465c1af7673b31f3f128b authored over 5 years ago
v1.0.7

1cd8d6027a659c6a6c0635df019ba3130a9d8956 authored over 5 years ago
Using ForumReplyResource to display user specific data

9c9d2f1660b451329e2c429ea84bf3fa8c80a312 authored over 5 years ago
Now using ForumThreadResource on search endpoint

5f311961144409395d1e56ca9683bee8409c8a33 authored over 5 years ago
Added like action to threads overview

4173cb86b787d5aa78b0a81b7dbe208b734841d0 authored over 5 years ago
Explore page support for authentication

d4bef65da1cdaf021c08581c79434d4dbdbd68ff authored over 5 years ago
Bug fix for when TVDVB title is null

b41fcc9bcd7dcaaa8d78cc796332fad2cf00c586 authored over 5 years ago
User library now using AnimeResource

724d8ff57ee58ebd8a258660497195a47160d198 authored over 5 years ago
Updated openapi file and made optional auth middleware

4ee62eb88cc06bec29fbd648eca1c9fcc9907b77 authored over 5 years ago
Added user specific data to Anime resource

22bfc353dc7c68a2b8a755bf0da2bc2a80b46909 authored over 5 years ago
Added privacy policy page

bc164c0efa73a3b33a5182804ca983fea03e92b7 authored over 5 years ago
v1.0.6

5226961aa5597bd6406332ab6646102e281c3607 authored over 5 years ago
Voting states for forum replies

86342350000aa44e3ec0f12c6be84042b7d35f2b authored over 5 years ago
Fixed bug with embedding data into emails

dc12c2ae1e243a7acc78f39d68b2c2f3a65f631c authored over 5 years ago
Streamlined anime details response

381ecd88be6f156c40b55fd048d5228f62f98de6 authored over 5 years ago
API info endpoint

f5f3c3a5cc4c09874e6fc3ee926d135a189a4e28 authored over 5 years ago
Tweaked notification update endpoint

9836fcee328dd2f469add19331c2af285b3453b2 authored over 5 years ago
Added confirmation to read/unread notifications endpoint

06c7a84602b660a229f1ffe6b270f06f9073cb3f authored over 5 years ago
update gitignore

c072c9e2fb075f432ebd766604b0fbe416efe2a5 authored over 5 years ago
Added unconfirmed users lens

c17efd3fe30b727d572e6d46ee46702a90120bb0 authored over 5 years ago
Added icons to nova

2d887a484d1c53f691510d1cbcbc5f297b3ab6e0 authored over 5 years ago
Endpoint for marking notifications read/unread

b6472373af81592c4f115deb6e4017ddbc46e615 authored over 5 years ago
Added notifications to Nova

7a92e3b70c7f28bdce22bf2ee457d29ecf47f17e authored over 5 years ago
Updated Nova gate

55ad8e2faabd05bd357fa0e69fc3de615001522e authored over 5 years ago
Nova title change

3e581c602492d338461dcaed8f65da0eccb4db91 authored over 5 years ago
Added new actions to anime (nova) and added actor support in Nova

f63f7357a0821a170fd61b8d8e735551c41b99f6 authored over 5 years ago
updated packages

4e3e09bee089bdda0b64526398089ced53764af0 authored over 5 years ago
ignore bugsnag discovery

85fa690442e7b35c8b4bb45341baee010d9a38fe authored over 5 years ago