Ecosyste.ms: OpenCollective

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

github.com/flarum/flarum-core

[READ ONLY] Subtree split of Flarum framework core.
https://github.com/flarum/flarum-core

configure spinner only once

c933984e6690db30dc714dd5c7a7ec65e1a87c49 authored over 6 years ago by Sajjad Hashemian <[email protected]>
Apply fixes from StyleCI (#1518)

[ci skip] [skip ci]

120d65984999fded895631ff46e099381952a5c5 authored over 6 years ago by Franz Liedke <[email protected]>
Replace Assets with Frontend extender

This extender allows registering both assets and simple GET routes
with frontend instances.

See...

a6e7a9fc6dff7864cdb5cdcb1a127ee99e41dacd authored over 6 years ago by Franz Liedke <[email protected]>
Fix group/permission seeding

Updating the Migration::addPermission helper table name means we need
to move the seed migration...

9e51c83db9a79a1fe6dae968f8ad1349893bf1e8 authored over 6 years ago by Toby Zerner <[email protected]>
Remove file accidentally added in merge

451615f18247ac8446cfd1ba911b77c1731005ef authored over 6 years ago by Toby Zerner <[email protected]>
Wrap column names; use whereColumn where possible

759da0e857ca5e922a91e601338f296617e14f91 authored over 6 years ago by Toby Zerner <[email protected]>
Merge branch 'master' into 1236-database-changes

# Conflicts:
# src/Forum/Controller/IndexController.php
# src/User/UserMetadataUpdater.php

15a60aed7769c365045fcca73b132b6b5076b347 authored over 6 years ago by Toby Zerner <[email protected]>
Don't save in the model

08c486445607a5cdb45bcf35f49707867639f615 authored over 6 years ago by Toby Zerner <[email protected]>
Fix user list sorting

9f09edbb822de2fae55fd2abf4cd96bdebb778b3 authored over 6 years ago by Toby Zerner <[email protected]>
Revert notifications_from table

I didn't think this change through and it's going to be too difficult
to implement right now. It...

4f9818ac3e24eac0b559570e4bcb9b0cc047cf45 authored over 6 years ago by Toby Zerner <[email protected]>
Apply fixes from StyleCI

[ci skip] [skip ci]

1ac8fdf0a5c6e0d539789253f2b822e730fbbbf4 authored over 6 years ago by Toby Zerner <[email protected]>
Clean up attribute assignment

cccc532b0112933c06e624b470cf84903a74de4d authored over 6 years ago by Toby Zerner <[email protected]>
Specify ambiguous column names

3ed76b761cdd3f3fc1e20c87a24f4ffab065ca62 authored over 6 years ago by Toby Zerner <[email protected]>
Use Eloquent's `latest` and `oldest`

575b2c3967555ba81ba5311230d70cfb5a9728d3 authored over 6 years ago by Toby Zerner <[email protected]>
Fix some incorrect attribute names

bee46a3ab338e15f2d4b797421352b40a90e99de authored over 6 years ago by Toby Zerner <[email protected]>
Fix entity deletion

Foreign keys take care of most of this for us!

2dffdfc1cd78c647b957ed90d9afa65d5123206f authored over 6 years ago by Toby Zerner <[email protected]>
Fix API key generation

eaba779d2061f49b36d98cf39bc076d78f30dfd3 authored over 6 years ago by Toby Zerner <[email protected]>
No need for deleted_at in notifications table

e9b8a9ecc51820013bed67f1ac20249cb922d71c authored over 6 years ago by Toby Zerner <[email protected]>
Change TIMESTAMP columns to DATETIME

1f973682216052a1d6fc295b3f0ffdd2460ec436 authored over 6 years ago by Toby Zerner <[email protected]>
Fix discussion and post list sorting

ed464ef592b0396536ec642520252de57cbe1962 authored over 6 years ago by Toby Zerner <[email protected]>
Fix email confirmation links

205ea761a57f3b6662a4d5f293a5b811755e2edd authored over 6 years ago by Toby Zerner <[email protected]>
Clean up Eloquent definitions

90907010ec9546cb651e684457402e6f1d0e3062 authored over 6 years ago by Toby Zerner <[email protected]>
Fix to ensure we can rename columns in tables with enums

See https://github.com/laravel/framework/issues/1186

da8f4cd48840933b4cfa7c0f24c5860386b499d8 authored over 6 years ago by Toby Zerner <[email protected]>
Fix column names

d4c4c21e254b681e9a0f3eafa2046cb87379fed1 authored over 6 years ago by Toby Zerner <[email protected]>
Fix table name

923b67db0438bc64cb5548acec980599d2249e89 authored over 6 years ago by Toby Zerner <[email protected]>
Clean up migrations

* Make filenames and order more consistent

* Split foreign keys into their own migrations, add ...

e8ef8f230888ad15fe9dfee868f313fbceb23e8c authored over 6 years ago by Toby Zerner <[email protected]>
resetting to short annotation for dropping foreign key constraint, as per docs, must use array notation for this to work

86740cdcaa9979963b25ee48dcb0206b31746878 authored over 6 years ago by Daniel Klabbers <[email protected]>
fixed another foreign key drop with incorrect name

8d5a4cd12416befee6b081b3faafcd9a5fde953a authored over 6 years ago by Daniel Klabbers <[email protected]>
forgot to name a few constraints properly on the dropForeign statement

a1fe23045358170a6b7cef3ea95dbcafb5ab8e8f authored over 6 years ago by Daniel Klabbers <[email protected]>
decided to leave the posts.discussion_id foreign key constraint to discussions out for now

057cd0164277a7342e101a6867177f0c3703e07e authored over 6 years ago by Daniel Klabbers <[email protected]>
Bundled output for commit 72778ddb8c28b74293b635615c48bd81bf33d8bd [skip ci]

3b3cbf42dcbfd007d54510e8ce757c3ccbfc07fb authored over 6 years ago by flarum-bot <[email protected]>
Update PULL_REQUEST_TEMPLATE.md (#1505)

b4ccce51b1491b6b5c053b0185427557dd167df8 authored over 6 years ago by Daniël Klabbers <[email protected]>
Use flexbox for sideNav. fixes #1408

614fb85688a2713035caa029380db3dff76c8930 authored over 6 years ago by Toby Zerner <[email protected]>
Revert Chrome image rendering tweak

The Chrome bug appears to have been fixed:
https://bugs.chromium.org/p/chromium/issues/detail?id...

4d212a67a4e91689cd5194abf3dc4caf7d03add1 authored over 6 years ago by Toby Zerner <[email protected]>
Dissociate .sideNav--horizontal from @expand-side-nav

6386289b4a213af8233ae889cef9e12095a45aeb authored over 6 years ago by Toby Zerner <[email protected]>
added constraints, discussions_first_post_id_foreign blocks here

311d2e54544cf23c2082c2d0fccb3d8981b80f45 authored over 6 years ago by Daniel Klabbers <[email protected]>
instead of changing fulltext, use medium text schema builder change on posts.content

da059ba6e1571530887efbdd228e6c51f0c4db4d authored over 6 years ago by Daniel Klabbers <[email protected]>
remove migration (initially was intended) to change settings.value to longblob

c2db7982ac86b91bd2fc3ebc8fc1e8b4cac90440 authored over 6 years ago by Daniel Klabbers <[email protected]>
split up the migration to create and seed notifications_from

b68f4a132711c698674321f1307ce80c1b272345 authored over 6 years ago by Daniel Klabbers <[email protected]>
undo carbon change as proposed in review

33da073a5fafa230134a7ab90e96138dcc5da876 authored over 6 years ago by Daniel Klabbers <[email protected]>
Properly set comments_count and discussions_count (#1436)

fa0600267703b564b54aebc4f40169e643932da3 authored over 6 years ago by David Sevilla Martín <[email protected]>
Remove another unused parameter

255c947e9a7ef5948b244b4514092ea1ef1f48d5 authored over 6 years ago by Franz Liedke <[email protected]>
Remove incorrect attribute

a4706d334f38700fc8dce18cc0d98440f2933d3b authored over 6 years ago by Franz Liedke <[email protected]>
Apply fixes from StyleCI (#1508)

[ci skip] [skip ci]

511a614f4bb8e5519c2fce1db165b078eeb11d5e authored over 6 years ago by Franz Liedke <[email protected]>
Move initial permission setup to migrations

Refs #1466.

88f1dbdc4bf8adc16ffe0a53779a53a58a149498 authored over 6 years ago by Franz Liedke <[email protected]>
Apply fixes from StyleCI (#1507)

[ci skip] [skip ci]

b5fef3def2fab41b9946c1e9f880be9cc5ee8fbf authored over 6 years ago by Franz Liedke <[email protected]>
Discussion HTML: Add a canonical URL

Refs #358 and #1140.

8346603e6ed08604541c3ebfa9cd16210ea162f3 authored over 6 years ago by Franz Liedke <[email protected]>
Discussion HTML: Fix generation of next/prev URLs

84aa3362c4821feae95761c9b13f5ca903701035 authored over 6 years ago by Franz Liedke <[email protected]>
Make post filtering work with database prefixes

46ac22411bf916723601351f768869e23590fc56 authored over 6 years ago by Franz Liedke <[email protected]>
Add migration for new hidePosts permission

Refs #1387 and #1466.

5e20a247673be4828549020460a1b194a0d154e6 authored over 6 years ago by Franz Liedke <[email protected]>
Installer: Get rid of an instance variable

Leftover from PR #1405.

81e5b2c438ef3c36586bb8905b9955fffe435a10 authored over 6 years ago by Franz Liedke <[email protected]>
Formatter: Tweak minifier setup

See discussion in PR #1457.

3336105981d8cefa15c947980a63a86ee08e1e7f authored over 6 years ago by Franz Liedke <[email protected]>
Upgrade text formatter (#1457)

* upgrade TextFormatter

* remove finalize options

* cleanup JsCompiler

* simplify Forma...

2471ee9da1fec60e0e3f8f062dc0776964f01779 authored over 6 years ago by Sajjad Hashemian <[email protected]>
Bundled output for commit 4098e0c85543a21b3e1087077948100fd595751d [skip ci]

a2a4a36e36e17036320020a79b2191ec465d6342 authored over 6 years ago by flarum-bot <[email protected]>
Create new hidePosts permission (#1466)

df26598296e870be7f3e4b8724c621334d96e191 authored over 6 years ago by AFR <[email protected]>
Revert "Update PULL_REQUEST_TEMPLATE.md"

This reverts commit da9272e870ddad693fd56f2cc0de115e2e73869d.

73d263233a7cb7442fb1ded3beacef57b69d9bd1 authored over 6 years ago by Daniel Klabbers <[email protected]>
Update PULL_REQUEST_TEMPLATE.md

adding a requirement list
adding related required changes
added comment description

0c581f6d905030262bc866b459cd236c7e73660c authored over 6 years ago by Daniël Klabbers <[email protected]>
Use box-shadow instead of border for notifications badge

fixes #1481
closes #1500

86ef53ecb283e6160040b713e02a45d5f0fc16ab authored over 6 years ago by Toby Zerner <[email protected]>
Update feature-request.md

db61206c6cba5505ddf3f8a7402673eb49552691 authored over 6 years ago by Daniël Klabbers <[email protected]>
reset the relation table naming from groups_users to adhere to laravel convention group_user

9b41ea4976f182f959de04889367e382f8ccefbe authored over 6 years ago by Daniel Klabbers <[email protected]>
Update feature-request.md

fixes #1480

This is a suggestion to improve clarification of what a feature request on our is...

b954c6561d4adc9d431536caae1dfce5f3167d49 authored over 6 years ago by Daniël Klabbers <[email protected]>
Update doctrine/dbal version constraint

This update is needed to fix MariaDB compatibility.
See #1211.

2a9f1b7c1117498732cc934714f395bc887fe0d7 authored over 6 years ago by Franz Liedke <[email protected]>
Composer: Reorder dependencies

[ci skip]

f64eb1254f8473d7f43706ac695304219181397c authored over 6 years ago by Franz Liedke <[email protected]>
Bundled output for commit 651a6bf4eabe186a56cc47054abdd7690bcf00a9 [skip ci]

0874ec55caffe74f0cb20baa31082d9120dda86b authored over 6 years ago by flarum-bot <[email protected]>
Frontend refactor (#1471)

Refactor Frontend + Asset code

- Use Laravel's Filesystem component for asset IO, meaning the...

08af0c59ffe072583b721b11e8982d2f8e5cc1f1 authored over 6 years ago by Toby Zerner <[email protected]>
phpversion minimum requirement changed in wrong location for installation

be2e581c125a320e3b1cfef87eb21d746808e346 authored over 6 years ago by Daniel Klabbers <[email protected]>
Revert "have install command demand php 7.1 too"

This reverts commit a47f884028c3f7d987bdded19894a6862b182313.

8379682a8d85c2a8e1102b01a4001073e15c95b7 authored over 6 years ago by Daniel Klabbers <[email protected]>
have install command demand php 7.1 too

38b011962184b84139edfe52dd1672dc56a50c80 authored over 6 years ago by Daniel Klabbers <[email protected]>
Apply fixes from StyleCI

[ci skip] [skip ci]

83c32461f7543b04feaa1ae5589f015e23ce21ed authored over 6 years ago by luceos <[email protected]>
fixed some migration names and used helper where appropriate

3c7e66699caf29256e42602b70598a61898b722d authored over 6 years ago by Daniël Klabbers <[email protected]>
Merge branch 'master' into 1236-database-changes

a2c8780d78dc3320972032c3f67c1b17ff036c3b authored over 6 years ago by Daniël Klabbers <[email protected]>
Revert "migrating user preferences obviously works on empty table"

This reverts commit a3c6833b54af705ff139743630aeccb194e8ad47.

eeed92e35909ef95c293b0710b5eb2036cda3ce6 authored over 6 years ago by Daniël Klabbers <[email protected]>
Bundled output for commit ebbbd63bcea08ec77305bc461bb8668235db19cf [skip ci]

6af8e3bac3be31247206d6b29c42452d0c0140dc authored over 6 years ago by flarum-bot <[email protected]>
not dropping bio due to not having a replacement

17dc1d926c480b11e0d0ff031d2d2f88dc01b9ee authored over 6 years ago by Daniël Klabbers <[email protected]>
check class string before concat

34c4ee371e856f93406aaa668246a522d4c65907 authored over 6 years ago by Sajjad Hashemian <[email protected]>
we need to leave the preferences column for now

a1eef3f0efeec2d487c0e8f244f8149be50f723d authored over 6 years ago by Daniël Klabbers <[email protected]>
Merge branch '1236-database-changes' of github.com:flarum/core into 1236-database-changes

b083b8dd2fff64d8b969cd7c55096152188c7b13 authored over 6 years ago by Daniël Klabbers <[email protected]>
Allow a single extender to be returned (#1469)

Casting an object to an array does not have the intended effect of
wrapping the object in an ar...

96b26e4bbf717f29935676b1b0d4b3c9e20b339f authored over 6 years ago by Toby Zerner <[email protected]>
Merge branch 'master' into 1236-database-changes

6147f93e1219ee090ac2cc4c06369c9cb63d32d9 authored over 6 years ago by Daniel Klabbers <[email protected]>
Bundled output for commit d7dd4bf8a0def822736eb1f23b6ad94727000ad0 [skip ci]

ddc6482c34aec0d361d3dc2b9ea68f47bf71c203 authored over 6 years ago by flarum-bot <[email protected]>
[WIP] JS Extender API foundation (#1468)

* Run extenders exported by extensions
* Add some basic extenders
* Patch Mithril as the very ...

38d6e359b10a12b4611c271e190a324cbdddf76a authored over 6 years ago by Toby Zerner <[email protected]>
Rename and improve FormatterConfiguration extender

In the future we may have multiple Formatters, so by moving the config
callback to its own insta...

14dc88609a47495e7c5edc5b285a959041ee3aef authored over 6 years ago by Toby Zerner <[email protected]>
Merge event listener registration

7501df69ade4128672da4e0e4e8a10303f0fac3e authored over 6 years ago by Toby Zerner <[email protected]>
Checkout the branch before committing

5a18bc293ed6046331d3deaf801fa1ab86156271 authored over 6 years ago by Toby Zerner <[email protected]>
git config before commit [skip ci]

fc9d85226f0c23377a4211c01b75e4228ba1e805 authored over 6 years ago by Toby Zerner <[email protected]>
Webpack (#1367)

* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit com...

00c30c35e5d5ee0d4de053150d26fb914d603898 authored over 6 years ago by Toby Zerner <[email protected]>
New issue templates (#1459)

d38bfa38dbfcfe64daaa71c48d10fe7db44f123a authored over 6 years ago by Toby Zerner <[email protected]>
Merge branch 'master' into 1236-database-changes

26741020497d4834d78176dc1355cd9cb549fa97 authored over 6 years ago by Daniel Klabbers <[email protected]>
Fix discussion posts not being initialized correctly. Fixes #1455

18d3abb58b1099ea8f6c179824a77362eca55410 authored over 6 years ago by Toby Zerner <[email protected]>
Add comment explaining extension boot process

c457e764e257e3cacb189ce3b245c4c6cc0483ec authored over 6 years ago by Toby Zerner <[email protected]>
Make ExtensionManager a singleton

9bb7314cd3abe38562879fea949fac026848a354 authored over 6 years ago by Toby Zerner <[email protected]>
Prevent @ character used in searches from crashing MySQL 🙄

47c4cfdc0c1c803f99dc724dfb751314aeb8105c authored over 6 years ago by Toby Zerner <[email protected]>
Escape string used in LIKE query

460fa97076d189484e9d2ed5100634e8df8e9087 authored over 6 years ago by Toby Zerner <[email protected]>
Use imported class name

4d53e7dfc66ba0b69b1c9d56bbeb80208d760be0 authored over 6 years ago by Toby Zerner <[email protected]>
Add Interface suffix

c420153db37266c2823a5825053c9f283791ef87 authored over 6 years ago by Toby Zerner <[email protected]>
migrating user preferences obviously works on empty table

6163349a1f51d7bce02661a511167cd7254fbbbe authored over 6 years ago by Daniël Klabbers <[email protected]>
rename TokenController to CreateTokenController

2b7442454e294d6908b8a1cbfd83204d9b28634f authored over 6 years ago by Sajjad Hashemian <[email protected]>
Simplify interface of migration-related classes

Mostly, we only need a database connection, instead of one of
Laravel's "connection resolvers".
...

7d2761041603b8402c9170ed28356882b0b45204 authored over 6 years ago by Franz Liedke <[email protected]>
Migrations: always pass a schema builder

This removes the funky auto-injection capability from migration
closures. While technically remo...

8d54fd2815d8c67c5bde848c36eb3e2c31b9b44c authored over 6 years ago by Franz Liedke <[email protected]>
Merge branch 'master' into 1236-database-changes

5a8fa2352b01a10d7607a8d79cc6799b52aa0a4e authored over 6 years ago by Daniël Klabbers <[email protected]>