Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-03 | [#582] Optimized federation retirement by reducing the number of SQL calls | Ivan Tashkinov | |
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`, calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`). | |||
2019-02-02 | Merge branch 'fix/oauth-page-responsiveness' into 'develop' | rinpatch | |
Add responsive features to layout Closes #564 See merge request pleroma/pleroma!760 | |||
2019-02-02 | Add responsive features to layout | Maxim Filippov | |
2019-02-02 | Check if rich media uri is relative | rinpatch | |
2019-02-02 | Use with instead of if in the card | rinpatch | |
2019-02-02 | merge only if page_url is an absolute path | rinpatch | |
2019-02-02 | Fix rich media relative path | rinpatch | |
2019-02-01 | Merge branch 'revert-0a82a7e6' into 'develop' | kaniini | |
Revert "Merge branch 'feature/split-hide-network' into 'develop'" See merge request pleroma/pleroma!758 | |||
2019-02-01 | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | kaniini | |
This reverts merge request !733 | |||
2019-02-01 | Merge branch 'hotfix/object-normalize-cache' into 'develop' | href | |
object: use cached accesses when possible in Object.normalize() See merge request pleroma/pleroma!757 | |||
2019-02-01 | Merge branch 'streaming-api-url-fix' into 'develop' | href | |
Fix WebSocket streaming API URL. See merge request pleroma/pleroma!756 | |||
2019-02-01 | object: use cached accesses when possible in Object.normalize() | William Pitcock | |
2019-02-01 | Use url() instead of static_url in Endpoint.websocket_url() | eugenijm | |
2019-02-01 | Merge branch 'develop' into 'develop' | href | |
Use nodeinfo 2.1 See merge request pleroma/pleroma!753 | |||
2019-02-01 | update nodeinfo version when requesting 2.1 | Luna | |
2019-02-01 | Use String.replace_leading instead of String.replace for getting websocket ↵ | eugenijm | |
streaming api url. Extract the login responsible for obtaining websocket URL into the corresponding Endpoint function. | |||
2019-02-01 | mix format pass | Luna | |
2019-02-01 | downcase software name in nodeinfo | Luna | |
2019-02-01 | add tests for nodeinfo 2.0 compat and 2.1's new field | Luna | |
2019-02-01 | Merge branch 'bugfix/get_list_return_404' into 'develop' | Haelwenn | |
MastodonAPI.MastodonAPIController: Return a 404 when we fail to get a list See merge request pleroma/pleroma!755 | |||
2019-02-01 | keep compatibility with nodeinfo 2.0 | Luna | |
splits actual nodeinfo generation into raw_nodeinfo, the 2.0 handler gives the same result, while the 2.1 handler inserts the software.repository field. requested by @href | |||
2019-02-01 | MastodonAPI.MastodonAPIController: Return a 404 when we fail to get a list | Haelwenn (lanodan) Monnier | |
2019-02-01 | use Mix.Project.Config for some Application functions | Luna | |
2019-02-01 | Merge branch 'feature/split-hide-network' into 'develop' | kaniini | |
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733 | |||
2019-02-01 | Merge branch 'serve-sw-pleroma.js' into 'develop' | lambda | |
Serve sw-pleroma.js properly See merge request pleroma/pleroma!754 | |||
2019-02-01 | Serve sw-pleroma.js properly | href | |
2019-02-01 | Merge branch 'fix-rich-media-toggle' into 'develop' | lambda | |
Remove default value for rich media. See merge request pleroma/pleroma!751 | |||
2019-02-01 | Merge remote-tracking branch 'origin/develop' into fix-rich-media-toggle | lain | |
2019-02-01 | Merge branch '534_federation_targets_reachability' into 'develop' | href | |
[#534] Unreachable federation targets retirement Closes #534 See merge request pleroma/pleroma!703 | |||
2019-02-01 | mix format pass | Luna | |
2019-02-01 | use nodeinfo 2.1, add repository field | Luna | |
that is the only change from nodeinfo 2.0 to 2.1 also this makes the nodeinfo tests use 2.1.json instead of 2.0.json | |||
2019-01-31 | Merge branch 'docs/pleroma-api-invite-token' into 'develop' | Haelwenn | |
docs/Pleroma-API.md: Add missing token field documentation See merge request pleroma/pleroma!752 | |||
2019-01-31 | docs/Pleroma-API.md: Add missing token field documentation | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2019-01-31 | Remove default value for rich media. | lain | |
Setting it to true will actually override a 'false' set before. | |||
2019-01-31 | Merge branch 'user-follow-all-unique' into 'develop' | kaniini | |
User.follow_all: ensure the following array stays unique See merge request pleroma/pleroma!750 | |||
2019-01-31 | User.follow_all: ensure its stays unique | href | |
2019-01-31 | Merge branch 'bugfix/rich-media-non-unicode' into 'develop' | lambda | |
rich media non-unicode bugfix See merge request pleroma/pleroma!749 | |||
2019-01-31 | test: http mocks: formatting | William Pitcock | |
2019-01-31 | Merge branch 'develop' into 'develop' | kaniini | |
Clarify the description of the `logo_mask` configuration key. See merge request pleroma/pleroma!747 | |||
2019-01-31 | Merge branch 'fix/rich-media-disable-in-config' into 'develop' | kaniini | |
Make rich media support toggleable See merge request pleroma/pleroma!748 | |||
2019-01-31 | test: rich media: parser: add malformed data regression test | William Pitcock | |
2019-01-31 | rich media: parser: only try to validate strings, not numbers (OEmbed) | William Pitcock | |
2019-01-31 | test: add malformed OGP data fixture | William Pitcock | |
2019-01-31 | rich media: parser: reject OGP fields we cannot safely process | William Pitcock | |
2019-01-31 | Make rich media support toggleable | rinpatch | |
2019-01-31 | Clarify the description of the `logo_mask` configuration key. | Alice | |
2019-01-31 | Merge branch 'revert-4d3655c4' into 'develop' | lambda | |
Revert "Merge branch 'spc-fix-3' into 'develop'" See merge request pleroma/pleroma!745 | |||
2019-01-31 | Revert "Merge branch 'spc-fix-3' into 'develop'" | lambda | |
This reverts merge request !682 | |||
2019-01-31 | Merge branch 'spc-fix-3' into 'develop' | kaniini | |
Spc fix 3 See merge request pleroma/pleroma!682 | |||
2019-01-31 | Merge branch 'features/glitch-soc-frontend' into 'develop' | Haelwenn | |
Features/glitch soc frontend See merge request pleroma/pleroma!192 |