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
ben-utzer
eb5404740a
.service file for systemd unit
2018-04-04 14:24:28 +05:30
ben-utzer
8a63fc5ca7
Addition of systemd timer/service
2018-04-04 14:16:05 +05:30
Tobias Diekershoff
f66a8606aa
things that should not be here
2018-02-07 07:28:32 +01:00
Tobias Diekershoff
339f922652
revert unwanted (?) changes
2017-10-05 10:02:06 +02:00
Alexander Fortin
1939de2b33
Fix Nginx example config
...
Check https://stackoverflow.com/questions/15423500/nginx-showing-blank-php-pages#16887296
for the rest of the change (without, I get white page on a testing
vagrant box)
2017-09-23 20:55:49 +02:00
Roland Häder
4e49939421
Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split2-6-2
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2017-06-13 23:26:06 +02:00
Thomas Willingham
805406a9d1
Requested changes
2017-05-16 00:22:17 +01:00
Thomas Willingham
1a1469339d
red > Friendica
2017-05-15 10:39:39 +01:00
Thomas Willingham
8af7df4259
Update nginx
2017-05-15 10:36:56 +01:00
Tobias Diekershoff
263c9f30a1
added configuration reg. curl and lighttpd with error code 417
2016-07-13 09:33:28 +02:00
fabrixxm
fbb905a5c2
Move Nginx reverse proxy sample from INSTALL to separate file
2016-06-11 09:27:00 +02:00
fabrixxm
5d1c7b4e4f
Cleanup mods folder and remove privacy_image_cache from docs. fix #1151
2014-09-20 11:41:44 +02:00
Michael Vogel
aed28a24f1
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
mod/crepair.php
2014-01-05 16:22:42 +01:00
Olaf Conradi
0c31ca6c29
Backport Nginx sample config from Red to Friendica
2013-11-13 00:29:12 +01:00
friendica
f07df4f667
merge
2013-03-02 15:46:54 -08:00
Michael Vogel
93143702ed
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
boot.php
database.sql
library/fancybox/jquery.fancybox-1.3.4.css
mod/search.php
update.php
2013-02-17 12:35:40 +01:00
Zach Prezkuta
53e5592f9a
move tpl scripts to util
2013-02-04 22:55:15 -07:00
Michael Vogel
2350aa54eb
OStatus-Conversation auto completion works now.
...
Some performance issues added as well.
2013-01-30 01:31:27 +01:00
Olaf Conradi
492a42eebe
Add ttf and svg to skip the front controller
...
This makes themes that rely on the correct mimetype work.
2013-01-15 10:28:24 +01:00
Zach Prezkuta
74caf1a4a7
* Add MIME types for file attachments
...
* Restore translatability to mood phrases
* Prevent casting of "false" in html2plain
* Allow attachments with a comma in the filename
* Fix/optimize ACL img data-src jQuery search
* Fix bug when uploading files with a comma in the name using Chrome/Chromium
* Babel nicer output formatting
* Remove obsolete "plaintext" check in mod/parse_url
* Restore TinyMCE live insertion of images
* Smarty conversion script: add --no-header option to suppress warning headers in Smarty template files
2013-01-12 06:31:32 -07:00
Zach Prezkuta
c43ff35fe7
newline at end of header
2013-01-11 10:00:10 -07:00