Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-04 | BBS: small fixes. | lain | |
2019-05-04 | Merge remote-tracking branch 'origin/develop' into feature/bbs | lain | |
2019-05-03 | Merge branch 'fix/embeded-relationship-in-follows' into 'develop' | rinpatch | |
Fix embeded relationships in Mastodon API See merge request pleroma/pleroma!1118 | |||
2019-05-03 | Merge branch 'fix-search-speed' into 'develop' | rinpatch | |
Search: Add fts index on objects table. See merge request pleroma/pleroma!1120 | |||
2019-05-03 | Just have Benchee in all environments. | lain | |
2019-05-03 | Mix: Also have benchee in test. | lain | |
2019-05-03 | Merge branch 'bugfix/emoji-size' into 'develop' | lambda | |
Bugfix: emoji size in profile Closes #269 See merge request pleroma/pleroma!792 | |||
2019-05-03 | Search: Add fts index on objects table. | lain | |
2019-05-03 | MastoAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-03 | TwitterAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-03 | Web.TwitterAPI.UserView: Also view local user emojis | Haelwenn (lanodan) Monnier | |
2019-05-03 | formatter.ex: Add get_emoji_map/1 | Haelwenn (lanodan) Monnier | |
2019-05-03 | Pleroma.User: remove emojify on parse_bio | Haelwenn (lanodan) Monnier | |
2019-05-03 | Pleroma.Formatter: width/height to class=emoji | Haelwenn (lanodan) Monnier | |
2019-05-03 | Merge branch 'fix/replace-ws' into 'develop' | lambda | |
Standardize construction of websocket URL See merge request pleroma/pleroma!1115 | |||
2019-05-03 | Standardize construction of websocket URL | feld | |
This follows up on the change made in d747bd98 | |||
2019-05-03 | Fix embeded relationships in Mastodon API | rinpatch | |
Currently some endpoints render accounts without for user resulting in embedded relationship being empty. It causes bugs in followers/following tab in pleroma-fe but I fixed it for other endpoints as well just in case | |||
2019-05-02 | Merge branch 'iss-849' into 'develop' | lambda | |
Parse access_token from body parameters and URL parameters See merge request pleroma/pleroma!1103 | |||
2019-05-02 | Add oauth plug tests for url and body parameters | AkiraFukushima | |
2019-05-02 | fix: Add mix deps.get before unit-testing | AkiraFukushima | |
2019-05-02 | Parse access_token from body parameters and URL parameters | AkiraFukushima | |
2019-05-01 | Merge branch 'support/oauth' into 'develop' | lambda | |
Refactored Pleroma.Web.Auth.Authenticator See merge request pleroma/pleroma!1108 | |||
2019-05-01 | Refactored Pleroma.Web.Auth.Authenticator | Maksim | |
2019-05-01 | Merge branch 'fix/remove-redundant-ensure-scrubbed-html' into 'develop' | rinpatch | |
Remove redundant ensure_scrubbed_html See merge request pleroma/pleroma!1114 | |||
2019-05-01 | Remove redundant ensure_scrubbed_html | rinpatch | |
It is never used as handling for fake and non-fake activities was merged into one function above it | |||
2019-05-01 | Merge branch 'features/download-mastofe-build' into 'develop' | lambda | |
installation/download-mastofe-build.sh: Add mastofe CI-artifacts download See merge request pleroma/pleroma!1052 | |||
2019-05-01 | Merge branch 'bugfix/web-notification-special-char' into 'develop' | lambda | |
fix the web push notification with special char for status created See merge request pleroma/pleroma!1092 | |||
2019-05-01 | Merge branch 'harmonize_return_types_in_user_module' into 'develop' | lambda | |
Harmonize return types in user module Closes #718 See merge request pleroma/pleroma!1112 | |||
2019-05-01 | Merge branch 'docs/fix-config.md' into 'develop' | rinpatch | |
[docs/config.md]Fix syntax highlighting + clarify :frontend_configuration See merge request pleroma/pleroma!1110 | |||
2019-05-01 | Merge branch 'update_auto_linker' into 'develop' | rinpatch | |
Update `auto_linker` See merge request pleroma/pleroma!1111 | |||
2019-05-01 | test fixes | Alex S | |
2019-05-01 | Update `auto_linker` | Egor Kislitsyn | |
2019-05-01 | Merging with develop | Alex S | |
Conflicts: lib/pleroma/web/activity_pub/transmogrifier.ex lib/pleroma/user.ex | |||
2019-05-01 | Fix syntax highlighting + clarify :frontend_configuration | xse | |
2019-05-01 | add scrubber for html special char | Sachin Joshi | |
2019-05-01 | Merge branch 'develop' into bugfix/web-notification-special-char | Sachin Joshi | |
2019-04-30 | Merge branch 'fix/stream_out-normalize-only-creates' into 'develop' | rinpatch | |
Do not normalize objects in stream_out unless the activity type is Create See merge request pleroma/pleroma!1109 | |||
2019-04-30 | Do not normalize objects in stream_out unless the activity type is | rinpatch | |
Create Saves quite a bit of time with delete activities because they would always query the db | |||
2019-04-29 | Merge branch 'hotfix/migrateoldbookmarks-crashing-on-deleted-activities' ↵ | rinpatch | |
into 'develop' Fix MigrateOldBookmarks migration crashing on deleted activities See merge request pleroma/pleroma!1106 | |||
2019-04-29 | Fix MigrateOldBookmarks migration crashing on deleted activities | rinpatch | |
2019-04-29 | Merge branch 'fix-webpush' into 'develop' | rinpatch | |
WebPush: Use Object.normalize, rewrite tests so they test reality. See merge request pleroma/pleroma!1105 | |||
2019-04-29 | WebPush: Use Object.normalize, rewrite tests so they test reality. | lain | |
2019-04-29 | Merge branch 'fix/add-default-scope-mastoapi' into 'develop' | rinpatch | |
Add default_scope to /api/v1/update_credentials See merge request pleroma/pleroma!1100 | |||
2019-04-28 | Merge branch 'fix/uploads-folder-issues' into 'develop' | kaniini | |
fix issues with the uploads directory See merge request pleroma/pleroma!1101 | |||
2019-04-28 | Merge branch 'regression/rights-only-for-admin' into 'develop' | kaniini | |
Fix `rights` in TwitterAPI's user entity being present only for Admins/Moderators See merge request pleroma/pleroma!1102 | |||
2019-04-28 | Fix `rights` in TwitterAPI's user entity being present only for | rinpatch | |
Admins/Moderators In !1093 I reused `maybe_with_role` for `rights` object, however I missed that `maybe_with_role` is called only for admins/moderators. | |||
2019-04-28 | fix issues with the uploads directory | xse | |
2019-04-28 | Merge branch 'fix/bookmark-depend-on-embeded-object' into 'develop' | kaniini | |
Fix bookmarks depending on embeded object and move checking if the status is bookmarked to SQL See merge request pleroma/pleroma!1099 | |||
2019-04-27 | Add default_scope to /api/v1/update_credentials | rinpatch | |
2019-04-27 | Fix bookmarks depending on embeded object and move checking if the | rinpatch | |
status is bookmarked to SQL |