Ecosyste.ms: OpenCollective

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

github.com/kitspace/kitspace-v2

Work in progress on using Gitea as the Kitspace backend.
https://github.com/kitspace/kitspace-v2

Update sign in form constrains.

40af9fff10fdadc4aaf547ddbb2d9ec494339b2a authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add note for `superagent` with `cypress`.

2bd567d93730ace315acfbc687301df3ba93b0b9 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
e2e: actual submission; compare it with Gitea admin panel.

- Send a real post request to the endpoint.
- make sure this user appear on the admin panel in Gi...

fcd47a113a2c00f8c9471b85e164441ee0a461a4 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update e2e instructions.

130edec1fdbbc86ce474b3009957dfd7d508b710 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Remove the debugging breakpoint.

5b0bd19b97cf45d7109ef0bbf550f6d5c1044398 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update sign up form constrains.

ea7d9aa3b42f5938a69c20eaa06bf69bbe6387b0 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
e2e: Sign up form validation.

8200081be18b6b1e98b246b1104d84db4e22e068 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add e2e instructions.

968e205e824f23cad72040a736964bb33bdb368b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Install cypress.

4cee75ad33d674326f6fecc327900689e1b756e7 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Merge branch 'user-auth'

# Conflicts:
# README.md
# frontend/.dockerignore
# frontend/Dockerfile
# gitea

41be5de63547cab6d544968833b5ce2d2ed23ff6 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix: UI for sign-up form.

- After a successful submission the `success` header persist, even if the the fields had errors.

ab61bfad364c693ebdbba8a4748b8b48f07b4b06 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix: Gitea UI was broken.

- Instead of hard coding the response `content-type` which breaks the Gitea's UI, pass the reques...

6b2cd6a9846eb26e2ffea7c1320e4453902a1bc7 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Remove mirage from dependencies.

- The mock server has been removed so it's of no use now.

639057162d9497748566fb178ba82316b46b3ad2 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update gitea to 0d23d2f2007ae36f9d83bc3cef1cbf001725be11.

de0f2af5f94fd60badcc17b0c096c9f196dfd62f authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Remove mock server and use Gitea real API.

f22efb1945fd3b3fb8b07425c9846682c19b14e2 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Merge branch 'mock-gitea-api' into user-auth

fc2426d24b69bf8a78fdacc774aa7e1ff657ac3b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
fixup! Minor UI fixes. - Rename `Login` title to `Log in` - remove icons from form fields. - Increase top padding for the form.

4019073b49ac63715f79e4fac038ead1db306fe3 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Merge branch 'mock-gitea-api' into user-auth

# Conflicts:
# nginx/kitspace.template

61a0284fbec64777e464570b750709a2621a01ff authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix: Unsupported media type response.

- Set `application/json` as the content type for the proxy, i.e., all request from the frontend w...

5fb3eb7c85b071c3e4bce14a434892120f12ae4b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add always parameter to the header directive.

