Simple forum software for building great communities.
Go to file
Toby Zerner aa4c4b07bd Revert notifications_from table
I didn't think this change through and it's going to be too difficult
to implement right now. It can wait until we do the notifications
revamp. For now reverting back to the old structure, with the
`sender_id` column renamed to `from_user_id`.
2018-07-21 18:35:50 +09:30
.github New issue templates (#1459) 2018-06-20 11:16:48 +09:30
.travis Checkout the branch before committing 2018-06-20 14:47:37 +09:30
js Fix discussion and post list sorting 2018-07-21 17:10:02 +09:30
less Webpack (#1367) 2018-06-20 13:20:31 +09:30
migrations Revert notifications_from table 2018-07-21 18:35:50 +09:30
src Revert notifications_from table 2018-07-21 18:35:50 +09:30
stubs/migrations Remove extension generator 2016-10-04 23:26:03 +03:30
tests Merge branch 'master' into 1236-database-changes 2018-06-19 09:57:47 +02:00
views [WIP] JS Extender API foundation (#1468) 2018-06-22 10:49:46 +09:30
.deploy.enc Webpack (#1367) 2018-06-20 13:20:31 +09:30
.editorconfig Improved foundational backend unit tests (#1405) 2018-04-17 11:15:28 +02:00
.gitattributes Webpack (#1367) 2018-06-20 13:20:31 +09:30
.gitignore Webpack (#1367) 2018-06-20 13:20:31 +09:30
.styleci.yml Update StyleCI rules 2016-11-16 15:47:12 +10:30
.travis.yml Webpack (#1367) 2018-06-20 13:20:31 +09:30
composer.json Composer: Sort dependencies 2018-06-02 15:07:23 +02:00
LICENSE Update year (#1328) 2017-12-31 20:48:23 +01:00
phpunit.xml [wip] 1211 mariadb compatibility (#1440) 2018-05-29 05:51:22 +02:00
README.md Update readme/contributing 2015-11-01 16:00:25 +10:30

Flarum Core

This repository contains Flarum's core code. If you want to set up a forum, visit the main Flarum repository.

Contributing

Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.