0f9e2b6da4
Issue 12097: Notify for each new user registration
2022-11-03 19:59:33 +00:00
12a352f441
Simplified else case
2022-11-03 04:27:30 +00:00
1847347c3a
Improved logging
2022-11-03 04:23:04 +00:00
842e51194e
Improved bulk delivery / don't redistribute activities
2022-11-03 04:03:39 +00:00
4ab260042c
Create new User\Import module class
...
- Merge Core\UserImport class in Module class
2022-11-02 11:27:31 -04:00
7c4a7bff2e
Move new events routes to calendar routes
2022-11-02 15:16:24 +01:00
2c90ab69d6
Move event export to src/Module/Events/Export
2022-11-02 15:16:23 +01:00
2c7a60eb0e
Replace remaining "follow" route instances to "contact/follow"
2022-11-01 09:41:39 -04:00
2cf1e1074b
Fix documentation typo in src/Protocol/Diaspora.php
2022-11-01 08:45:25 -04:00
1f1c2d8ca6
(Hopefully) query performance improvements
2022-11-01 08:45:25 -04:00
5ef76e8f14
Also look for Atom feeds when probing link URLs
2022-11-01 00:45:46 -04:00
baa97febef
hopefully last feedback :)
2022-11-01 00:09:30 +01:00
41565326e3
Make CS happy
2022-10-31 21:03:58 +01:00
8f62278703
Rename $action because of PR before
2022-10-31 21:00:23 +01:00
82cd6ff91d
Fixing the non-auto follow process ...
2022-10-31 20:58:37 +01:00
eb9da2967e
Fixups ... hopefully the last one :-/
2022-10-31 20:58:37 +01:00
87291e30a4
Found some more follow-links
2022-10-31 20:58:34 +01:00
b5d01337d9
Move Follow to /contact
namespace
2022-10-31 20:58:27 +01:00
3554894577
Fixup post
2022-10-31 20:56:44 +01:00
437472d0a6
Move Follow to Contact namespace
2022-10-31 20:56:43 +01:00
0e47d5b0aa
make CS happy
2022-10-31 20:56:43 +01:00
8e6f676719
Move mod/follow to src/Modules
2022-10-31 20:56:41 +01:00
58d6e7e2bb
Create Contact\Unfollow module class
2022-10-31 15:31:44 -04:00
a1e6e13a9f
Move remote follow module to profile folder
2022-10-31 15:31:43 -04:00
5de8fe3a48
Fix unfollowing not showing on contact page
...
- Deleted contact rows kept the relationship status which would keep showing
- Deleting contact rows would also not update the corresponding user-contact record
2022-10-31 15:30:23 -04:00
3020dfbeeb
Rename auto_request.tpl form action template variable
2022-10-31 15:30:23 -04:00
969b4f991e
Create Profile\Attachment\Upload module class
...
- Add missing response type in AjaxUpload initializition
2022-10-31 14:57:25 -04:00
39765e6018
Create Profile\Photos\Upload class
2022-10-30 14:20:01 -04:00
9561910e83
Create Profile\UnkMail module class
2022-10-30 10:49:47 -04:00
3865733e18
Move Model\Profile::getMyUrl to UserSessions
2022-10-30 10:49:47 -04:00
eae1383f48
Merge remote-tracking branch 'upstream/develop' into quote
2022-10-30 11:38:17 +00:00
b402a760a8
Symplified code
2022-10-30 10:02:12 +00:00
a183723254
Improved handling of contact links
2022-10-30 10:02:01 +00:00
96a36568e2
Add quote to API
2022-10-30 01:20:05 +00:00
f569ccbbc2
Code is simplyfied
2022-10-29 22:55:39 +00:00
3c169b534e
Improved handling of native quotes
2022-10-29 22:11:39 +00:00
e24078a4d2
Merge pull request #12074 from annando/fix-notification
...
Accepting contact request does finally work per Mastodon API
2022-10-29 15:55:40 -04:00
8bba8663fb
Only fetch the needed field
2022-10-29 19:11:26 +00:00
f44c9e7975
Accepting contact request does finally work per Mastodon API
2022-10-29 19:04:29 +00:00
a2adb1cd93
Remove unused argument from L10n->tt() call in Model/Item.php
2022-10-28 13:45:09 -04:00
René Wagner
b99e7a9e92
fix exception when adding an poll option without votes
2022-10-28 18:51:35 +02:00
f418687a71
Merge pull request #12070 from annando/share
...
Some more improvements for posts with shares
2022-10-27 08:19:23 -04:00
deccea0228
More functions moved to content class
2022-10-27 05:44:44 +00:00
c65fff6f93
Some more improvements for posts with shares
2022-10-26 17:00:55 +00:00
0c4ebce391
Merge pull request #12067 from Quix0r/cleanup/type-hints-002
...
Cleanup: missing type-hints, double-quotes, reformatted array
2022-10-26 12:03:04 -04:00
498d7f690a
Changes:
...
- php-cs is now happy with it
2022-10-26 17:59:10 +02:00
03e09627e4
Used $this->isThreaded()
instead as suggested by @MrPetovan
2022-10-26 17:59:07 +02:00
3c50d5b70f
Changes:
...
- made code more readable
2022-10-26 01:31:34 +02:00
2f1336339f
Changes:
...
- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void
2022-10-26 01:29:01 +02:00
22bfd3b4d6
Revert "Add email notification to all users on server domain pattern block list update"
...
This reverts commit 5045f9e188
because the main stakeholder isn't using the feature and it's putting a strain on email server accountability vis-a-vis spam lists.
# Conflicts:
# src/Moderation/DomainPatternBlocklist.php
2022-10-25 19:02:55 -04:00