Commit Graph

4132 Commits (715a31c1ed7ff856bae8ee4dc3536f3cf545f60a)
 

Author SHA1 Message Date
Haelwenn (lanodan) Monnier 715a31c1ed
COPYING: wrap to 79, city.jpg Unsplash, wording
[ci skip]
4 years ago
Haelwenn (lanodan) Monnier 0bab2661ae
COPYING: Add copyright notice for the finmojis
[ci skip]
4 years ago
Haelwenn (lanodan) Monnier 8ae4837abd
COPYING: Add copyright notice for the whole repository
[ci skip]
4 years ago
Haelwenn (lanodan) Monnier 362603c723
LICENSE → AGPL-3
[ci skip]
4 years ago
Haelwenn (lanodan) Monnier 32e843f033
CC-BY-SA-4.0: Add a copy of the CC-BY-SA-4.0 license
[ci skip]
4 years ago
Haelwenn (lanodan) Monnier bae96206d0
priv/static/images: Add pleroma-tan
Source: https://shitposter.club/objects/9be7c3f4-5a29-45a9-ac40-301312578a02

pleroma-fox-tan-smol.png is pleroma-fox-tan.png but the width
got divided by two in The GIMP.
All the pleroma*.png got optimised with mat2 and optipng/pngcrush,
depending on their best results.

[ci skip]
4 years ago
kaniini 3c04460c9c Merge branch 'update-mastofe/glitch-soc-2019-03-07' into 'develop'
Update Mastodon Frontend to 2019-03-07 bundle

See merge request pleroma/pleroma!911
4 years ago
Haelwenn (lanodan) Monnier 05cad042ba
Update Mastodon Frontend to 2019-03-07 bundle
See: https://git.pleroma.social/pleroma/mastofe/tags/bundle-2019-03-07

[ci skip]
4 years ago
rinpatch 2a9191a53e Merge branch 'bugfix/mrf-antifollowbot-nil-bio' into 'develop'
MRF: anti followbot: gracefully handle nil display names

See merge request pleroma/pleroma!909
4 years ago
kaniini 8e9f6d8f69 Merge branch 'update/pleroma-fe-20190307' into 'develop'
update pleroma frontend

See merge request pleroma/pleroma!910
4 years ago
William Pitcock 3a097bd770 update pleroma frontend 4 years ago
William Pitcock 3c5926fe91 tests: add regression test 4 years ago
William Pitcock e53a9fd15e MRF: anti followbot: gracefully handle accounts without a display name 4 years ago
rinpatch 992145e64c Merge branch 'bugfix/delete-activity-audience' into 'develop'
expand the audience of delete activities to all recipients of the deleted object

Closes #682

See merge request pleroma/pleroma!891
4 years ago
Karen Konou c2faae70df Adjust delete activity audience to match the deleted object 4 years ago
Karen Konou 6a69ece437 Revert existing object check 4 years ago
lambda ed5a1bbdfc Merge branch 'preserve-link-headers' into 'develop'
Preserves parameters in link headers

Closes #716

See merge request pleroma/pleroma!908
4 years ago
eugenijm 7342b5a45f Preserve parameters in link headers (Mastodon API) 4 years ago
kaniini 0fe715f3ba Merge branch 'chore/merge-search-into-list-users' into 'develop'
Merge search endpoint into /users

See merge request pleroma/pleroma!898
4 years ago
kaniini 39b766cc43 Merge branch 'bugfix/connect-src-https' into 'develop'
Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src

See merge request pleroma/pleroma!900
4 years ago
kaniini 07f8c79a69 Merge branch 'bugfix/rel-me_list' into 'develop'
Web.RelMe: Fix having other values in rel attr

See merge request pleroma/pleroma!901
4 years ago
kaniini d249ea8e7c Merge branch 'feature/647' into 'develop'
[#647] tests for web push

See merge request pleroma/pleroma!904
4 years ago
Maksim bc7570c282 [#647] tests for web push 4 years ago
kaniini 4cbaab2181 Merge branch 'features/masto_fe-config' into 'develop'
Add default config for masto_fe

See merge request pleroma/pleroma!906
4 years ago
Maxim Filippov 76160122f6 Keep heading short 4 years ago
Haelwenn 96901b6554 Merge branch 'fix/escape-reserved-chars-in-filenames' into 'develop'
Properly escape reserved URI charachters in upload urls

Closes #700

See merge request pleroma/pleroma!905
4 years ago
Haelwenn (lanodan) Monnier a283a1fcd0
Add default config for masto_fe
Related to: https://git.pleroma.social/pleroma/mastofe/merge_requests/22
4 years ago
Karen Konou 28d5b40d0a Add handling of objects not in database 4 years ago
rinpatch 40ff8f5964 Add tests for reserved char escaping in upload 4 years ago
rinpatch 4263edc9c9 Properly escape reserved URI charachters in upload urls 4 years ago
rinpatch bcd8ef65e0 Merge branch 'add-admin-to-node-info' into 'develop'
Include admins in nodeinfo

Closes #689

See merge request pleroma/pleroma!899
4 years ago
Haelwenn (lanodan) Monnier 788a354ce0
Web.RelMe: Fix having other values in rel attr
One example of this is Github which puts a rel="nofollow me" on the
profile link.
4 years ago
Haelwenn (lanodan) Monnier fc37e5815f
Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/469
4 years ago
Haelwenn 682cc94db1 Merge branch 'bugfix/rich-media-uri-validation' into 'develop'
rich media: don't crawl bogus URIs

See merge request pleroma/pleroma!864
4 years ago
eugenijm d1de0a30cc Include admins in nodeinfo 4 years ago
Maxim Filippov 2d30fc279f Typo 4 years ago
William Pitcock b7aa1ea9e6 rich media: helpers: rework validate_page_url() 4 years ago
Maxim Filippov 02359d686c local -> only_local 4 years ago
Maxim Filippov e34710b988 Format & update docs 4 years ago
William Pitcock 9f3cb38012 helpers: use AutoLinker to validate URIs as well as the other tests 4 years ago
William Pitcock d7a278a733 tests: add tests for rich media helper functions 4 years ago
William Pitcock d38d537bee rich media: don't crawl bogus URIs 4 years ago
kaniini d45dbdce5a Merge branch 'feature/add-status-text-to-notifications' into 'develop'
Add status text to notifications (mentions and reposts)

Closes #696

See merge request pleroma/pleroma!897
4 years ago
Maxim Filippov f620199836 Merge search endpoint into /users 4 years ago
Maxim Filippov 0245ce842f Remove unused code 4 years ago
Maxim Filippov cc7b35e097 Add status text to notifications (mentions and reposts) 4 years ago
kaniini ca5d894e68 Merge branch 'fix/like-adressing' into 'develop'
Stop adresssing like activities to actor's follower collection on non-public posts

See merge request pleroma/pleroma!896
4 years ago
rinpatch 33c614bce0 Stop adresssing like activities to actor's follower collection on non-public posts 4 years ago
kaniini 10248d86a2 Merge branch 'unify-follow' into 'develop'
Unify follow code with CommonAPI

Closes #690

See merge request pleroma/pleroma!889
4 years ago
kaniini c63a45cd0e Merge branch 'dm-visibility-for-blocking-users' into 'develop'
Fix DM visibility for blocking users #698

Closes #698

See merge request pleroma/pleroma!890
4 years ago