Ecosyste.ms: OpenCollective

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

github.com/apiato/apiato

PHP Framework for building scalable API's on top of Laravel.
https://github.com/apiato/apiato

refactor/enhance autoloading views from containers

ef42a382e4875556785778743ea8c02072056bcb authored over 8 years ago by Mahmoud Zalt <[email protected]>
set mails to enabled by default in the env

2635554d8b26a9d634bd37786e3ea6d1051ad86c authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the views autoloading path

e0a88db3d9faa840e735799c377ed7dc5133d739 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move requests to their new location

959f0ebf1f670924e678dd52ee314b12b7fb1cb3 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move transformers to their new location

aac69c5dc16ddfc0959841bd7abf4a2c9f7676f2 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move controllers to their new locations

84e9736b55bd68f8dd12e8762bc120046224ff1b authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the controllers namespaces

6403681f789ef4f277f755d22889fd5db7be18a7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add welcome view test (tbc)

563fab699832c47a43fb3d0bc5bfc8dff7284bf2 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update symfony/css-selector and symfony/dom-crawler dependancies versions

c02a3b2b6482e1f3e9557fe9a74cac562e7f5fad authored over 8 years ago by Mahmoud Zalt <[email protected]>
move all the routes to their new locations for the welcome container

415a988c9a25e3b6cc4da04e38d4db5a50248631 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move all the routes to their new locations

ba6405fac90dd65df0f9ba982229c21030d37621 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the routes locations for the web

0b00b41343ff1ae688e570ff834120fbf12d8681 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the routes locations

e0fd2aa6bbd104bcd82c5ba53bf84973f9532b8d authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix little syntax error

150a085040b016b4f2f246da29357b06e904b152 authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename Demo to Welcome Controller

0ef93c8be655d384d04d898b5800ff350122e964 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the readme file

08a4c1907f688fc671784409a2dbd31f65e0e338 authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove support for php 5.5.9

58534d4eb3f89299a90ab83b4cd6ec5b7aeaca7e authored over 8 years ago by Mahmoud Zalt <[email protected]>
add some badges to the readme

276d37c003a11f4f0ccc9c4e18b93afd2192eebe authored over 8 years ago by Mahmoud Zalt <[email protected]>
add .scrutinizer.yml file

65246e306a28b1d431c4d539272fbb966ee289da authored over 8 years ago by Mahmoud Zalt <[email protected]>
add sensiolabs badge

c264c86bbb560b83aa15ca0025fad7697902c892 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update license

83915629a6c97c15b703f11bea33d2b1822a0825 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge branch 'master' of github.com:Mahmoudz/Hello-API into starter

* 'master' of github.com:Mahmoudz/Hello-API:

792a9fc8806cc50b7d180e6617799f211d11a6fc authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the readme file

d749d5134899e5929135455864c76e83ba2504bf authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade packages

8bdf2f4d1a16b09de412728b0affd0a50ba94a37 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge pull request #39 from Mahmoudz/upgrade-to-laravel-5.2

Upgrade to laravel 5.2

623853e8225c42de84721ade03b101f023d5a652 authored over 8 years ago by Mahmoud Zalt <[email protected]>
temporary skip an exception errors returning 500 instead of 403

abf82cecf187f2c3aeb2968886b48d6ca3495d26 authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove the non found exceptions

b7c4d5d5efeb8acdb4fa5e14bc7d16edb1a7a6d6 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix function name from update to delete

b8734f4166f046ecb32e360e5e14427e966073f7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix user policies === operators

9e65872c740545f8a0248b48b55c287453c94ae7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix space error in the env files

f36c652a24a0326b8ab7fd64664ce692d7ecfa3f authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove api full url config variable

1fca0c36d572cb04636d2973d66d4bec09ac8622 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: remove outdates service providers

e07b9e94cb27b7e21c6f3172e1e753e94dcc7683 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: add comment to debug DB::listen later

394c6e1877f989dc7d74141fd0921e5668e656e5 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: add ValidationException and AuthorizationException to $dontReport

e2a61f58b1049ee39737695f5f6c2819918047b1 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: remove unguard and reguard from seeders

4eea5aacc579d3f704d60ab3da6d29a9e67123b3 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: remove the usage of env from the application and use Config instead

