- 31 Jul, 2022 2 commits
-
-
Ilja authored
-
Ilja authored
See <https://docs.gitlab.com/ee/user/project/description_templates.html#set-a-default-template-for-merge-requests-and-issues> When people create a new issue or MR, they will now get a default template. This can be used to give proper information to people about what we need/expect for issues/mr's.
-
- 17 Jul, 2022 4 commits
-
-
Haelwenn authored
Shrink CI See merge request pleroma/pleroma!3691
-
Haelwenn authored
Translatable config descriptions Closes pleroma-meta#65 See merge request pleroma/pleroma!3695
-
tusooa authored
MastoAPI: Use `types` for filtering notifications See merge request pleroma/pleroma!3648
-
tusooa authored
DOCS: Add some small piece about setting up a Gitlab-runner See merge request pleroma/pleroma!3694
-
- 14 Jul, 2022 1 commit
-
-
tusooa authored
-
- 13 Jul, 2022 9 commits
-
-
tusooa authored
Translate static_pages.po (Simplified Chinese) See merge request pleroma/pleroma!3655
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
tusooa authored
-
Ilja authored
This is based on me setting one up, but I kept it general with mostly linking to other documentation. The idea is that to just provide some Pleroma-specific info, maybe give some pointers, and point to the right (external) docs.
-
tusooa authored
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651
-
tusooa authored
-
- 12 Jul, 2022 2 commits
- 11 Jul, 2022 5 commits
- 10 Jul, 2022 3 commits
-
-
Haelwenn authored
Pass remote follow avatar into media proxy Closes #2830 See merge request pleroma/pleroma!3690
-
Sean King authored
-
tusooa authored
-
- 07 Jul, 2022 1 commit
-
-
Sean King authored
Make validation functions for restricted nicknames and blacklisted domains; do restricted nickname validation in LDAP account registration
-
- 06 Jul, 2022 1 commit
-
-
Sean King authored
-
- 04 Jul, 2022 1 commit
-
-
Haelwenn authored
Fix long report notes giving errors on creation See merge request pleroma/pleroma!3679
-
- 03 Jul, 2022 5 commits
-
-
Haelwenn authored
mix: update eblurhash to 1.2.2 See merge request pleroma/pleroma!3686
-
Haelwenn authored
Add index hotspots See merge request pleroma/pleroma!3664
-
Haelwenn authored
Use EXIF data of image for image description See merge request pleroma/pleroma!3535
-
Haelwenn authored
Bugfix: Validate mediaType only by it's format See merge request pleroma/pleroma!3597
-
Haelwenn authored
Server announcements (1st pass) See merge request pleroma/pleroma!3643
-
- 02 Jul, 2022 1 commit
-
-
Hélène authored
Previous eblurhash versions bundled precompiled binaries which caused issues on non-Darwin operating systems.
-
- 01 Jul, 2022 5 commits
-
-
Ilja authored
I noticed that pictures taken with Ubuntu-Touch have whitespace in one of the fields This should just be ignored imo
-
Ilja authored
-
Ilja authored
The previous pictures were labeled as public domain, but are actually a collage of pictures under other licenses. I now replaced them with a jpeg of simply a white pixel.
-
Ilja authored
-
Ilja authored
I used keyword_list[:key], but if the key doesn't exist, it will return nil. I actually expect a list and further down the code I use that list. I believe the key should always be present, but in case it's not, it's better to return an empty list instead of nil. That way the code wont fail further down the line.
-