Franz Liedke
fd8d0b25c1
Use Whoops middleware on frontend front controller, too
10 years ago
Franz Liedke
f521f6640b
Split API and frontend controllers
10 years ago
Franz Liedke
b639c45526
Update dependencies
10 years ago
Franz Liedke
d82ba13d85
Try to get rid of bootstrapper classes
10 years ago
Franz Liedke
18974b6024
Vagrant: Use Apache instead of nginx.
...
Nginx seemed to have some problems with PATH_INFO which I did not want
to investigate at this time.
By using Apache, I can now have different front controllers for e.g.
the API (api.php) vs. the forum itself (index.php). We can even do
similar things for assets etc.
10 years ago
Franz Liedke
9b1d92693e
Return router response for all Flarum requests
10 years ago
Franz Liedke
92845bebac
Apply JSON parameter middleware to all Flarum requests
10 years ago
Toby Zerner
39f5d69c6c
Remove that message, it doesn't tell the full story
10 years ago
Toby Zerner
5e161c4890
Add date
10 years ago
Toby Zerner
829559a556
Add note about private development
10 years ago
Franz Liedke
65c4a49ecf
Revamp bootstrapping process to use PSR-7 middleware
10 years ago
Franz Liedke
334cebbf6f
Require Zend's PSR-7 packages.
10 years ago
Franz Liedke
76533e4096
Update core
10 years ago
Franz Liedke
5cc38e2783
Update core.
10 years ago
Franz Liedke
67577028b4
Vagrant: Switch to 32-bit VM.
...
This should be easier to install for most people, since it can be actually run on 32-bit machines (and on 64-bit machines with certain types of visualization turned off).
10 years ago
Toby Zerner
49ef3744c6
Emoji support
10 years ago
Franz Liedke
d5229bd3d0
Update core.
10 years ago
Franz Liedke
fa12c1ebd7
Delete config.php, replace it by example file.
10 years ago
Franz Liedke
ef6b1bb988
Update installation instructions.
...
This flag ensures that the core submodule is properly set up.
10 years ago
Franz Liedke
48e20e55d0
Update Vagrant scripts to reflect new setup.
10 years ago
Toby Zerner
7de87f7e56
Add license
10 years ago
Toby Zerner
ddc33e2f12
Merge remote-tracking branch 'origin/master'
...
Conflicts:
readme.md
10 years ago
Toby Zerner
4ae1159d05
Automatically fetch submodule
10 years ago
Toby Zerner
626f70c3c7
Add flarum/core as submodule
10 years ago
Toby Zerner
1a3d0b5cea
Update deps, vagrant install
10 years ago
Toby Zerner
e5bf553d2d
Revamp readme/contributing
10 years ago
Toby Zerner
c9ea169bb2
Add editorconfig
10 years ago
Toby Zerner
e9396984df
Merge pull request #8 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to readme.md
10 years ago
The Gitter Badger
7e366f5389
Added Gitter badge
10 years ago
Toby Zerner
ead1b78ade
Enable ExtensionsServiceProvider
10 years ago
Toby Zerner
7d8d9155a7
Change avatar path
10 years ago
Toby Zerner
3f9c5ceabb
Remove submodule for now
10 years ago
Toby Zerner
d9ebd27a93
New skeleton architecture
...
flarum/core submodule needs to be added back in (to system/core)
10 years ago
Franz Liedke
806ae8ab96
Revamp setup of core subdirectory.
...
The most work should now be done on the host machine after cloning
by initializing and updating the submodules.
10 years ago
Franz Liedke
a7e1c191e2
Remove flarum directory from list of ignored files.
10 years ago
Franz Liedke
9d34ea0189
Specify branch of core submodule.
...
This means that after pulling from the main repository, you should
run "git submodule update --remote" to ensure the submodule is fully
up-to-date.
10 years ago
Franz Liedke
e7a6c81558
Add core as submodule.
...
To fetch the submodule, run "git submodule init" followed by
"git submodule update" in the root directory.
10 years ago
Franz Liedke
a569ef69e0
Install Studio in Vagrant VM.
10 years ago
Franz Liedke
0d5f949297
Update dependencies, use Studio for managing core subdirectory.
10 years ago
Toby Zerner
91050da115
Update service provider name
10 years ago
Toby Zerner
8be15711c0
Update vagrant scripts for new ember app location
10 years ago
Toby Zerner
e20005bb24
Turns out putting a . there breaks Laravel
10 years ago
Toby Zerner
0263dcc107
Fix gitignoring
10 years ago
Toby Zerner
eb92f6a3ac
Remove font awesome
10 years ago
Toby Zerner
e9609aa4c3
Move avatars directory
10 years ago
Toby Zerner
1750834122
Namespace avatars disk
10 years ago
Toby Zerner
cab771a4d4
Add AdminServiceProvider
10 years ago
Franz Liedke
c8568df40f
Add gitignore file to avatars directory.
10 years ago
Franz Liedke
8ee8a0a9b9
Configure filesystem disk for avatars.
10 years ago
Toby Zerner
ccc73498b1
Merge pull request #5 from franzliedke/patch-3
...
[Vagrant] Fix ember aliases
10 years ago