99395e6bff87a62ffc64cbd0b48b93b53aec6c24 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: remove LaravelSelfHandling from commands

09f660bad72435a73344d8ee7d25e0a6c4ee4819 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: add env to app config

b1eb8121a4016c31221eaf71ddd2e2918fd67e07 authored over 8 years ago by Mahmoud Zalt <[email protected]>
upgrade to laravel 5.2: upgrade the auth.php config file

ea6cda9a7f88f5cd7fefc7aa81249718a4f2083f authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove the currency converter package

377073afbc15892e0fbcb01a038e643d6eaa16e0 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move inspire console from demo to core

6b7a432196710b63ca7432c616b93dfe6b4cd028 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix WebController view

84a416d740f600f63f27c286ed866bd7f6c6d81c authored over 8 years ago by Mahmoud Zalt <[email protected]>
add a project docker folder to gitignore

51d951b3edd66f1ae9f6f95c0cf7e4477871707e authored over 8 years ago by Mahmoud Zalt <[email protected]>
move payment service from portal to service

b33320779d03dff246ec375a288d3e23eb954de6 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add mails and payments links

d5d02f5ca1407d1333a1b2b52f7f50a4b7cc604d authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix mail related bug

be06c8d01aa44a4b40e60910507d965da06667e2 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the readme

dfcd74c329d275c8adb12c5ab5f295b6948f126d authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge pull request #38 from Mahmoudz/develop

remove the portainers (services) layer

9bead339f25fd06670ad637d15827ce0ca0a342b authored over 8 years ago by Mahmoud Zalt <[email protected]>
move tests from Portainer to Port

d5ec8803ca7a0ec4f74121200d242593bd1cd405 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move middlewares from Portainer to Port

9a8edd7d2ef27d5b399c085cc94729c0597a2a4d authored over 8 years ago by Mahmoud Zalt <[email protected]>
move exceptions from Portainer to Port

35bb32e7f8a6bc0e7f7845b71ff373c3bac57f26 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move Criterias from Portainers to Port

3bbfc45995d94a4e2b3399b451b7fd3feef35360 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move payments from Portainers to Containers

078280b4443842f188f4bb9d61d25f0cd0422197 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add emails views to resources

e0a0b480a5bfd023c672729e07adbe2d9979231f authored over 8 years ago by Mahmoud Zalt <[email protected]>
move Mails from Portainers to Containers and Port

87a64f90a846b4ec9eed0051967cae1474a07efb authored over 8 years ago by Mahmoud Zalt <[email protected]>
move ApiAuthentication from Portainers to Containers

Conflicts:
app/Containers/User/Actions/ApiLoginAction.php
app/Containers/User/Actions/ApiLogo...

9370fdc54a442223bd3c1ba22f7ef0f6515b6eba authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge branch 'master' of github.com:Mahmoudz/Hello-API into starter

* 'master' of github.com:Mahmoudz/Hello-API:

4989ae1a243ac488554d90be64ae17fc0c94718e authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix paypal bug

8afed5aeba1643513220274cd985faca0980baed authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the paypal container

47eafeb227faf952ad507ac455e5fa33c3d64264 authored over 8 years ago by Mahmoud Zalt <[email protected]>
testing paypal

ab8a120e6b66c73120dfd517feba2c1021670b82 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: rename variable $containersConfig to $portButler

f340758a8d9407d95e7d937cb232d88f3713888a authored over 8 years ago by Mahmoud Zalt <[email protected]>
add paypal container components

894c6021ce92a70ae9e13fe7657fb89db9848be5 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add user relationships to payment services

ef0f21982423f73887b2d5779dfd8f3b6347365b authored over 8 years ago by Mahmoud Zalt <[email protected]>
test charge users (payment portainer)

5606fc52941d0e8ce43cbc8008c31ecf3736a656 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge pull request #36 from Mahmoudz/develop

Develop

da0deb023132d0e9f2a175f9abad343eebe9de24 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add charge with paypal service

a9918adcc3411d02ba55b1255e9cd5149b68ceba authored over 8 years ago by Mahmoud Zalt <[email protected]>
change EventDispatcher file permission

c7a607c36f21f4168c89698cffb8be5e6af4b4f7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
set paypal variables in the .env files

35b861503b3d329eaa0c07b33781929d153afe59 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add paypal config file

