Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-06 | Merge branch 'unify-mastodon-oauth' into 'develop' | kaniini | |
Unify Mastodon Login with OAuth login. See merge request pleroma/pleroma!429 | |||
2018-11-06 | Merge branch 'runtime-router' into 'develop' | kaniini | |
Runtime configured router See merge request pleroma/pleroma!426 | |||
2018-11-06 | Formatting. | lain | |
2018-11-06 | Small wrapper module around Application.get_env/put_env | href | |
Same API as the old Pleroma.Config | |||
2018-11-06 | Unify Mastodon Login with OAuth login. | lain | |
This removes duplication in the login code. | |||
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 | |||
2018-11-06 | Add federating plug & public tests | href | |
2018-11-05 | Fix wrong return when finmoji is disabled | href | |
2018-11-05 | handle_continue is OTP21+ | href | |
2018-11-05 | Runtime configured router | href | |
2018-11-05 | revert endpoint position in supervision tree | href | |
2018-11-05 | Runtime configured emojis | href | |
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`. | |||
2018-11-03 | Merge branch 'feature/cors-again' into 'develop' | kaniini | |
Add CORSPlug to make web-based OAuth easier. See merge request pleroma/pleroma!420 | |||
2018-11-03 | Pleroma.Web.MastodonAPI.StatusView: Content isn’t nullable | Haelwenn (lanodan) Monnier | |
2018-11-03 | Add CORSPlug to make web-based OAuth easier. | lain | |
2018-11-02 | Merge branch 'fix_hashtag_search' into 'develop' | lambda | |
Fix hashtag search See merge request pleroma/pleroma!418 | |||
2018-11-02 | Fix hashtag search | Mark Felder | |
When we lowercase the search it will succesfully do a case insenstive match. Now #Linux will match #linux and #LINUX whereas previously it would only match the exact case. | |||
2018-11-02 | Check for empty string in_reply_to ids. | lain | |
2018-11-01 | Pleroma.Web.TwitterAPI.ActivityView: Harden TwitterAPI against remnant of prismo | Haelwenn (lanodan) Monnier | |
2018-11-01 | twitter api: add support for rendering Page objects | William Pitcock | |
2018-11-01 | mastodon api: add support for rendering Page objects | William Pitcock | |
2018-11-01 | activitypub: transmogrifier: add support for Page objects | William Pitcock | |
2018-11-01 | Ensure filters have a filter_id | Lee Starnes | |
2018-11-01 | Merge branch 'feature/relay-tests' into 'develop' | kaniini | |
relay tests See merge request pleroma/pleroma!411 | |||
2018-11-01 | Merge branch 'bugfix/prismo.news_article_url' into 'develop' | Haelwenn | |
Bugfix/prismo.news article url Closes #352 See merge request pleroma/pleroma!410 | |||
2018-11-01 | Test Relay, switch to runtime configuration. | lain | |
2018-11-01 | Start configuration manager. | lain | |
2018-11-01 | Add basic configuration management module. | lain | |
2018-11-01 | Pleroma.Web.ActivityPub.Transmogrifier: fix_url when not a string/empty | Haelwenn (lanodan) Monnier | |
Thanks prismo.news, I hate it | |||
2018-11-01 | Pleroma.Web.MastodonAPI.StatusView: Do not fail when URL isn’t a string | Haelwenn (lanodan) Monnier | |
2018-11-01 | object: split object_cache from user_cache | William Pitcock | |
2018-11-01 | user: make User.delete() return data consistent with Object.delete() | William Pitcock | |
2018-11-01 | user: delete user_info data in User.invalidate_cache() | William Pitcock | |
2018-11-01 | object: return the deleted object as well | William Pitcock | |
2018-11-01 | activitypub: use Object.delete() instead of mutating the database and cache ↵ | William Pitcock | |
directly | |||
2018-11-01 | object: add safe object deletion function | William Pitcock | |
2018-11-01 | [Pleroma.Web.CommonAPI]: Delete post cache entry when it’s deleted | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/346 | |||
2018-10-31 | common api: allow self-liking objects | William Pitcock | |
mastodon allows this, for whatever reason. closes #347. | |||
2018-10-30 | Merge branch 'allow-abbr' into 'develop' | kaniini | |
Allow use of the `abbr` HTML tag. See merge request pleroma/pleroma!405 | |||
2018-10-30 | Allow use of the `abbr` HTML tag. | scarlett | |
2018-10-29 | Add user reactivation task. | scarlett | |
2018-10-29 | Merge branch 'feature/upload-limits' into 'develop' | kaniini | |
configurable media upload limits Closes #118 See merge request pleroma/pleroma!401 | |||
2018-10-29 | nodeinfo: expose configured upload limits | William Pitcock | |
2018-10-29 | s3 uploader: add new feature to force public attachment URIs to go through ↵ | William Pitcock | |
media proxy | |||
2018-10-29 | common api: prefer formatting attachments using the attachment's name ↵ | William Pitcock | |
instead of URI | |||
2018-10-29 | utils: fix another possible leak with private S3 backends using mediaproxy | William Pitcock | |
same rationale as the other mediaproxy changes | |||
2018-10-29 | mastodon api: enforce upload limits for avatars and banners | William Pitcock | |
2018-10-29 | twitter api: enforce upload limits for avatars, banners and backgrounds | William Pitcock | |
2018-10-29 | activitypub: upload: pass through an upload limit if one is provided | William Pitcock | |
2018-10-29 | upload: add new optional argument designating an upload size limit | William Pitcock | |