Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | little cleanup | Alexander Strizhakov | |
2020-01-15 | Merge branch 'develop' into notifications-from-account | Egor Kislitsyn | |
2020-01-15 | [#1478] Adjusted AdminAPIController admin subscope requirements. | Ivan Tashkinov | |
2020-01-14 | Merge branch 'develop' into feature/tag_feed | Maksim Pechnikov | |
2020-01-14 | Mix Tasks: Add pleroma.benchmarks.tags | lain | |
2020-01-14 | Merge branch 'develop' into admin-be | Alexander Strizhakov | |
2020-01-13 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-12 | Merge branch 'issue/1354' into 'develop' | feld | |
[#1354] fix remote follow See merge request pleroma/pleroma!2079 | |||
2020-01-12 | Merge branch 'develop' into issue/1354 | Mark Felder | |
2020-01-12 | Merge branch 'issue/1487' into 'develop' | feld | |
[#1487] fixed clear HTML entities after scrub html and truncate See merge request pleroma/pleroma!2090 | |||
2020-01-11 | Merge branch 'develop' into admin-be | Alexander Strizhakov | |
2020-01-10 | more renamings | Alexander Strizhakov | |
2020-01-10 | dynamic_configuration renaming | Alexander Strizhakov | |
and moving it from instance settings | |||
2020-01-10 | fix for pleroma assets group update | Alexander Strizhakov | |
2020-01-10 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1478-oauth-admin-scopes-tweaks # Conflicts: # lib/pleroma/user.ex | |||
2020-01-10 | Merge branch 'issue/1490' into 'develop' | lain | |
[#1490] fixed create service user (relay, internal.fetch) See merge request pleroma/pleroma!2092 | |||
2020-01-10 | deep merge in config update | Alexander Strizhakov | |
2020-01-10 | flag for delete fix | Alexander | |
2020-01-10 | little fixes and typos fix | Alexander | |
2020-01-10 | fixes for logger backends | Alexander | |
2020-01-10 | logger backends fix | Alexander | |
2020-01-10 | parsing proxy url setting | Alexander | |
2020-01-10 | errors on endpoints | Alexander | |
2020-01-10 | partially settings update | Alexander | |
2020-01-10 | config editing through database | Alex S | |
2020-01-10 | [#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, ↵ | Ivan Tashkinov | |
migrated existing OAuth records. Adjusted tests. | |||
2020-01-08 | fix create service actor | Maksim Pechnikov | |
2020-01-03 | fixed Metadata.Utils.scrub_html_and_truncate | Maksim Pechnikov | |
2020-01-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-25 | added code of mr#2067 | Maksim Pechnikov | |
2019-12-24 | fix oauth scopes for AdminApi#reports_update | Maksim Pechnikov | |
2019-12-22 | update test | Maksim Pechnikov | |
2019-12-22 | Apply suggestion to lib/pleroma/web/twitter_api/views/remote_follow_view.ex | Maksim | |
2019-12-22 | Apply suggestion to ↵ | Maksim | |
lib/pleroma/web/twitter_api/controllers/remote_follow_controller.ex | |||
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-21 | Merge branch 'feature/custom-runtime-modules' into 'develop' | rinpatch | |
Add support for custom modules at runtime Closes #1448 See merge request pleroma/pleroma!2039 | |||
2019-12-20 | Posts without media attachments should get the Summary TwitterCard | Mark Felder | |
2019-12-20 | fixed remote follow | Maksim Pechnikov | |
2019-12-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-19 | [#2068] Introduced proper OAuth tokens usage to controller tests. | Ivan Tashkinov | |
2019-12-19 | Return 404 if account to filter notifications from is not found | Egor Kislitsyn | |
2019-12-19 | Do not crash when remote user follower and following counters are hidden | Egor Kislitsyn | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
2019-12-17 | Add support for `account_id` param to filter notifications by the account | Egor Kislitsyn | |
2019-12-17 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
2019-12-17 | Merge branch 'develop' into feature/tag_feed | Maksim Pechnikov | |
2019-12-16 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. |