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

add some info the social auth config file

ba659bb8c17bca17d6d49b930b8f3afe55172e6c authored about 8 years ago by Mahmoud Zalt <[email protected]>
fixing syntax error for php 5.6

1ed54fb2bcbe9eea33a8124a1020c67c0453c8ed authored about 8 years ago by Mahmoud Zalt <[email protected]>
add countries package to the readme

b7bb48f50d1f42796b71659d0acbc9d6f55bdd5c authored about 8 years ago by Mahmoud Zalt <[email protected]>
add countries container

f97380af46e067612865fbfb969e087c21fd4500 authored about 8 years ago by Mahmoud Zalt <[email protected]>
support passing non existing visitor id while registering users

89477f4e987ccb39af2ad8ccc331e82cb1331a3a authored over 8 years ago by Mahmoud Zalt <[email protected]>
make the visitor user accessible outside the middleware using `\Auth::user()`

f2b6c15697a11749f75b6718e2759120bd5d356e authored over 8 years ago by Mahmoud Zalt <[email protected]>
simple refactoring

dac44aed4ac6159f8b58a1c21ac5e2ce19190c96 authored over 8 years ago by Mahmoud Zalt <[email protected]>
support multiple model factories auto loading

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

* 'master' of https://github.com/Mahmoudz/Hello-API:
add the http debugger to the features list

3dc5298ff2918afd8d9ea04ef8680538ff2e6b78 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix migrations publisher path

d489d3b7fa063440b41905258495e49550bdbb64 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add the http debugger to the features list

0887c9f45bb99b82444908152393a2e2f9aeccc8 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: print the response in the http requests debugger

d17bb33a1ffc25c9bf7773b4857ce78a99ee9b8e authored over 8 years ago by Mahmoud Zalt <[email protected]>
return the user token whenever required

79eb1eb92a621ba8a22e520e38ee837a03c68551 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix missing imports

20d915db33b27bc13d67f42267e5b8335db19ffa authored over 8 years ago by Mahmoud Zalt <[email protected]>
return gender and birth

9cb3a56c410a71c5223e5d008b33ff158fc91bd6 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update visitor protected endpoints

e115b395a33f4f4a8237f79621f9378fa49203cd authored over 8 years ago by Mahmoud Zalt <[email protected]>
let VisitorsAuthentication middleware check if user is an existing visitor,

instead of creating it

36bfa1f9b30ea27e769bd82dd3b1f4f9123129d3 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update user visitor endpoints and workflow

e197a6c8a2ed88f72ec7035616512836ede46146 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add getVisitor test helper

329d1c65cebb15367c126796944da9a9c814bbc7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add gender and birth to the user

50ddc06b737498783aeb4748f6373af0896f4eea authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix logical error

a915bd345bc12038291ff34fae6bed2e60939e97 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix error in the requests monitor middleware

73983503ce599ed46ecc0a0a69c729e4695cd770 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add http requests monitor/debugger middleware

a5512e08e168f549fc0135d7be127f160535feaa authored over 8 years ago by Mahmoud Zalt <[email protected]>
check if authentication header is sent but without token

6795e1556d20e2dd002c758ec0677ac3d940278a authored over 8 years ago by Mahmoud Zalt <[email protected]>
general refactoring

054cbecbb4ba34289a35aac0cffc364bb89ef493 authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove passing user id for auth protected endpoints. (deleteUser)

0da43a231bde2729b28dea4dfe7badf53cc1d02b authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove passing user id for auth protected endpoints. (updateUser)

b303038f8ded0627b85ca08987ed969f0ec5c5fe authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove passing user id for auth protected endpoints. (SetUserEmailController)

b84639f56285f17dca610fa6842ed79249932455 authored over 8 years ago by Mahmoud Zalt <[email protected]>
change admin login page colour

0b0069286d0a5d503d625c6e56029f0928abf777 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add admin dashboard feature

3cb8c464a57cc841a026dacefb1670cf618caa65 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add and activate admin views

96380e27918371fc765871273555365de11f2850 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add the .env editor package to the readme

effffd0bcfc77026739cadcdbc1db660ceb3618d authored over 8 years ago by Mahmoud Zalt <[email protected]>
add admin login views (in activated)

b8675b9f8498700e37a0241e4d76b19f679adba4 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add an .env editor package, configure it and add some middlewares on it

