aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/router.ex
AgeCommit message (Collapse)Author
2019-02-21fix fetching AP objects with application/jsonWilliam Pitcock
2019-02-04activitypub: c2s: add /api/ap/whoami endpoint for andstatusWilliam Pitcock
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
Features/glitch soc frontend See merge request pleroma/pleroma!192
2019-01-29Merge branch 'hj-happiness-improvement' into 'develop'kaniini
New frontend configuration mechanism. Closes #445 See merge request pleroma/pleroma!700
2019-01-28API: kill /api/rich_media/parse endpointWilliam Pitcock
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-27/notice/:id - send the FE index even if 404href
this allows to open private activities by URL when you are logged in, and to let the FE display a 404 page
2019-01-26Web.MastodonAPI.MastodonAPIController: Add Rich-Media supportHaelwenn (lanodan) Monnier
2019-01-25Merge branch 'develop' into 'oembed_provider'kaniini
# Conflicts: # lib/pleroma/activity.ex
2019-01-23New frontend configuration mechanism.lain
2019-01-21Uploader callback controllerhref
2019-01-18Fix merge conflictrinpatch
2019-01-16Remove caching because it does not affect performance and may be even worse ↵rinpatch
in some cases
2019-01-16add cachingrinpatch
2019-01-15remove useless newlines after every tag. Make domain.com/username provide ↵rinpatch
opengraph too
2019-01-15Fix some edge cases [nervous laughter]rinpatch
2019-01-13Resolve merge conflictrinpatch
2019-01-12Add route to get object like activitiessxsdv1
2019-01-09Add Twitter API for the pinned statusesEgor Kislitsyn
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ```
2019-01-07add pinned postsEgor Kislitsyn
2019-01-02Add RichMediaController and testsMaxim Filippov
2018-12-31update copyright years to 2019William Pitcock
2018-12-29Wire up stub routes for client calls of activitypub inbox/outboxsxsdv1
Code style: remove wrapping function of outbox
2018-12-28[#483] Blocked users list import (TwitterAPI).Ivan Tashkinov
2018-12-28[#483] Blocked users export for TwitterAPI.Ivan Tashkinov
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-20Merge branch '114_email_confirmation' into 'develop'kaniini
[#114] Email confirmation See merge request pleroma/pleroma!546
2018-12-20[#114] Added :user_id component to email confirmation path to improve the ↵Ivan Tashkinov
security. Added tests for `confirm_email` action.
2018-12-19Remove extra bracketraeno
2018-12-19Merge branch 'develop' into oembed_providerraeno
2018-12-18Add a way to use the admin api without a user.lain
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users.
2018-12-18[#114] Account confirmation email, registration as unconfirmed ↵Ivan Tashkinov
(config-based), auth prevention for unconfirmed.
2018-12-18[#114] Email confirmation route, action, node setting, User.Info fields.Ivan Tashkinov
2018-12-18Merge branch 'develop' into oembed_providerraeno
2018-12-17Instance/Static runtime plughref
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used.
2018-12-15Add base CAPTCHA support (currently only kocaptcha)Ekaterina Vaartis
2018-12-14Merge branch 'develop' into oembed_providerraeno
2018-12-14Handle "users/:id" links as well. Fix comments in MR.raeno
2018-12-14[#114] Moved email_invite action to AdminAPIController, adjusted tests.Ivan Tashkinov
2018-12-14[#114] Addressed MR comments. Removed functionality to be extracted to other ↵Ivan Tashkinov
MRs.
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13Refactor ostatus_controller, extract metatags redirection to Redirector ↵raeno
itself. Set 'html' as default type for ostatus links
2018-12-13Insert meta tags into static index.html on the fly for OStatus#noticeraeno
2018-12-12[#114] Routes and config for `confirm_email` and `email_invite` (Twitter API).Ivan Tashkinov
2018-12-12[#114] Initial implementation of user password reset emails (user-initiated).Ivan Tashkinov
2018-12-12[#114] Added /dev/mailbox dev-only route (emails preview). Added mailer ↵Ivan Tashkinov
config examples.
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-07Merge branch '394_user_tags' into 'develop'lambda
[#394] User tags Closes #394 See merge request pleroma/pleroma!508
2018-12-07[#394] Refactoring (using Ecto.Multi; "untag" route change).Ivan Tashkinov