Tobias Diekershoff
cf1c63fcc2
Merge pull request #6176 from annando/ap-security
...
AP: Security check against forged "create" activities
2018-11-21 18:10:45 +01:00
Hypolite Petovan
2ef23300a3
Merge pull request #6179 from Alkarex/sql-distinct-fix
...
Fix SQL grammar error: ORDER BY clause is not in SELECT
2018-11-21 08:07:33 -05:00
Hypolite Petovan
117c0f6c13
Merge pull request #6178 from annando/ap-viewcontacts
...
"viewcontacts" hadn't displayed the AP contacts
2018-11-21 08:06:54 -05:00
Hypolite Petovan
a25df1a9c1
Merge pull request #6177 from annando/oembed-escaping
...
Sanitize the OEmbed data before processing it
2018-11-21 08:06:26 -05:00
Alexandre Alapetite
a1238d03a6
Fix SQL grammar error: ORDER BY clause is not in SELECT
...
```
2018-11-21T08:31:28Z@e3393hprfvfqnblturqp56rjnp [Info]:DBA.php:557:p
DB Error 3065: Expression #1 of ORDER BY clause is not in SELECT list,
references column 'friendica.item.created' which is not in SELECT list;
this is incompatible with DISTINCT
q, profile_content, update_profile_content,
LegacyModule::runModuleFunction, LegacyModule::content, call_user_func,
App::runFrontend
SELECT DISTINCT(`parent-uri`) AS `uri` FROM `item` INNER JOIN `contact`
ON `contact`.`id` = `item`.`contact-id` AND NOT `contact`.`blocked` AND
NOT `contact`.`pending` WHERE `item`.`uid` = 1 AND `item`.`visible` AND
(NOT `item`.`deleted` OR `item`.`gravity` = 3) AND NOT
`item`.`moderated` AND `item`.`wall` AND `item`.`unseen` ORDER BY
`item`.`created` DESC
```
2018-11-21 09:57:34 +01:00
Michael
85529ed8ff
"viewcontacts" hadn't displayed the AP contacts
2018-11-21 08:50:43 +00:00
Michael
aa1882fd99
Sanitize the OEmbed data before processing it
2018-11-21 07:07:24 +00:00
Michael
27d1da0468
One space too much
2018-11-20 20:49:06 +00:00
Michael
5c39779b45
AP: Security check against forged "create" activities
2018-11-20 20:40:47 +00:00
Hypolite Petovan
a76c00de66
Merge pull request #6171 from JonnyTischbein/issue_worker_free_mem
...
Change Worker to use only MemFree in isMinMemoryReached
2018-11-19 21:40:46 -05:00
Jonny Tischbein
9aea59d4e3
Change Worker to use only MemFree in isMinMemoryReached
2018-11-19 23:21:40 +01:00
Hypolite Petovan
956fe99591
Merge pull request #6170 from annando/safe-save
...
To safe or not so save, that is the question
2018-11-19 11:51:39 -05:00
Hypolite Petovan
70e68449ff
Merge pull request #6169 from AndyHee/develop
...
Update nginx sample config
2018-11-19 11:41:49 -05:00
Andy H
612e4c4138
Update FAQ.md
2018-11-19 23:37:35 +07:00
Michael
d89e3f4264
To safe or not so save, that is the question
2018-11-19 16:36:31 +00: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
Andy H
735cb7c6c1
Merge remote-tracking branch 'upstream/develop' into develop
2018-11-19 21:54:56 +07:00
Tobias Diekershoff
6da7d89a09
Merge pull request #6166 from annando/dbclean
...
The expiry of conversations can now be configured in the admin panel
2018-11-19 12:01:11 +01:00
Michael
b486e48cd6
14 days
2018-11-19 10:02:44 +00:00
Michael
ad3502078f
Merge remote-tracking branch 'upstream/develop' into dbclean
2018-11-19 10:01:09 +00:00
Tobias Diekershoff
ef1813b88e
Merge pull request #6165 from annando/default-features
...
Several default features are now in the core
2018-11-19 10:34:51 +01:00
Michael
191c1a400a
The expiry of conversations can now be configured in the admin panel
2018-11-19 06:58:46 +00:00
Michael
503c78e3ef
Another try to make tests run again
2018-11-18 20:59:40 +00:00
Michael
68936e8fc0
Possibly fix test
2018-11-18 20:40:10 +00:00
Michael
43079bfaf8
Several default features are now in the core
2018-11-18 20:13:46 +00:00
Tobias Diekershoff
e17dc56af9
Merge pull request #6163 from hoergen/socke
...
[Doc] Rearranged and wrote some parts new and more coherent.
2018-11-18 14:11:40 +01:00
hoergen
6153fd552b
added linebreak and markdown url
2018-11-18 14:05:46 +01:00
Hypolite Petovan
75398b96d5
Merge pull request #6164 from annando/network-protocols
...
Networks are now protocols
2018-11-18 07:47:10 -05:00
Michael
0ad71ebbbc
Networks are now protocols
2018-11-18 12:44:01 +00:00
Tobias Diekershoff
e086f05aa4
Merge pull request #6162 from JonnyTischbein/issue_delete_comment_from_guid
...
Delete comment from its guid and return to parent guid
2018-11-18 13:34:51 +01:00
hoergen
a3fd0e4f7a
[Doc]removed bold from keyword
2018-11-18 13:13:07 +01:00
hoergen
ad07525a9f
Rearranged and wrote some parts new and more coherent.
2018-11-18 12:50:23 +01:00
Jonny Tischbein
a36a780b99
Add fallback if comment as no parent
2018-11-18 12:46:21 +01:00
Jonny Tischbein
5d464c353f
Delete comment from its guid and return to parent guid
2018-11-18 12:43:26 +01:00
Michael Vogel
9dfc970bd6
Merge pull request #6144 from Alkarex/ATOM-self
...
Correct self attribute in ATOM feeds
2018-11-18 12:31:15 +01:00
Andy H
db441ca1ce
Merge remote-tracking branch 'upstream/develop' into develop
2018-11-18 10:44:32 +07:00
Hypolite Petovan
2456a66597
Merge pull request #6160 from annando/item-delete
...
Allow to delete every post, even public ones
2018-11-17 19:27:12 -05:00
Michael
e2ea4a3dc3
Allow to delete every post, even public ones
2018-11-17 22:56:28 +00:00
Hypolite Petovan
a0589676e8
Merge pull request #6159 from JonnyTischbein/issue_photo_permisson_upload_to_album
...
[frio] Fix setting permisson as post for uploaded photo in album via modal create post
2018-11-17 14:13:32 -05:00
Hypolite Petovan
807afa3059
Merge pull request #6158 from tobiasd/20181117-contactedittab
...
Add link to user groups from /contact
2018-11-17 14:12:30 -05:00
Jonny Tischbein
7c690c93bb
Fix setting permisson as post for uploaded photo in album via modal create post
2018-11-17 19:14:59 +01:00
Tobias Diekershoff
6be831fd32
Add link to user groups from /contact
...
There was no way to get to the contact group editor from the contact overview.
Additionally the documentation about the used accesskeys was updated.
2018-11-17 18:33:12 +01:00
Hypolite Petovan
22fedc9a1a
Merge pull request #6152 from JonnyTischbein/issue_delete_from_saved_folder
...
Fix deleting last element and displaying empty saved folder
2018-11-17 11:59:24 -05:00
Hypolite Petovan
e11f9d5a8e
Merge pull request #6156 from tobiasd/20181117-vagrantsql
...
recreated SQL file for Vagrant VM from current DB structure
2018-11-17 11:37:22 -05:00
Tobias Diekershoff
381474f314
Merge pull request #6155 from fabrixxm/issues/localredirect
...
Use appropriate redirect in dfrn_poll
2018-11-17 17:36:04 +01:00
Jonny Tischbein
590fbe8c6f
More Code Standard
2018-11-17 17:27:12 +01:00
Jonny Tischbein
4f8e50d834
Code Standard
2018-11-17 17:24:30 +01:00
Tobias Diekershoff
0780dccf4f
recreated SQL file for Vagrant VM from current DB structure
2018-11-17 16:25:51 +01:00
fabrixxm
1e9e06a325
Use appropriate redirect in dfrn_poll
...
Got an error while remote auth to a local user, where $destination_url
is relative.
2018-11-17 16:12:45 +01:00