akkoma/lib/pleroma/web
Ekaterina Vaartis 336e37d98f Make captcha (kocaptcha) stateless
Also rename seconds_retained to seconds_valid since that's how it is
now. Put it down from 180 to 20 seconds. The answer data is now
stored in an encrypted text transfered to the client and back, so no
ETS is needed
2018-12-21 09:55:47 +03:00
..
activity_pub fix compile warnings 2018-12-09 20:50:08 +03:00
admin_api [#114] Refactored User.register_changeset to init confirmation data. 2018-12-18 17:22:42 +03:00
channels Upgrade to Phoenix 1.4 2018-12-16 17:15:07 +01:00
common_api fix markdown formatting 2018-12-14 16:03:58 +03:00
federator Treat warnings as errors outside of tests. 2018-12-10 19:13:53 +01:00
http_signatures
mastodon_api [#114] Made MastodonAPI and TwitterAPI user show actions return 404 for auth-inactive users 2018-12-19 18:56:52 +03:00
media_proxy updates 2018-12-10 13:27:37 +03:00
nodeinfo [#114] Email confirmation route, action, node setting, User.Info fields. 2018-12-18 17:18:53 +03:00
oauth [#114] Added email confirmation resend action. Added tests 2018-12-18 17:22:46 +03:00
ostatus Instance/Static runtime plug 2018-12-17 22:50:59 +01:00
push Warn if push is disabled.. 2018-12-14 16:19:28 +01:00
salmon fix warnings 2018-12-12 09:09:19 +03:00
templates [#114] Refactored password_reset (moved to TwitterAPI). Added homepage links to password reset result pages. 2018-12-13 13:17:49 +03:00
twitter_api Make captcha (kocaptcha) stateless 2018-12-21 09:55:47 +03:00
views
web_finger WebFinger: Sends a 400 when resource param is missing, fix XRD typo in test 2018-12-15 17:56:12 +01:00
websub
xml fix warnings 2018-12-12 09:09:19 +03:00
chat_channel.ex
controller_helper.ex [#394] Added users.tags and admin routes to tag and untag users. Added tests. 2018-12-06 20:06:50 +03:00
endpoint.ex Documentation: Move generated files to priv/static/doc, add it to endpoint.ex 2018-12-18 17:05:36 +01:00
gettext.ex
router.ex Merge branch '114_email_confirmation' into 'develop' 2018-12-20 13:28:36 +00:00
streamer.ex Cowboy handler for Mastodon WebSocket 2018-12-17 17:06:18 +01:00
web.ex