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)
2017-02-12 01:36:42 +01:00
Franz Liedke
70a765a2c8
Merge pull request #37 from milescellar/patch-1
...
Update year
2017-01-02 20:07:20 +01:00
Miles Cellar
a5b4c2eacd
Update year
2017-01-01 22:50:11 +01:00
Toby Zerner
0c975a7f10
Remove PPM for now
...
Since it doesn't have a stable version tagged, which is causing issues with `composer install`.
2016-10-18 22:12:09 +10:30
Franz Liedke
46c951349a
apache: Remove proxy header
2016-07-19 11:01:10 +09:00
Franz Liedke
de19d0a95b
nginx: Overwrite Proxy header
2016-07-19 10:50:02 +09:00
Franz Liedke
7e17408634
htaccess: Block access to .git directory
...
Refs flarum/core#632 .
2016-04-23 17:08:16 +09:00
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/
2016-04-20 20:10:02 +09:00
Franz Liedke
158f2020c8
Configure PPM to use correct bridge class
2016-04-19 11:07:16 +09:00
Franz Liedke
2a53b0367d
PHP-PM bridge for PSR-7 has been moved to new organization
2016-04-19 09:28:42 +09:00
Franz Liedke
6fa9800e55
Configure PHP-PM to use the correct bridge and the new server class
2016-04-16 23:20:28 +09:00
Franz Liedke
e4d90d6017
Load PHP-PM and a bridge for PSR-7 middleware
2016-04-16 23:20:12 +09:00
Franz Liedke
30dfd952b8
Upgrade to latest version of Studio
2016-04-06 22:53:56 +09:00
Franz Liedke
533e7d4051
Use sensible version constraint for Studio
2016-03-28 14:04:44 +09:00
Franz Liedke
8caebc73e6
Upgrade version constraint for Studio
2016-03-04 00:27:09 +09:00
Toby Zerner
e54e60a44b
Merge pull request #35 from Luceos/drop-ext-dir
...
removed composer installer and extensions directory
2016-03-02 19:04:03 +10:30
Daniel Klabbers
eeeca56481
removed composer installer and extensions directory
...
added composer, dropping composer installer
2016-02-26 12:08:24 +01:00
Toby Zerner
f99aa84034
Delete build.sh
...
This is outdated, we don't need it anymore!
2016-02-06 15:58:54 +10:30
Toby Zerner
cfd8650ab2
Merge pull request #32 from maelsoucaze/patch-2
...
Update license year range to 2016
2016-01-26 11:15:13 +10:30
Maël Soucaze
db911e8263
Update license year range to 2016
2016-01-25 16:48:09 +01:00
Toby Zerner
ca4cc753cb
Use new extension package names
2015-12-29 13:05:05 +10:30
Franz Liedke
78a72648b4
Update to Vaprobash 1.4.2
...
This lets me get rid of my patched version
2015-12-01 01:49:13 +01:00
Toby Zerner
4be4e6209f
Use the latest version of composer-installer
2015-11-22 09:41:29 +10:30
Toby Zerner
18c471f015
Add beta stability flags
2015-11-03 10:19:02 +10:30
Toby Zerner
fad38c0bbd
Update docs for beta 3
2015-11-03 09:58:46 +10:30
Toby Zerner
8b6697dea9
Fix Apache configuration error, blacklist some files
...
ref #28
2015-11-02 13:42:09 +10:30
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.
2015-11-01 16:02:30 +10:30
Franz Liedke
1b0d6c89e6
Remove unstable tobscure/json-api dependency
2015-10-31 12:59:17 +01:00
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
2015-10-30 17:23:10 +01:00
Thasan
7bff4a2d80
Allowing access only to index.php, admin.php, api.php and assets folder
2015-10-30 14:36:40 +02:00
Franz Liedke
0acb8857f4
Merge pull request #27 from terokorp/feature/apache2.4_htaccess
...
Adding support for apache 2.4
2015-10-30 11:33:43 +01:00
Thasan
1e15cabd06
Adding support for apache 2.4
2015-10-30 02:33:25 +02:00
Toby Zerner
261ac0366f
Merge pull request #26 from sparanoid/patch-1
...
Fix typo
2015-10-23 13:30:14 +10:30
Tunghsiao Liu
98c12db5c2
Fix typo
2015-10-23 10:24:54 +08:00
Franz Liedke
1bd84561f1
Add rules for compression and cache expiry
...
Refs flarum/core#514 .
2015-10-22 11:37:19 +02:00
Franz Liedke
ccf979c80d
Add rules for compression and cache expiry
...
Refs flarum/core#514 .
2015-10-22 11:34:02 +02:00
Franz Liedke
ea61c22556
Ignore composer lock file for now
2015-10-19 15:02:02 +02:00
Franz Liedke
d637522ad5
Fix up Vagrant setup script
2015-10-19 15:00:41 +02:00
Franz Liedke
25cfc56a89
Clarify dev dependency for tobscure/json-api
2015-10-19 14:59:34 +02:00
Franz Liedke
f52143ac87
Vagrant: Do not create database if it already exists
...
Patch by @oldskool.
Closes #24 .
2015-10-14 10:30:03 +02:00
Franz Liedke
accda91bf5
Clean up
2015-10-14 07:50:16 +02:00
Toby Zerner
771549c015
Add temporary file storage dir
2015-10-14 15:50:04 +10:30
Toby Zerner
7f90c99087
Clean up
2015-10-14 11:16:31 +10:30
Toby Zerner
290f1aff55
Require composer installer
...
This will make packages with the type flarum-extension install into the extensions directory.
2015-10-07 23:10:54 +10:30
Toby Zerner
b009ea6b1c
Split up front controllers again
2015-10-07 23:09:57 +10:30
Toby Zerner
e3b14ea8ce
Reorganise storage directories
2015-10-07 23:09:09 +10:30
Toby Zerner
f3d8d7b58f
Merge flarum/server into core
2015-10-02 17:17:18 +09:30
Toby Zerner
3a0d8a656a
New Composer-driven app skeleton
...
- One front controller to simplify server setup
- Extract all bootstrap code into flarum/server
- Clean up folder structure
2015-10-02 17:07:11 +09:30
Franz Liedke
c090d0ebc3
Vagrant: Fix path of aliases definition
2015-09-28 15:31:59 +02:00
Franz Liedke
1626964689
Vagrant: Remove old fix
2015-09-28 15:31:39 +02:00