Ecosyste.ms: OpenCollective

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

github.com/tastyigniter/flame

This repository contains the core library of TastyIgniter. If you want to setup a ordering platform using TastyIgniter, checkout the main TastyIgniter repository.
https://github.com/tastyigniter/flame

Add composer dependencies to replace

cda7e3cc5f109c608b662b2d9f7da13251486b80 authored over 4 years ago by Sam Poyigi <[email protected]>
Add Github Actions workflow for tests

65a9f8d8d8102f3d1ab41923d53c044c3f68fee1 authored over 4 years ago by Sam Poyigi <[email protected]>
Add .editorconfig

2299e72ba2decb00843588c94d97314d38e6440c authored over 4 years ago by Sam Poyigi <[email protected]>
Migrate old laravel helpers into Flame library.

dbf18f634e171ce3bcde90aadef8d428c7df9369 authored over 4 years ago by Sam Poyigi <[email protected]>
fix: add missing relationship type 'HasOneThrough'

5352d2f256c539a6d480ba49bbb0a1f42e6c9a7c authored over 4 years ago by Sam Poyigi <[email protected]>
fix: change back the email validation rule internal behaviour to use PHP’s built in validation as default

f1a7c20761d64c668c63a510ada559137bff0f13 authored over 4 years ago by Sam Poyigi <[email protected]>
fix: undefined `salt` attributes on User model

ce70ce34e38df7a027d1a28fef9de4e3f82d7e14 authored over 4 years ago by Sam Poyigi <[email protected]>
fix: update composer.json

cef7c1eeab6af825ac0403fde3ec739f0bb616ed authored over 4 years ago by Sam Poyigi <[email protected]>
fix: composer minimum stability conflict

0e4f57690804f8ed3f34633b28e8ee9bb86b90bc authored over 4 years ago by Sam Poyigi <[email protected]>
fix: add doctrine/dbal package and remove codesniffer

26d68e783062ca2d18fb97c1be4a2670e4b3eded authored over 4 years ago by Sam Poyigi <[email protected]>
improve: update composer dependencies version constraints

3dfb9def91ba38bd1e44597890e9dfa91afae745 authored over 4 years ago by Sam Poyigi <[email protected]>
fix: missing trans() method from laravel 6 upgrade

deaa28f72f18d212c0795d767993626075732845 authored over 4 years ago by Sam Poyigi <[email protected]>
Merge branch 'develop'

6e141d85b66f6549efbb79103fa900c927ba1e0c authored over 4 years ago by Sam Poyigi <[email protected]>
fix: update composer constraints

26fad6f97296c8c1ee910c526242cd3664dfb1ba authored over 4 years ago by Sam Poyigi <[email protected]>
fix: remove deprecated location traits

13721570053d76fa9af62afc00e7da3d3a6bd3ee authored over 4 years ago by Sam Poyigi <[email protected]>
fix: call ActivityType::getType() method as a non-static method

f2b4cd73c9dee914c2addf488c0203b6ace88f16 authored over 4 years ago by Sam Poyigi <[email protected]>
feat: add sub locality to delivery area address components

