Commit Graph

82 Commits

Author SHA1 Message Date
Philipp Holzer 8143fb7cc2
Remove "include/" folder from release-list 2022-01-18 00:39:20 +01:00
Philipp Holzer c588b280d7
Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
Philipp Holzer 3e0bcf7acd
Add license check 2022-01-06 22:28:00 +01:00
Balázs Úr e56a53647b Update copyright 2022-01-02 08:27:47 +01:00
Philipp Holzer fda6a9fdf2
Drone - Don't deploy artifacts with config files 2021-10-05 12:25:29 +02:00
Philipp Holzer c9f451eeba
Bugfix Drone/Docker: forgot a file 2021-09-15 08:29:55 +02:00
Philipp Holzer e563a193f5
Setup PHP release workflow in drone with lftp 2021-09-03 09:36:51 +02:00
Philipp Holzer 6f4d21dab9
add EOF 2021-05-29 23:28:19 +02:00
Philipp Holzer 6f83a70c47
Replace build.xml with mods/phpdoc-config.xml 2021-05-29 23:24:06 +02:00
fabrixxm dd1835d15d Update vagrant devbox provisioning
- run provisioning script as root
- don't load friendica_test_data.sql which is outdated
- install friendica and create users via console commands
- install cronjob in `/etc/cron.d/friendica` and run as `www-data` user
- force to have "vagrant-vbguest" insstalled. We need updated vbguest
  addins to correctly mount local folder
- add "config.hostname" and "system.ssl_policy" values in
  `local.config.vagrant.php`
2021-05-24 17:08:21 +02:00
Hypolite Petovan 626eea8c38
Merge pull request #10224 from nupplaphil/feat/drone
Re-enable DRONE
2021-05-10 07:36:29 -04:00
Philipp Holzer 876b424ae3
Re-enable DRONE 2021-05-09 21:19:49 +02:00
Philipp Holzer 64332c8c2b
Add release list 2021-05-03 20:27:33 +02:00
Balázs Úr 054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Tobias Diekershoff 3df8439b98 lighttpd follow up of #9155 2020-09-07 14:37:24 +02:00
Hypolite Petovan ae045eff41 Update nginx sample config with location deny for bin/ folder 2020-09-07 05:51:58 -04:00
Hypolite Petovan 9c6fbc6a74 Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
Hypolite Petovan 2c56d2f336
Merge pull request #8265 from nupplaphil/task/add_license
Add license headers :-)
2020-02-09 16:34:21 -05:00
nupplaPhil 79d13f6f19
Disable drone.io integration 2020-02-09 22:50:31 +01:00
nupplaPhil 7d714319c8
Add license info at Friendica PHP files 2020-02-09 16:34:23 +01:00
Tobias Diekershoff 2a526236fd updated sample lighttpd config regarding the pagename parameter 2019-10-17 07:47:28 +02:00
Philipp Holzer d579d9e1d0
Add basepath to vagrant config file 2019-04-14 14:24:01 +02:00
Tobias Diekershoff 769ee12a92 added AP to the example home.html file 2019-02-12 09:20:28 +01:00
Hypolite Petovan cef6757c92 Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
Hypolite Petovan 274274ad63
Fix mods/README.md format 2018-12-27 01:52:40 -05:00
Hypolite Petovan fabc90e9dd
Merge branch '2018.12-rc' into task/move-config-to-php-array 2018-12-27 01:47:53 -05:00
Wouter Broers 2b38b7b7de Updated .well-known location within Nginx Sample Config:
Replaced try_files with a rewrite rule to prevent Nginx
from spitting out 404 errors on addresses like:
- <server.tld>/.well-known/host-meta
- <server.tld>/.well-known/x-social-ray
- <server.tld>/.well-known/nodeinfo
- <server.tld>/.well-known/webfinger?resource=<resource>
2018-12-01 19:04:34 +01:00
Hypolite Petovan c0b3b73c88 Move files from util to mods
- Move local.config.vagrant.php
- Move fpostit
- Move bookmarklet-share2friendica
- Updated Readme file
2018-11-28 23:08:43 -05:00
Andy H bb767dda51
Update sample-nginx.config 2018-11-19 23:31:54 +07:00
Andy H 80a990a7d5
Update sample-nginx.config
Added buffers and buffer size
2018-11-19 23:26:34 +07:00
rebeka-catalina e0ecbd0b95 typo correction of try_files directive (#5387) 2018-07-16 02:53:50 -04:00
Andreas Neustifter 6a85b34504 [nginx] Use try_file instead of if.
See https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/?utm_source=tool.lu#check-if-file-exists.
2018-07-09 12:42:32 +02:00
Andreas Neustifter 79a8320fed [nginx] Use try_files instead of if for /.well-known/.
See https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/
2018-07-09 12:42:32 +02:00
Andreas Neustifter f44cb1ccce [nginx] Move together deny blocks. 2018-07-09 12:42:32 +02:00
Andreas Neustifter cb600b5a5f [nginx] Readd option to statically server pictures. 2018-07-09 12:42:32 +02:00
Andreas Neustifter 92f47f8eca [nginx] Fix indentation. 2018-07-09 12:42:32 +02:00
Roland Häder 8ad523fbc8
Continued a bit:
- removed/fixed whitespaces and mixture of spaces/tabs (some)
- added new-line character at end of files (POSIX-compilant)
- reverted some code which I had messed up (compared to upstream/develop)
- removed duplicate dba::update() invocation in src/Protocol/DFRN.php
- also removed no longer valid TODO

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-06-20 22:19:54 +02:00
Hypolite Petovan 93daf7883e Merge branch 'master' into develop
- Updated new develop version label
- Incremented database build number
2018-06-01 07:30:04 -04:00
Tobias Diekershoff 6e02c0e908 hopefully fixing indentation... 2018-05-25 13:56:54 +02:00
Tobias Diekershoff 132653ac56 applying changes to mods/sample-nginx.config from #5019 2018-05-25 08:22:49 +02:00
Andy H e22f7a3c31
Update sample-nginx.config
Updated default path to PHP7.0

PHP5.0 is not considered standard any more.
2018-05-16 11:10:19 +07:00
Tobias Diekershoff b74f9e07bc revertig file movements 2018-05-15 19:23:13 +02:00
Roland Häder e61b8f667e
it is documenation, right? :-)
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:49:55 +02:00
Tobias Diekershoff c7969b2f52 more text 2018-04-11 11:25:16 +02:00
Tobias Diekershoff df0430cb48 added example home css and html file 2018-04-11 11:03:18 +02:00
utzer a4f469d187
RemainAfterElapse=False
> if RemainAfterElapse= is off, it might be started again if it is already elapsed, and thus be triggered multiple times
False will start the process again and again after the set time, this is the desired behavior for worker.php

Infos: https://www.freedesktop.org/software/systemd/man/systemd.timer.html
2018-04-09 18:42:02 +05:30
utzer 2bb4f2b57e
comment about user 2018-04-04 14:54:07 +05:30
utzer 9fdcc28fe1
systemd timer unit 2018-04-04 14:51:51 +05:30
utzer 630c808319
Merge pull request #8 from ben-utzer/patch-1
Patch 1
2018-04-04 14:48:03 +05:30
ben-utzer 00ceb4acd2
Readme extended for systemd unit files 2018-04-04 14:28:26 +05:30