Franz Liedke
d779c97ced
Use new Site class to bootstrap web server and console
7 years ago
Franz Liedke
18c1750f3a
Delete unnecessary front controllers
...
See flarum/core@cc4b25911504670761ffd8d84663b6ca97a48451
8 years ago
Toby Zerner
6916205522
Merge pull request #41 from Luceos/patch-1
...
Update .htaccess
8 years ago
Daniël Klabbers
1ed484990f
Update .htaccess
...
declined access to composer.json
8 years ago
Daniël Klabbers
0ba01391e8
Update .htaccess
...
flarum/core#692 protect composer.lock, but also improve protection for git directories
8 years ago
Franz Liedke
ba53bc77fd
Merge pull request #40 from Strobotti/vagrant
...
Fix vagrant provisioning
8 years ago
Juha Jantunen
72eeac2b2e
Fix vagrant provisioning
8 years ago
Juha Jantunen
4479d857b6
Fixes for Vaprobash environment ( #38 )
...
* Escape some quotes in environment.sh
* Fix incompatibility between Vaprobash 1.4.2 where first parameter for composer.sh is now treated as a Github token
Ref: https://github.com/fideloper/Vaprobash/pull/493
8 years ago
Franz Liedke
569e3a3b5e
Fix workaround for HTTPoxy vulnerability
...
Three issues with the previous solution:
* `Header unset` instead of `RequestHeader unset`
* No check for mod_headers being installed
* No alternative for when mod_headers is not installed (this still
requires the mod_security module, but that's the best I could do)
8 years ago
Franz Liedke
70a765a2c8
Merge pull request #37 from milescellar/patch-1
...
Update year
8 years ago
Miles Cellar
a5b4c2eacd
Update year
8 years ago
Toby Zerner
0c975a7f10
Remove PPM for now
...
Since it doesn't have a stable version tagged, which is causing issues with `composer install`.
8 years ago
Franz Liedke
46c951349a
apache: Remove proxy header
8 years ago
Franz Liedke
de19d0a95b
nginx: Overwrite Proxy header
8 years ago
Franz Liedke
7e17408634
htaccess: Block access to .git directory
...
Refs flarum/core#632 .
9 years ago
Franz Liedke
cc8e9aa6e6
Add a Procfile for starting all dev processes at once
...
This can be used with tools like Foreman [1] to start a
web server and the asset compilation from one console.
[1] http://ddollar.github.io/foreman/
9 years ago
Franz Liedke
158f2020c8
Configure PPM to use correct bridge class
9 years ago
Franz Liedke
2a53b0367d
PHP-PM bridge for PSR-7 has been moved to new organization
9 years ago
Franz Liedke
6fa9800e55
Configure PHP-PM to use the correct bridge and the new server class
9 years ago
Franz Liedke
e4d90d6017
Load PHP-PM and a bridge for PSR-7 middleware
9 years ago
Franz Liedke
30dfd952b8
Upgrade to latest version of Studio
9 years ago
Franz Liedke
533e7d4051
Use sensible version constraint for Studio
9 years ago
Franz Liedke
8caebc73e6
Upgrade version constraint for Studio
9 years ago
Toby Zerner
e54e60a44b
Merge pull request #35 from Luceos/drop-ext-dir
...
removed composer installer and extensions directory
9 years ago
Daniel Klabbers
eeeca56481
removed composer installer and extensions directory
...
added composer, dropping composer installer
9 years ago
Toby Zerner
f99aa84034
Delete build.sh
...
This is outdated, we don't need it anymore!
9 years ago
Toby Zerner
cfd8650ab2
Merge pull request #32 from maelsoucaze/patch-2
...
Update license year range to 2016
9 years ago
Maël Soucaze
db911e8263
Update license year range to 2016
9 years ago
Toby Zerner
ca4cc753cb
Use new extension package names
9 years ago
Franz Liedke
78a72648b4
Update to Vaprobash 1.4.2
...
This lets me get rid of my patched version
9 years ago
Toby Zerner
4be4e6209f
Use the latest version of composer-installer
9 years ago
Toby Zerner
18c471f015
Add beta stability flags
9 years ago
Toby Zerner
fad38c0bbd
Update docs for beta 3
9 years ago
Toby Zerner
8b6697dea9
Fix Apache configuration error, blacklist some files
...
ref #28
9 years ago
Toby Zerner
af0850d842
Include bundled extensions in composer.json
...
Referencing 0.1.0 won't actually work until we tag a release, but that will be soon.
9 years ago
Franz Liedke
1b0d6c89e6
Remove unstable tobscure/json-api dependency
9 years ago
Franz Liedke
93ed335a8e
Merge pull request #28 from terokorp/feature/apache2.4_htaccess
...
Allowing access only to index.php, admin.php, api.php and assets folder
9 years ago
Thasan
7bff4a2d80
Allowing access only to index.php, admin.php, api.php and assets folder
9 years ago
Franz Liedke
0acb8857f4
Merge pull request #27 from terokorp/feature/apache2.4_htaccess
...
Adding support for apache 2.4
9 years ago
Thasan
1e15cabd06
Adding support for apache 2.4
9 years ago
Toby Zerner
261ac0366f
Merge pull request #26 from sparanoid/patch-1
...
Fix typo
9 years ago
Tunghsiao Liu
98c12db5c2
Fix typo
9 years ago
Franz Liedke
1bd84561f1
Add rules for compression and cache expiry
...
Refs flarum/core#514 .
9 years ago
Franz Liedke
ccf979c80d
Add rules for compression and cache expiry
...
Refs flarum/core#514 .
9 years ago
Franz Liedke
ea61c22556
Ignore composer lock file for now
9 years ago
Franz Liedke
d637522ad5
Fix up Vagrant setup script
9 years ago
Franz Liedke
25cfc56a89
Clarify dev dependency for tobscure/json-api
9 years ago
Franz Liedke
f52143ac87
Vagrant: Do not create database if it already exists
...
Patch by @oldskool.
Closes #24 .
9 years ago
Franz Liedke
accda91bf5
Clean up
9 years ago
Toby Zerner
771549c015
Add temporary file storage dir
9 years ago