b6a9ace9abb48b6665a4521398c70e2b33960d84 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: add `injectEndpointId` test helper function

3eede89b4997c1af30b32c5fd260921b582ec8fc authored over 8 years ago by Mahmoud Zalt <[email protected]>
Fix Typo

0cace54cc8b73e65484e6fd009e3972f99819b8d authored over 8 years ago by Mahmoud Zalt <[email protected]>
move ID's validation to the Requests

99ea675902b7e9e1eb4029270ca1b1c22e24adf3 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: upgrade DB:listen (for debugging queries) from L5.1 to L5.2

935137dc7bc9c666b170de5e2818058230a10b4b authored over 8 years ago by Mahmoud Zalt <[email protected]>
add socialite package to readme

4a18b90033031b1851c309c8902d595ba3883e52 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the readme: add social auth feature

861c4ecd8b13de4c036066d1ffc7df8e46685845 authored over 8 years ago by Mahmoud Zalt <[email protected]>
simple quick refactoring

035779e79ecaa640ce5d5c86171e9dc2ad88c0a7 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update user json response

413b1b6a99def1bcf6a7f42382173d51f907a2fa authored over 8 years ago by Mahmoud Zalt <[email protected]>
create new tasks for User

3d8cceb8726c0f394ad8552a624d5a2dd1ff1ab2 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add fillable user social fields

984ff73dd809acefaf0f4b0cd201dc20f68e566c authored over 8 years ago by Mahmoud Zalt <[email protected]>
add user social fields

72c284401f5b0fed06965c5b47e8b1a1c39a4f34 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add Social Auth container (implementing authentication with facebook, twtiiter and google+)

4d17e2504327aa380df23b17e582c5370ff967ed authored over 8 years ago by Mahmoud Zalt <[email protected]>
add some default laravel middlewares

13035f5531dd5270bd6c580eceadb2d56b72941a authored over 8 years ago by Mahmoud Zalt <[email protected]>
Install Socialte Package in the code

1a6582c81c46b74bce37cc6c4682ab03d112ec8e authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: add `makeAdmin` and `registerAndLoginTestingAdmin` to the `getLoggedInTestingAdmin` test helpers

727f8359bd67446e9932a0bad35181649cd597f8 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: add get testing Admin function to the tests

f1dd30bf936f351a15f461458365e4656db3e5b6 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: reorder auth seeding objects

eeae6487a62240b3d81b7841a8b53d09b9787f0f authored over 8 years ago by Mahmoud Zalt <[email protected]>
pass User Id instead of User object to Tracker Tasks

94ac5056d10cca9093f7c4283d87b0d856cad951 authored over 8 years ago by Mahmoud Zalt <[email protected]>
update all endpoint documentations

45a5b0a1887ac348784b933ecb390e0a6732f3e3 authored over 8 years ago by Mahmoud Zalt <[email protected]>
api documentation update

a012f56126cb408ba4a0ff8b0e23a87b8f7dbee1 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix parameter name in the api documentation

b0348e2c14281a44bad0062a8391973a96ddc694 authored over 8 years ago by Mahmoud Zalt <[email protected]>
renaming some user actions

f9fc9c2917f3ad2633f0cce3d6bfb4c426377249 authored over 8 years ago by Mahmoud Zalt <[email protected]>
random classes refactoring

a24539ee10323c68693de06fb0abd86b3e8f275e authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the settings container

a7569be0ca64127d99b552d75c0900ec777ec0ff authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix extending the right class

a1c25a311a95daca4c49ffaffdd708e258f5cedf authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor time tracker container

bf58d7745c4870b48b1b100f10ea233c04b64b35 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor time tracker open action

76b2d2cbb746235233d337473a1ddac2b289d7ef authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor time tracker close action

0cd62398fc77253cb5c9f82e36eeb4a3ecaaf5a0 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor stripe container

f4119b6bf5c644e3a7c605e5897036f1863af5fc authored over 8 years ago by Mahmoud Zalt <[email protected]>
complete the paypal container UI

6acd1a9e87c6f66f754dfddaf51eaa51973fb91f authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove the paypal action

2c6af0e2583d916718d3e059d521a039ebf9728d authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the paypal container

bb09ea04326c2d82ff4d1981aed8888fef2770b0 authored over 8 years ago by Mahmoud Zalt <[email protected]>
prepare the Ship concept :)

