Ecosyste.ms: OpenCollective

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

ThinkPHP

PHP Framework
Collective - Host: opensource - https://opencollective.com/thinkphp - Website: https://www.thinkphp.cn - Code: https://github.com/top-think

修正json方法

github.com/top-think/think-orm - 06fcb0b3bfffb27ae8e4ee50a4383ddb724726be authored about 3 years ago
获取数据库字段类型不区分大小写

github.com/top-think/think-orm - 28e79af00bdecbac18f078c9479123af2850cb71 authored about 3 years ago
修正sqlite驱动lock

github.com/top-think/think-orm - e95b0de15702f19becb62ffd21d94fe2c1ffed8f authored about 3 years ago
更新queue使用说明

github.com/top-think/think-swoole - 1ecc01ec5f0cd61981acbc34f35b71c821a8a58c authored about 3 years ago
调整json处理

github.com/top-think/think-orm - 92abd99342264d3c69100d7339d67491ad1917e8 authored about 3 years ago
Db和模型增加filter数据处理机制

github.com/top-think/think-orm - 3af9219b110bdd66391b5c25b4ad141b989274bd authored about 3 years ago
任务名不再支持多应用的写法,使用完整类名代替

github.com/top-think/think-queue - cded7616e313f9daa55c0ad0de5791f0d1fb3066 authored about 3 years ago
修正属性冲突

github.com/top-think/think-queue - 8dc07706abafde802087ddbb13b0f4a90245a546 authored about 3 years ago
改进:Job对象实例化时也传入任务参数

github.com/top-think/think-queue - c6ffb0c6ff214d7f8f45563cdb1e58115fef921f authored about 3 years ago
修正column方法

github.com/top-think/think-orm - 5425f2ca05e02c5ba15db77098ab9433bd2963bf authored about 3 years ago
Merge pull request #2619 from top-think/controller_middleware_support_param

控制器中间件支持动态参数

github.com/top-think/framework - 2069b0d46fa0eb56096fe25a498bf9f03f097157 authored about 3 years ago
控制器中间件支持动态参数

github.com/top-think/framework - ebe4bdd2d851a5b8cce8a59a42a52a0e36ba09f7 authored about 3 years ago
feat: 支持 psr7 response

github.com/top-think/framework - bab451e36b6889ff2cfcad6f92728177a7814d20 authored about 3 years ago
tests: 增加测试用例

github.com/top-think/framework - 0c4689fad043b6d30361d62a13031652078cbcda authored about 3 years ago
Revert "fix: Container getObjectParam"

This reverts commit 504152bcb58de10e50fdd6d021efb375cb4908b1.

github.com/top-think/framework - b480fd7e17c46b2caaf11a1ddfbb362b4619dc0c authored about 3 years ago
修复 whereNotBetweenTime 逻辑错误

github.com/top-think/think-orm - 3dcf9af447b048103093840833e8c74ab849152f authored about 3 years ago
Update File.php

suppress errors here as unlink() might fail if two processes are cleaning up/rotating at the sam...

github.com/top-think/framework - e0ed4fda22bd49c53af12dfb4d5b506c15bb698e authored about 3 years ago
调整thinkPath路径赋值为真实绝对路径 以避免特殊环境潜在隐患

github.com/top-think/framework - 53e053ff2f45d0a461e9fb63225ae96193828789 authored about 3 years ago
fix:简化代码

github.com/top-think/framework - 7f1b8c6cddcee9091950d89946ee5fa9c6dc6497 authored about 3 years ago
fix: 修复多文件上传,文件hashName冲突问题

github.com/top-think/framework - 41590614cba786b36903d317fcd99a10ad9623ed authored about 3 years ago
fix: Container getObjectParam

getObjectParam 获取参数值时,优先使用声明的默认值,而不是实例化一个对象,因为某些类型约束声明可能是abstract
如:Pivot模型

github.com/top-think/framework - 504152bcb58de10e50fdd6d021efb375cb4908b1 authored about 3 years ago
发送cookie前先检查请求头是否已发送

github.com/top-think/framework - c7e2001d77e34c387399e07ebde6edafcc1c400f authored about 3 years ago
Fix make:controller error

github.com/top-think/framework - 2397ea3deda3c4097d026a4d4f9c092a530adec1 authored about 3 years ago
文件上传错误支持多语言

github.com/top-think/framework - 35eab368485ead6487391395acd04333f1c3df17 authored about 3 years ago
增加灵聚机器人接口

