Tobias Diekershoff
|
fe9b283057
|
Merge pull request #5909 from annando/ap-receiver
The outbox is now more complete / No more duplicates in the receiver
|
2018-10-14 10:06:39 +02:00 |
|
Michael
|
6be04a73e3
|
The outbox is now more complete / No more duplicates in the receiver array
|
2018-10-14 07:47:04 +00:00 |
|
Hypolite Petovan
|
db0b848ae3
|
Merge pull request #5904 from annando/ap-announce
AP: Announce will now work
|
2018-10-13 20:17:14 -04:00 |
|
Hypolite Petovan
|
07da170bcf
|
Merge pull request #5905 from nupplaphil/move_global_functions
Move global functions
|
2018-10-13 19:46:57 -04:00 |
|
Michael
|
e829e074fc
|
Location, coord and app are now processed as well
|
2018-10-13 21:37:39 +00:00 |
|
Michael
|
aab4fa0c31
|
The instrument is now added, updating AP contacts is now enabled
|
2018-10-13 20:36:44 +00:00 |
|
Michael
|
f60468677e
|
We now transmit location and application as well.
|
2018-10-13 19:49:20 +00:00 |
|
Michael
|
8b9aa80aad
|
"to" is now used for mentions, "cc" for everything else
|
2018-10-13 18:59:39 +00:00 |
|
Michael
|
efad4936b0
|
OStatus contacts are now automatically converted to AP
|
2018-10-13 18:13:01 +00:00 |
|
Philipp Holzer
|
4f7cb049fb
|
isAjax bugfix
|
2018-10-13 19:10:46 +02:00 |
|
Michael Vogel
|
514ec1be6d
|
Merge pull request #5903 from nupplaphil/move_module_acctlink
Move module AcctLink
|
2018-10-13 19:09:59 +02:00 |
|
Philipp Holzer
|
059bd1307f
|
rename argv to getArgumentValue
|
2018-10-13 19:05:54 +02:00 |
|
Philipp Holzer
|
3f729df258
|
Renamed AcctLink to Acctlink
|
2018-10-13 19:03:38 +02:00 |
|
Philipp Holzer
|
2c541afd47
|
Moved functions out of boot.php into class
- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x)
|
2018-10-13 19:03:08 +02:00 |
|
Michael
|
3c48a1f787
|
AP: Announce will now work
|
2018-10-13 16:41:29 +00:00 |
|
Philipp Holzer
|
508032cf9a
|
Move Module AcctLink
|
2018-10-13 18:32:14 +02:00 |
|
Philipp Holzer
|
c32ac7f194
|
Install Class to methods
- Bugfixing Install checks (worked not as expected)
- Changed static methods from Install to class functions
- Added tests
|
2018-10-13 18:09:53 +02:00 |
|
Hypolite Petovan
|
6b2a12319c
|
Merge pull request #5901 from annando/catch-error
Catching error when compacting doesn't work
|
2018-10-13 10:52:18 -04:00 |
|
Michael
|
d23386f9b2
|
Catching error when compacting doesn't work
|
2018-10-13 13:17:10 +00:00 |
|
Jonny Tischbein
|
bfa05156ca
|
change links from /contacts to /contact
|
2018-10-13 13:29:56 +02:00 |
|
Jonny Tischbein
|
738cb4ace6
|
finish refactoring to Module\Contact
|
2018-10-13 11:35:51 +02:00 |
|
Jonny Tischbein
|
cdbddd0103
|
Renaming functions and class
|
2018-10-13 11:23:52 +02:00 |
|
Tobias Diekershoff
|
14e7686df4
|
Merge pull request #5899 from annando/avoid-flooding
Avoid beeing flooded by invalid requests
|
2018-10-13 08:41:32 +02:00 |
|
Michael
|
b6f2144237
|
Avoid beeing flooded by invalid requests
|
2018-10-13 04:31:37 +00:00 |
|
Hypolite Petovan
|
af8a383be0
|
Merge pull request #5897 from annando/fix-diaspora-signature
The virtual fields for the diaspora signatures have to be removed at any time
|
2018-10-12 19:58:10 -04:00 |
|
Michael
|
4d4dd1a99c
|
Some beautification
|
2018-10-12 20:52:22 +00:00 |
|
Michael
|
5af0ee1b95
|
We can now store it without any problem
|
2018-10-12 18:53:13 +00:00 |
|
Michael
|
914b3a9e3e
|
Merge remote-tracking branch 'upstream/develop' into fix-diaspora-signature
|
2018-10-12 18:52:22 +00:00 |
|
Michael
|
1b18be6715
|
The virtuel fields for the diaspora signatures have to be removed at any time
|
2018-10-12 18:47:32 +00:00 |
|
Hypolite Petovan
|
10d194075e
|
Merge pull request #5894 from friendica/revert-5889-ap-store-diaspora
Revert "We now store the diaspora comment data as well"
|
2018-10-12 10:36:06 -04:00 |
|
Hypolite Petovan
|
986528b77f
|
Revert "We now store the diaspora comment data as well"
|
2018-10-12 10:35:43 -04:00 |
|
Jonny Tischbein
|
93ab82b7f0
|
Rename Contacts:content function
|
2018-10-11 23:45:01 +02:00 |
|
Jonny Tischbein
|
ba95487abf
|
Upate Contacts module file
|
2018-10-11 23:41:27 +02:00 |
|
Jonny Tischbein
|
80ea86113d
|
Move mod Contacts to /src/Module
|
2018-10-11 23:14:12 +02:00 |
|
Hypolite Petovan
|
735a5980bd
|
Merge pull request #5889 from annando/ap-store-diaspora
We now store the diaspora comment data as well
|
2018-10-11 16:42:53 -04:00 |
|
Hypolite Petovan
|
90254fd74b
|
Merge pull request #5888 from nupplaphil/curl_result_tests
Curl result tests
|
2018-10-11 16:42:09 -04:00 |
|
Michael
|
8268288953
|
We now store the diaspora comment data as well
|
2018-10-11 20:38:57 +00:00 |
|
Hypolite Petovan
|
fc19373ec4
|
Merge pull request #5887 from annando/ap-store-conversation
Store conversation data directly from the AP receiver
|
2018-10-11 16:32:00 -04:00 |
|
Philipp Holzer
|
5f9065e00a
|
smaller about.body
|
2018-10-11 22:21:05 +02:00 |
|
Philipp Holzer
|
b099cba4b4
|
CurlResult Tests & RegEx fix
|
2018-10-11 22:18:27 +02:00 |
|
Michael
|
1bf7521af8
|
Store conversation data directly from the AP receiver
|
2018-10-11 20:08:04 +00:00 |
|
Philipp Holzer
|
00bf0c24b6
|
CurlResult Tests
|
2018-10-11 21:19:38 +02:00 |
|
Tobias Diekershoff
|
71a60c5f66
|
Merge pull request #5882 from MrPetovan/bug/fix-urlpath-determination
Fix URLPath determination
|
2018-10-11 15:38:37 +02:00 |
|
Hypolite Petovan
|
ac1ff6c8ce
|
Try additional $_SERVER properties to get relative path of Friendica
|
2018-10-11 08:54:45 -04:00 |
|
Hypolite Petovan
|
a419eff23a
|
Replace missing App->getURLPath in mod/install
|
2018-10-11 08:49:52 -04:00 |
|
Michael Vogel
|
339e76b314
|
Merge pull request #5880 from nupplaphil/friendica-5879
Bugfixing CurlResult
|
2018-10-11 07:46:07 +02:00 |
|
Philipp Holzer
|
a95e7f6504
|
Bugfixing CurlResult
|
2018-10-11 07:45:04 +02:00 |
|
Hypolite Petovan
|
a066befba5
|
Merge pull request #5878 from nupplaphil/curl_response_refactoring
Curl response refactoring
|
2018-10-10 18:31:49 -04:00 |
|
Philipp Holzer
|
9711581d49
|
Code standard
|
2018-10-10 22:51:26 +02:00 |
|
Philipp Holzer
|
b2e7ce47b3
|
Renaming Curl to CurlResult
|
2018-10-10 22:08:13 +02:00 |
|