Commit Graph

46 Commits

Author SHA1 Message Date
Hugo Sales 7034476cc7
[TESTS] Make PHPUnit exit on first fail and some other tweaks 2021-08-03 19:23:03 +00:00
Hugo Sales 15c406a348 [TESTS] Move testing container's DB and Redis to different ports, so it can be used at the same time as the regular containers 2021-05-02 15:28:56 +00:00
Hugo Sales eff703ca21 [TESTS] Add test container with Xdebug and allow for generation of coverage reports with 'make test' 2021-05-02 13:31:04 +00:00
Hugo Sales f912236114 [DOCKER][MAIL] Temporarily disable mail container 2021-04-14 15:37:23 +00:00
Hugo Sales 2f570fcc2a [TOOLS][DOCKER] Rewrite the configuration script to use whiptail/dialog, and refactor 2021-04-14 15:37:23 +00:00
Hugo Sales 23904f326d [SchemaDef] Finish association mapping implementation 2021-04-14 15:37:23 +00:00
Hugo Sales ee1c1bce80 [CONFIG] Change way configuration is done to use Symfony's system instead of environment vars 2021-04-14 15:37:21 +00:00
Hugo Sales c2d9d5b75b [GIT] Update gitignore to ignore composer.local.json, where plugin settings will be placed 2021-04-14 15:37:21 +00:00
Hugo Sales 97e9991d85 [GIT] Updated gitignore 2021-04-14 15:37:21 +00:00
Hugo Sales 2407853970 [GIT] Added docker-compose to gitignore, in preparation for using a script to generate them 2021-04-14 15:37:20 +00:00
Diogo Cordeiro c67cf336d4 [DOCKER][BOOTSTRAP] Add option to use a self signed cert 2021-04-14 15:37:20 +00:00
Hugo Sales 3b50815422 [DOCKER] Fixed docker environment to properly configure the app environment 2021-04-14 15:37:09 +00:00
Hugo Sales a97c511c7a [TOOLS][SSL] Added bin/boostrap_certificates.sh, allowing for easy configuration of SSL certificates with Let's Encrypt 2021-04-14 15:37:09 +00:00
Hugo Sales 3b5789639b [TOOLS][DOCUMENTATION] Improvements to entity generation script 2021-04-14 15:36:35 +00:00
Hugo Sales 04a59d22a6 [DOCUMENTATION] Added generated diagram 2021-04-14 15:36:35 +00:00
Hugo Sales a72e0a53e7 [GITIGNORE] Add file folder to gitignore 2021-04-14 15:36:35 +00:00
Hugo Sales 1caab62200 [MODULES] Rename extensions to modules, add example plugin, change plugin location 2021-04-14 15:36:35 +00:00
Hugo Sales d8d2ad3e10 [CORE][EXTENSIONS] Added extension (modules, plugins) loading and test plugin, which is able to handle events 2021-04-14 15:36:35 +00:00
Hugo Sales 6546c088d9 [DOCTRINE][SCHEMADEF] Create a new metadata driver to allow us to continue using static schemaDef functions
This has the benefit of requiring fewer code changes, as well as providing a better isolation
between GNU social and symfony, useful in case the framework needs to be changed
2021-04-14 15:36:35 +00:00
Hugo Sales 86b5bfe075 [V3] Big Bang
Beginning anew, this time with a modern framework: symfony
2021-04-14 15:36:35 +00:00
Hugo Sales f01331671c [V3] Big Crunch
And so, just as it begins, so too must it end
One should not dwell and stall, for more is to come
2021-04-14 15:36:13 +00:00
Diogo Cordeiro 27babac6dc [Ostatus] Partially revert 69add504e6
updateuris isn't needed after alll, we should solve this with TFNM and existing infrastructure.
2019-12-11 01:30:15 +00:00
tenma 69add504e6 [OStatus] Add script for profile deduplication and URI fixing 2019-11-03 00:43:21 +00:00
Diogo Cordeiro 2a06261f75 [CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
2019-08-03 17:47:24 +01:00
Diogo Cordeiro 25eb06ac46 Remove from .gitignore stuff that should clearly go to developer's global gitignore instead 2019-04-20 01:50:02 +01:00
Takuma YOSHIOKA 2ebdac70da
Ignore whole directory, not only inner contents
`dir/*` style let git ignore files and directories in `dir/`, but not
`dir/` itself.
This cause `git clean -df` to remove `dir/` **with its contents**!

To prevent `git clean -df` to remove data directories (`avatar/`, `file/`,
etc), use `dir/` (or `dir`) style in gitignore.
2017-04-29 14:22:36 +09:00
Mikael Nordfeldth 17a65ff873 background folder has never been used for GNU social 2015-12-28 00:00:51 +01:00
Zach Copley cc85afda3a Added a couple dirs to .gitignore 2011-06-29 18:59:42 +00:00
Brion Vibber ba2b670bfb add .mo files to .gitignore 2010-12-16 10:38:38 -08:00
Zach Copley 7e177b7ec6 Add Netbeans project metadata dir to .gitignore 2010-09-23 12:48:15 -07:00
Brion Vibber 3371e24316 Add .DS_Store to .gitignore list; these are desktop metadata files maintained by Mac OS X Finder. 2009-10-24 16:42:29 -07:00
Brenda Wallace eceffc4c01 ignore the local folder 2009-08-25 09:23:09 +12:00
Evan Prodromou d5cc1357fd don't ignore config.php.sample 2009-07-30 17:06:03 -04:00
Evan Prodromou 27aaabb5f2 ignore config.php.* 2009-06-20 15:49:42 -07:00
Zach Copley 90344e55d4 Add background dir 2009-06-16 19:23:06 -07:00
Robin Millette ed1e1d9f44 Handles local aliases (redirection) for file uploads attached to notices. 2009-05-27 03:47:45 -04:00
Evan Prodromou 8a142b272c ignore Eclipse project files 2009-05-01 07:08:01 -04:00
Leslie Michael Orchard 4da4c94678 Ignoring VIM swap files, log files, and httpd.conf 2009-02-20 16:37:11 -05:00
Evan Prodromou 42e3c928dd ignore .#* files 2009-02-09 12:29:10 -05:00
Evan Prodromou 41d958f11f Ignore .orig and .rej 2009-01-16 16:43:10 +00:00
Evan Prodromou 1e874240bf Add some stuff to .gitignore 2009-01-15 23:43:38 +00:00
Evan Prodromou 565cbfbe77 Hit dataobject.ini 2009-01-15 14:28:26 -05:00
Zach Copley b98d8b2500 Make git ignore TextMate project files 2009-01-10 20:26:01 -08:00
Evan Prodromou 93cb7e07f7 Add _darcs to .gitignore 2009-01-08 20:56:59 +00:00
root e67affdbbc Correct syntax in .gitignore 2009-01-06 23:07:30 +00:00
root 11351ea90d Add a git ignore file for avatars, files, config.php, and .htaccess 2009-01-06 23:06:05 +00:00