86ac15aae1c57d12a696509df1233fd98077a224 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the payments container

9d715baa042e398909c43ba3ee0f1565ca9bb937 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the email container

9822a8e32050356850a161091ebe3dc285422714 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the web authentication actions

f6c5fffbd89fc56c499b3ff1891027e44afd74ee authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor api logout action

5a589307ece7205e0613cba9f83c0084dbd2349d authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor api login action

28c43d99cb3ea44f11412c071a4533f55ee5ca3e authored over 8 years ago by Mahmoud Zalt <[email protected]>
merge web and api authentications

8f456daf3c6269e1843fcd17f4e3e4eeac810c95 authored over 8 years ago by Mahmoud Zalt <[email protected]>
move web authentication code from user to its container

fcc0ffbfdb1bc532adfb3c182032fd1475c80c29 authored over 8 years ago by Mahmoud Zalt <[email protected]>
general refactoring for the User Container Tasks and Actions

c534b9800b5a24467c7a6d30eb8da93e4053e4bc authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor switching visitor to user

dc4a4332de44193c19e4f750ee98230d7bde59af authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor list and search

a8d589a67b0c6910571f5fea79dacf30193035e1 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor the refresh user token

e812a53c2339e4e90e176be9d2d67b5659902938 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor find users

5c183a32825a69a1075ef215a344ddaa038ba560 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor delete user action

e089fbb76c12aa9e82903ed6883630d67cb87e0d authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor fire user event

9671c2a42cc840eae7156766ed1e267727c23ebd authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor Count users

f8a5b07cdb88fb183c536c5684409ceacf5f9ec9 authored over 8 years ago by Mahmoud Zalt <[email protected]>
refactor Find User Tasks

ee26f0543c229034f87a1aff1871416caa841d5e authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename register visitor user action to create visitor user action

e56775c2340f3647141e906506f6a3b137e1dc0f authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename register user action to create user action

f0acdffb66254a3bb43c5515b4f290fbd82ef9e6 authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename Services to Tasks (to avoid conflict with the traditional Services)

679457cd9a43332de8a1a2afce0891c18907d596 authored over 8 years ago by Mahmoud Zalt <[email protected]>
add markdown explaining how stripe works

d8e2a0c7f5659d08057eab824ee1e7a41a844d95 authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove referral settings

a5543f3c0be034e99824162479568eead01d576c authored over 8 years ago by Mahmoud Zalt <[email protected]>
move Policies from UI to the root

d91945b6c1103452dec21857a79e4500540f657b authored over 8 years ago by Mahmoud Zalt <[email protected]>
move Providers from Settings to root directory

6ab2d033074f6d5377cc658bdfa2d21d7c83716a authored over 8 years ago by Mahmoud Zalt <[email protected]>
move Factories and Repositories from Settings to Data directory

1ed13564fc0e4c1b9105f765a0a0842d20917fa5 authored over 8 years ago by Mahmoud Zalt <[email protected]>
rename Database to Data

2b2c94eac17080324cefc65e6ebd9acc2f98115f authored over 8 years ago by Mahmoud Zalt <[email protected]>
update the ignored files and folders

77829a9f0d2d7e2d31a9d2e5299bf23d7eee4ee9 authored over 8 years ago by Mahmoud Zalt <[email protected]>
double quote .env values

dfee1a9dfe1c84cf9f9d8476f45faf8facce16ec authored over 8 years ago by Mahmoud Zalt <[email protected]>
composer update

234f4e5e0e8324cfeb00d8e26e91e9d24356e207 authored over 8 years ago by Mahmoud Zalt <[email protected]>
remove sample settings

5c8fc15d91ef8af2a837f0f0b049ba9e9a70a204 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: add update settings service

ab8275b4cef5c0cc8eb6e2d45878f83e5ae92d77 authored over 8 years ago by Mahmoud Zalt <[email protected]>
fix outdated middleware name

dc0e705b45c13539fabfde93dbdca8a11eba8d62 authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: create web auth actions with support for admins

9bb1bbab698ada777118ffb027cf56870b930efc authored over 8 years ago by Mahmoud Zalt <[email protected]>
S: move auth actions to the auth container

0fe9471306e6490b55f22113a5eda192637729da authored over 8 years ago by Mahmoud Zalt <[email protected]>