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

Convert closures in arrays to Compat extenders as well

Refs #851.

1464906dbcee498bcc40d57655487d2f8921e3c6 authored almost 7 years ago by Franz Liedke <[email protected]>
Use cursor() fetching when deleting many posts

Refs #1319.

d1aab91398710c7c8b24aa93a82c070734d0e820 authored almost 7 years ago by Franz Liedke <[email protected]>
Assets extender: Remove defaultAssets() method

See https://github.com/flarum/flarum-ext-approval/commit/a7821a24a2a7cf598aded163492afc3bbe776bc...

0badff33ecfbec354416444ba95d15245082d6f4 authored almost 7 years ago by Franz Liedke <[email protected]>
Fix docblocks

4af04777d0bd9dfb8495abc8aa9088ab14710ddc authored almost 7 years ago by Toby Zerner <[email protected]>
Fix Laravel 5.5 query scoping

9e54b680be82116a606970ccebec3e44abeb5e23 authored almost 7 years ago by Toby Zerner <[email protected]>
Rename method and attribute, and remove unnecessary attribute filtering

d2099565725c9a27307022d25917c2e140a557c2 authored almost 7 years ago by Clark Winkelmann <[email protected]>
Merge remote-tracking branch 'upstream/master' into signup-fields-locking

64fd008d9fa90ad554196756605edca71f457a2c authored almost 7 years ago by Clark Winkelmann <[email protected]>
Remove use of event priorities

Event priorities are no longer in Laravel - see https://github.com/laravel/framework/commit/dbbf...

54fd41da0ca7185ec8280bf0ebc1babdb086d1bc authored almost 7 years ago by Toby Zerner <[email protected]>
Fix docblock return type

12ccb1437a9c687701073b9df78b0f0b244d16a3 authored almost 7 years ago by Toby Zerner <[email protected]>
Use whereRaw instead of Expression

ae7050500bc8638bbe136ae67128679a26b60ce9 authored almost 7 years ago by Toby Zerner <[email protected]>
Use ::class, update some typehints

5354350fa8b5592791dca0d87ee0e6127de29abb authored almost 7 years ago by Toby Zerner <[email protected]>
Avoid calculations in views

Instead, look up existence of navigation links in the underlying
API document.

72d4dc06c41244e185594af522184b98bb24982b authored almost 7 years ago by Franz Liedke <[email protected]>
Use Blade's inject helper

3bd7e032e740bcdf4378112c39dd63c8b695f975 authored almost 7 years ago by Franz Liedke <[email protected]>
Add pagination link for previous page

4e6ba83bebece7b266ac1788be6f06e4d1834fb0 authored almost 7 years ago by Franz Liedke <[email protected]>
Only display pagination link if necessary

Otherwise, search engines start indexing pages that aren't filled yet.

Refs #189.

f2d28a5b0fb11a8922dad2ebc84b2a4ad944793e authored almost 7 years ago by Franz Liedke <[email protected]>
Don't use invokables with Container::call()

fb4519cf99b15a4b8fa0905f4bc3fe63f3c57e56 authored almost 7 years ago by Franz Liedke <[email protected]>
Re-introduce Compat extender

Turns out Container::call() does not work with invokable classes.
Thus, we need to wrap callable...

5744fff73c699c582873ab5f90556d810331dffd authored almost 7 years ago by Franz Liedke <[email protected]>
Update test namespaces

42c6c6a97eb8f723461441683fa7a74d5d8e6828 authored almost 7 years ago by Toby Zerner <[email protected]>
Get rid of Compat extender

Now that we support any form of callable to be returned from the
bootstrap.php files, it is no l...

a8e3aa4dd356a3eda614b861e2503b5c2d97202d authored almost 7 years ago by Franz Liedke <[email protected]>
Turn extenders into callables

This simplifies the API and gives extension developers more
flexibility, for a) maintaining back...

2e19aa43b71ffeb373f1be17f945a75d1d8b9413 authored almost 7 years ago by Franz Liedke <[email protected]>
fixed two typehints on migrations repository

b595a1273ce4677c4558e97d1b15f5edb9f90489 authored almost 7 years ago by Daniel Klabbers <[email protected]>
Dispatch user events after password reset

Previously PasswordChanged was never sent

b6cb291311c21f468cc6aac5dc4cacd3ec222951 authored almost 7 years ago by Clark Winkelmann <[email protected]>
Tweak route registration extender: Use plural

This makes it more consistent with other existing extenders,
while also making registration of m...

8b1571e30b6332834e2991d18a675ca63eca660b authored almost 7 years ago by Franz Liedke <[email protected]>
Fix StyleCI spacing

cf028a1735064c47e3acc1532b79178005679bbd authored almost 7 years ago by Willem de Groot <[email protected]>
Remove execute permissions from php/less files

