Michael
|
b1222e174e
|
Ensure that an existing contact isn't archived or pending
|
2019-05-03 05:54:40 +00:00 |
|
Michael Vogel
|
949fd1e8bf
|
Fixes undefined variable
|
2019-05-03 06:01:01 +02:00 |
|
Michael
|
a4dffee5f4
|
Fix wrong error message when updated a contact
|
2019-05-02 19:22:43 +00:00 |
|
Michael
|
28f316b7e4
|
Replace the legacy DFRN connection process with AP
|
2019-05-02 13:05:31 +00:00 |
|
Hypolite Petovan
|
6a2c0b3cc7
|
Merge pull request #6989 from nupplaphil/task/basePath_baseUrl_fix
Automatic BaseURL determination fix
|
2019-04-11 04:07:20 -04:00 |
|
Michael
|
4e9316fc15
|
Fix warnings
|
2019-04-09 17:58:28 +00:00 |
|
Michael
|
8748aff110
|
Avoid some more warning
|
2019-04-09 11:44:35 +00:00 |
|
Michael
|
d58147413f
|
Avoid update of non native contacts, fix most warnings
|
2019-04-09 11:28:45 +00:00 |
|
Michael
|
84a6e390ab
|
Fetch data from the given contact number, if already present
|
2019-04-09 08:47:57 +00:00 |
|
Michael
|
bca7419987
|
Avoid overwriting existing contacts with bad data
|
2019-04-09 08:35:29 +00:00 |
|
Philipp Holzer
|
318a3ca785
|
Create own base URL class which holds the whole base url business logic
|
2019-04-09 08:31:16 +02:00 |
|
Michael
|
90eea919a4
|
New contact field "updated", fix warnings
|
2019-04-09 05:15:23 +00:00 |
|
Michael
|
a2ca14def4
|
Removed a worker call - this needs more work
|
2019-04-08 21:35:00 +00:00 |
|
Michael
|
c088249e1b
|
Update the contact in the background
|
2019-04-08 21:05:33 +00:00 |
|
Michael
|
f387d85cdb
|
Fetch profile data from different contact tables when we won't or can't probe via network
|
2019-04-08 20:41:18 +00:00 |
|
Philipp Holzer
|
083820b107
|
Moving mod/feedtest to src/Module/Feedtest
|
2019-03-22 22:55:49 -04:00 |
|
Michael
|
cd0d6cb626
|
Forums now are working with AP as well
|
2019-03-14 18:44:41 +00:00 |
|
Michael
|
e89d56be6d
|
Improved contact update from probe
|
2019-03-07 00:13:39 +00:00 |
|
Tobias Diekershoff
|
bd7aaacfb0
|
fixing links in photoMenu
|
2019-02-26 10:19:08 +01:00 |
|
Michael Vogel
|
fa5525d084
|
Merge pull request #6726 from MrPetovan/task/6676-fix-implicit-mentions
Fix last batch of implicit mentions issues
|
2019-02-24 15:40:11 +01:00 |
|
Hypolite Petovan
|
b939faf4ef
|
Add contact removal from all groups when blocked
|
2019-02-23 17:32:40 -05:00 |
|
Hypolite Petovan
|
7320c5e8e8
|
Normalize Contact::magicLinkByContact method name
|
2019-02-23 17:32:10 -05:00 |
|
Michael
|
3450f12cba
|
Changed log calls
|
2019-02-21 19:32:31 +00:00 |
|
Michael
|
7939cacc44
|
The function moved from the user to the contact class
|
2019-02-10 17:19:10 +00:00 |
|
Hypolite Petovan
|
41edcd1028
|
Fix bad rebase in Model/Contact
|
2019-01-21 11:12:52 -05:00 |
|
Hypolite Petovan
|
3c50a11ff1
|
Fix wrong operators in Model\Item and Model\Contact
|
2019-01-21 11:12:51 -05:00 |
|
Hypolite Petovan
|
57ab858486
|
Fix calls to DBA::select missing parameters
|
2019-01-21 11:12:50 -05:00 |
|
Hypolite Petovan
|
7f2dc40601
|
Fix potential bugs without expected behavior change
- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value
|
2019-01-21 11:04:19 -05:00 |
|
Hypolite Petovan
|
3d839bb176
|
Move Contact::ACCOUNT_TYPE_* constants to User::ACCOUNT_TYPE_*
- Keep Contact::TYPE_* constants for comparison with contact.contact-type
|
2019-01-21 10:56:27 -05:00 |
|
Hypolite Petovan
|
ad9c67663d
|
Move Contact::Page_* constants to User::PAGE_FLAGS_*
|
2019-01-21 10:55:37 -05:00 |
|
Hypolite Petovan
|
4a95ca280d
|
Remove unused code
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
- Remove duplicate array keys
|
2019-01-21 10:48:40 -05:00 |
|
Hypolite Petovan
|
070aa016e0
|
Update more PHPDoc, including in include/
|
2019-01-21 10:39:28 -05:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
Hypolite Petovan
|
55e54bb950
|
Replace deprecated Addon::callHooks with Hook::callAll
- Update documentation
|
2019-01-21 09:50:56 -05:00 |
|
fabrixxm
|
8c75c26361
|
Use Model\Photo as much as possible
Most important is to use `Photo::delete()` to have backend
to remove data.
|
2019-01-21 09:12:28 -05:00 |
|
rabuzarus
|
528d175baa
|
Bugfix - provide magic links for remote user in magicLink()
|
2019-01-18 17:50:21 +01:00 |
|
Michael
|
c8bfa0c661
|
Bugfix: Private posts of contacts hadn't been displayed on the contact's page
|
2019-01-18 06:22:15 +00:00 |
|
Michael
|
c359c162a7
|
Issue 6282: Update the contact data regularly (including the network)
|
2019-01-16 21:39:56 +00:00 |
|
Michael
|
c1dec50248
|
Avoiding some notices
|
2019-01-13 18:03:13 +00:00 |
|
Michael
|
28f14c7d60
|
Don't show deleted contacts, changed "pending" behaviour
|
2019-01-12 13:28:14 +00:00 |
|
Michael
|
1a702359f1
|
Unfollow should now work with Pleroma again
|
2019-01-10 07:24:12 +00:00 |
|
Michael
|
6ae6a8a983
|
Don't show deleted contacts, set new AP contacts as "pending" until they are accepted
|
2019-01-09 13:23:11 +00:00 |
|
Hypolite Petovan
|
5e1ceb57de
|
Escape global namespaced get_app() calls
- Add deprecated status
|
2019-01-03 21:27:36 -05:00 |
|
rabuzarus
|
67a8f9dbd4
|
Bugfix - the remote user also has magicLinks again
|
2019-01-02 17:47:53 +01:00 |
|
Hypolite Petovan
|
acaee626f5
|
Remove include/ requires that are now done directly from Composer
|
2018-12-24 09:56:25 -05:00 |
|
Michael
|
faa30adf68
|
Handles issue 6122 - the self contact will be updated when it seems to be invalid
|
2018-12-22 20:12:32 +00:00 |
|
Michael
|
8fbe0d46e9
|
Fix for remote authentication when visiting contact's pages
|
2018-12-08 20:28:01 +00:00 |
|
Michael
|
95c150ef28
|
Added to-do
|
2018-12-04 14:20:25 +00:00 |
|
Michael
|
5c20f21dd8
|
Improved fallback when the probing fails
|
2018-12-04 14:17:55 +00:00 |
|
Michael
|
491fc5f78a
|
Issue 6168: "redir" now mostly use OWA
|
2018-12-04 07:12:55 +00:00 |
|