af04bf7871852b849f264adf2167f5ab8da2bc13 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add paypal and currency packages to composer

d190863b43b5345f5274e6e69356d36684b7fe2b authored over 8 years ago by Mahmoud Zalt <[email protected]>
add currency package config file

7edccc3c7b9fe21c5a0cb1f207e2ba8484d5db8f authored over 8 years ago by Mahmoud Zalt <[email protected]>
format the app config file and support arabic as language

0732aa2534ec8c56c81368414a78ceb03a8ae0c3 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add stripe api version date

fab8c34ec3b3478bc8be867b5a7f5f685e12f500 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update app config file to include packages dependencies

2bd85e309544162f133f0b092a1b871d14e0b89b authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the user event

2d88c6a15438a7c40c085cd65a6eb9235fd60071 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge pull request #35 from Mahmoudz/develop

rename event service provider to events service provider

7d67f031ff7fe25350ec2f553c17577666cc1133 authored over 8 years ago by Mahmoud Zalt <[email protected]>
create Events Dispatcher on the Port and use it instead

Conflicts:
app/Containers/User/Actions/CreateUserAction.php
app/Containers/User/Events/Handle...

fc2518ae7b225c854ef57da1a18cb5b81f5697d6 authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename event service provider to events service provider

4673a483e5edd20e4d769da45ba0331c9ffcfc2c authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge branch 'master' of github.com:Mahmoudz/Hello-API into starter

* 'master' of github.com:Mahmoudz/Hello-API:

a158389441742e4dfbcadb13622f8490c7931fed authored over 8 years ago by Mahmoud Zalt <[email protected]>
update readme packages

e60ac6d26bf3e7c778821b4bcf2bee0e687d6ed5 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add stripe to composer cartalyst/stripe-laravel

f5c3ae1e7c64fcc24fbd8ba69d648a36dcd154a2 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge pull request #34 from Mahmoudz/develop

Develop

6c7d2583e71da09f51704d3ac9e1510d6a4f1a85 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add payments portainer

31621321688275f4453fe1677660f20732756d7f authored over 8 years ago by Mahmoud Zalt <[email protected]>
add Stripe Container

5fc2eb10a426941ab5ae7a36107875c7e5ca640f authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the user api controller

e1abf9ddcc56b1b8bbb9c2557e96b66d3c77a6b8 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add test mocking helper function

Conflicts:
app/Portainers/PHPUnitTests/Traits/TestingTrait.php

602f7363188fdd28bb6ce5e126f588f1f5356bb7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix api doc js file

dee94fd66d7cbb7fcc25a8ca0d434993f275391f authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge branch 'master' of github.com:Mahmoudz/Hello-API into starter

* 'master' of github.com:Mahmoudz/Hello-API:
update the readme

b001e37769a3fbbb99f8b918dd93a359a958ee23 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: allow developers to use the debug exceptions even in testing env

53018eba269d1aed22f8d5aebf4fffab533f8768 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the readme

6862249f09d63098b043f29fdd5900c8eb6c1b58 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge branch 'master' of github.com:Mahmoudz/Hello-API into starter

* 'master' of github.com:Mahmoudz/Hello-API:

7b357e17a7a8aa847891f644c9e89112f7815a9b authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: replace all testsuits with one

b93eddd011c989720c2a8b375183f80c98b26846 authored over 8 years ago by Mahmoud Zalt <[email protected]>
Merge pull request #33 from Mahmoudz/develop

Develop

a45cb49913a37f4a29fb90fc6698b781e3f66661 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix the exception names

d7acbab6f5e8427180aea60526943e618247ec43 authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename Kernel files to Port

c1bd3de854c1ce59c20e52b48a9f7acc9906bd9a authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename namespace Ship to Port

809d0d296f714b7a9bc8ae260bf2e599f72f6659 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: fix auth manual login

0f22010c2bf426febe984e22ef4c677b9392702f authored over 8 years ago by Mahmoud Zalt <[email protected]>
make sending email queuable

69407ce2f8364d6ee5cbdc7aced00051358a7da0 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move validate email service to action

29c7d013ebb611f1c4de94b849f9bb1a3a22bea2 authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename Kernel layer to Ship and Services layer to Portainers

784fa7b745fb85b543dea1988da2cd3f8efaf718 authored over 8 years ago by Mahmoud Zalt <[email protected]>