13
39
Fork
You've already forked forte
10
Decentralised personal communication system.
  • PHP 57.4%
  • JavaScript 29.4%
  • HTML 4.9%
  • Go Template 4.5%
  • CSS 2.1%
  • Other 1.7%
Mike Macgirvin 8f985e1a0a v26.7.11
2026年07月11日 06:38:50 +10:00
.lando rename Code to src 2024年03月13日 16:21:03 +11:00
.vscode Refactor the import page 2022年10月19日 06:23:50 +11:00
app fixes from upstream 2025年09月29日 05:18:43 +10:00
bin Don't checkin bin/phpunit - let composer manage it. 2026年05月27日 06:41:47 +10:00
config Symfony startup issues, continued. 2026年05月21日 10:23:48 +10:00
contrib rename Code to src 2024年03月13日 16:21:03 +11:00
doc Connect display logic 2026年06月29日 12:21:34 +10:00
images Time to hoist the colours, mate. 2026年06月16日 07:15:20 +10:00
include Seems to work. 2026年07月08日 12:51:48 +10:00
install More testing. 2026年06月02日 12:13:35 +10:00
library Crypto updates to Secrets app. 2026年01月05日 07:08:35 +11:00
migrations get streams working side-by-side with symfony 2024年03月28日 21:32:40 +11:00
public bundle updates. 2026年05月20日 08:09:44 +10:00
spec/OpenWebAuth Save a round trip by using a JWT instead of an opaque token? 2025年07月14日 11:52:38 +01:00
src Re-factor RSA multikey conversion, filter tilde-tags on 'wall-post' permissions. 2026年07月11日 06:29:28 +10:00
templates Update bundles. 2026年05月20日 08:19:13 +10:00
tests Issue #67 . 2026年06月20日 12:23:21 +10:00
translations get streams working side-by-side with symfony 2024年03月28日 21:32:40 +11:00
util v26.7.11 2026年07月11日 06:38:50 +10:00
view Re-factor RSA multikey conversion, filter tilde-tags on 'wall-post' permissions. 2026年07月11日 06:29:28 +10:00
.env Add default .env file. Comment out all secrets except for the APP_SECRET. 2026年05月21日 10:36:30 +10:00
.gitattributes Required for github/Windows 2012年06月14日 18:39:48 +10:00
.gitignore Add default .env file. Comment out all secrets except for the APP_SECRET. 2026年05月21日 10:36:30 +10:00
.jshintrc not able to delete set_location 2023年01月11日 05:53:00 +11:00
.lando.yml partition signing credentials 2024年07月27日 08:24:28 +10:00
.travis.yml 👷Extend Travis, add PostgreSQL10. 2018年03月17日 23:27:56 +01:00
boot.php Security. 2026年05月21日 12:19:56 +10:00
codeception.yml.dist composer update 2023年08月18日 21:43:47 +10:00
compose.override.yaml get streams working side-by-side with symfony 2024年03月28日 21:32:40 +11:00
compose.yaml get streams working side-by-side with symfony 2024年03月28日 21:32:40 +11:00
composer.json Composer updates. 2026年06月22日 08:32:32 +10:00
composer.lock v26.7.11 2026年07月11日 06:38:50 +10:00
CONTRIBUTORS Update CONTRIBUTORS. 2026年05月20日 17:50:36 +10:00
env This commit completes the basic linkage to symfony. It has been reasonably well tested, but we're talking about a complex system; and not everybody's environment is the same. The recently added 'pdo_doctrine' driver for forte is now the default. For everybody. Cross fingers I didn't miss anything important. If you can't connect to your database, create an empty 'dbfail.out' file and repeat a page load. Look in there for causes and try Google on them. It could involve some obscure symfony setting. If you need to change any, let me know and I'll try and make that a project default. Running a fresh composer install _may_ ask you questions as symfony morphs and evolves. Always accept the default, but be on the lookout for 'DATABASE_URL'. You may require the database version. See the file 'env' for some examples and how to find it. You can drop that in .htconfig as '$db_vers = '10.1';' or whatever, or you can copy 'env' to '.env' and edit '.env' to your liking. Just make sure the database url uses the same parameters as your forte .htconfig.php. And be aware that if DATABASE_URL is already in your environment for whatever reason, we're going to try and open whatever is in it as a forte database. With luck, this will all just work and you won't see anything different. See you on the other side. 2026年05月20日 07:07:30 +10:00
FEATURES.md more text 2024年08月18日 10:46:09 +10:00
htaccess.dist Security. 2026年05月21日 12:19:56 +10:00
index.php Mock the php-gmp version so that composer stops complaining. 2026年06月22日 08:16:15 +10:00
legacy-FEDERATION.md composer update. 2026年06月13日 08:06:26 +10:00
LICENSE license update. 2026年06月24日 11:14:48 +10:00
phpunit.xml MessageFilter refactor. 2025年12月12日 05:56:08 +11:00
README.md Seems to work. 2026年07月08日 12:51:48 +10:00
ServiceWorker.js store vapid key, initialise web-push in serviceWorker 2023年11月11日 09:53:33 +11:00
version.php v26.7.11 2026年07月11日 06:38:50 +10:00

Forte

This repository provides a web-based communications system with a number of unique features.

It is loosely based on the ActivityStreams data format and can also communicate just fine with the ActivityPub "fediverse", as its predecessors did with other fediverses and federations and protocols that came before. It is also quite a different place than the "fediverse" you think you know.

This software is a gift to the universe with no strings attached.