Commit Graph

27061 Commits

Author SHA1 Message Date
Michael 3e6451f41f removed foreign key to avoid update errors 2020-05-11 05:48:24 +00:00
Hypolite Petovan 7e45173edf
Merge pull request #8618 from annando/foreign-keys
We now support real foreign keys
2020-05-10 16:59:54 -04:00
Michael 28600a7cf8 Fixed description 2020-05-10 17:48:34 +00:00
Michael 366ff0a8b7 Check for existance before creation 2020-05-10 17:41:16 +00:00
Michael 156712597c Improved update mechanism (more error handling) 2020-05-10 17:37:02 +00:00
Michael ecdf3b798b True foreign keys for the Permissionset 2020-05-10 15:43:43 +00:00
Michael 7f55e1b2bc We now support real foreign keys 2020-05-10 14:55:03 +00:00
Hypolite Petovan b2ce9601da
Merge pull request #8616 from annando/annando/issue8614
Order of filed items in saved folders seems to be random
2020-05-09 20:10:57 -04:00
Hypolite Petovan d35dc64660
Merge pull request #8611 from annando/issue-8610
Issue 8610: Implicit mentions work again
2020-05-09 16:03:45 -04:00
Hypolite Petovan 1e53f28b18
Merge pull request #8615 from annando/verb
We now store verbs in a new side table
2020-05-09 16:03:15 -04:00
Michael cd214102af Order of filed items in saved folders seems to be random
Fixes #8614
2020-05-09 18:47:56 +00:00
Michael 7a8d9689e5 Database description updated 2020-05-09 16:30:03 +00:00
Michael Vogel dc39a5f09f
Merge pull request #8613 from MrPetovan/bug/8612-console-user-already-deleted
Skip user removal if it's already been removed in Console\User
2020-05-09 18:05:31 +02:00
Michael 258e9df064 Moved the check for a comment to a different place 2020-05-09 15:50:49 +00:00
Michael 19b5b83ac6 Forgotten "close" 2020-05-09 15:43:41 +00:00
Michael 5fe6a2dfcd We now store verbs in a new side table 2020-05-09 15:38:40 +00:00
Hypolite Petovan 184fa9f980 Skip user removal if it's already been removed in Console\User 2020-05-09 11:05:20 -04:00
Michael 221a659abe Unused variables removed 2020-05-09 09:38:49 +00:00
Michael 9679fad5e2 Concentrating functionality 2020-05-09 08:55:10 +00:00
Michael a1fda8f74a Dant try to add mentions on starting posts 2020-05-09 08:39:21 +00:00
Michael eb4c14695c The implicit mentions are added in any case 2020-05-09 08:35:58 +00:00
Michael 556cc3fb13 Always mention the parent author 2020-05-09 08:08:33 +00:00
Michael bebc6615fc Removed unneeded functionality 2020-05-09 06:51:13 +00:00
Michael d5f64e1156 Issue 8610: Implicit mentions work again 2020-05-09 06:33:59 +00:00
Michael Vogel 5765b6f772
Merge pull request #8607 from MrPetovan/bug/8606-vier-profile-settings-accordion
[vier] Fix accordion logic in templates/settings/profile/index
2020-05-08 16:32:47 +02:00
Michael Vogel a89b66c88e
Merge pull request #8608 from MrPetovan/bug/notices
Check $item_profile is populated in ActivityPub\Transmitter
2020-05-08 16:32:25 +02:00
Hypolite Petovan 55acb51148 Check $item_profile is populated in ActivityPub\Transmitter
- Address https://github.com/friendica/friendica/issues/8475#issuecomment-625716446
2020-05-08 09:31:36 -04:00
Hypolite Petovan 8a4b830552
Merge pull request #8609 from AlfredSK/fix-notice-in-probe
avoid notice in probe.php
2020-05-08 09:31:12 -04:00
root 68b63ec647 avoid notice in probe.php 2020-05-08 13:06:40 +00:00
Hypolite Petovan eb09bdfc96 [vier] Fix accordion logic in templates/settings/profile/index 2020-05-08 09:06:28 -04:00
Hypolite Petovan e53e471b6b
Merge pull request #8602 from annando/no-follow-display
Don't count and fetch "follow" activities
2020-05-07 15:01:08 -04:00
Michael 856cf7f664 Don't count and fetch "follow" activities 2020-05-07 18:39:39 +00:00
Michael Vogel fbf846accb
Merge pull request #8599 from MrPetovan/task/8593-ensure-location-plaintext
Account for missing location value in ActivityPub\Receiver
2020-05-07 16:29:03 +02:00
Hypolite Petovan 8abaac6d79 Account for missing location value in ActivityPub\Receiver 2020-05-07 10:14:38 -04:00
Michael Vogel 64f1bc8a68
Merge pull request #8589 from MrPetovan/task/8588-ap-contacts-endpoint
Only output ActivityPub contacts in /followers and /following AP endpoints
2020-05-07 10:37:46 +02:00
Hypolite Petovan 63e7996891 Improve formatting in ActivityPub\Transmitter 2020-05-07 03:47:45 -04:00
Hypolite Petovan eb8dcd43f3
Merge pull request #8597 from annando/notice
Fixed notice because of missing field
2020-05-07 03:46:38 -04:00
Michael e3c08215f6 Fixed notice because of missing field 2020-05-07 07:34:00 +00:00
Michael Vogel 597efeef77
Merge pull request #8596 from MrPetovan/task/8593-ensure-location-plaintext
Ensure post location received through ActivityPub is in plaintext
2020-05-07 07:08:25 +02:00
Michael Vogel f1c1103e1d
Merge pull request #8595 from MrPetovan/task/8578-perfect-scrollbar-dependency
Move perfect-scrollbar dependency back to composer.json
2020-05-07 07:06:22 +02:00
Hypolite Petovan 3c0547c6e8 Ensure post location received through ActivityPub is in plaintext 2020-05-06 22:41:59 -04:00
Hypolite Petovan e0e131b620 Move perfect-scrollbar dependency back to composer.json 2020-05-06 21:49:34 -04:00
Hypolite Petovan 71c45330be
Merge pull request #8594 from annando/issue-8586
Issue 8586 again: Don't transmit participations
2020-05-06 17:32:31 -04:00
Michael 065fad31f1 ignore "follow" activities that are not from the user 2020-05-06 21:19:48 +00:00
Michael be9519708e Don't relay participation messages 2020-05-06 20:43:00 +00:00
Hypolite Petovan 4e579e77f5 Only output ActivityPub contacts in /followers and /following
- Join contact table with apcontact to weed out non-AP contacts
2020-05-06 15:29:35 -04:00
Michael ab4eaeedbe Merge remote-tracking branch 'upstream/develop' into issue-8586 2020-05-06 19:02:26 +00:00
Michael 806f4a0142 Added logging 2020-05-06 19:00:56 +00:00
Michael 7dea1ff6bd Issue 8586 again: Don't transmit participations 2020-05-06 17:30:21 +00:00
Hypolite Petovan 59d0bc5b5f
Merge pull request #8592 from annando/issue-8586
Issue 8586: Reduce the amount of item receivers
2020-05-06 12:04:33 -04:00