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 getSouthWest() and getNorthEast() methods to Bounds class to return corresponding coordinates.

Signed-off-by: Sam Poyigi <[email protected]>

097b354f4d11ce4c6c1f3f45f4a0efd1147302dd authored 11 months ago by Sam Poyigi <[email protected]>
Fix issue with calculating distance using google matrix

Signed-off-by: Sam Poyigi <[email protected]>

2698e39b17da292874b766bf1902018eeb30cc40 authored over 1 year ago by Sam Poyigi <[email protected]>
Refactor PolygonInterface, Coordinates, and Polygon classes by adding precision to latitude and longitude formats, and improving the pointOnBoundary method to detect boundary points more accurately.

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

980b1b653679a0917f25cebf494849d4c332f277 authored over 1 year ago by Sam <[email protected]>
Fix issue with point on boundary polygon check

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

1c1ce956636eed9f77c53702d49332193bbca43d authored over 1 year ago by Sam <[email protected]>
Replace self-executing anonymous function with try/catch block

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

740d2390e67df67574c25ffaefe49899f01a93ac authored almost 2 years ago by Sam <[email protected]>
Fixed issue with distance matrix

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

4789e84a87f8ab80d7591e7a183818a605811ee1 authored almost 2 years ago by Sam <[email protected]>
Remove incompatible laravel/pint package

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

9cf1f9e42c195370ac7673a1b64b87bfb90a4ea7 authored almost 2 years ago by Sam <[email protected]>
Fixed issue where delivery fee is always zero when delivery fee is configured

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

4b779a179e744dbb26af0895ce9d627114a009bb authored almost 2 years ago by Sam <[email protected]>
Minor improvement

Signed-off-by: Sam Poyigi <[email protected]>

47ff86fbacc95a7b49526945b53ad8627606b318 authored almost 2 years ago by Sam Poyigi <[email protected]>
Prevent errors in one file from affecting the execution of other files in combined js

Signed-off-by: Sam Poyigi <[email protected]>

94f8dd4cf64a9ee8652271dcb9aa1dc296c51a43 authored almost 2 years ago by Sam Poyigi <[email protected]>
Added support for calculating distance using google or OSM instead of haversine

Signed-off-by: Sam Poyigi <[email protected]>

5d7406e89d5959c7c08466f9ba9b9c1d58bd43aa authored almost 2 years ago by Sam Poyigi <[email protected]>
Fixed issue when registering path symbols

Signed-off-by: Sam Poyigi <[email protected]>

2e7804415bec77feb4578602007c95acd34a7992 authored almost 2 years ago by Sam Poyigi <[email protected]>
Fixed issue where prices ends up as strings instead of floats

Signed-off-by: Sam Poyigi <[email protected]>

0b77dada44616e548537eb7b214454a1abcf873c authored almost 2 years ago by Sam Poyigi <[email protected]>
Remove isBroken check from NestedTree::fixBrokenTreeQuietly

Signed-off-by: Sam Poyigi <[email protected]>

7ef52ab08d21fc4d92664903b417e7e098002ecc authored about 2 years ago by Sam Poyigi <[email protected]>
Add PHP Linting (Pint) github action

Signed-off-by: Sam Poyigi <[email protected]>

1fd382d26694e1d92e881625844668dcc99b3142 authored about 2 years ago by Sam Poyigi <[email protected]>
Added NestedTree::fixBrokenTreeQuietly helper method

Signed-off-by: Sam Poyigi <[email protected]>

953858684fa309480ce3edd221128b589d749a56 authored about 2 years ago by Sam Poyigi <[email protected]>
Allow registration of multiple paths on a single path symbol

Signed-off-by: Sam Poyigi <[email protected]>

