Petrouchka
|
c17588f1cd
|
Update .htaccess
# Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory
|
9 years ago |
Franz Liedke
|
fce07ad258
|
Merge pull request #13 from billmn/composer-fix
Composer fix
|
9 years ago |
Davide Bellini
|
4a44ceb6a8
|
Updated Composer Lock file
In addition of composer.json, must be updated composer.lock file to update packages with "composer install"
|
9 years ago |
Davide Bellini
|
d1c7368ecb
|
Fixed Studio version in Composer
|
9 years ago |
Toby Zerner
|
1a5d27109e
|
Merge pull request #12 from billmn/update-submodule
Updated Core Submodule
|
9 years ago |
Davide Bellini
|
cb92d205ba
|
Updated Core Submodule
|
9 years ago |
Toby Zerner
|
8b0644ee63
|
Remove flarum/core composer dependency
We use git + studio to include the flarum/core dependency, so it
needn't be in composer.json. (Our build script still `composer
require`s it.)
|
9 years ago |
Franz Liedke
|
ba3e9dfb88
|
Merge pull request #11 from billmn/fix-nodejs-install
Fixed Node JS install
|
9 years ago |
Davide Bellini
|
c4f9c8f4b8
|
Fixed Node JS install
Restored original Vaprobash's script for Node JS install.
|
9 years ago |
Toby Zerner
|
4ae1fe2dad
|
Update core
|
9 years ago |
Toby Zerner
|
dc9d7fdbd4
|
Fix dependency clashing in build script
|
9 years ago |
Toby Zerner
|
bed54b617c
|
Update dependencies
|
9 years ago |
Toby Zerner
|
7d257565cc
|
Boot app before attempting upgrade
|
9 years ago |
Toby Zerner
|
38b832bbf7
|
Flush cache/assets when upgrading
|
9 years ago |
Toby Zerner
|
0ff233e8a1
|
Upgrade the database on page load if necessary
|
9 years ago |
Toby Zerner
|
79a7f8d047
|
Don't use whoops for API errors
|
9 years ago |
Franz Liedke
|
7739217b39
|
Disable Apache's MultiViews option
It can mess up rewriting.
See http://discuss.flarum.org/d/613-installation-went-well-but-i-can-t-visit-the-admin-section
|
9 years ago |
Franz Liedke
|
6b4ee29202
|
Make install command available only if Flarum is not installed
|
9 years ago |
Franz Liedke
|
680e8b53d6
|
Use Core helper for checking installation status
|
9 years ago |
Toby Zerner
|
c214d47ccf
|
Merge pull request #10 from jubianchi/fix-composer-lock
Update composer lockfile
|
9 years ago |
jubianchi
|
b737028d54
|
Update composer lockfile
|
9 years ago |
Franz Liedke
|
55a841b6ed
|
Merge pull request #9 from vsn4ik/upd_editor_cnf
Remove redundant options in editorconfig
|
9 years ago |
vsn4ik
|
745de82cc3
|
Remove redundant options
|
9 years ago |
Toby Zerner
|
717eb39bb8
|
Pull latest version of submodule during provisioning
|
9 years ago |
Toby Zerner
|
fe8499c87f
|
Fix path in vagrant provisioning script
|
9 years ago |
Toby Zerner
|
e0bc15f428
|
Add core submodule properly
|
9 years ago |
Toby Zerner
|
f73a7990f3
|
Require MySQL 5.5+
See
http://discuss.flarum.org/d/569-sqlstate-42000-syntax-error-or-access-vi
olation
|
9 years ago |
Toby Zerner
|
268cd3016a
|
Fix screenshot URL
|
9 years ago |
Toby Zerner
|
f667d9f22c
|
Fix build script directory permissions
|
9 years ago |
Toby Zerner
|
9eb8c632bb
|
Set directory permissions when building
|
9 years ago |
Toby Zerner
|
b8c261f7fc
|
Fix merge conflict
|
9 years ago |
Toby Zerner
|
aac3395954
|
Use public repo when building
|
9 years ago |
Toby Zerner
|
f5f0a1fd42
|
Update README and contributing instructions
|
9 years ago |
Franz Liedke
|
e7092b841c
|
Simplify duplicate conditionals
|
9 years ago |
Franz Liedke
|
2208271c77
|
Set default timezone
|
9 years ago |
Franz Liedke
|
56fb00378c
|
Use new method for retrieving base URL
|
9 years ago |
Franz Liedke
|
64c0653fe0
|
Actually zip up the release
|
9 years ago |
Franz Liedke
|
d307ec8da0
|
Cleanup
|
9 years ago |
Toby Zerner
|
dd6cb2f6ce
|
Clean up, add header comments
|
9 years ago |
Toby Zerner
|
5aa4530447
|
Use better way of ensuring Authorization header
This will need some testing though
|
9 years ago |
Toby Zerner
|
38ea2b5d49
|
Deny access to flarum directory
|
9 years ago |
Toby Zerner
|
77ecef8370
|
Make sure Authorization header works on Apache
|
9 years ago |
Toby Zerner
|
eb8ecd71bf
|
Check for bower.json files
|
9 years ago |
Toby Zerner
|
a1d76f4873
|
Detect base path for installer
|
9 years ago |
Toby Zerner
|
05c4237533
|
Prevent crash if no mail driver is set
|
9 years ago |
Toby Zerner
|
718c2e053d
|
Load installer if not installed
|
9 years ago |
Toby Zerner
|
5a7d97baf8
|
Add upgrade, generate:extension commands
|
9 years ago |
Toby Zerner
|
b59acabeb5
|
Set mail config from database
|
9 years ago |
Toby Zerner
|
92485e9bb5
|
Route using the base path
|
9 years ago |
Toby Zerner
|
669dd9c0c5
|
Work on build script
|
9 years ago |