summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-20modify the migrations to use naive_datetime_usecrinpatch
2019-03-20Fix filter migrationrinpatch
2019-03-20Fix migration timestamp typerinpatch
2019-03-20Ecto 3.0.5 migrationrinpatch
kms
2019-03-20Ignore compilation warnings for undefined module :eldaplink0ff
2019-03-20Merge branch '2019-03-20-update-frontend' into 'develop'lambda
Update frontend See merge request pleroma/pleroma!955
2019-03-20Update frontendlain
2019-03-20[#923] Nickname & email selection for external registrations, option to ↵Ivan Tashkinov
connect to existing account.
2019-03-20Merge branch 'fix/search-users-for-admin' into 'develop'kaniini
Rework users search Closes admin-fe#12 See merge request pleroma/pleroma!954
2019-03-20FormatMaxim Filippov
2019-03-20Use ILIKE to search usersMaxim Filippov
2019-03-19Merge branch 'bugfix/activitypub-public' into 'develop'kaniini
activitypub addressing improvements Closes #730 and #739 See merge request pleroma/pleroma!953
2019-03-19transmogrifier: upgrade: when upgrading OStatus users to AP, ensure we ↵William Pitcock
always use the fake collection
2019-03-19user: properly cope with actors which do not declare a followers collectionWilliam Pitcock
2019-03-19transmogrifier: when determining followers collection URI, we may need to ↵William Pitcock
fetch the actor
2019-03-19test: add test for list sanitizationWilliam Pitcock
2019-03-19tests: add test for as:Public issuesWilliam Pitcock
2019-03-19activitypub: transmogrifier: do not allow missing lists to be interpreted as nilWilliam Pitcock
2019-03-19activitypub: transmogrifier: ensure as:Public activities are delivered to ↵William Pitcock
followers
2019-03-19fix UploadTest to use new image_tmp.jpgoptikfluffel
2019-03-19used imageOptim to reduce size of image filesoptikfluffel
2019-03-18Merge branch 'feature/order-users-by-nickname-admin-api' into 'develop'kaniini
Order users by nickname See merge request pleroma/pleroma!945
2019-03-18Merge branch 'doc/mastodon-api-accounts-extension' into 'develop'kaniini
Document additional pleroma changes to /api/v1/accounts/:id See merge request pleroma/pleroma!952
2019-03-18Document additional pleroma changes to /api/v1/accounts/:idMark Felder
2019-03-18Merge branch 'masto-api-notifications' into 'develop'kaniini
Add support for exclude_types, limit and min_id in Mastodon notifications See merge request pleroma/pleroma!949
2019-03-18Merge branch 'fix-initial-posts' into 'develop'rinpatch
Check if the user has indeed not been federated with before fetching initial posts See merge request pleroma/pleroma!951
2019-03-18[#923] Registration validations & unique index on [:user_id, :provider].Ivan Tashkinov
2019-03-18Check if the user has indeed not been federated withEkaterina Vaartis
Just updating the user triggered post fetching too, now it shouldn't. It only happened in the AP user fetching since that's what's used to update users
2019-03-18[#923] External User registration refactoring, password randomization.Ivan Tashkinov
2019-03-18Fix with expression always matchingZachary Dunn
2019-03-18RunZachary Dunn
2019-03-18Use better error messageZachary Dunn
2019-03-18[#923] Support for multiple (external) registrations per user via Registration.Ivan Tashkinov
2019-03-18Fix missing end braceZachary Dunn
2019-03-18Initial attempt at updating return typeZachary Dunn
2019-03-18Merge branch 'add-is-seen-mastodon-api-doc' into 'develop'rinpatch
Added documentation for Pleroma-specific is_seen in Mastodon API See merge request pleroma/pleroma!948
2019-03-18Added support for exclude_types, limit, and min_id in Mastodoneugenijm
notifications. Unify Mastodon-compatible pagination logic.
2019-03-18Added documentation for Pleroma-specific is_seen in Mastodon APIeugenijm
2019-03-18[#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
twitter_oauth # Conflicts: # config/config.exs # lib/pleroma/web/auth/pleroma_authenticator.ex
2019-03-18Merge branch 'feature/allow-link-rel-attribute' into 'develop'kaniini
Allow 'rel' attribute on `<a>` link with specific values (for hashtag recognition). See merge request pleroma/pleroma!946
2019-03-17Web.Router: Add routes for Conversation mastoAPIHaelwenn (lanodan) Monnier
2019-03-17Add test for conversation API beforehandHaelwenn (lanodan) Monnier
2019-03-17Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵Fong-Wan Chau
recognition).
2019-03-17Merge branch 'feature/order-users-by-nickname-admin-api' of ↵Maxim Filippov
git.pleroma.social:maxf/pleroma into feature/order-users-by-nickname-admin-api
2019-03-17Fix testMaxim Filippov
2019-03-17Order users by nicknameMaxim Filippov
2019-03-17Order users by nicknameMaxim Filippov
2019-03-16Merge branch 'feature/federated-flags' into 'develop'kaniini
Federated reports See merge request pleroma/pleroma!935
2019-03-16Merge branch 'feature/oauth-me' into 'develop'lambda
oauth: add me property to token responses See merge request pleroma/pleroma!942
2019-03-16Merge branch 'feature/reblog-muting' into 'develop'kaniini
Implement mastodon's reblog hiding feature See merge request pleroma/pleroma!916