a84d2cba63a5b637382922b6d63ba72cc63ea8a7 authored over 4 years ago by Sam Poyigi <[email protected]>
Update Finder.php (#8)

* Update Finder.php

Fixes #7

* Fix indent

Co-authored-by: Sam Poyigi <[email protected]>

67c2028da9601122c41f64db2e3d13eb65200a7b authored over 4 years ago by Cesare Lasorella <[email protected]>
Implement new delivery & collection lead time

Add & subtract lead time from open & close time
Use lead time instead of time interval where app...

1853e80a0658284a57496944f9e5ee17612eb825 authored over 4 years ago by Sam Poyigi <[email protected]>
Improve loading the current user locale

d794b850c8169c47b1328e7bc77abdc862b1412c authored over 4 years ago by Sam Poyigi <[email protected]>
Add ability to soft implement dynamic traits

192f840c666844ed5305c6cfeb74735f63052fc3 authored over 4 years ago by Sam Poyigi <[email protected]>
Rename class StrHelper to Str for consistency's sake

2fc1319f085fa9e034efe24018386dbb33ab2cb4 authored over 4 years ago by Sam Poyigi <[email protected]>
Merge some locations_model table column values into options columns

364412751658a17de453910af5518c2850595da1 authored over 4 years ago by Sam Poyigi <[email protected]>
Fix issue with cart conditions priority to calculate total properly

aac65eba9398797692d5a093d2a5db74fb35c5b1 authored over 4 years ago by Sam Poyigi <[email protected]>
Remove ActivityInterface::getSubjectModel()

88c808237fe686ce35ef3507aba93fa9f159825c authored over 4 years ago by Sam Poyigi <[email protected]>
New ActivityType::getTitle method

8b9596ddb3e9db63882d78e3f0efb282c53447b6 authored over 4 years ago by Sam Poyigi <[email protected]>
Change register activityType definitions

616e5b7ef58834843dd17ac4b1fa93d97a40b81a authored over 4 years ago by Sam Poyigi <[email protected]>
Change ActivityType::getType() method to a non-static method

a1ffd5b9f9bf89e118a23d27990609e5a1b0f209 authored over 4 years ago by Sam Poyigi <[email protected]>
Store an activity record when recipient is empty

73bdf20e0b84ecd8d7dc99d48e69d2479776eeaa authored over 4 years ago by Sam Poyigi <[email protected]>
Add missing setFileNameAttribute() method on Pagic model

a57b092f9e23696397b99084d910696770c55f0f authored over 4 years ago by Sam Poyigi <[email protected]>
Minor refactor

28d3359a67c056830776f1df0ae7af2673d9e477 authored over 4 years ago by Sam Poyigi <[email protected]>
Remove redundant list filter button

ae416534d23eb4f8a3b46758797a33989fbaa938 authored over 4 years ago by Sam Poyigi <[email protected]>
Add route middleware priority property

f63af512b1bdbf483b8f1e662c9a9984f3a756dc authored over 4 years ago by Sam Poyigi <[email protected]>
Fix issue where empty response is returned

032097ee5347dce56442689619ae489b4773f9b1 authored over 4 years ago by Sam Poyigi <[email protected]>
Added support for laravel 6

0e292917464f5c2ba814b843a1ae6e14825e28e5 authored over 4 years ago by Sam Poyigi <[email protected]>
Fix issue where cart condition isn't completely removed

cf923d617d874a2ace9a6b0e8b7c2fcc4761995d authored over 4 years ago by Sam Poyigi <[email protected]>
Moved delivery condition logic from Area model to local extension

755e4604781178f9d741084c85e5fa94a4aa1601 authored over 4 years ago by Sam Poyigi <[email protected]>
Refactor PR #5

3061c6f634e698328f1ffc7e97711040c54c2662 authored over 4 years ago by Sam Poyigi <[email protected]>
add check for flexible hours

f711a96ece495974dfc915c0d6f797732a0f7a5f authored over 4 years ago by olieydt <[email protected]>
Minor refactor

469804c900add589f94d4e8fbf8802cea3fac42b authored over 4 years ago by Sam Poyigi <[email protected]>
Fix Cannot find ISO currency issue

996093455a6ea6c14ca3cc7b2851fe854fabf70b authored over 4 years ago by Sam Poyigi <[email protected]>
Detect locale in the user browser before the route and session

4fb8569c25a2c59b84b4e789bbd7d2d362aebfeb authored almost 5 years ago by Sam Poyigi <[email protected]>
New cart.beforeRegister event

73c596b776682fcf0c98999970ee0921be268940 authored almost 5 years ago by Sam Poyigi <[email protected]>
Add support for multiple cart instance

d9f3ce850ece21adc298f171794b0031ffe74d26 authored almost 5 years ago by Sam Poyigi <[email protected]>
New notification.beforeRegister event handler

6839e036a6a5530c5f33c0c57d5755eb0af47445 authored almost 5 years ago by Sam Poyigi <[email protected]>
Fix tastyigniter/TastyIgniter#321

31a6f12d9b30d71c0e1551e81e616551c03ef641 authored almost 5 years ago by Sam Poyigi <[email protected]>
Minor refactoring

9a0e1cdd9e30c204dfa356472d884f448e818f43 authored almost 5 years ago by Sam Poyigi <[email protected]>
Use ScssPhp\ScssPhp instead of Leafo\ScssPhp

c15160508b466bd5b9f223aecc96289a0438740a authored almost 5 years ago by Sam Poyigi <[email protected]>
Make $attributes property on Pagic\Model public

18be657119ca743ba1e3c02567625fdb430a6154 authored almost 5 years ago by Sam Poyigi <[email protected]>
[Revert] Fix issue when removing component from frontend pages

e1a2ec3d7370591fca47ae697d724ce24e0094b9 authored almost 5 years ago by Sam Poyigi <[email protected]>
Minor improvements

94ab7e2667824452819fc803359acd9c2ae1fb76 authored almost 5 years ago by Sam Poyigi <[email protected]>
Handle corrupt template cache

3419c5633787ee5d257cd34cafd9256428128dd0 authored almost 5 years ago by Sam Poyigi <[email protected]>
Fix issue when removing component from frontend pages

tastyigniter/TastyIgniter#304

be629c1e37aee0506c9003dd899780242c5beeb1 authored almost 5 years ago by Sam Poyigi <[email protected]>
Add php 7.4 support

02b9068a1f66cc8afce4abf155579ba3f573ac68 authored almost 5 years ago by Sam Poyigi <[email protected]>
Implement getLogs() for Geolite ChainProvider

60792094ee8fc0440ea118d44e6ac98a459e160a authored almost 5 years ago by Sam Poyigi <[email protected]>
Add qty property to CartItemOptionValue class

4e08d5228a45f66a5a879ddfe8e2d45e666ea6da authored almost 5 years ago by Sam Poyigi <[email protected]>
Adjusted PR fix for tastyigniter/TastyIgniter/issues/309

77d2191ec52f4328a5073731216678f8e6f81902 authored almost 5 years ago by Matthias <[email protected]>
New ActivityLogger::logActivity method to replace pushLog method

2688cfcdaed4764e23e186e891ff68b9128fa738 authored almost 5 years ago by Sam Poyigi <[email protected]>
Improve auth manager

7bbd57223e9ca675e6cb5379cd73eb7f58a6ecb6 authored almost 5 years ago by Sam Poyigi <[email protected]>
Minor refactor

2d5eebf74ab0ff53caebfc2b4bd3822ce8f8c708 authored almost 5 years ago by Sam Poyigi <[email protected]>
Use Request facade instead of Input facade

3d4c5ae1f0fcc5ee97bc370baf9022746c31da49 authored almost 5 years ago by Sam Poyigi <[email protected]>
Improvements to currency service

c6710f7b3bd474bb4f9ad884fca2fd1625fa10aa authored almost 5 years ago by Sam Poyigi <[email protected]>
Minor refactor

Signed-off-by: SamPoyigi <[email protected]>

356ac9c98386b419ed04dff0c00f78bae41d152a authored almost 5 years ago by SamPoyigi <[email protected]>
Minor improvements

Signed-off-by: SamPoyigi <[email protected]>

854c6a8f17616345d32ff2af532a24a62f229bf3 authored about 5 years ago by SamPoyigi <[email protected]>
Add support for localized dates

Signed-off-by: SamPoyigi <[email protected]>

708a820ea6c451a8fa8422cb4b1328ea399ab0c4 authored about 5 years ago by SamPoyigi <[email protected]>
Move listConditions method from AbstractArea to CoveredArea class

Signed-off-by: SamPoyigi <[email protected]>

ef062f7e7d018da24fbcf34fba4e56b4220a81cd authored about 5 years ago by SamPoyigi <[email protected]>
Minor refactor

Signed-off-by: SamPoyigi <[email protected]>

7f5307bf202af9a849980c6d88df75757d687fca authored about 5 years ago by SamPoyigi <[email protected]>
Casts activity model attributes

Signed-off-by: SamPoyigi <[email protected]>

cf661def06683f8a7be1cfa4477d719a8488f0a1 authored about 5 years ago by SamPoyigi <[email protected]>
Change internally used methods from public to protected

Signed-off-by: SamPoyigi <[email protected]>

776e8029f9a7332b087de911b4db4f33496bdd46 authored about 5 years ago by SamPoyigi <[email protected]>
Add item options price to item price within CartItem::subtotal() instead

Signed-off-by: SamPoyigi <[email protected]>

888d714c36f0127b512885d6fc9bcbbff12063ef authored about 5 years ago by SamPoyigi <[email protected]>
Remove unused $options arguments on Buyable methods

Signed-off-by: SamPoyigi <[email protected]>

b220de41287f379d565df0b15a85397993645c25 authored about 5 years ago by SamPoyigi <[email protected]>
New classes for cart item options

Signed-off-by: SamPoyigi <[email protected]>

181917989f1e9271f33e8c1543b8c1cdfdfa087e authored about 5 years ago by SamPoyigi <[email protected]>
New cart.beforeRegister event when resolving cart service

Signed-off-by: SamPoyigi <[email protected]>

743801bed471782d1fe2f30feffb5a5d5b835918 authored about 5 years ago by SamPoyigi <[email protected]>
Minor improvements

Signed-off-by: SamPoyigi <[email protected]>

70d13bcbab17c451b8e129d8b891c18af222dd3c authored about 5 years ago by SamPoyigi <[email protected]>
Change model event methods to protected

Signed-off-by: SamPoyigi <[email protected]>

94127f54c1bbf6b691c34800e77c1e9e043c65e5 authored about 5 years ago by SamPoyigi <[email protected]>
Minor refactor

Signed-off-by: SamPoyigi <[email protected]>

77caf9a97f2c20f8d7e9f064c0335aa0773f5364 authored about 5 years ago by SamPoyigi <[email protected]>
Add db:seed command

Signed-off-by: SamPoyigi <[email protected]>

ae8939eb4f0682b67ce97d1533bef39ec16a4f95 authored about 5 years ago by SamPoyigi <[email protected]>
Deprecate HasDeliveryAreas and HasWorkingHours traits

Signed-off-by: SamPoyigi <[email protected]>

6ab28e3029f82ccd70af4e0072a4e8acb44f4677 authored about 5 years ago by SamPoyigi <[email protected]>
Accept CI rules array within validator

Signed-off-by: SamPoyigi <[email protected]>

6fad6eabbee25b60a5ba697882beafada2c0111f authored about 5 years ago by SamPoyigi <[email protected]>
Fix issue with setting store where database doesn't exists

Signed-off-by: SamPoyigi <[email protected]>

5a038bb69278f7c56d2d4719e19189e50a0b430d authored about 5 years ago by SamPoyigi <[email protected]>
Set default setting store to config

Signed-off-by: SamPoyigi <[email protected]>

221e5966a1c722c8c99172a223b75a5b7f6965b5 authored about 5 years ago by SamPoyigi <[email protected]>
Update laravel to v5.8

Signed-off-by: SamPoyigi <[email protected]>

34dcad9b52b5f9e8f4c74a9499fd97e12264a599 authored about 5 years ago by SamPoyigi <[email protected]>
Move related methods to sub class

Signed-off-by: SamPoyigi <[email protected]>

15c0bea4d65bb3ac9e645517880b4ebe7364db9d authored about 5 years ago by SamPoyigi <[email protected]>
Rename package natxet/CssMin to avoid Composer warnings/errors

Signed-off-by: SamPoyigi <[email protected]>

e88ab147222953f6188aac807559b983ebd136a2 authored about 5 years ago by SamPoyigi <[email protected]>
Ability to load language packs

Signed-off-by: SamPoyigi <[email protected]>

ee1c51642d516821d181103a0b977a5a4aa4fbcb authored about 5 years ago by SamPoyigi <[email protected]>
Change Localization class constructor parameters

Signed-off-by: SamPoyigi <[email protected]>

f0b4364fb789d3277524f0577985cc2691b41cf4 authored about 5 years ago by SamPoyigi <[email protected]>
Fix app lang path

Signed-off-by: SamPoyigi <[email protected]>

266f7137a311ddf349ab68bab63d89230ed934a7 authored about 5 years ago by SamPoyigi <[email protected]>
Add missing $implement property to Model

Signed-off-by: SamPoyigi <[email protected]>

04c16180f0c5827f32f71902f56bcf0b92f2946f authored over 5 years ago by SamPoyigi <[email protected]>
Use current() instead of full() in current_url() helper

Signed-off-by: SamPoyigi <[email protected]>

02ec821b019fb245fc3ebbc266c7fee0102f1470 authored over 5 years ago by SamPoyigi <[email protected]>
Fix generate app key command

Signed-off-by: SamPoyigi <[email protected]>

431449d9ef83125cbf294fe2c8765ae283960957 authored over 5 years ago by SamPoyigi <[email protected]>
Ability to extend pagic

Signed-off-by: SamPoyigi <[email protected]>

5e553206406acd61d72a042b4f308a67abc89764 authored over 5 years ago by SamPoyigi <[email protected]>
Minor improvements

Signed-off-by: SamPoyigi <[email protected]>

5ae07a7170252708883f6c3f2da8c654d592e28e authored over 5 years ago by SamPoyigi <[email protected]>
Maintainable assetic library

Signed-off-by: SamPoyigi <[email protected]>

93c94cc46000957d0aea36e04623e1e2c1ef9697 authored over 5 years ago by SamPoyigi <[email protected]>
Add support for laravel blade syntax in themes and mail templates

Signed-off-by: SamPoyigi <[email protected]>

abe596e476f0926842fcebca1f33b65c463bc5c4 authored over 5 years ago by SamPoyigi <[email protected]>
Fix next opening time issue

Signed-off-by: SamPoyigi <[email protected]>

ce60f763a645abc3515f090a2135895b7431739c authored over 5 years ago by SamPoyigi <[email protected]>
Add methods to mark activity as read/unread

Signed-off-by: SamPoyigi <[email protected]>

21ed7dc7bca768ff4fcb60e82afd33c7a9e7d9d9 authored over 5 years ago by SamPoyigi <[email protected]>
Ability to define task schedules

Signed-off-by: SamPoyigi <[email protected]>

e8b32e80f3ccde357539c9c6dd2e607d174716d2 authored over 5 years ago by SamPoyigi <[email protected]>
New create:command scaffold command

Signed-off-by: SamPoyigi <[email protected]>

336c3cd29d3060d8be6dac31b7d7efbf42f27a54 authored over 5 years ago by SamPoyigi <[email protected]>
Update scaffolding stubs

Signed-off-by: SamPoyigi <[email protected]>

2b5703e6b5e82767c69362756aaa44c40c7626bb authored over 5 years ago by SamPoyigi <[email protected]>
Fire event after log record is created

Signed-off-by: SamPoyigi <[email protected]>

9e5f253086ab5bca64c151aa208b17eaa87589a7 authored over 5 years ago by SamPoyigi <[email protected]>