Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | Merge branch 'gs-master' into glitch-theme | David Yip | |
2017-12-03 | Fixed typos | kibigo! | |
2017-11-27 | Add consumable invites (#5814) | Eugen Rochko | |
* Add consumable invites * Add UI for generating invite codes * Add tests * Display max uses and expiration in invites table, delete invite * Remove unused column and redundant validator - Default follows not used, probably bad idea - InviteCodeValidator is redundant because RegistrationsController checks invite code validity * Add admin setting to disable invites * Add admin UI for invites, configurable role for invite creation - Admin UI that lists everyone's invites, always available - Admin setting min_invite_role to control who can invite people - Non-admin invite UI only visible if users are allowed to * Do not remove invites from database, expire them instantly | |||
2017-11-20 | Finalized theme loading and stuff | kibigo! | |
2017-10-13 | Set InstancePresenter to `Auth::RegistrationsController#create` (#5366) | Yamagishi Kazutoshi | |
2017-10-11 | sign_in and sign_up views present og meta infos (#5308) | takayamaki | |
2017-06-25 | Add overview of active sessions (#3929) | Eugen Rochko | |
* Add overview of active sessions * Better display of browser/platform name * Improve how browser information is stored and displayed for sessions overview * Fix test | |||
2017-05-23 | Fix Devise destroy method being available to delete user record (#3266) | Eugen Rochko | |
(You may think that we need account deletions, but this way would've just orphaned the db records) | |||
2017-04-17 | Assign user locale on signup (#1982) | saturday06 | |
2017-04-15 | Give SINGLE_USER a chance to register (#1820) | Marcin Cieślak | |
An attempt to open a brand new Mastodon instance configured as SINGLE_USER_MODE=true will cause an exception. Enable temporary registration if we have no users in the database Fixes #1817 | |||
2017-04-04 | New admin setting: open/close registrations, with custom message, from the ↵ | Eugen Rochko | |
admin UI | |||
2017-02-08 | Fix #611 - Layout setting in registrations controller | Eugen | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-04 | Fix #390 - fix redirect after sign-up (to login page instead of homepage) | Eugen Rochko | |
2016-12-06 | Add single user mode | Eugen Rochko | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-10-13 | Shorten rendered links (strip protocol and www, truncate to 30 chars), redirect | Eugen Rochko | |
to sign in page after sign up instead of root path which redirects to /about | |||
2016-09-29 | Improve code style | Eugen Rochko | |
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko | |
2016-03-26 | Moving Salmon notifications to background processing, fixing mini-profiler | Eugen Rochko | |
behaviour with Turbolinks enabled, optimizing Rabl for production | |||
2016-03-21 | Change default avatar, redirect to home after sign up | Eugen Rochko | |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko | |