Hypolite Petovan
89f5a9c550
Merge pull request #6231 from annando/notice
...
Fix for notice
2018-12-03 15:08:36 -05:00
Michael
6733b77b73
Make it simpler
2018-12-03 19:29:06 +00:00
Hypolite Petovan
e05552470d
Merge pull request #6230 from annando/ext-redirect
...
Fix for exceptions on external redirects
2018-12-03 11:38:35 -05:00
Michael
d76003797a
Fix for notice
2018-12-03 16:32:03 +00:00
Michael
fb68b50139
Fix for exceptions on external redirects
2018-12-03 15:59:53 +00:00
Hypolite Petovan
bfe809f60d
Merge pull request #6229 from annando/issue-5911
...
Issue 5911: Fix for fetching the correct user
2018-12-03 07:40:14 -05:00
Michael Vogel
be0d70f9ef
Merge pull request #6228 from MrPetovan/bug/5911-undefined-constant-DB_UPDATE_VERSION
...
Add DB connection status check in Update::check
2018-12-03 07:20:51 +01:00
Michael
51bce11b69
Issue 5911: Fix for fetching the correct user
2018-12-03 06:16:25 +00:00
Hypolite Petovan
f7c9ed5108
Add DB connection status check in Update::check
2018-12-02 20:57:41 -05:00
Hypolite Petovan
3a9db3f637
Merge pull request #6222 from annando/long-uri
...
Avoid problems with too long URI (should only happen with some RSS feeds)
2018-12-02 19:18:45 -05:00
Hypolite Petovan
57695d48b4
Merge pull request #6223 from annando/ap-dba-error
...
Fix for "Unknown column 'guid' in 'field list'"
2018-12-02 19:18:36 -05:00
Hypolite Petovan
c4ef1bbd1d
Merge pull request #6227 from annando/event-name
...
Fix: The event name mustn't be escaped, since it can contain converte…
2018-12-02 19:18:08 -05:00
Hypolite Petovan
69a73678eb
Merge pull request #6226 from annando/oembed-array
...
Ignoring OEmbed array values
2018-12-02 19:16:13 -05:00
Michael
6682114069
Fix: The event name mustn't be escaped, since it can contain converted BBCode
2018-12-02 22:35:39 +00: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
2fd65503da
Avoid database error that the field "guid" is not present in the contact table
2018-12-02 15:01:08 +00:00
Michael
3d14977b73
Avoid problems with too long URI (should only happen some RSS feeds)
2018-12-02 14:49:28 +00: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
df7bf38f8a
Restore hard wrapping in INSTALL documentation
2018-11-29 09:19:56 -05:00
Hypolite Petovan
90f0fdc93b
Add details to translation documentation
2018-11-29 09:19:33 -05:00
Hypolite Petovan
653b8ac16e
Update INSTALL file
2018-11-28 23:10:49 -05:00
Hypolite Petovan
1c5a19e245
Update path to friendica-to-smarty-tpl.py
2018-11-28 23:10:33 -05:00
Hypolite Petovan
11a0dd4d4c
Remove util directory
2018-11-28 23:10:21 -05:00
Hypolite Petovan
e02295e8e8
Move testargs to bin
2018-11-28 23:10:05 -05:00
Hypolite Petovan
c3c7c50dc5
Move Doxyfile to base directory
2018-11-28 23:09:35 -05: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
Hypolite Petovan
b42760b0e6
Move credits out of util/
2018-11-28 22:59:06 -05:00
Hypolite Petovan
9102a37b37
Move master translation file away from util
...
- Rewrite translation documentation
- Delete unused util/strings.php
- Updated references to util/messages.po and util/strings.php
2018-11-28 22:57:55 -05:00