Commit Graph

19313 Commits

Author SHA1 Message Date
Hugo Sales
b32e173749 [FORM] Added Symfony Form wrapper 2021-09-14 13:05:28 +01:00
Hugo Sales
bc6ead4ab1 [CORE][Symfony] Fixed deprecation resultant from Symfony 5.1 upgrade
User Deprecated: Since symfony/framework-bundle 5.1: Using type
"Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of
method "App\Kernel:configureRoutes()" is deprecated, use
"Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator"
instead.
2021-09-14 13:05:28 +01:00
Hugo Sales
7a52c1d823 [TESTS][I18N] Added test for I18n::_m and I18nHelper::formatICU 2021-09-14 13:05:28 +01:00
Hugo Sales
753f852941 [I18N] Fix implementation of I18nHelper::formatICU 2021-09-14 13:05:28 +01:00
Hugo Sales
491e82f94e [ROUTES] Add easier support for using TemplateController and improved documentation 2021-09-14 13:05:28 +01:00
Hugo Sales
f28ff24f2a [I18N] Small fixes. Still broken, though :') 2021-09-14 13:05:28 +01:00
Hugo Sales
fb457d4a45 [AUTOLOAD] Always autoload _m file 2021-09-14 13:05:28 +01:00
Hugo Sales
8649b72192 [DEPENDENCY] Upgrade Symfony framework from 5.0 to 5.1 2021-09-14 13:05:28 +01:00
Hugo Sales
db5811a77e [DEPENDENCY][DEV] Added Symfony Bridge PHPUnit 2021-09-14 13:05:27 +01:00
Hugo Sales
4133fc3290 [GIT] Updated gitignore 2021-09-14 13:05:27 +01:00
Hugo Sales
10ca51e72a [I18N] Overhaul _m() implementation to support ICU message formats 2021-09-14 13:05:27 +01:00
Hugo Sales
a65a46f14e [I18N] Dumped english translation files 2021-09-14 13:05:27 +01:00
Hugo Sales
e3d8ea7912 [TOOLS] Small fix to composer install hook 2021-09-14 13:05:27 +01:00
Hugo Sales
711af58dcd [I18N] Added ability to call _m_dynamic from any class, allowing it to define translations for dynamic-valued calls to _m 2021-09-14 13:05:27 +01:00
Hugo Sales
5be901f9ce [TOOLS] Improve configure script to disallow reserved database names 2021-09-14 13:05:27 +01:00
Hugo Sales
dc7387cc8d [I18N] Custom translation extractor based on Symfony's PhpExtractor, since we use instead of 2021-09-14 13:05:27 +01:00
Hugo Sales
f283613443 [I18N] Refactor since rfc/use-static-function is not implemented
As the above mentioned RFC is not implemented, `_m` needs to be
outside of the I18n class, otherwise it would have to always be called
with `I18n::_m`.
2021-09-14 13:05:27 +01:00
Hugo Sales
186b9e7683 [ROUTES] Add static wrapper around Symfony's router 2021-09-14 13:05:27 +01:00
Hugo Sales
4ffb7c338f [CORE] Refactoring core 2021-09-14 13:05:26 +01:00
Hugo Sales
87bc60a806 [UI][CONFIG] Added admin configuration form 2021-09-14 13:05:26 +01:00
Hugo Sales
436b44df89 [I18N] Fix i18n and add default domain 'Core' 2021-09-14 13:05:26 +01:00
Hugo Sales
13ae29cae2 [DEFAULTS] Fix default config loading logic 2021-09-14 13:05:26 +01:00
Hugo Sales
7c18f10bd2 [TOOLS] Fixed all licence blocks, to use the same, foldable, format 2021-09-14 13:05:26 +01:00
Hugo Sales
82ae4f8920 [DEPENDENCY] Added alchemy/zippy, which adds support for multiple archive formats. Used to allow theme uploads in zip, tar, gz, or other formats 2021-09-14 13:05:26 +01:00
Hugo Sales
02db154495 [DOCUMENTATION][DEFAULTS] Documented all defaults and updated some. Restructured other documentation. 2021-09-14 13:05:26 +01:00
Hugo Sales
4deb446f39 [DEFAULTS] Remove deprecated defaults and convert them to snake_case 2021-09-14 13:05:26 +01:00
Hugo Sales
6cc19b83df [GIT] Added docker-compose to gitignore, in preparation for using a script to generate them 2021-09-14 13:05:26 +01:00
Hugo Sales
a794c28e75 [DATABASE] Change the way defaults are loaded, bulk insert, reload everything in debug mode, only on http requests (not command line) 2021-09-14 13:05:25 +01:00
Hugo Sales
5a61098d28 [TOOLS] Update install scripts 2021-09-14 13:05:25 +01:00
Hugo Sales
988be9dbf1 [DATABASE] Fix 'relation config doesn't exist' 2021-09-14 13:05:25 +01:00
Hugo Sales
0ccc359880 [DATABASE] Postgres doesn't understand '0000-00-00 00:00:00' for datetime, use '-infinity' 2021-09-14 13:05:25 +01:00
Hugo Sales
aaf38353ea [DOCKER] Change postgres data path to the correct one 2021-09-14 13:05:25 +01:00
Hugo Sales
b9bc88ddbf [DATABASE][CONFIG] Loading defaults into database, doctrine static wrapper 2021-09-14 13:05:25 +01:00
Hugo Sales
cdb863ba17 [DATABASE][CONFIG] Bring default configs from V2 and implement DATABASE wrapper 2021-09-14 13:05:25 +01:00
Hugo Sales
736a1f7012 [ASSETS] Import old favicon.ico 2021-09-14 13:05:25 +01:00
Hugo Sales
dd559402cd [CORE][UTIL] Moved classes from util to core
And splitted up Common
2021-09-14 13:05:25 +01:00
Hugo Sales
f628665589 [FORMATTING] Cherry-pick of Diogo's 763ac735c0758624ebd5957993dc0676b865927a 2021-09-14 13:05:24 +01:00
Diogo Cordeiro
f60e37ba3d [DOCKER][BOOTSTRAP] Add option to use a self signed cert 2021-09-14 13:05:24 +01:00
Diogo Cordeiro
cb7518a750 [DOCUMENTATION][TOOL] Small bug fixes and docblock elaboration 2021-09-14 13:05:24 +01:00
Hugo Sales
243aefe683 [CORE] Rename GNU social constants 2021-09-14 13:05:04 +01:00
Hugo Sales
09e70da366 [DOCUMENTATION] Updated INSTALL.md to reflect the fact that a CNAME record can be used directly 2021-09-14 13:05:04 +01:00
Hugo Sales
9449dd26c5 [DOCUMENTATION] Import installation instructions for installing without docker from V2 2021-09-14 13:05:04 +01:00
Hugo Sales
1ce5661f70 [DOCKER] Small fixes to docker setup, imported from V2 2021-09-14 13:05:03 +01:00
Hugo Sales
bf88c97f4a [DOCUMENTATION] Added a code walkthrough document, which explains how the codebase works 2021-09-14 13:05:03 +01:00
Hugo Sales
0620d9a726 [DOCUMENTATION] Added install documentation 2021-09-14 13:05:03 +01:00
Hugo Sales
8a86c5940d [TOOLS] Updated install script to also support mariadb 2021-09-14 13:05:03 +01:00
Hugo Sales
50e450f082 [TOOLS][DOCKER] Further fixes in the docker environment and fixed the install script 2021-09-14 13:05:03 +01:00
Hugo Sales
b1afa9cf91 [DOCKER] Fixed docker environment to properly configure the app environment 2021-09-14 13:05:03 +01:00
Hugo Sales
cf1a9fe893 [TOOLS] Added script to configure the installation and to bootstrap certificate creation with Let's Encrypt 2021-09-14 13:05:03 +01:00
Hugo Sales
e0b26ad38b [TOOLS][SSL] Added bin/boostrap_certificates.sh, allowing for easy configuration of SSL certificates with Let's Encrypt 2021-09-14 13:05:03 +01:00