Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | emoji dowload follow redirects | Alex S | |
2019-05-08 | Refactoring functions for dealing with oauth scopes. | Maksim | |
2019-05-07 | Merge branch 'refactor/preload-bookmarks-with-activities' into 'develop' | kaniini | |
Optimize bookmarks by preloading them with activities Closes #861 See merge request pleroma/pleroma!1121 | |||
2019-05-07 | twitterapi: use order constraint to force descending order | William Pitcock | |
2019-05-07 | activitypub: add optional order constraint to timeline query builder | William Pitcock | |
2019-05-07 | Remove `bookmarks` assoc and add a fake `bookmark` assoc instead | rinpatch | |
2019-05-07 | Use with_preloaded_bookmark in create_by_object_ap_id_with_object | rinpatch | |
2019-05-07 | - Actually use preloaded bookmarks in views | rinpatch | |
- Preload bookmarks in bookmark timeline - Rework bookmark preload tests | |||
2019-05-07 | Preload bookmarks wherever the object is preloaded | rinpatch | |
2019-05-07 | Remove bookmarks assoc | rinpatch | |
2019-05-07 | Merge branch 'docs/MRF-modules' into 'develop' | kaniini | |
Documentation: MRF Modules See merge request pleroma/pleroma!1122 | |||
2019-05-07 | containment: remove pointless moduledoc line | William Pitcock | |
2019-05-07 | Merge branch 'conversations_three' into 'develop' | lambda | |
Conversations once more. See merge request pleroma/pleroma!1119 | |||
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
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 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-06 | Remove H1 in @moduledoc | Haelwenn (lanodan) Monnier | |
2019-05-06 | mrf/tag_policy.ex: Add some documentation | Haelwenn (lanodan) Monnier | |
mrf_tag:disable-remote-subscription exact way of working is quite unclear to me. Is it the requester that is denied if they have a tag, or is it the requestee if they have one? | |||
2019-05-06 | Add short documentation on every MRF Policy | Haelwenn (lanodan) Monnier | |
2019-05-04 | BBS: Credo fixes. | 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 | 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 | Credo fixes. | lain | |
2019-05-03 | Standardize construction of websocket URL | feld | |
This follows up on the change made in d747bd98 | |||
2019-05-03 | MastodonApi: Bump api level. | lain | |
2019-05-03 | Streamer: Stream out Conversations/Participations. | lain | |
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 | Parse access_token from body parameters and URL parameters | AkiraFukushima | |
2019-05-01 | Merge branch 'develop' into update-oauth-template | Mark Felder | |
2019-05-01 | Remove incorrect statement about valid characters | Mark Felder | |
2019-05-01 | Fix tests | Roman Chvanikov | |
2019-05-01 | Merge remote-tracking branch 'origin/develop' into conversations_three | lain | |
2019-05-01 | Refactored Pleroma.Web.Auth.Authenticator | Maksim | |
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 '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 | test fixes | Alex S | |
2019-05-01 | Merging with develop | Alex S | |
Conflicts: lib/pleroma/web/activity_pub/transmogrifier.ex lib/pleroma/user.ex | |||
2019-05-01 | add scrubber for html special char | Sachin Joshi | |