1d63fbf5a9ede7728d0f83cc1f945848edaf7684 authored almost 7 years ago by Willem de Groot <[email protected]>
Merge branch '0.1.0-beta.7'

1b3d212f498a6c280dc068b0340da848d426bfa5 authored almost 7 years ago by Toby Zerner <[email protected]>
Always apply attributes from token when registering

The change introduced in #1033 transformed any identification attribute returned from an OAuth p...

006e155d696847cdff9eea58a1537e5e409e8284 authored almost 7 years ago by Clark Winkelmann <[email protected]>
Merge pull request #1335 from flarum/next-back-extenders

Start of PHP extenders API

3831fbd4ac18008a7eec935da364596b2fc48bd1 authored almost 7 years ago by Toby Zerner <[email protected]>
Add another newline before custom footer HTML

6fa388feebcbca81d9db8b741f44c6d72eb6077b authored almost 7 years ago by Franz Liedke <[email protected]>
Add Custom Footer HTML (#1315)

* Add Custom Footer HTML

Straight copy from Custom Header HTML

* Move Custom Footer HTML t...

79ce81c96783f1d3773bb8d2bfd1038912fe5da5 authored almost 7 years ago by AFR <[email protected]>
Manage Composer height with overridable methods (#1272)

* Manage Composer height in a separate class with overridable methods

* Use a computed method...

8ce80d1b3138c5dfc937f9892a30d7c242a1a663 authored almost 7 years ago by Clark Winkelmann <[email protected]>
Add Route extender for registering routes with forum, admin or API

b9020e921ab90d29d70161305072604be612c3fa authored almost 7 years ago by Franz Liedke <[email protected]>
Admin: Set up all event listeners in one place

See discussion in #1273.

567e89a9ab765cb8f383e8ffb16a23495194feee authored about 7 years ago by Franz Liedke <[email protected]>
Resolve extenders from ExtensionManager

Loading the activated extensions now means retrieving an array of
extenders (classes that implem...

102854266fe19b8f56c002254acbefe3239b1c8a authored about 7 years ago by Franz Liedke <[email protected]>
Add FormatterConfiguration extender for extensions working with TextFormatter

971c6a7556488d61f2edb376929b36c0628dd816 authored about 7 years ago by Franz Liedke <[email protected]>
Add Assets extender for frontend extensions

6eb6bf37934f2a9f1019093ea6bec2578260768d authored about 7 years ago by Franz Liedke <[email protected]>
Deprecate remaining non-namespaced events

These will be replaced by etenders soon.

db023c1f506c066b24ea01a9a094f92dbf234e1d authored about 7 years ago by Franz Liedke <[email protected]>
Add Locale extender for language pack extensions

fce1bd33ad4430faa04206d92f1a7682ac0c6d35 authored about 7 years ago by Franz Liedke <[email protected]>
Use ::class instead of some hardcoded class names

This gives us better refactoring functionality in IDEs like
PhpStorm, and also more quickly surf...

5439886d7855e784b3a0fac4e29b902faacdb557 authored about 7 years ago by Franz Liedke <[email protected]>
Clean up code, use PHP 7 feature :)

cafa295d6bac8b1034a9d326ff5763cdf6cc1664 authored about 7 years ago by Franz Liedke <[email protected]>
Installation default data: Use more sensible defaults

Using .dev as a TLD for local development is discouraged, as at
least Chrome now enforces HTTPS ...

f6b7f09964ddc5aa0a3f460c2f639f2862e870ac authored about 7 years ago by Franz Liedke <[email protected]>
Fix array_only usage

6406c751426b7fd7568c4eb6a35518effc9c4fc1 authored about 7 years ago by Clark Winkelmann <[email protected]>
Fix order of array_first arguments

As per https://laravel.com/docs/5.3/upgrade (under "Arrays")

49bacca901f7b36e6302312750658ab91a1e8892 authored about 7 years ago by Toby Zerner <[email protected]>
Prevent editing fields in sign up modal according to identification data

40d2a94db4aa2a8da1fb936dda0086c4baffd29d authored about 7 years ago by Clark Winkelmann <[email protected]>
Re-add missing middleware

d6ca37feaebbc3c05f335cb21a6e1f5ec7a23a48 authored about 7 years ago by Toby Zerner <[email protected]>
Fix class name

b919f15a385bb48f006337f99d440799e0639ef9 authored about 7 years ago by Toby Zerner <[email protected]>
Update year (#1328)

0d879b42bc21f354dffb97071cf4677b01a7dbe8 authored about 7 years ago by Miguel Piedrafita <[email protected]>
Fix URL generator usage

b7b9afbfff95c47be827d3815c83faec4143900a authored about 7 years ago by Toby Zerner <[email protected]>
Fix view paths

cb268c5ccd66a02c7f9096e494706f0c077c0d8d authored about 7 years ago by Toby Zerner <[email protected]>
Fix class reference

e24a7179af0232ad3f8e0aa60b50047ca47ce19f authored about 7 years ago by Toby Zerner <[email protected]>
Fix comment

2d3b842fd86ab409e44257a59c639c637cfd1ed2 authored about 7 years ago by Franz Liedke <[email protected]>
Merge pull request #1308 from flarum/next-back

Next back > master

9e1f8da3b8bd358f0f00f6466748d6cadce7486d authored about 7 years ago by Toby Zerner <[email protected]>
Remove unused method

acd22565f4a4c7e184dd1d66b08ab220f8fe700e authored about 7 years ago by Toby Zerner <[email protected]>
Fix some class names, clean up imports

ab90980dc48cbeb48d9fe2274153f6aeb8638db1 authored about 7 years ago by Toby Zerner <[email protected]>
Fix order of array_first arguments

As per https://laravel.com/docs/5.3/upgrade (under "Arrays")

b18e979938f56821348b7c1dbd25737b64170062 authored about 7 years ago by Toby Zerner <[email protected]>
Move garbage collection into middleware

This prevents garbage collection to randomly break the installer:
before installation, the model...

e5a5dbf2a57d87b5ca88db0245d7eecb1e9c7b0f authored about 7 years ago by Franz Liedke <[email protected]>
Fix more incompatibilities with Laravel 5.5

101f2bb00afd1e761a8ff0a8677134152e690252 authored about 7 years ago by Franz Liedke <[email protected]>
Disable HandleErrors middleware during installation

Temporary measure until we have a real fix in place.

e88d2395ad04a9317e35cfafb7c4c6446021d5a5 authored about 7 years ago by Franz Liedke <[email protected]>
Fix previous commit

Prevent `flarum.config` from being bound in the container when the
software has not been install...

4d57c695b681ebc690bfe0fc6c528d427efc4f86 authored about 7 years ago by Franz Liedke <[email protected]>
DRY up loading of config

e71fbe12fedd87982126cbb3fa026fc1042aff41 authored about 7 years ago by Franz Liedke <[email protected]>
Remove Listener namespace

We may reverse this in the future, but for now just going for
consistency between domains (the m...

616330ca567c5a8d89d97cf79ad7fa1c078fa120 authored about 7 years ago by Toby Zerner <[email protected]>
Apply fixes from StyleCI

[ci skip] [skip ci]

5a9a7eb95326c15266b967d06bde31882bf80df8 authored about 7 years ago by Toby Zerner <[email protected]>
Fix usage of UrlGenerator in notifications

2fac4f95d4640d3575512f00237feefe506178c3 authored about 7 years ago by Toby Zerner <[email protected]>
Pick up config when setting a new base path

dcc937992d3544d88eb2bd35042abbcba7a73ba1 authored about 7 years ago by Toby Zerner <[email protected]>
the admin service provider also has to use the new HandleError logic

a764445a7e7d02be8630b6ee85d43e6ac72b1463 authored about 7 years ago by Daniel Klabbers <[email protected]>
- FilesystemInterface no longer needed in User related handlers

- FilesystemInterface conditional ioc binding moved to AvatarUploader
- User::getAvatarAtribute f...

1aac05d45b687c34bd23874639d6af43a2ecbcf3 authored about 7 years ago by Daniel Klabbers <[email protected]>
fixed the BasicFoo vs FooBasic serializer definition issue, prevented for future using ::class

7a5ce82e870cc01a80cab69902fc96ede3ea082c authored about 7 years ago by Daniel Klabbers <[email protected]>
and another..

2cf5ab00895cdf9c2b57797444331d2ff57f2b0b authored about 7 years ago by Daniel Klabbers <[email protected]>
satisfying sci isnt enough for it, lets please it further

7e494a70d53cac5034ad6175421ac3e85c4ffc01 authored about 7 years ago by Daniel Klabbers <[email protected]>
- satisfying styleci

- cleared the merge conflict in the phpdoc
- changed some string class names to use ::class

c392bf8be8d06013baeb82b559c03c6efe9a8c01 authored about 7 years ago by Daniel Klabbers <[email protected]>
Apply suggestions from StyleCI

39af11b33b6ecf0d672fcf3d9b039441ba6f0159 authored about 7 years ago by Franz Liedke <[email protected]>
merges 5.5 and master into next-back

8c5bbca545cc5c31496209c516284c42072467de authored about 7 years ago by Daniël Klabbers <[email protected]>
Apply suggestions from StyleCI

870d8ea76148f7c11a1a59404bb21c1b4cbc2e53 authored about 7 years ago by Franz Liedke <[email protected]>
Prevent saving invalid custom less (#1273)

* Prevent saving invalid custom less

* Fix formatting

* Fix formatting again

* Move cus...

1a20fdef47fa48ffac2cc4c04947800b53cef7ea authored about 7 years ago by Clark Winkelmann <[email protected]>
re-using symfony translator

b7ae515ffdb11130d4a488e7ede358a4f5e89885 authored about 7 years ago by Daniël Klabbers <[email protected]>
Filter out notifications with non-existent subjects

ref #1025 #1238. This should prevent the frontend from crashing when
opening the notifications m...

d2134a70b22f3e8a78efe2d052d27acf32ba6876 authored about 7 years ago by Toby Zerner <[email protected]>
Add infinite scrolling in the notifications list

f9c09d72369a55e48ae5ed0a4380b0d11bfb9d04 authored about 7 years ago by Toby Zerner <[email protected]>
Extract admin dashboard statistics from core into an extension

bef43940133efe08ddb1e1b362048e96b22bbd4a authored about 7 years ago by Toby Zerner <[email protected]>
Fix PHP 7.2 warning

9ec4bd67144f06da49176262499c90a08d0487ce authored about 7 years ago by Toby Zerner <[email protected]>
Fix crash when post's user has been deleted

96b872c6cdf5418d10c5f96bf3bd64ce1ff2b4ef authored about 7 years ago by Toby Zerner <[email protected]>
remove autolink #1214

b39de4643445fe0bb58459cc045fb7bcb895651d authored about 7 years ago by Sajjad Hashemian <[email protected]>
Move view logic into middleware

384b469f7f237d12bfdcfd99afc59299851c32f2 authored about 7 years ago by Toby Zerner <[email protected]>
Fix last commit

a081371961492b57decdfef32d36fd4e3d08cce6 authored about 7 years ago by Toby Zerner <[email protected]>
Generate URL in the controller instead of the view

00fa5960c344dc3516b0763124f7a1d793fd9220 authored about 7 years ago by Toby Zerner <[email protected]>
Basic implementation of dashboard widgets, statistics

Currently not user-customizable. Just needed to display statistics for a
client, so figured I'd ...

1065038fe9e765207c3b50ed7e04c4515a8ee00a authored about 7 years ago by Toby Zerner <[email protected]>
More precise permission check for email gambit

0f199d8df60536a7f39b03384f38726d0fcb846b authored about 7 years ago by Toby Zerner <[email protected]>
Fix admin error handling

4c0a70d48941abee30f107a8a3f7894988ccb09d authored about 7 years ago by Toby Zerner <[email protected]>
reverting translator contract

a7631af3c6f89b065d7d09252c689fbdffa4b9cf authored about 7 years ago by Daniël Klabbers <[email protected]>
Preserve return URL when confirming logout

3e81f67244fcfd86ebef11ae65913a221d6ca71a authored about 7 years ago by Toby Zerner <[email protected]>
Add a "return home" link to 404 errors

23a592dfa9a27f27d6966fe203ce965d8e49f3de authored about 7 years ago by Toby Zerner <[email protected]>
New design for error pages. closes #252

4ec4fffe173e50691c6cc2f6756ad8a7dac271bc authored about 7 years ago by Toby Zerner <[email protected]>
Add log out confirmation if CSRF token is invalid. fixes #1282

e8231d571ea131462be6cbea15a0ff1e14a74ed4 authored about 7 years ago by Toby Zerner <[email protected]>
Use HtmlResponse in AbstractHtmlController

9cd70563fc72b47ba2b47007e3c5d8a19e95b3e8 authored about 7 years ago by Toby Zerner <[email protected]>
Make URLs more verbose

962282d019d5145c1eb9fe7e577420da4d8dfccc authored about 7 years ago by Toby Zerner <[email protected]>
New design for reset password view

b44a2971a3bf1f448d1b7bfcf4e9594460904f13 authored about 7 years ago by Toby Zerner <[email protected]>
Restructure views

- Use Laravel's view namespacing rather than the full file path
- Organise views into directories

c73e2408fafdce7018683ac53180a2e697d8bb71 authored about 7 years ago by Toby Zerner <[email protected]>
must be an empty line

1d8b1319818b5875525fbf39c19f3b9c961e6314 authored about 7 years ago by Daniel Klabbers <[email protected]>
re-added a precious line

62c5f00c8d8da4b97e79ce9a5f23dca29f69e55e authored about 7 years ago by Daniel Klabbers <[email protected]>
patched up the Scope implementation as requested

076b6a5dd39eb91e71152314ce05aff7881e3254 authored about 7 years ago by Daniel Klabbers <[email protected]>
Using Core Translator in Locale Manager, type hinted its methods and removed unnecessary phpdoc

d9c53ce2bb5cb21087b9ac092d1036addd206b79 authored about 7 years ago by Daniel Klabbers <[email protected]>