Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-07 | Merge branch 'unused-config-parameter' into 'develop' | rinpatch | |
unused config paramater See merge request pleroma/pleroma!1124 | |||
2019-05-07 | unused config paramater | Alex S | |
2019-05-07 | Merge branch 'fix/ex_doc-source-links' into 'develop' | rinpatch | |
Fix/ex_doc source links See merge request pleroma/pleroma!1123 | |||
2019-05-07 | Fix/ex_doc source links | xse | |
2019-05-06 | Merge branch 'issue_800' into 'develop' | lambda | |
[#800] added ability renew access_token by refresh_token See merge request pleroma/pleroma!1045 | |||
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-05-06 | Merge branch 'feature/bbs' into 'develop' | lambda | |
BBS / SSH See merge request pleroma/pleroma!997 | |||
2019-05-06 | Merge branch 'feature/845-improve-status-deletion' into 'develop' | lambda | |
Improve status deletion Closes #845 See merge request pleroma/pleroma!1104 | |||
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-04 | BBS: Credo fixes. | lain | |
2019-05-04 | BBS: Fix tests. | lain | |
2019-05-04 | BBS: Use cached user fetcher. | lain | |
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 |