- from the Nginx http header module documentation: `If the always parameter is specified (1.7.5),...

836c5eb8c0ef0a7ce9c15d54c99ac519302b8d8a authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: rename OAuth buttons component.

569e30210028613a77d6f523205bb3c9cd2f3dd2 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Remove the header from the nginx configuration.

5b03499c52972a8fbfdc29400a48267e0020a710 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: rename `auth` page to `login` page.

6d4417fc8256bea703107a52ea7efed80872e159 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Minor UI fixes.

- Rename `Login` title to `Log in`
- remove icons from form fields.
- Increase top padding for th...

a8c9a8f61f4b04590b666a544619a08b592704e4 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Docker: make installation from package.json.

- yarn.lock causes some problems for binary distributed package.
- A Quick workaround, not a fina...

0dffb12457b555c9e93d1dc789a30bef389a795c authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: move isErrorField into useForm hook.

3675560a2cbf7e2cbe7df3c3a4b01d72ab8877df authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Test: Add mock for sign-in endpoint.

cca8dc0e70105ff6b56edaa9569ee5e7caab8ee7 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: move the mock server to the auth page.

7116d6626c02556d4319ed25c8db07074c226fbf authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Test: complete the mock.

- Add message for different responses.
- Customize message style `success` V.S. `failure`.

1edfde1b4417a3d0f652d1898cc32e77dc225367 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Test: Add mock API for Gitea endpoint.

fe6de06ec463cc72bda6b78dc8b41849a64d656c authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: extract the logic for error fields.

cea608d5acabe1488a8f13d2edb7c114b89e047b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update gitea to 0d23d2f2007ae36f9d83bc3cef1cbf001725be11.

e36a39780c3d319f29c3575f9b9e9320d9f13a4e authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Make request to the sign-up endpoint.

- It result in cors error.
- Access to XMLHttpRequest at 'http://gitea.kitspace.test:3000/user/ki...

971bbb9d837372be3f719392587242577de597c1 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Switch gitea submodule to 4368de0d404fca3926ac4070338035f53add547b.

835d59f9db12301234c5fcc28695e7193a17fce1 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add the rebuild command to readme.

bae53436653943bb75bbf49a7626c39210587189 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Switch gitea submodule to cd217e2429a3452d130efa8a2f099a1d0bb9e91f.

fe1de9f107b33fb17e0a8fb0e63fb51a40ce1aef authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add sign-in form to auth page.

8896991f0cafa2d30fb014b9841b8d29b6008ff4 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix fields grouping.

7110c8bda8a3e0653975443b3069819a9f4780ed authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update validation model for sign-in form.

cf0bab78389353991e5d477aade6a365605d22d9 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add client side validation to sign-in form.

55b783ee915e15ba1bad443e0fcf55699c96e45b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add client side validation to sign-up form.

16d6249f42e62eba16b427b41427a289d50a9bd5 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Apply new formatting rules globally.

457dce308069cf2bc3ceffea95bb34a80a6462e8 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add useForm hook.

2557c19e3e6056e797fa43104feb2a89cd0f42b9 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add validation models.

2358efe7c1bed7ce0ebe589ad613c965c8b29469 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Move .prettierrc into frontend.

9b2986c7cb483ee2d6d02b2176ad1234982a72e6 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update setup instructions.

e3ff8daba0b6f529cbb1dce6979cf5396ef8418f authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Make success and canceled stripe checkout pages

7d0258e67004bba553fae3285a5a7b407505d5e0 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Update formatting.

- The project doesn't contain `jsx` files.
- Ignore files in `.next/`.

539ffe4d7239aa63befef1cf34313ffb8c370022 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Move forms into separate components.

f72bd568d725f3c23194271d063ec3c1ee9e773d authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Copy in and start adapting a basic stripe checkout

from: https://github.com/stripe-samples/checkout-one-time-payments

26da9792ffbd4cc58923b70083cdf5ebe3a0b86b authored over 4 years ago by Kaspar Emanuel <[email protected]>
Begin stripe integration

c7f16e4444d0d1b8b8f062de411492b29591df1b authored over 4 years ago by Kaspar Emanuel <[email protected]>
Fix group-buy static rendering

e1ccf01ec3281c9fe6cddaff277379c8c55736c6 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Merge branch 'master' into group-buys

9e7afc9afd9211e2c496de2e207e32b44ecb8e2c authored over 4 years ago by Kaspar Emanuel <[email protected]>
Optimize Docker build.

- Initially it was 1.16GB
- Now it is 334MB
- Further optimization should be done to the producti...

a4ade004639b6e96f7428befdbc6a61e42044c84 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update gitea to latest kitspace/master

db7d97586f5a74095995cae711a0d60c430ed22c authored over 4 years ago by Kaspar Emanuel <[email protected]>
Sort out docker-compose dependency order

f5c6e5681cf2a9d9a20f26555feaabf993b14c55 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Improve setup instructions

60962909367035db787720b57a0b9d9332bdbf28 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Merge branch 'optimize-docker' into user-auth

84845e3598a942243e072bb59b2744fda87e6f79 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Optimize Docker build.

- Initially it was 1.16GB
- Now it is 334MB
- Further optimization should be done to the producti...

3e6ba0286c9666033fbf883629708572404ed9f8 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Test: latest updates are compatible with Kitspace.

- Back to original source.
- see https://github.com/kitspace/gitea/pull/1#issuecomment-679076415

28f8ae818680e8f6c716e32fde5509a905262f18 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Test: latest updates are compatible with Kitspace.

8fc3a00d8862eca79010b5b3e725faea4f5b85fa authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix initial dev setup instructions

52013224827b2779cc9343d3535b69f0799eb0e2 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Add Sign in/out button.

- For testing sake:
- All routes render the TitleBar as if the user is signed out.
- /auth render...

d27424808559f5ff079a90102a6a4d2b3ad68ee4 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add Sign in/out button.

- For testing sake:
- All routes render the TitleBar as if the user is signed out.
- /auth render...

3aff9a30fc35950d5b0a047c9a6c4c6e925b741b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Merge branch 'master' of https://github.com/kitspace/kitspace-using-gitea into user-auth

6bd41f8693697b9b9209c934753c08a07da764f7 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Apply formatting rules globally.

db5deddbdaabe6d2dfc10007ba962d6e7e019994 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Apply formatting rules globally.

2c5e411391dad9176ee6064d72a1a5d233aeb711 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Port newsletter.js from kitspace.org.

d0b56aaaf6772b3d8e02a416370e2fdf15a2cf77 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix: fmt command issue.

c2f1d112007bdff64ef7065e39778627e07b9e85 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix: make query params control the default tab not the active one.

e7a5254ad3ed059ea73ccfcd5a7b2813b31805c1 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Port TitleBar.js from kitspace.org.

88cb078fae3ceeb28d57ea73bd39b138d8bb5443 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Merge pull request #11 from kitspace/dependabot/npm_and_yarn/frontend/jquery-3.5.0

Bump jquery from 3.4.1 to 3.5.0 in /frontend

b1ac06bcaf9e84ef25b86f85b8f788af3040fe96 authored over 4 years ago by Ghanem <[email protected]>
Merge pull request #14 from kitspace/dependabot/npm_and_yarn/frontend/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19 in /frontend

5408832c2262ecfba7ba37a5dc6f7ad4bd801fda authored over 4 years ago by Ghanem <[email protected]>
Merge pull request #16 from kitspace/dependabot/npm_and_yarn/frontend/elliptic-6.5.3

Bump elliptic from 6.5.2 to 6.5.3 in /frontend

f0c668ef645b0931eb0b9bdad30ea1bf6639f20a authored over 4 years ago by Ghanem <[email protected]>
Apply new formatting rules

ea77d384e332c3ad567d958ab3f1574e41b60d0a authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add prettier config to project.

- ported from kitspace.

dfb3573b34ef4e2a174f2340e08bb90f82532be3 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Choose active tab based on query params.

5b9ac25a1ede55b84d2d569c4afab6638247904c authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Fix color warnings.

523b1d7526b2c2d511d5945ed9f943cfc44a6ad8 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Update gitignore.

d26fe0bd90c30707f2e99e514e63ce10301fd6b8 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: Extract ExternalAuthProviders into a separate component.

1bb52e0181ae9f483c873f15c693365bc8d5b8e1 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add Sign up form.

04498feab076b3485bd68a96eef5f8eafed9499b authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add login form

4fdf9a96fbe70430225bdd46532d646b9a85df91 authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Add skeleton to auth page.

746c3fba52a565a5fa1c68b186ebfa4a0d730d9f authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Move logo.svg to the static folder.

07d613065e81bab816d3ffd74bb30ca333027cba authored over 4 years ago by AbdulrhmnGhanem <[email protected]>
Bump elliptic from 6.5.2 to 6.5.3 in /frontend

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](htt...

3690174bc9a6b9760a214be64ae002ffdc030c45 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lodash from 4.17.15 to 4.17.19 in /frontend

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

f18a2b8c19d95ea27d7c648828edbc00d5a31f7f authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Stop building static fallback in frontend

0cbf4ab97cd209a4062adf17cabd6cb4ea495a73 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Fix docker-compose dependency ordering

c130aba143a6cc26dc34c141a6aadeca19990ac7 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Tiny tidy

c3e32bd1656a6582cab167dc11ec9826b526ac85 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Add step to instructions in readme: run gitea first

closes #12

c09e597e601abf68f2375f97b9aafd5788c004e3 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Rename group-buy component to GroupBuyPage

12a9de3e3702f2bbd5e56b65fca677a816aa0b04 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Start a group-buy page

99ae835e21ca7a4f03ff6c666b40314350337c32 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Tiny tidy

4d9cbe45c9eacee8ec6c7618f07bc49166977597 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Update gitea

ceee6f57bee311d5ecaa3f0102e9aa4051f4e43f authored over 4 years ago by Kaspar Emanuel <[email protected]>
Tweak sync input styling on /projects/new

702a9917a5e303ac00f641fdb3c2057d1e68e745 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Tweak /projects/new style

3e538b7c6a9e9c57bba83cef575409a1caf6be17 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Clean up scss imports

5b09357175864934a57f62a71d7fd2050e99584c authored over 4 years ago by Kaspar Emanuel <[email protected]>
Upgrade nextjs to 9.4.1, switch to scss modules

7e66b595809f3af5d93e1b4ac939e781614bbdec authored over 4 years ago by Kaspar Emanuel <[email protected]>
Tweak title bar responsive layout

c8d979a50564e6b29f400344e12a7c034440d6e9 authored over 4 years ago by Kaspar Emanuel <[email protected]>
Make logo not load as data uri anymore

244bd654fdf87eb30abfd83e37515217f3f49277 authored over 4 years ago by Kaspar Emanuel <[email protected]>