- Nov 14, 2020
-
-
Haelwenn authored
pleroma.instance: Fix Exiftool module name See merge request pleroma/pleroma!3143
-
Haelwenn authored
-
- Nov 13, 2020
-
-
lain authored
fixes 2034 Make notifs view work for reports Closes #2034 See merge request pleroma/pleroma!2912
-
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet)
-
Alexander Strizhakov authored
-
- Nov 12, 2020
-
-
rinpatch authored
Validate the content-type of the response when fetching an object, according to https://www.w3.org/TR/activitypub/#x3-2-retrieving-objects. content-type headers had to be added to many mocks in order to support this, some of this was done with a regex. While I did go over the resulting files to check I didn't modify anything unrelated, there is a possibility I missed something. Closes #1948
- Nov 11, 2020
-
-
feld authored
-
feld authored
-
feld authored
-
feld authored
-
lain authored
-
lain authored
-
lain authored
-
Alexander Strizhakov authored
- log level reduction, if policy doesn't implement config_description method - docs in dev.md
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
- revert UserAllowPolicy description - MRF descriptions order
- Nov 10, 2020
-
-
feld authored
-
feld authored
-
feld authored
-
feld authored
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
- Nov 09, 2020
-
- Nov 08, 2020
-
-
Sean King authored
-
lain authored
-
rinpatch authored
While taking a final look at instance.gen before releasing I noticed that the release_env task outputs messages in broken english. Upon further inspection it seems to have even more severe issues which, in my opinion, warrant it's at least temporary removal: - We do not explain what it actually does, anywhere. Neither the task docs nor instance.gen, nor installation instructions. - It does not respect FHS on OTP releases (uses /opt/pleroma/config even though we store the config in /etc/pleroma/config.exs). - It doesn't work on OTP releases, which is the main reason it exists. Neither systemd nor openrc service files for OTP include it. - It is not mentioned in install guides other than the ones for Debian and OTP releases.
-
- Nov 06, 2020