Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-26 | Merge branch 'bugfix/formatting' into 'develop' | kaniini | |
fix formatting See merge request pleroma/pleroma!301 | |||
2018-08-26 | fix formatting | William Pitcock | |
2018-08-26 | Merge branch 'tests/notification-smoketests' into 'develop' | kaniini | |
tests: add notification smoketests (ref #265) See merge request pleroma/pleroma!300 | |||
2018-08-26 | tests: add notification smoketests (ref #265) | William Pitcock | |
2018-08-26 | Merge branch 'bugfix/common-api-visibility-orphan' into 'develop' | kaniini | |
common api: properly handle replying to orphaned threads See merge request pleroma/pleroma!299 | |||
2018-08-26 | common api: handle replying to orphaned threads | William Pitcock | |
2018-08-26 | Merge branch 'login-with-email' into 'develop' | kaniini | |
When logging in, try treating the login as an email Closes #245 See merge request pleroma/pleroma!295 | |||
2018-08-26 | Merge branch 'develop' into 'feature/relay' | kaniini | |
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex | |||
2018-08-26 | Merge branch 'update-pleroma-frontend' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!298 | |||
2018-08-26 | Merge branch 'improve-example-caddyfile' into 'develop' | kaniini | |
Improve example Caddyfile See merge request pleroma/pleroma!296 | |||
2018-08-26 | Merge branch 'remove-unused-settings' into 'develop' | kaniini | |
Remove unused settings See merge request pleroma/pleroma!297 | |||
2018-08-26 | update pleroma frontend | hakabahitoyo | |
2018-08-26 | remove unused settings from /api/statusnet/config | hakabahitoyo | |
2018-08-26 | remove unused settings | hakabahitoyo | |
2018-08-26 | Improve example Caddyfile | shibayashi | |
2018-08-25 | When logging in, try treating the login as an email | Ekaterina Vaartis | |
Closes #245 | |||
2018-08-25 | Merge branch 'feature/twitterapi-object-description' into 'develop' | kaniini | |
twitter api: provide object descriptions as attachment description field See merge request pleroma/pleroma!293 | |||
2018-08-25 | twitter api: provide object descriptions as attachment description field | William Pitcock | |
2018-08-24 | Merge branch 'update/pleroma-fe-20180824' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!292 | |||
2018-08-24 | update pleroma frontend | William Pitcock | |
2018-08-24 | Merge branch 'feature/tls-sni-support' into 'develop' | kaniini | |
http: fix TLS server name indication Closes #261 See merge request pleroma/pleroma!291 | |||
2018-08-24 | http: fix TLS server name indication | William Pitcock | |
by default, hackney only sent TLS server name indication if TLS was locked to TLS 1.2. since there are many instances out there not speaking TLS 1.2, it is not acceptable to lock SNI to TLS 1.2. closes #261 | |||
2018-08-24 | Merge branch 'bugfix/formatter-single-char-nicks' into 'develop' | kaniini | |
formatter: fix single char local nicknames Closes #163 See merge request pleroma/pleroma!290 | |||
2018-08-24 | tests: formatting | William Pitcock | |
2018-08-24 | Merge branch 'config/fe-collapse-subject' into 'develop' | kaniini | |
fe config: add collapse_message_with_subject fe option See merge request pleroma/pleroma!289 | |||
2018-08-24 | formatter: adjust regexp captures to match local users with single character ↵ | William Pitcock | |
nicknames (closes #163) | |||
2018-08-24 | test: add testcase for formatter issue #163 | William Pitcock | |
2018-08-24 | fe config: add collapse_message_with_subject fe option | William Pitcock | |
2018-08-24 | Revert "Merge branch 'add-frontend-config-collapseMessageWithSubject' into ↵ | kaniini | |
'develop'" This reverts merge request !288 | |||
2018-08-24 | Merge branch 'add-frontend-config-collapseMessageWithSubject' into 'develop' | kaniini | |
add collapseMessageWithSubject in config See merge request pleroma/pleroma!288 | |||
2018-08-24 | add collapseMessageWithSubject in config | hakabahitoyo | |
2018-08-23 | Merge branch 'fix/suggestions-api-error-handling' into 'develop' | kaniini | |
Better error handling in /api/v1/suggestions See merge request pleroma/pleroma!287 | |||
2018-08-23 | Merge branch 'develop' into 'develop' | Haelwenn | |
Add an OpenRC service See merge request pleroma/pleroma!285 | |||
2018-08-23 | Move invite task to pleroma namespace | Jorty | |
Some other minor changes were made to make it consistent with the behavior of other tasks both within Pleroma and the conventions set by dependencies such as Phoenix. Namely, the task is named `gen.invite` and `IO.puts` has been replaced with references to `Mix.shell()` where appropriate. | |||
2018-08-23 | Add an OpenRC service | vaartis | |
2018-08-23 | Update README.md for refactored Mix tasks | Jorty | |
2018-08-23 | Refactor Mix tasks | Jorty | |
1. Move Mix tasks into a `pleroma` namespace, to avoid collisions with dependent packages. 2. Rename and condense tasks into two `pleroma.user` and `pleroma.gen.instance` tasks for consistency with Hex and Phoenix. 3. Add additional functionality to the tasks to make them more user-friendly. Arguments with sensible defaults were demoted to flags and in the interactive `generate_config` (renamed to `pleroma.gen.instance`), flags were added to allow non-interactive use, though interactive use remains the primary interface. That task also now prompts the user for database parameters. 4. Documentation has been added to both tasks such that `mix help` now shows useful information. 5. Finally, use of IO.puts in tasks has been replaced with Mix.shell() equivalents to make the behavior more consistent with Mix tasks in other packages, and such that variables like MIX_QUIET are respected. The only exception is in `mix pleroma.user reset_password`, wherein the URL must always be printed regardless of the value of MIX_QUIET since that's its entire purpose. | |||
2018-08-23 | debug | hakabahitoyo | |
2018-08-23 | Merge branch 'security/activitypub-reject-bogus-ids' into 'develop' | kaniini | |
security: activitypub: reject activities with bogus ids See merge request pleroma/pleroma!286 | |||
2018-08-23 | formatting | William Pitcock | |
2018-08-23 | tests: add a testcase for verifying that objects without a valid ID are ↵ | William Pitcock | |
always rejected | |||
2018-08-23 | transmogrifier: reject activities lacking a valid ID | William Pitcock | |
2018-08-22 | fixed notifications API completely breaking if there's a like for | Henry Jameson | |
missing (deleted) post. | |||
2018-08-22 | Run mix format | Haelwenn (lanodan) Monnier | |
2018-08-22 | [Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nil | Haelwenn (lanodan) Monnier | |
2018-08-22 | [Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videos | Haelwenn (lanodan) Monnier | |
2018-08-21 | Merge branch 'feature/peertube_2' into 'develop' | kaniini | |
rebase/update of feature/peertube See merge request pleroma/pleroma!217 | |||
2018-08-21 | Merge branch 'sanitize-bio' into 'develop' | kaniini | |
mastodon api: sanitize the bio HTML See merge request pleroma/pleroma!282 | |||
2018-08-21 | Merge branch 'twitter-api-bios' into 'develop' | kaniini | |
Twitter API: Support Mastodon-style bios See merge request pleroma/pleroma!283 | |||
2018-08-21 | [Pleroma.Web.MastodonAPI.StatusView] Support Peertube Video titles | Haelwenn (lanodan) Monnier | |