01585ed446e38401958f032d7911edd0b29c9228 authored about 2 years ago by Sam Poyigi <[email protected]>
Apply fixes from StyleCI (#57)

[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>

eb13c103caeccefe3d1506d16bee527d79be02cc authored about 2 years ago by Sam Poyigi <[email protected]>
Avoid implementing duplicate dynamic traits

Signed-off-by: Sam Poyigi <[email protected]>

70f0aa634181c8cef1b693f498d94b9acdf61402 authored about 2 years ago by Sam Poyigi <[email protected]>
Option to disable all errors when testing mail templates

Signed-off-by: Sam Poyigi <[email protected]>

243242941e13127e385b027030a988a32170dd41 authored about 2 years ago by Sam Poyigi <[email protected]>
Minor fix

Signed-off-by: Sam Poyigi <[email protected]>

7f4a94b474caf3c89d9c0e4c58c63ec5942870ca authored over 2 years ago by Sam Poyigi <[email protected]>
Cast dateTime objects returned from DatePeriod to carbon instances

Signed-off-by: Sam Poyigi <[email protected]>

99d43550b5c692d14cdbd35dfaff322d0ae6be6b authored over 2 years ago by Sam Poyigi <[email protected]>
Replace getClientSize() method with getSize() (#56)

Accordling with Symfony http foundation changelog from version 5.0.0 the method UploadedFile::ge...

9b298e9ad12574d9eb0b1dfb270e0a997bfecb9a authored over 2 years ago by Luca Benati <[email protected]>
Avoid execution time out when theres no configured schedule

Signed-off-by: Sam Poyigi <[email protected]>

8388af2184a3007b91550bafa7342028a5765779 authored over 2 years ago by Sam Poyigi <[email protected]>
Min/max delivery/pick-up pre-orders days in advance (#53)

* Standalone location settings fields for delivery/collection order minimum total

Signed-off-...

f21cb16bfb7cea6befe63cba01730650979860c9 authored over 2 years ago by Sam Poyigi <[email protected]>
Standalone location settings fields for delivery/collection order minimum total (#52)

Signed-off-by: Sam Poyigi <[email protected]>

970cb0ccc224da86ddf356bd3e58051dc874b159 authored over 2 years ago by Sam Poyigi <[email protected]>
Ensure cart conditions are grouped under cart session key

Signed-off-by: Sam Poyigi <[email protected]>

b8cb714700b67d4a48f298e52e85afd3053324cb authored over 2 years ago by Sam Poyigi <[email protected]>
Add primary key on working_hours table

Signed-off-by: Sam Poyigi <[email protected]>

2de274c5898337f495aea5682137fd3d72723eb5 authored over 2 years ago by Sam Poyigi <[email protected]>
refactor location options

Signed-off-by: Sam Poyigi <[email protected]>

db63ab8461d2896fb5f08fa1e829e8a8ab784141 authored over 2 years ago by Sam Poyigi <[email protected]>
Apply fixes from StyleCI (#49)

[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>

44f12a0ca805157f357fa86c5e9b6e759a87750d authored over 2 years ago by Sam Poyigi <[email protected]>
Load modules translations and views early

Signed-off-by: Sam Poyigi <[email protected]>

05e5b8666a0618b87ccb52453fc71a950ffbf9e2 authored over 2 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

96f956c591ee666a880ee70350044ab1cb1d7aa0 authored over 2 years ago by Sam Poyigi <[email protected]>
Revert changes to method return types

Signed-off-by: Sam Poyigi <[email protected]>

45fa8636be51f75cfedf3e90a5a065f1ae199e25 authored over 2 years ago by Sam Poyigi <[email protected]>
Minor improvements

Signed-off-by: Sam Poyigi <[email protected]>

a4782519e2f6d8e132bf6b26fc8b0e80f45e51e1 authored over 2 years ago by Sam Poyigi <[email protected]>
Replace string class names to static class names

Signed-off-by: Sam Poyigi <[email protected]>

4bd99c08fdbefe599a6839aa490795114b5b686c authored over 2 years ago by Sam Poyigi <[email protected]>
New has_form_error helper method

Signed-off-by: Sam Poyigi <[email protected]>

fc65acda6e0af235bd6cd61f615aa74e3d2641a7 authored almost 3 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

d8a41bea361baa9222741a495f0e9f09c5c630ed authored almost 3 years ago by Sam Poyigi <[email protected]>
Replace class name strings to static class names

Signed-off-by: Sam Poyigi <[email protected]>

1891e8db82baa467bbfb4428f34f6546854df4e8 authored almost 3 years ago by Sam Poyigi <[email protected]>
Pass lead time to timeslot method

Signed-off-by: Sam Poyigi <[email protected]>

75e793eac248ba95b1003ed87081e3f814731b61 authored almost 3 years ago by Sam Poyigi <[email protected]>
Append media path and extension to media model

Signed-off-by: Sam Poyigi <[email protected]>

2b98a0abe142646a866247a290eb0f595eef3a62 authored almost 3 years ago by Sam Poyigi <[email protected]>
Enable db:wipe artisan command

Signed-off-by: Sam Poyigi <[email protected]>

febc6a5ec78d1a533c06cbfbee6e97958748a9dc authored almost 3 years ago by Sam Poyigi <[email protected]>
Fix error with Pivot class caused by newly introduced Attribute class in L8+

Signed-off-by: Sam Poyigi <[email protected]>

ad1dfc0b5ee25350cf1415323419888b7fc95dcb authored almost 3 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

929c34ddf1ee7adb004c43dac28f36660b161394 authored almost 3 years ago by Sam Poyigi <[email protected]>
Use new composer.json manifest for scaffolding

Signed-off-by: Sam Poyigi <[email protected]>

02412fc1d7d2ab885be1fa8d7740fc67d07c48b7 authored almost 3 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

51d2d77befaa5626bac7e1d0d67543d4cf9689da authored about 3 years ago by Sam Poyigi <[email protected]>
Add PHP 8.1 to tests actions

Signed-off-by: Sam Poyigi <[email protected]>

68f1b2a4c1b1e9f37a3df40089fb688d3e58ebde authored about 3 years ago by Sam Poyigi <[email protected]>
Remove symfony's deprecated FatalThrowableError exception class

Signed-off-by: Sam Poyigi <[email protected]>

2e140d4307f657f348417ff95c1d906ec1f65ec3 authored about 3 years ago by Sam Poyigi <[email protected]>
Adapt october's assetic stylesheet minify filter

Signed-off-by: Sam Poyigi <[email protected]>

7d8f5b9a4ee82f417c01f093effe1a4887b9f46c authored about 3 years ago by Sam Poyigi <[email protected]>
Fix binary operations priority issues

Signed-off-by: Sam Poyigi <[email protected]>

12ecaba772353731fde36d1e552409774bfbb808 authored about 3 years ago by Sam Poyigi <[email protected]>
Change logical operators to comply with coding guidelines (#44)

* Apply fixes from StyleCI

[ci skip] [skip ci]

* more fixes

Signed-off-by: Sam Poyigi <...

b999134f67d61c5ecfa713aa0a9e8561a7d2b295 authored about 3 years ago by Sam Poyigi <[email protected]>
Minor fixes

Signed-off-by: Sam Poyigi <[email protected]>

9388c15fcb46d64d6604bbfde8b15342e6ca7c88 authored about 3 years ago by Sam Poyigi <[email protected]>
Run rollback migrations in reverse order

Signed-off-by: Sam Poyigi <[email protected]>

57fe72008963f7ec741ce31a0428ba1c54f69291 authored about 3 years ago by Sam Poyigi <[email protected]>
Update Model::getAttribute method to reflex changes from laravel 8

12a4435f456234c5b342baf0ffd42c8103fc25c8 authored about 3 years ago by Sam Poyigi <[email protected]>
Minor fix

Signed-off-by: Sam Poyigi <[email protected]>

905316a8d5074580fe87eff014ca8fbeb6196fb2 authored about 3 years ago by Sam Poyigi <[email protected]>
Minor fix

Signed-off-by: Sam Poyigi <[email protected]>

73ad9fc9822a9c0b32f71563702351cbcd5c18bf authored about 3 years ago by Sam Poyigi <[email protected]>
Add ability for customer to cancel order and reservation

Signed-off-by: Sam Poyigi <[email protected]>

03066419b2eae717f7d543171a9f21aab6ffc938 authored about 3 years ago by Sam Poyigi <[email protected]>
Minor improvements.

Signed-off-by: Sam Poyigi <[email protected]>

4da6b92e17754aa051e21c1c754b7ddf7f5b5240 authored over 3 years ago by Sam Poyigi <[email protected]>
Fire mailer.beforeRegister and register events when resolving mail manager service

d36ff18c3209c92f1591ae76316883ac1be25d5f authored over 3 years ago by Sam Poyigi <[email protected]>
Add missing JSMin package

b578ee4d472670a3a81eb4688e2184b5ef3c10d1 authored over 3 years ago by Sam Poyigi <[email protected]>
Control the auto-detaching behavior of BelongsToMany

Signed-off-by: Sam Poyigi <[email protected]>

11c42e18102d8ff1ba3d0a0df60e11bb67d5f748 authored over 3 years ago by Sam Poyigi <[email protected]>
Drop PHP 7.3

97ee2a3c7c0a2af559e4f6af01a807e8bdf04a99 authored over 3 years ago by Sam Poyigi <[email protected]>
Update illuminate packages version

84c7b2a03624d3cf3f16f001be7b409de22cf1b9 authored over 3 years ago by Sam Poyigi <[email protected]>
Update kalnoy/nestedset package to v6

2ac21a2a08578fa91a928d9b6d3749e671df09ec authored over 3 years ago by Sam Poyigi <[email protected]>
Register doctrine timestamp types

c7e9019bb5eedb82209cc641a0bd7278987c2d1a authored over 3 years ago by Sam Poyigi <[email protected]>
Enable events artisan commands

cfcb586645d50bbf115b71c1c72f593018dca52a authored over 3 years ago by Sam Poyigi <[email protected]>
Minor fix

Signed-off-by: Sam Poyigi <[email protected]>

197e3e05955a1d1c344ed8047df5fed758bdeea3 authored over 3 years ago by Sam Poyigi <[email protected]>
Use laravel style created_at and updated_at timestamps

Signed-off-by: Sam Poyigi <[email protected]>

ec02042cab9c71261dbbdb60318560615b2728cd authored over 3 years ago by Sam Poyigi <[email protected]>
Register doctrine types

aa5c451c418ac9642ae4184d37ea04d065050fa4 authored over 3 years ago by Sam Poyigi <[email protected]>
Apply fixes from StyleCI (#42)

[ci skip] [skip ci]

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

6f279c69093fc6eaff87edb6cbb2c27ff08e56c3 authored over 3 years ago by Sam Poyigi <[email protected]>
Cast location options, boundaries and conditions to array

00b5e692f6be32932ee1c0debea930100ab911c0 authored over 3 years ago by Sam Poyigi <[email protected]>
Fix issue handling event emitter response

Signed-off-by: Sam Poyigi <[email protected]>

8ba4e3efda9a20690d02fdefca33f0063daeeed0 authored over 3 years ago by Sam Poyigi <[email protected]>
Update guzzle version to either v6 or v7

afd3a4e0be1f125f59206b5e154e4d0101a0daac authored over 3 years ago by Sam Poyigi <[email protected]>
Add max and min reservation advance time methods

7f472733d38903c4f07ccb36b5a7bd3b75eec333 authored over 3 years ago by Sam Poyigi <[email protected]>
Remove redundant reservation lead time

Signed-off-by: Sam Poyigi <[email protected]>

010cf7cad230e69c856abc762d4914ba5d88220b authored over 3 years ago by Sam Poyigi <[email protected]>
Register mail.manager container alias

Signed-off-by: Sam Poyigi <[email protected]>

b7940320c77da25edb47c0057b254451dbda1ca1 authored over 3 years ago by Sam Poyigi <[email protected]>
Add laravel 8 mail.manager

Signed-off-by: Sam Poyigi <[email protected]>

0c9a42ef31f293b540f9e10c42b055d9217ad778 authored over 3 years ago by Sam Poyigi <[email protected]>
Escape untrusted characters

Signed-off-by: Sam Poyigi <[email protected]>

780448cc25b866af52869ae6c47fcccdc2efa528 authored over 3 years ago by Sam Poyigi <[email protected]>
Added support for ClassLoader to load aliased classes

6f560dfa4ec510625fa5fcf7c21d7134f66d5391 authored over 3 years ago by Sam Poyigi <[email protected]>
Merge branch 'develop'

feb1e225c0f70463e3ac379f9be10e727e94857c authored over 3 years ago by Sam Poyigi <[email protected]>
Add fruitcate cors

76187bac7c8d1b071432291a0ee45939c6206e90 authored over 3 years ago by Sam Poyigi <[email protected]>
Merge branch 'master' into develop

a55595ccd110d9a9e110914e5f57acc3dcd39b78 authored over 3 years ago by Sam Poyigi <[email protected]>
Upgrade to Laravel 8 (#38)

* Upgrade to laravel 8

* New eloquent custom casts Serialize

* Override query builder

*...

cf30f49ff8cb8d478073f731c114090fd787fb09 authored over 3 years ago by Sam Poyigi <[email protected]>
Ensure only activated users can login when approval is required

671f396ce952659be62823d8b6c879914b8f6592 authored over 3 years ago by Sam Poyigi <[email protected]>
Filter generated reservation timeslot similar to order timeslot

8d203afdb13c9c0a78378af885105286f9227e90 authored over 3 years ago by Sam Poyigi <[email protected]>
Use where instead of whereDate to compare datetime

Signed-off-by: Sam Poyigi <[email protected]>

a07037638112cf96345f2febb166f7b2a0e6782e authored over 3 years ago by Sam Poyigi <[email protected]>
Check for is_null as returning FALSE errors (#41)

* Check for is_null as returning FALSE errors

* Formatting

* Revert "Formatting"

This r...

99382b60871c8fb495470e9c1c9d7bd669f5c59f authored over 3 years ago by Ryan Mitchell <[email protected]>
Fix out of memory error caused when generating timeslot

d3b0644ba9b8a91fd430fd63edf60f94c4d9a12c authored over 3 years ago by Sam Poyigi <[email protected]>
Add missing EventEmitter trait

0987152072fd8419e89faa973b78376fbc3042fe authored over 3 years ago by Sam Poyigi <[email protected]>
Minor fix

b384a5c8666b9df4f0a7eb867d73161dfa417a79 authored over 3 years ago by Sam Poyigi <[email protected]>
Add missing yaml package from dropping october

b71855f56ac3bbf4e77942ae1aef33b98f5f65ea authored over 3 years ago by Sam Poyigi <[email protected]>
Adapt and drop october/rain dependencies (#39)

* Upgrade to laravel 8

* Adapt october/rain library and remove dependencies

* wip

* fix...

08ea8d880960844fb409f79224cad88cc89cbd93 authored over 3 years ago by Sam Poyigi <[email protected]>
Query all locations by default

Signed-off-by: Sam Poyigi <[email protected]>

3724a08d9bed9db8ef7785f3f147d4725dbf6004 authored over 3 years ago by Sam Poyigi <[email protected]>
Use fully qualified class names

Signed-off-by: Sam Poyigi <[email protected]>

bc6e3bc5a4ce2ed9001e3c7511551bf4de324b52 authored over 3 years ago by Sam Poyigi <[email protected]>
Make WorkingSchedule setPeriods and setExceptions methods public

e910a17b58cad0b9f1af6321adeca73d1c62a7c9 authored over 3 years ago by Sam Poyigi <[email protected]>
Don't convert empty strings to null (#37)

22898bd1534279f4b4fb9f3572510c296c310986 authored over 3 years ago by Ryan Mitchell <[email protected]>
Drop php 7.2 from tests

26d7eca3be981fdba1c38e09b3900b6a785b568b authored over 3 years ago by Sam Poyigi <[email protected]>
Minor fix

8b15e9dfff563579309c149f11d3f64d0ba110cd authored over 3 years ago by Sam Poyigi <[email protected]>
Update CSRF token mismatch error message

ec139aa4d946cf61aa578192d528254a3dd7f260 authored over 3 years ago by Sam Poyigi <[email protected]>
Fix bug where startDate is null when closed (#36)

* Fix bug where startDate is null when closed

* refactor

Co-authored-by: Sam Poyigi <65676...

868bbedacdab50a178681efceb9bba79b3e93435 authored over 3 years ago by Ryan Mitchell <[email protected]>
Drop support for php 7.2

a4fbb8e8512afd5b16900973a649ddd5d2b20d7c authored over 3 years ago by Sam Poyigi <[email protected]>