Simple forum software for building great communities.
Go to file
Toby Zerner feffe53a86 Add ability to upload a logo + favicon, and add custom header HTML
Closes #268. Not going to bother with a preview SVG or anything fancy for now – we can think about that as part of #746. Right now it's just good to finally get this functionality in!

Also need to think about apple-touch-icon, msTile stuff, and social sharing image. Not sure if this is all too much for core, but it's definitely too much for the current Appearance page layout. Again, something to think about as part of #746.

Code is a bit rough around the edges, but figured there's not much point in using the command bus properly since #870.
2016-06-04 18:05:46 +09:30
error #719 Fixed PermissionDeniedException 2016-01-07 19:09:57 +01:00
js Add ability to upload a logo + favicon, and add custom header HTML 2016-06-04 18:05:46 +09:30
less Add ability to upload a logo + favicon, and add custom header HTML 2016-06-04 18:05:46 +09:30
migrations Applied fixes from StyleCI 2016-02-25 22:09:39 -05:00
scripts Clean up some old code 2015-10-22 12:25:22 +10:30
src Add ability to upload a logo + favicon, and add custom header HTML 2016-06-04 18:05:46 +09:30
stubs Refactor the web app bootstrapping code 2016-05-26 19:04:24 +09:30
tests adding new tests to cover api handlers, part 1 of #245 and #74 2016-03-03 11:00:11 +01:00
views Add ability to upload a logo + favicon, and add custom header HTML 2016-06-04 18:05:46 +09:30
.editorconfig 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
.styleci.yml Simplify StyleCI config 2016-02-26 13:47:17 +10:30
.travis.yml Travis: Do not run PhpUnit through Composer 2016-03-21 23:12:09 +09:00
composer.json Use smaller FontAwesome shim repo instead of original 2016-05-29 10:21:37 +09:30
CONTRIBUTING.md Update readme/contributing 2015-11-01 16:00:25 +10:30
LICENSE Update year range in LICENSE 2016-01-02 07:08:58 +01: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.