Commit graph

71 commits

Author SHA1 Message Date
Julien Desrosiers
f1bf64a8ff If we follow the installation doc, it says to clone the addon repo inside this dir
which would fail if said dir exist and is not empty.
2025-02-01 13:21:37 -05:00
Julien Desrosiers
16b268f0ca .gitkeep to allow addon(s) folders to exist by default 2025-02-01 12:08:31 -05:00
ne20002
07d6500700
Updated dev container configuration
- moved vscode launch.json to .devcontainer
 - added forwardPorts to devcontainer.json
 - create log file in postCreate.sh
2024-08-31 14:20:26 +00:00
Tobias Diekershoff
f19b14bd88 added SPDX header information to some files
In the end of this progress Friendica will hopefully be [REUSE](https://reuse.software) complient but this is a longterm goal.
2024-08-23 08:23:28 +02:00
ne20002
5b20bfc94c
Initial version of devcontainer for friendica 2024-07-16 07:32:42 +00:00
Dr. Tobias Quathamer
d19181016f Update .gitignore for new php-cs-fixer filename 2024-01-15 13:24:46 +01:00
Hypolite Petovan
76de49a25c Add fields to Report entity
- Add clock dependency to Moderation\Factory\Report
- Change DateTime field to DateTimeImmutable to satisfy Clock return type
- Add category, status and resolution constants
2023-07-09 18:32:42 -04:00
Dr. Tobias Quathamer
d2efdbd7ab Fix comment 2023-07-05 16:48:03 +02:00
Hypolite Petovan
fa3db8737b Remove config/addon-sample.config.php file in favor of per-addon configuration files
- Update documentation and .gitignore
2022-11-20 14:34:32 -05:00
Roland Häder
3aeeac5d98
Rewrite:
- rewrote autotest.sh and moved it to bin/dev/ as this is clearly a developer
  script
- the rewrite's goal is towards Shell/POSIX-compliance (e.g. ${VAR} and not $VAR)
2022-06-23 17:36:56 +02:00
Michael
a31256412e Cache contact avatars locally as files 2022-05-08 05:37:17 +00:00
Philipp
6f83a70c47
Replace build.xml with mods/phpdoc-config.xml 2021-05-29 23:24:06 +02:00
Philipp
3f2d5c4111
Setup php-cs-fixer 2021-04-07 20:05:58 +02:00
Philipp
7b7322a90a
Remove PHPUnit dependency & create shell-script with description for it 2021-04-05 12:35:56 +02:00
Hypolite Petovan
3bd8b81154 Prevents Apache from serving CLI scripts 2020-09-07 05:43:20 -04:00
Michael
d1833ee13e Added VSCode to .gitignore 2020-03-09 06:15:29 +00:00
Hypolite Petovan
3cc9920aff Add log folder to project gitignore 2019-06-22 03:50:14 -04:00
Philipp Holzer
3cf0cb71f1
Fixing tests 2019-03-24 20:41:11 +01:00
fabrixxm
9317a1c054 Address code standards issues 2019-01-21 08:57:30 -05:00
fabrixxm
12dd7b552f Add Filesystem storage backend and store photo via backend 2019-01-21 08:57:29 -05:00
Hypolite Petovan
d6eb1135e5 Add support for PHP array config files
- Add new base config files
- Remove useless DIRECTORY_SEPARATOR instances
2018-11-25 01:42:05 -05:00
Roland Häder
6da47936c6 renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards (#5428)
* renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards. This
allows local changes to it without having a dirty checkout directory.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Some fixes:
- removed non-neutral words
- added examples for Linux/Windows

* Better documentation and added note about **not** renaming the file.

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-20 20:27:37 -04:00
Hypolite Petovan
3001951075 Move the addon-specific config in config/addon.ini.php
- Add sample addon.ini.php file
- Add config/addon.ini.php file to git ignore
2018-07-16 19:38:18 -04:00
Hypolite Petovan
cce1a96bee Reorganize .gitignore
- Delete duplicates
- Add leading slash to /doc/html
- Typo
2018-07-16 19:38:14 -04:00
Hypolite Petovan
7c17d2026f Add config/local.ini.php to gitignore 2018-07-16 19:38:13 -04:00
Hypolite Petovan
333e8d3512 Restore gitignore 2018-06-01 07:39:26 -04:00
Marcus Müller
38666fa7fa [BUGFIX] .htaccess: Rename file 2018-05-15 18:09:24 +02:00
Roland Häder
15c570495b
Windows' CRLF are looking strange under Linux, let's get rid of them/
Also let's ignore addons/ as it is optional and depend on if the webmaster
wants it or not.

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:50:03 +02:00
Roland Haeder
cdc24a73ca
Fixes for composer:
- ./vendor/ is being prepared by executing `utils/composer.phar install`, no
  need to have it around
- converted .gitignore to LF line-ending (more common over the whole project)
- no need to have them around ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
2018-05-14 22:50:03 +02:00
Roland Häder
a0d03bb311
Continued:
- renamed .htaccess -> .htaccess-dist and ignored .htaccess to allow local
  changes
- described /nbproject/private/ ignore (NetBeans IDE's private project data)

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:49:59 +02:00
Roland Häder
3d418dc1fd
Windows' CRLF are looking strange under Linux, let's get rid of them/
Also let's ignore addons/ as it is optional and depend on if the webmaster
wants it or not.

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:49:59 +02:00
Roland Haeder
7525b8fefe
Fixes for composer:
- ./vendor/ is being prepared by executing `utils/composer.phar install`, no
  need to have it around
- converted .gitignore to LF line-ending (more common over the whole project)
- no need to have them around ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
2018-05-14 22:49:57 +02:00
Andreas Neustifter
5b4dce5983 Exclude editor backups from Git. 2018-04-27 21:28:22 +02:00
Hypolite Petovan
274ce95d13 Move Composer assets to view/ 2018-03-07 08:07:36 -05:00
Hypolite Petovan
0db92ec50b Add vendor to .gitignore 2018-01-16 20:30:08 -05:00
RJ Madsen
255f38710c Added global directory link to the find people side panel 2017-07-06 14:19:58 -04:00
Hypolite Petovan
cae0543629 Composer: Add vendor directry
- Add gitignore to avoid committing libraries' .git folder
2017-03-31 22:34:30 -04:00
Fabio
1af84c095d transifex-client config 2017-01-18 14:05:57 +01:00
gerhard6380
a04100cef7 changing gitignore 2016-09-22 22:08:24 +02:00
gerhard6380
8f4d4962ce add Visual Studio special files to gitignore 2016-09-22 21:55:16 +02:00
fabrixxm
0664ace260 Fix ignore doxigen output in .gitignore 2015-12-28 10:23:06 +01:00
Michael Vogel
cd41746597 Moved the "test" folder to "local" 2015-01-25 01:09:47 +01:00
Michael Vogel
cb9196f6d6 Issue 1197: New hook for "oembed_fetch_url" 2015-01-25 00:58:51 +01:00
tobiasd
64946972b2 Merge pull request #1028 from tugelbend/master
Vagrant configuration to instantiate development boxes easily
2014-06-22 09:36:25 +02:00
Hauke Altmann
c23de3a64e added vagrant configuration for running a friendica development instance 2014-06-20 16:05:44 +02:00
Michael Vogel
a6742d3db6 Repeated messages to Diaspora now contain a link to the original content at the bottom of the message. 2014-05-11 22:07:37 +02:00
Fabrixxm
2111f750fb quattro: show notification number in favicon 2013-05-31 06:18:59 -04:00
Michael Vogel
37389795b0 added robots.txt to the igmnored files 2013-02-17 18:46:39 +01:00
Michael Vogel
348f43157a Vier: Some templates were missing 2012-12-30 22:58:05 +01:00
Fabrixxm
1a3a5ee8d9 moveme: first successful relocated user 2012-10-31 17:13:45 +01:00