Hypolite Petovan
20043914e6
Move App to src
...
- Add `use Friendica\App;` wherever needed
2017-05-02 22:59:36 -04:00
Hypolite Petovan
56ee734b00
Cleanup /format pre-move
2017-05-02 22:59:24 -04:00
Michael
5c75fe4c14
Avoid possible problems with numeric nicknames and GNU Social
2017-04-09 04:29:02 +00:00
Michael
94f3f0887b
Issue 2957: The avatar problem with mastodon should now finally be solved
2017-04-02 12:37:22 +00:00
Michael
4fc1ebd4ea
Doing some Hypolyzation
2017-03-27 21:02:56 +00:00
Michael
c85331d8ac
Reestablish the communication with Mastodon
2017-03-27 20:58:15 +00:00
Michael
a419bbe7c7
Hypolite is right (not always, but in this case)
2017-03-25 10:11:02 +00:00
Michael
5060300138
Reset the static variable $baseurl
2017-03-25 10:07:45 +00:00
Michael
c25af197c9
baseurl should now be set correctly at all the time.
2017-03-23 07:10:22 +00:00
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
2017-03-21 12:02:59 -04:00
Roland Häder
951006dd10
more spaces + some curly spaces added
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2017-03-19 00:51:54 +01:00
Roland Häder
41a36606c6
added spaces + some curly braces
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2017-03-19 00:50:19 +01:00
Michael
9a19ae7ce1
The queue now works with the cache - whoch should speed it up
2017-02-02 05:52:45 +00:00
Michael
ef0fb5148c
Some more timeout checks
2017-02-01 21:35:01 +00:00
Michael
e63e241f8f
Hubzilla doesn't send a width attribute in the avatar picure in the hcard
2017-01-15 19:46:04 +00:00
rabuzarus
e95337e9ae
correct doxygen @todo
2016-12-23 18:31:42 +01:00
Roland Häder
dea8bef472
more reverts ...
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-15 09:32:57 +01:00
Roland Häder
a905522eb5
Cleanup for #3010 - added spaces, thanks to @annando .
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-14 09:42:36 +01:00
Roland Häder
6a8a36f12d
More usage of dbm::is_result($r) instead of count($r):
...
- count() returns very different results and never a boolean (not even false on
error condition).
- therefore you should NOT use it in boolean expressions. This still *can* be
done in PHP because of its lazyness. But it is discouraged if it comes to
more clean code.
Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-13 10:44:13 +01:00
Roland Häder
293436e5fd
Some rewrites:
...
- max_proccesses_reach() and maxload_reached() (why no _ behind max?) are called
both way, static and with object reference.
- this is strongly discouraged and should be avoided as its support (in PHP) may
be dropped in future releases.
- used $a = get_app(); to encapsulate code (even when the function does
currently the same, it may be changed later)
Signed-off-by: Roland Häder <roland@mxchange.org>
2016-12-13 10:16:36 +01:00
Michael
0c99cee092
Some logging to detect possible problems with the probing
2016-12-11 18:39:39 +00:00
rabuzarus
5459b00499
cache: serialize the cache content directly in the cache class
2016-11-04 16:44:49 +01:00
Michael Vogel
4269315d8f
Bugfix: probing failed when a profile was hidden
2016-10-20 06:04:11 +00:00
Michael Vogel
9cdecd8ec8
webfinger_dfrn now work as expected
2016-10-09 10:47:47 +00:00
Michael Vogel
a81f5859ad
Mastodon is now detected as OStatus network
2016-10-05 20:54:26 +00:00
Michael Vogel
80bfcc7694
The handle (user@domain.tld) for Diaspora contacts must always be lowercase
2016-08-23 07:48:48 +02:00
Michael Vogel
ee7f10f130
Some more little documentation
2016-07-11 19:48:37 +02:00
Michael Vogel
aad3fb2d32
Some more documentation
2016-07-10 18:44:48 +02:00
Michael Vogel
8a11a60932
Small text correction
2016-07-10 09:29:43 +02:00
Michael Vogel
b9da831138
Fallback for empty names
2016-07-10 09:27:40 +02:00
Michael Vogel
f27bc00464
Remove obsolote functions
2016-07-09 20:09:09 +02:00
Michael Vogel
058c93a64c
Changed documentation
2016-07-08 22:55:39 +02:00
Michael Vogel
f86dac652f
OStatus now has "location" and "about", probing for urls added
2016-07-08 22:31:11 +02:00
Michael Vogel
0ccb171449
Probing now has a Twitter detection.
2016-07-08 21:15:20 +02:00
Michael Vogel
b954714464
If the nick is missing then take the first part of the name
2016-07-08 20:37:10 +02:00
Michael Vogel
edfee710fe
To-Do added
2016-07-07 23:35:44 +02:00
Michael Vogel
a65547c578
Added documentation
2016-07-07 23:04:30 +02:00
Michael Vogel
c625b6aba8
If a page contains a feed url then follow it.
2016-07-07 22:37:16 +02:00
Michael Vogel
585c893456
You can now prove with an uid (important for mails)
2016-07-04 22:34:35 +02:00
Michael Vogel
4e5d335492
Removed the legacy function calls, removed unused functions
2016-07-04 08:05:30 +02:00
Michael Vogel
e1c0b4fe03
Warnings removed
2016-07-04 00:49:38 +02:00
Michael Vogel
f5593b1981
Removed old code
2016-07-04 00:14:08 +02:00
Michael Vogel
b124b94288
Support for noscrape when probing.
2016-07-03 23:11:21 +02:00
Michael Vogel
99f94edc9c
New class to probe urls
2016-07-03 22:27:16 +02:00