upstream V3 development https://www.gnusocial.rocks/v3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hugo Sales 2d8b220e92
[CORE][Controller] Make Controller abstract, `handle` an optional non static method and use `static::class` rather than `get_called_class`
1 year ago
DOCUMENTATION [DOCUMENTATION] Add database diagram to developer documentation 1 year ago
bin [Actor] Refactor GSActor into Actor 1 year ago
components [Posting][CSS] Right panel form render simplified. 1 year ago
config [UI] Add mechanism for rendering note contents in different formats. Implement plaintext rendering. Use rendered field for note content, rather than the content itself 1 year ago
docker [DOCKER] TODOify mail server certificate 1 year ago
docs [Actor] Refactor GSActor into Actor 1 year ago
extlib [V3] Big Crunch 1 year ago
plugins [PLUGINS][ProfileColor] Actors are now shown with their own colors for other. 1 year ago
public [CSS] Profile text mix blend difference with background. Browser's cache 1 year ago
scripts [V3] Big Crunch 1 year ago
src [CORE][Controller] Make Controller abstract, `handle` an optional non static method and use `static::class` rather than `get_called_class` 1 year ago
templates [CARDS][Profile] No longer ids, now classes (CSS). Profile info nickname for instance. The inversion filter now actually works. 1 year ago
tests [GSFile] Fix sanitize configuration 1 year ago
translations [I18N] Remove incomplete autogenerated translation file, to be fixed later 1 year ago
.dir-locals.el [PHPStan] Only run custom PHPStan extensions if environment vairable PHPSTAN_BOOT_KERNEL is defined (since it requires having the whole social setup available) 1 year ago
.env [QUEUE] Add queueing wrapper, default configuration and example usage 1 year ago
.env.test [TOOLS][TESTS] Adjust configuration for testing environment 1 year ago
.gitignore [TESTS] Make PHPUnit exit on first fail and some other tweaks 1 year ago
.php_cs [FORMATTING][DEFAULTS] Fix formatting and remove redundant config defaults 1 year ago
CREDITS.md [DOCUMENTATION] Document All The Things! 1 year ago
INSTALL.md [DOCUMENTATION] Add documentation on installing with Docker 1 year ago
Makefile [TOOLS][PHPStan][TESTS][Docker] Rework testing Docker container into a more generic tooling container. Keep services up and run coverage and phpstan as commands, for performance and ease of use 1 year ago
composer.json [DEPENDENCIES] Add PHPStan as a dev dependency 1 year ago
composer.lock [DEPENDENCIES] Update composer dependencies 1 year ago
docker-compose.yaml.default [TOOLS][PHPStan][TESTS][Docker] Rework testing Docker container into a more generic tooling container. Keep services up and run coverage and phpstan as commands, for performance and ease of use 1 year ago
phpstan.neon [PHPStan] Only run custom PHPStan extensions if environment vairable PHPSTAN_BOOT_KERNEL is defined (since it requires having the whole social setup available) 1 year ago
phpunit.xml.dist [TESTS] Update PHPUnit config to start executing tests by last failure. This doens't seem to actually work currently, though 1 year ago
social.yaml [ENTITY][AttachmentThumbnail] Now thumbnails are always only available in three sizes: small, medium, big 1 year ago
symfony.lock [DEPENDENCIES] Add PHPStan as a dev dependency 1 year ago