Hypolite Petovan
69a73678eb
Merge pull request #6226 from annando/oembed-array
...
Ignoring OEmbed array values
2018-12-02 19:16:13 -05:00
Michael
58b614bea1
Ignoring OEmbed array values
2018-12-02 21:36:46 +00:00
Hypolite Petovan
c5558cc459
Merge pull request #6224 from annando/dba-delete-contact
...
Avoid duplicated contacts, improve contact deletion, avoid memory issues
2018-12-02 16:16:59 -05:00
Hypolite Petovan
5e60fa8210
Merge pull request #6225 from annando/http-error
...
Using the standard function to return http errors
2018-12-02 16:15:04 -05:00
Michael
02a72ef04f
Simplify the call
2018-12-02 20:14:53 +00:00
Michael
649228cd3d
More detailled HTTP error explanations
2018-12-02 20:10:53 +00:00
Michael
83489b36c4
Using the standard function to return http errors
2018-12-02 19:33:01 +00:00
Michael Vogel
e4526800a9
Merge pull request #6216 from MrPetovan/bug/6211-fix-contact-nets-all
...
Remove "all" value for nets parameter
2018-12-02 17:33:43 +01:00
Michael
066a040cc7
Avoid duplicated contacts, improve contact deletion, avoid memory issues
2018-12-02 16:25:25 +00:00
Hypolite Petovan
924869ab5b
Merge branch 'develop' into bug/6211-fix-contact-nets-all
2018-12-02 10:24:50 -05:00
Michael Vogel
5a3991d4f7
Merge pull request #6219 from MrPetovan/task/remove-x
...
Remove x()
2018-12-01 23:40:51 +01:00
Hypolite Petovan
e88781164a
Merge pull request #6221 from wouter705/20181201-nginx-sample-doc
...
Updated .well-known location within Nginx Sample Config:
2018-12-01 13:29:50 -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
f9f4afa35c
Merge pull request #6220 from AndyHee/patch20181129
...
Fixing permanent deletion counter
2018-12-01 08:19:38 -05:00
AndyHee
4e20c0e50a
Typo
2018-12-01 13:25:58 +07:00
AndyHee
14b4fac818
Fixing permanent deletion counter
2018-12-01 13:21:54 +07:00
Hypolite Petovan
9c534546e4
Fix condition in api_fr_photo_create_update
2018-11-30 10:48:47 -05:00
Hypolite Petovan
065509cc9a
Remove x() function
2018-11-30 09:07:02 -05:00
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
...
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
Hypolite Petovan
00011dfeae
Merge pull request #6217 from annando/url-detection
...
Improved url detection for redirects
2018-11-30 07:25:38 -05:00
Michael
4a1f9a9bdd
Improved url detection for redirects
2018-11-30 11:27:17 +00:00
Hypolite Petovan
663ba65f17
Remove "all" value for nets parameter
2018-11-30 05:43:07 -05:00
Hypolite Petovan
1bd38d1f10
Merge pull request #6214 from annando/issue-6212
...
Issue 6212: No need of a redirect for fetching content
2018-11-29 18:54:34 -05:00
Michael
9d8eca2287
Using the same function for display and objects
2018-11-29 22:42:10 +00:00
Michael
39ce33f7ed
Issue 6212: No need of a redirect for fetching content
2018-11-29 15:06:00 +00:00
Hypolite Petovan
e64a14b84b
Merge pull request #6210 from JonnyTischbein/issue_multiple_hashtag
...
Fix insert multiple hashtags to term
2018-11-27 18:19:51 -05:00
Jonny Tischbein
f0d290eb18
Fix Term exists check on link which isn't stored for hashtags anymore to check on term.
2018-11-27 22:54:16 +01:00
Michael Vogel
ea4e772b1e
Merge pull request #6199 from MrPetovan/task/move-config-to-php-array
...
Move config to PHP array
2018-11-26 23:57:56 +01:00
Hypolite Petovan
5a929c587f
Merge pull request #6204 from annando/escaping
...
We are now escaping many template fields
2018-11-26 16:31:13 -05:00
Hypolite Petovan
3ed9f8268e
Merge pull request #6207 from tobiasd/20181126-fixmissingclose
...
Add missing closing tags
2018-11-26 07:45:04 -05:00
Hypolite Petovan
0c21bd488f
Use constants instead of strings for register_policy
2018-11-26 07:40:44 -05:00
Tobias Diekershoff
ce099b6cd3
Add missing closing tags
...
The summery template for the admin panel was missing a closing link tag
for the deferred worker queue. This tag has been added for the general
template and the template used by the frio theme.
2018-11-26 11:58:58 +01:00
Tobias Diekershoff
c77926be03
Merge pull request #6206 from annando/parent
...
Missing '
2018-11-26 11:43:16 +01:00
Michael
563a24e30b
Missing '
2018-11-26 08:52:40 +00:00
Michael
069c92049a
Just some misspelling
2018-11-25 23:49:40 +00:00
Michael
73528fa279
Some correction
2018-11-25 20:40:30 +00:00
Michael
6075245b84
Much more escapes
2018-11-25 20:34:02 +00:00
Michael
7381540039
Escaping the address field
2018-11-25 20:04:01 +00:00
Michael
4ce320fc79
Contact search is now escaped
2018-11-25 19:48:26 +00:00
Michael
56f21a4b89
Some more escaping
2018-11-25 19:26:46 +00:00
Hypolite Petovan
bbc033cc9f
Merge pull request #6203 from annando/hidden-user
...
Show contact posts from hidden users
2018-11-25 14:16:51 -05:00
Michael
4f9f86e310
We are now escaping many template fields
2018-11-25 18:56:26 +00:00
Michael
b9efe5a532
Show contact posts from hidden users
2018-11-25 18:50:41 +00:00
Michael Vogel
ced4911c4a
Merge pull request #6201 from JonnyTischbein/feature_admin_subsubpages
...
admin/site Change html b to strong
2018-11-25 10:46:22 +01:00
Jonny Tischbein
5e577ed133
Change html b to strong
2018-11-25 09:03:01 +01:00
Tobias Diekershoff
8fda63ca86
Merge pull request #6198 from MrPetovan/task/user-removal-improvements
...
User removal improvements
2018-11-25 08:45:45 +01:00
Hypolite Petovan
5437e99090
Merge pull request #6181 from JonnyTischbein/feature_admin_subsubpages
...
[Frio] Add collapsable panel groups for admin/site with anchors at headlines
2018-11-25 02:36:48 -05:00
Jonny Tischbein
3af59eaba4
Move all warning text in L10n + frio: make warning closable
2018-11-25 08:32:05 +01:00
Hypolite Petovan
833c57cc35
Remove obsolete INI config files
2018-11-25 01:56:28 -05:00
Hypolite Petovan
1b30c684f3
Update documentation with new config style/name
...
- Fix typos
2018-11-25 01:56:02 -05:00