github.com/top-think/think-api - 52ad85cf312aa860790b762fef9187560b69ab62 authored about 3 years ago
助手函数增加命名空间

github.com/top-think/think-swoole - 8276c6193e89a7231948241ca147bf576e130b9a authored about 3 years ago
增加FileResponse,支持视频拖拽播放、下载断点续传

github.com/top-think/think-swoole - 294d327d3da32a45bf04c22a9f8e7a2db8920d5f authored about 3 years ago
Filesystem 增加url方法 获取文件访问地址

github.com/top-think/framework - d3acc3e379941f43b398d3492b6cb46bf4aa6e48 authored over 3 years ago
fix(http): 根据 HTTP 规范移除 Content-Length 响应头 (#278)

* fix(http): 根据 HTTP 规范移除 Content-Length 响应头

github.com/top-think/think-swoole - 1e8c904cf0ae1e013e2c44bd7fa9e1d48678b449 authored over 3 years ago
docs: 一些调整

github.com/top-think/think-swoole - 44e37f03c47c835e9364573d1e5160d32536406e authored over 3 years ago
docs: 添加访问静态文件教程

github.com/top-think/think-swoole - 10b85e87e353eeae773803b817d857040a3890dc authored over 3 years ago
Merge pull request #11 from weijer/2.0

fixed: get 函数默认值符合 psr16 规范

github.com/top-think/think-cache - 88bd38432116644693a83ee3b6ddea631e5b5939 authored over 3 years ago
fixed: get 函数默认值符合 psr16 规范

github.com/top-think/think-cache - 7f5fd50fe910bcabfb16e412e249891d3d7eee76 authored over 3 years ago
Apply fixes from StyleCI

github.com/top-think/think-swoole - 447c40f8d0b7a7eb17349d061fd75bb10cc4b503 authored over 3 years ago
http res 全部使用启用 Http Chunk 分段输出

github.com/top-think/think-swoole - e66a81e98248d5465d7c0de8ec80f758fba49f2f authored over 3 years ago
Apply fixes from StyleCI

github.com/top-think/think-swoole - 4d6fd6f72dbf2348d39997f395a1c34ca9f760c7 authored over 3 years ago
优化websocket:onMessage可充分利用协程调度

github.com/top-think/think-swoole - 2828a2a594f3549b7ab62d6ef8dc3c6169e4bb0b authored over 3 years ago
修复在php7.4环境下的报错

github.com/top-think/think-migration - 951b761af71ec844f0ef9af20860616099ca168a authored over 3 years ago
关联定义增加withDefault方法指定关联数据不存在时候的默认值

github.com/top-think/think-orm - 40f384806ba6a2a74bb3342fd724ec71afc1d09e authored over 3 years ago
改进url生成

github.com/top-think/framework - 03c23648582149e3ef3a8847689ed33e13d710e8 authored over 3 years ago
value和column方法支持json字段和动态获取器

github.com/top-think/think-orm - 6bd50005002384d5393f251243228cb42adbe096 authored over 3 years ago
fix:keep_alive造成子协程未能如期退出

github.com/top-think/think-swoole - 8118fc0422c7a57bc69ce2e505739671654667a3 authored over 3 years ago
room数据为空时删除对应的key

github.com/top-think/think-swoole - c1307c3a2958d8a9795b8728cb94e59ed08ad32b authored over 3 years ago
改进多语言自动加载

github.com/top-think/framework - 9bd2c27004ca4dd2a1bfe87153cfe97c550bfcaf authored over 3 years ago
修正hasWhere方法

github.com/top-think/think-orm - 04911389100773a0dce47ff8d6febfee34907255 authored over 3 years ago
fix: 修复php8自动提交事务时的报错

github.com/top-think/think-orm - 924e00ecf3cf283672e13ea27e2ba47e7b539a94 authored over 3 years ago
rpc 执行方法无需依赖注入

github.com/top-think/think-swoole - 61ce3b3d1c2f7696981ad1175de63aa1ee5bed9c authored over 3 years ago
兼容不支持注释的数据库

github.com/top-think/think-ide-helper - adc70e2f97dbad42a1fddfdf46cb74b59d3e7a32 authored over 3 years ago
修复paginate 返回[] 而不是空数据集,而导致的hidden等方法无法调用

如:class 'think\Collection' does not have a method 'hidden'

github.com/top-think/think-orm - b90511ccf39a3a147e7b297091160363673a78b4 authored over 3 years ago
add github action phpunit

github.com/top-think/think-helper - a7e71781b9bfd2650d9f8a0477591d28aba2b4ae authored over 3 years ago
改进cookie跨域删除

github.com/top-think/framework - 109fedc6efb9b695c7263594b1e3262881e6b2f5 authored over 3 years ago
修复hasWhere closure为空时foreach报错

github.com/top-think/think-orm - ce143de28b07c5330c9dd60b92eea252d1944a53 authored over 3 years ago
删除Relation类update和delete方法

github.com/top-think/think-orm - 9918723c4cb9e8f1b6279517487481ce17898c43 authored over 3 years ago
修正transactionXa方法

github.com/top-think/think-orm - 3c0575b7d3dd645c8f51ff81203726a8495cb7c4 authored over 3 years ago
Merge pull request #25 from larvatecn/3.0

修复 Str::snake 一处错误。

github.com/top-think/think-helper - b1349d94f9ab5fb26891fe93e226a8eb30a89110 authored over 3 years ago
调整协程hook位置

github.com/top-think/think-swoole - be6e419aa7a1f2bca7bd05e2fb1b9b1175987c18 authored over 3 years ago
Update README.md

github.com/top-think/think-queue - 6827f90f8f7bf08a64f20435bda003705f1ac647 authored over 3 years ago
修复自动时间戳int类型 添加修改返回1970

github.com/top-think/think-orm - af77138cc7f09aeac6742a673e9fb30574ab5470 authored over 3 years ago
修复 more 方法中当前查询数据空时获取 lastId 会报错的问题

github.com/top-think/think-orm - 1ca1cd7304ae97ed58a9d2c34269006497602fee authored over 3 years ago
热更新忽略掉不存在的目录

github.com/top-think/think-swoole - 1e9ee25bf626f3297276cb682a268a53a42e6464 authored over 3 years ago
Mongo驱动改进数据库事件

github.com/top-think/think-orm - 1af5d8d82a6a928ba19ea3dba70fd0cf7f2129ac authored over 3 years ago
版本依赖调整

github.com/top-think/framework - b0895e12c023ff8e1087be08d48134ce3ae797ec authored over 3 years ago
改进数据库查询事件

github.com/top-think/think-orm - 3ee8c5982271e901838c631bb7641d8c932129a5 authored over 3 years ago
改进all方法

github.com/top-think/framework - 1012fe7e1c18c3f68598a46961743543d45f9d09 authored over 3 years ago
修正orderField方法

github.com/top-think/think-orm - fed6308912982320fe57cf62ceef2ca69fbb796a authored over 3 years ago
改进关联的withoutfield方法参数支持字符串

github.com/top-think/think-orm - 7a6ece32443aed49cb071a09a9a1299e985ea1be authored over 3 years ago
更新单元测试的php版本

github.com/top-think/framework - 2ce3a39725cb68fd559635920ac4e1fc9548822b authored over 3 years ago
更新league/flysystem版本

github.com/top-think/framework - 0dea082e740e0812da7286e7625a61082e040189 authored over 3 years ago
Merge branch '6.0' of https://github.com/top-think/framework into 6.0

github.com/top-think/framework - 4b9bd66eaa8bc9b2913847864acf109c0385a1cb authored over 3 years ago
支持时间字段配置

github.com/top-think/framework - e371405e32dd8162594f0732f74e551d0c1c0df0 authored over 3 years ago
虚拟模型取消时间自动处理 增加时间字段统一配置参数

github.com/top-think/think-orm - 77fce2b44a7860b37d5cd1a57c3539f4aebec5a6 authored over 3 years ago
改进虚拟模型时间字段写入

github.com/top-think/think-orm - 3811b3af0f99fef88bd95bd633409bb4e48f47e7 authored over 3 years ago
增加虚拟模型trait

github.com/top-think/think-orm - cc94b5edf0bf371035e4e7cb5440c8186f434a39 authored over 3 years ago
优化分页查询 改进聚合查询

github.com/top-think/think-orm - ab531a4b6b31f4dd74ff0768eae57124c4ba52ee authored over 3 years ago
改进分页类

github.com/top-think/think-orm - 64bbfdde01f4fd6939c2f695fceb08e6d764ac6b authored over 3 years ago
修复 Str::snake 一处错误。

增加单元测试。

github.com/top-think/think-helper - f617c3f24bdcbd5f88f5b9091780a20b2494c424 authored over 3 years ago