Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-15 | Merge branch 'robotstxt' into 'develop' | kaniini | |
Add robots.txt Closes #723 See merge request pleroma/pleroma!929 | |||
2019-03-15 | robots.txt | William Pearson | |
Add default robots.txt that allows bots access to all paths. Add mix task to generate robots.txt taht allows bots access to no paths. Document custom emojis, MRF and static_dir static_dir documentation includes docs for the robots.txt Mix task. | |||
2019-03-15 | MediaProxy: parse filename from content-disposition for non-whitelisted types | rinpatch | |
2019-03-15 | Add `is_seen` to MastoAPI notifications, extract rendering logic into ↵ | eugenijm | |
separate NotificationView, add tests | |||
2019-03-14 | Merge branch 'fix/filename-mangling' into 'develop' | kaniini | |
Stop mangling filenames and enable dedupe by default Closes #715 See merge request pleroma/pleroma!927 | |||
2019-03-14 | activitypub: inject to/cc fields on non-forwarded reports since Flag ↵ | William Pitcock | |
activities are now Forwardable | |||
2019-03-14 | reports: unify sending e-mail for both remote and local reports | William Pitcock | |
2019-03-14 | activitypub: add support for forwarding reports | William Pitcock | |
2019-03-14 | Merge develop to bump elixir version in the CI so I don't get failing formatting | rinpatch | |
2019-03-14 | common api: add support for forwarding reports | William Pitcock | |
2019-03-14 | activitypub: utils: also match Activity objects | William Pitcock | |
2019-03-14 | Fix uploaded media plug test | rinpatch | |
2019-03-14 | activitypub: transmogrifier: accept remote Flag activities | William Pitcock | |
2019-03-14 | activitypub: utils: rework make_flag_data to accept either activity payloads ↵ | William Pitcock | |
or IRIs | |||
2019-03-14 | test: add a test for accepting inbound Flag activities | William Pitcock | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-14 | Merge branch 'hotfix/delete-activities' into 'develop' | rinpatch | |
Fix delete activities not federating See merge request pleroma/pleroma!933 | |||
2019-03-14 | Fix delete activities not federating | rinpatch | |
2019-03-14 | Merge remote-tracking branch 'upstream/develop' into feature/openldap-support | link0ff | |
2019-03-14 | Merge branch 'admin-api-account-view-namespace' into 'develop' | kaniini | |
MastodonAPI.Admin.AccountView → AdminAPI.AccountView See merge request pleroma/pleroma!930 | |||
2019-03-14 | Merge branch 'feature/add-local-to-users-admin-api' into 'develop' | kaniini | |
Add "local" & "tags" to users admin API See merge request pleroma/pleroma!932 | |||
2019-03-14 | Ensure empty array is returned for tags | Maxim Filippov | |
2019-03-14 | Add tags | Maxim Filippov | |
2019-03-13 | Merge branch 'mastofe-content-types' into 'develop' | kaniini | |
Set content types settings on mastofe endpoint. See merge request pleroma/pleroma!894 | |||
2019-03-13 | Merge branch 'unify-accept-reject-unfollow' into 'develop' | kaniini | |
Unify unfollow, accept and reject follow requests using CommonAPI See merge request pleroma/pleroma!931 | |||
2019-03-13 | Unify unfollow, accept and reject follow requests using CommonAPI | eugenijm | |
2019-03-13 | Add test when local is false | Maxim Filippov | |
2019-03-13 | Fix test | Maxim Filippov | |
2019-03-13 | Add "local" to users admin API | Maxim Filippov | |
2019-03-13 | MastodonAPI.Admin.AccountView → AdminAPI.AccountView | Haelwenn (lanodan) Monnier | |
2019-03-13 | Merge branch 'features/add-credo-to-ci' into 'develop' | lambda | |
Add credo to CI See merge request pleroma/pleroma!902 | |||
2019-03-13 | Pleroma.Web.TwitterAPI.Controller: Remove duplicated alias/es | Haelwenn (lanodan) Monnier | |
2019-03-13 | .gitlab-ci.yml: Use --strict instead of list | Haelwenn (lanodan) Monnier | |
This makes the output to be more compact while not loosing readability --format=flycheck // --format=json could also be used but they are not very human readable | |||
2019-03-13 | [Credo][CI] Add readability as it’s fixed | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Change quoted string with 3+ quotes to sigils | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] write large numbers with underscore separation | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] make all variables use snake_case | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the consistency | Haelwenn (lanodan) Monnier | |
2019-03-13 | .credo.exs: Clear removed tests | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo][CI] Do not make TODO/FIXME fail | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the warnings | Haelwenn (lanodan) Monnier | |
2019-03-13 | .gitlab-ci.yml: Adds credo to the chain | Haelwenn (lanodan) Monnier | |
Not really sure about the order in which this is but it feels right because credo is more about checking if a ~working code could need some improvements.<M-1> | |||
2019-03-12 | Merge branch 'feature/add-roles-to-users-admin-api' into 'develop' | kaniini | |
Add "roles" to users admin API See merge request pleroma/pleroma!928 | |||
2019-03-12 | Add "roles" to users admin API | Maxim Filippov | |
2019-03-12 | Merge branch 'masto-api-followers-following' into 'develop' | kaniini | |
MastoAPI followers/following endpoints See merge request pleroma/pleroma!924 | |||
2019-03-12 | Support LDAP method start_tls | link0ff | |
2019-03-12 | MastoAPI followers/following endpoints | eugenijm | |