Commit Graph

331 Commits (ffed65ca634617ff85e38940f5824c8600e71ebf)

Author SHA1 Message Date
jordanjay29 ffed65ca63
Remove redundant installation info lines
Why do we even have this ~~lever~~ line? 

Looks like a bit of oversight when we consolidated docs and updated for stable. Probably made sense at the time, now we have installation docs that we keep up to date. Remove this line to prevent confusion because it's out of date.
2021-06-27 23:59:25 -05:00
Daniël Klabbers 9c2f747f92
change security to the policy page 2021-06-10 23:10:24 +02:00
Daniel Klabbers d5b2515f54 changelog for v1.0.0 2021-05-27 10:54:35 +02:00
Daniël Klabbers ea8723b4f2
update constraints for stable (#74)
* update constraints for stable

* Update composer.json
2021-05-25 14:50:52 +02:00
David Wheatley ceb7c7fcf3
Update copyright year 2021-05-15 00:43:06 +01:00
Alexander Skvortsov 46c648991c
Fix PHP reqs, mention mariadb 2021-03-16 02:37:49 -04:00
Daniel Klabbers cd4b673d98 Release v0.1.0-beta.16 2021-03-15 16:19:04 +01:00
OrangeTurtle197 cc0046bcc1
Update README.md (#72)
fix screenshot in readme
2021-03-05 10:51:26 -05:00
Daniël Klabbers 5950779a1a
Update composer.json (#71)
update authors
2021-02-23 10:32:12 +01:00
Alexander Skvortsov 07379ba4a5
Add nicknames to new installs (#70) 2020-12-20 22:53:11 +01:00
Daniël Klabbers 5abd213039 added @askvortsov1 to composer.json 2020-10-20 16:46:50 +02:00
Daniël Klabbers e39a512e0c changelog for v0.1.0-beta.14 2020-10-20 16:45:55 +02:00
Lucas Henrique 68110bf52e
Fix README.md logo path (#68)
Bring back Flarum logo by adding missing "/assets" segment.
2020-10-15 19:41:56 -04:00
Daniël Klabbers e786d788ea
Update composer.json (#67)
Drop the oauth extensions, see https://github.com/flarum/core/issues/2006
2020-09-07 19:54:14 -04:00
Matt Kilgore 4ffaf91ec4
Add IIS config for easier windows setup (#66)
* Add IIS config for easier windows setup

* Use regex from .nginx.conf and comment out rule

Uses the more common regex which reduces the number of rules and also commented out for consistency with nginx and apache

* Used enabled flag for no-public restrictions

Also fixes any indentations
2020-09-04 18:33:33 -04:00
Clark Winkelmann 0ef4318913
nginx rule to prevent access to sensitive files (#65)
* nginx rule to prevent access to sensitive files
* Add a suggested rule that does the same as the suggested rule in .htaccess
* Add .git and auth.json to nginx sensitive resources
2020-06-03 08:59:10 +02:00
Alexander Skvortsov 3aeffd15aa
Latest beta now requires PHP 7.2+ 2020-05-08 11:49:45 -04:00
Daniël Klabbers 9400a34ab0
Release v0.1.0-beta.13 2020-05-06 10:57:08 +02:00
Daniël Klabbers adada6456f
prevents reading composer related json file 2020-04-21 15:05:09 +02:00
Daniël Klabbers 7fc74eb36c ready up for b12, updated authors, changelog 2020-03-04 10:41:48 +01:00
Franz Liedke 542331b6b4
Extract duplicated site setup to shared file (#63) 2020-01-31 14:03:32 +01:00
Franz Liedke 41497429f6
Consistent spacing 2020-01-17 16:43:50 +01:00
Daniël Klabbers abe7a51cf5
update index.php with new license 2020-01-05 22:31:04 +01:00
Daniël Klabbers 7a875ce203
update extend.php with new license 2020-01-05 22:30:37 +01:00
Daniël Klabbers 0aeead1259
update binary with new copyright 2020-01-05 22:30:09 +01:00
Franz Liedke cb7312b84a
Update copyright year 2020-01-03 15:21:10 +01:00
Franz Liedke 38a0c4558b
Revert "fixes" from StyleCI
These were intended, to simplify getting started or changing things in
the base skeleton.

StyleCI has now been disabled for this repository.
2020-01-03 15:20:30 +01:00
Franz Liedke f1d5b46b4e Apply fixes from StyleCI 2019-11-29 23:17:03 +00:00
Franz Liedke 60299dd9e5
Update copyright claims in LICENSE 2019-11-30 00:01:05 +01:00
Daniël Klabbers 03223e3c69 v0.1.0-beta.10 releasing 2019-09-16 15:25:00 +02:00
Franz Liedke b196d2cc32
Release beta.9 2019-07-05 12:49:09 +02:00
Franz Liedke 4acab4a46f
Release beta.8.1 2018-12-06 09:27:08 +01:00
Toby Zerner 1683328c86 Add changelog 2018-12-02 08:03:29 +10:30
Toby Zerner e2544a2a22 Prevent caching of JSON:API responses
See https://discuss.flarum.org/d/17793-a-force-refresh-fixes-everything-temporarily
2018-12-02 07:44:59 +10:30
Toby Zerner 60005b67cc Uppercase that README 2018-11-22 18:35:40 +10:30
Toby Zerner 69bd886df8 Remove copyright year from LICENSE
So we don't have to worry about keeping it updated
2018-11-21 18:19:40 +10:30
Toby Zerner fb56b87a49 Update README, consolidate other meta files
Code of Conduct and Contributing have been moved into the new docs
2018-11-21 18:12:40 +10:30
Toby Zerner b4a09a072f Update .htaccess rules and add .nginx.conf
- Clean up .htaccess and use best practices from h5bp/server-configs.

- Extract Nginx config from docs into a new .nginx.conf file which can
  be included in the server block. Also uses best practices from
  h5bp/server-configs.

- Remove "Allow access if Flarum is installed in a subdirectory but
  another .htaccess in a higher directory denies access" rule. I'm not
  sure why this was in here. Traced it back to

    c17588f1cd (diff-8052c42ab3b8aa06a3f5f788a4ddccc2)

  but there's no real rationale behind why such an edge case should be
  included in the default .htaccess?
2018-11-21 17:26:02 +10:30
Toby Zerner 3ec2aad36e
Merge pull request #58 from flarum/tz/code-of-conduct
Add Code of Conduct
2018-11-15 15:06:16 +10:30
Toby Zerner 8492ce3a0b Add code of conduct 2018-11-14 15:59:32 +10:30
Franz Liedke 8b9da9be31
Configure all paths explicitly
Suggested by @tobscure below commit dfebb5c8ca.
2018-10-28 23:12:45 +01:00
Franz Liedke 084d1b2ff2
Remove unused FLARUM_START constant 2018-10-26 00:56:33 +02:00
Franz Liedke dfebb5c8ca
Adopt new Flarum\Foundation\Site interface
Refs flarum/core#1592.
2018-10-24 22:21:02 +02:00
Toby Zerner dd740b4c40 Rename packages 2018-10-17 13:46:49 +10:30
Franz Liedke 655aa9cea9
Booting is now done by the Server classes
Refs flarum/core#1421.
2018-09-21 23:35:34 +02:00
Franz Liedke 54d9228ab8
Add a root-level extend.php for per-forum customizations 2018-09-01 16:14:23 +02:00
Toby Zerner 7b5bd17c77
Merge pull request #55 from flarum/fl/sites
Update skeleton for site/app refactoring
2018-08-24 18:21:34 +09:30
Franz Liedke fe3a0ac993
Update skeleton for site/app refactoring 2018-08-22 08:03:51 +02:00
Clark Winkelmann a82b4f209f Update urls with their current canonical versions (#54) 2018-08-02 17:35:25 +02:00
Franz Liedke 995a2621db
Prevent Git from auto-merging Composer's lockfile
Source: https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/
2018-06-02 15:06:48 +02:00