index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
twitter_api
Age
Commit message (
Expand
)
Author
2019-04-16
Merge branch 'feature/788-separate-email-addresses' into 'develop'
kaniini
2019-04-16
Handle new-style mastodon follow lists
Normandy
2019-04-15
Remove inReplyToStatusId
rinpatch
2019-04-13
naming fix
Alex S
2019-04-12
Merge branch 'bugfix/pleroma-email-naming' into 'develop'
lambda
2019-04-10
Merge branch 'develop' into feature/788-separate-email-addresses
Alex S
2019-04-10
adding notify_email setting for trigger emails
Alex S
2019-04-10
Merge branch 'feature/767-multiple-use-invite-token' into 'develop'
lambda
2019-04-10
Merge branch 'fix/emoji-api-nonsense' into 'develop'
lambda
2019-04-10
s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/
Haelwenn (lanodan) Monnier
2019-04-10
Merge branch 'notification-pleroma-settings' into 'develop'
kaniini
2019-04-09
Change response format of /api/pleroma/emoji to the one that actually makes s...
rinpatch
2019-04-08
removing not needed invite update
Alex S
2019-04-08
renaming expire_at -> expires_at
Alex S
2019-04-06
token -> invite renaming
Alex S
2019-04-06
twitter api registration
Alex S
2019-04-02
Merging develop into feature/770-add-emoji-tags
Alex S
2019-04-02
Merge branch 'bugfix/share-mastodon' into 'develop'
lambda
2019-04-02
Merge develop into feature/770-add-emoji-tags
Alex S
2019-04-02
replace `Repo.get_by(User, nickname: nickname)` with `User.get_by_nickname(ni...
Egor Kislitsyn
2019-04-02
replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`
Egor Kislitsyn
2019-04-02
change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
Egor Kislitsyn
2019-04-02
change `Repo.get(User, id)` => `User.get_by_id(id)`
Egor Kislitsyn
2019-04-02
fetch url for OStatus to know if it is a/c or status
Sachin Joshi
2019-04-01
[OStatus] adds status to pleroma instance if the url given is a status
Sachin Joshi
2019-04-01
Adding tag to emoji ets table
Alex S
2019-03-28
Add PUT /api/pleroma/notification_settings endpoint
eugenijm
2019-03-26
Credo is upset about me not remembering the alphabet
rinpatch
2019-03-26
Fix formatting
rinpatch
2019-03-26
Remove ActivityRepresenter
rinpatch
2019-03-22
Merge branch 'safe-mentions' into 'develop'
kaniini
2019-03-21
tests: fixup
William Pitcock
2019-03-21
common api: move context functions from twitterapi
William Pitcock
2019-03-21
UtilController: Return state of safe dm mentions.
lain
2019-03-17
Allow 'rel' attribute on `<a>` link with specific values (for hashtag recogni...
Fong-Wan Chau
2019-03-15
Allow to mark a single notification as read
eugenijm
2019-03-13
[Credo] Change quoted string with 3+ quotes to sigils
Haelwenn (lanodan) Monnier
2019-03-13
[Credo] fix Credo.Check.Readability.MaxLineLength
Haelwenn (lanodan) Monnier
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-03-13
[Credo] Fix the warnings
Haelwenn (lanodan) Monnier
2019-03-04
Fix DM visibility for blocking users
eugenijm
2019-03-03
Remove follow_request_count as it's not needed for FE anymore.
eugenijm
2019-03-03
Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop'
lambda
2019-03-01
use commonapi.post instead of activitybulder
rinpatch
2019-03-01
[#675] Do not show DMs in mentions timeline
rinpatch
2019-02-28
Merge branch 'with-mutes' into 'develop'
kaniini
2019-02-28
Added deactivated to the user view
eugenijm
2019-02-27
Remove parts of the old activity view.
lain
2019-02-27
Add user muted status info to twitterapi.
lain
2019-02-20
[#468] More OAuth scopes-specific tests.
Ivan Tashkinov
[next]