Simple forum software for building great communities.
Go to file
Toby Zerner 07a20a10fd Move flood control from core to API layer
This means that flood control can be disabled depending on the nature of the request (i.e. when authenticated using a master API key). The particular use case for this is to allow using the API to migrate data from an old forum.
2016-01-02 15:22:16 +10:30
assets/fonts Major refactor and improvements 2015-10-08 14:28:02 +10:30
error Implement proper update process 2015-10-19 15:09:54 +10:30
js Merge branch 'scrubber-display-only-comments' of https://github.com/ahsanity/core 2016-01-02 12:04:04 +10:30
less Added user online indicator to post 2015-12-16 13:43:46 +01:00
migrations Issue#669: Convert 'settings' table 'value' column to TEXT instead of BLOB 2015-12-18 02:25:50 +06:00
scripts Clean up some old code 2015-10-22 12:25:22 +10:30
src Move flood control from core to API layer 2016-01-02 15:22:16 +10:30
stubs Update locale file template 2015-11-28 15:55:21 +09:00
tests Fix tests and CS 2015-12-05 22:31:33 +10:30
views Rework sessions, remember cookies, and auth again 2015-12-05 15:11:25 +10:30
.editorconfig Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.eslintignore Add JavaScript eslint config 2015-07-05 21:25:09 +09:30
.eslintrc Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.gitattributes Include the extension stub's .gitignore file 2015-08-29 18:29:33 +09:30
.gitignore Added some tests for the database setting repository 2015-09-28 15:34:32 +01:00
.php_cs Add header comment; PSR-2 fixes; remove seeders 2015-08-26 16:56:32 +09:30
.travis.yml Travis: Test on PHP 7 and HHVM, too 2015-11-02 08:11:22 +01:00
CHANGELOG.md Overhaul sessions, tokens, and authentication 2015-12-03 15:11:57 +10:30
composer.json Add base OAuth2 controller 2015-12-05 15:25:10 +10:30
CONTRIBUTING.md Update readme/contributing 2015-11-01 16:00:25 +10:30
LICENSE Update links and remove license file extension 2015-08-27 19:56:37 +09:30
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.