Michael
0bc1ebe5bf
Only set file permissions when configured
2021-03-13 11:37:11 +00:00
Michael
ffb92e3355
Integrate fetching of the content type into "getSiteinfo"
2021-03-13 07:03:26 +00:00
Michael
262ee2b0b1
Issue 10019: Fix embedding of media objects
2021-03-12 23:04:51 +00:00
Hypolite Petovan
f8e3c687d7
Merge pull request #10036 from fabrixxm/fix-installer-themes
...
Installer: install themes as last action
2021-03-12 14:43:58 -05:00
Michael Vogel
4ddc38545b
Merge pull request #10037 from fabrixxm/fix-storage
...
Storage: small fixes to 'storage move'
2021-03-12 18:52:42 +01:00
fabrixxm
a861eb65af
Storage: small fixes to 'storage move'
...
- stop command if current storage backend is still "legacy"
- write destination backend name in log
2021-03-12 18:24:45 +01:00
fabrixxm
225a37af9a
Installer: install themes as last action
...
this will register theme hooks
2021-03-12 18:21:50 +01:00
Hypolite Petovan
a41c657790
Merge pull request #10035 from utzer/patch-1
...
Part of bugfix for storage move problem
2021-03-12 08:34:07 -05:00
utzer
e20e62ffd6
Part of bugfix for storage move problem
...
@fabrixxm is this already good to change?
2021-03-12 09:55:55 +01:00
Hypolite Petovan
60a74fd5dc
Merge pull request #10034 from annando/better-tag-sorting
...
Trending tags are now sort by different users
2021-03-11 17:31:59 -05:00
Michael
5666866812
Trending tags are now sort by different users
2021-03-11 19:59:42 +00:00
Michael Vogel
7b874ed215
Merge pull request #10033 from friendica/bug/10032-event-query
...
Update value interpolation syntax in Model\Event::getListById
2021-03-11 20:44:31 +01:00
Hypolite Petovan
a1c15f43df
Update value interpolation syntax in Model\Event::getListById
2021-03-11 14:03:53 -05:00
Hypolite Petovan
b98405443e
Merge pull request #10022 from Quix0r/fixes/chmod-proxy
...
Add setting for proxy file chmod value
2021-03-11 07:35:52 -05:00
Roland Häder
5de0008b48
Removed default values.
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2021-03-11 12:45:59 +01:00
Roland Häder
15fd6822e4
Ops, missing ";"
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2021-03-11 12:41:33 +01:00
Roland Häder
736045c67d
Code changes for #10020 :
...
Added ability to set chmod (default: 0640) for "proxified" files (downloaded to
/proxy/ directory). This allows customization, e.g. if people want 0600 instead
without changing the code.
Signed-off-by: Roland Häder <roland@mxchange.org>
2021-03-11 12:41:33 +01:00
Hypolite Petovan
bcfe0933da
Merge pull request #10029 from annando/set-protocol
...
We now set the protocol in "gserver" on receiving as well
2021-03-11 06:16:13 -05:00
Michael
9e87dcb25b
We now set the protocol in "gserver" on receiving as well
2021-03-10 22:31:33 +00:00
Michael Vogel
5e98a38ac9
Merge pull request #10027 from MrPetovan/task/9950-improve-maintenance-page
...
Improve maintenance page
2021-03-10 20:19:55 +01:00
Hypolite Petovan
0bba4f12ca
Remove now unused /maintenance
route
2021-03-10 13:14:52 -05:00
Hypolite Petovan
4489d14b06
Remove admin condition to display the maintenance reason
2021-03-10 12:20:02 -05:00
Michael Vogel
2605cc1a8a
Merge pull request #10028 from MrPetovan/task/security.txt
...
Add security.txt file
2021-03-10 17:14:23 +01:00
Hypolite Petovan
2d91db9e76
Add /.well-known/security.txt route and module
2021-03-10 09:58:48 -05:00
Hypolite Petovan
b2f30df7fd
Add security.txt file
...
See https://securitytxt.org
2021-03-10 09:58:08 -05:00
Hypolite Petovan
4cc919cd30
Merge pull request #10026 from annando/notice-type
...
Fixes notice: "Undefined index: type"
2021-03-10 09:56:23 -05:00
Hypolite Petovan
d30055070e
Updated source translation files after adding translation strings
2021-03-10 09:50:20 -05:00
Hypolite Petovan
2922be68bf
Replace module output instead of redirecting to maintenance page
2021-03-10 09:50:20 -05:00
Hypolite Petovan
064ff693fd
Add custom message to the maintenance module display
2021-03-10 09:50:20 -05:00
Michael
8211e6d887
Fixes notice: "Undefined index: type"
2021-03-10 14:40:57 +00:00
Hypolite Petovan
0c08e0fb79
Merge pull request #10025 from annando/performance
...
Index improvements / Improvements fetching "pinned"
2021-03-10 09:23:36 -05:00
Michael
d30ec1eb58
More indexes / performance for "pinned" improved
2021-03-10 13:25:37 +00:00
Michael Vogel
f753542a6f
Merge pull request #10018 from MrPetovan/task/10017-remove-friendica-wiki-de
...
Remove dead friendica-wiki.de from German help page
2021-03-10 12:20:49 +01:00
Hypolite Petovan
df547ba73f
Merge pull request #10024 from annando/block-tags
...
Block tags from the trending tags
2021-03-09 18:14:41 -05:00
Hypolite Petovan
c1047d6997
Merge pull request #10023 from annando/issue-9906-again
...
Issue 9906: Hopefully fixes the speed issues
2021-03-09 18:13:19 -05:00
Michael
639a781125
Block tags from the trending tags
2021-03-09 22:34:41 +00:00
Michael
1e56cee2c5
Issue 9906: Hopefully finally fixes the speed issues
2021-03-09 21:21:33 +00:00
Hypolite Petovan
1716ea7101
Merge pull request #10016 from Quix0r/fixes/missing-type-hints
...
Added missing type-hints
2021-03-09 09:20:34 -05:00
Hypolite Petovan
1591677101
Remove dead friendica-wiki.de from German help page
2021-03-09 09:17:17 -05:00
Hypolite Petovan
68f32cdcef
Merge pull request #10014 from annando/issue-9906-encore
...
issue 9906: Provide index hints to speed up community page loading
2021-03-09 09:02:39 -05:00
Roland Häder
5691099a15
Added missing type-hints
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2021-03-09 13:37:48 +01:00
Michael
5863fd881d
Issue 9906 (again): Provide index hints
2021-03-09 08:01:10 +00:00
Hypolite Petovan
4860dd1a6c
Merge pull request #10011 from annando/issue-9743
...
Issue 9743: Added translatable texts
2021-03-08 18:42:51 -05:00
Michael
414b9558ec
Updated messages.po
2021-03-08 21:25:03 +00:00
Michael
972c9f7bc0
Issue 9743: Added translatable texts
2021-03-08 21:17:27 +00:00
Hypolite Petovan
f6873cc912
Merge pull request #10010 from annando/issue-9996
...
issue 9996: "bd" cannot be ""
2021-03-08 14:12:59 -05:00
Michael
e826a4dafd
We now use a constant
2021-03-08 18:57:19 +00:00
Michael
409a8322a8
Issue 9996: "bd" is a date field it cannot be empty
2021-03-08 18:50:50 +00:00
Hypolite Petovan
c89d6dfaac
Merge pull request #10009 from annando/unused-template
...
The template "maitnenance.tpl" isn't used anymore
2021-03-08 13:33:48 -05:00
Hypolite Petovan
f606fa2b0e
Merge pull request #10008 from annando/no-pdo-check
...
Don't check for table_open_cache when pdo_emulate_prepares is activated
2021-03-08 13:33:27 -05:00