- Jan 20, 2018
-
-
Iijima Yasushi authored
* Change mailer avatar url * Use full_asset_url method
-
Eugen Rochko authored
* Use PNG images in HTML e-mails * Make webpack use URLs with host so fonts load inside HTML e-mails Convert this back to a relative URL in the premailer CSS loader since local requests are quicker * Improve responsive design * Add missing PNG icon
-
Eugen Rochko authored
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
-
- Jan 18, 2018
-
-
Eugen Rochko authored
* Remove onboarding modal * Welcome e-mail * Send welcome e-mail after confirmation * Remove obsolete translations
-
- Jan 17, 2018
-
-
mayaeh authored
* Change image URL in mailer to full path * Add application_mailer.view_profile localization.
-
- Jan 16, 2018
-
-
Eugen Rochko authored
* HTML e-mails for NotificationMailer (except digest) * Add HTML template for digest * Fix build
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
-
- Jan 12, 2018
-
-
Jeong Arm authored
* Handle sessions that can't be translated This commit fixes #6165. * Fix typo
-
- Jan 09, 2018
-
-
Eugen Rochko authored
-
- Jan 08, 2018
-
-
Eugen Rochko authored
-
- Jan 07, 2018
-
-
SerCom_KC authored
* i18n: (zh-CN) Add translations of #6125 * i18n: (zh-CN) Add translations of #6132 * i18n: (zh-CN) Add translations of #6099 * i18n: (zh-CN) Add translations of #6071 * i18n: (zh-CN) Improve translations
-
- Jan 05, 2018
-
-
Quenty31 authored
* Create email_changed.oc.html.erb * Create email_changed.oc.text.erb * Update email_changed.oc.html.erb * Update email_changed.oc.html.erb * Create reconfirmation_instructions.oc.html.erb * Create reconfirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.text.erb * Update reconfirmation_instructions.oc.html.erb
-
- Jan 03, 2018
-
-
Akihiko Odaki authored
* Allow to dereference Follow object for ActivityPub * Accept IRI as object representation for Accept activity
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Yamagishi Kazutoshi authored
* yarn manage:translations * Add Japanese translation for #5997 * Add Japanese translation for #6003 * Add Japanese translation for #6004 * Add Japanese translation for #6071 * Add Japanese translation for #6099 * Add Japanese translation for #6125 * Add Japanese translation for #6132
-
- Jan 02, 2018
-
-
Patrick Figel authored
* Add confirmation step for email changes This adds a confirmation step for email changes of existing users. Like the initial account confirmation, a confirmation link is sent to the new address. Additionally, a notification is sent to the existing address when the change is initiated. This message includes instruction to reset the password immediately or to contact the instance admin if the change was not initiated by the account owner. Fixes #3871 * Add review fixes
-
Otakan authored
* delete X-UA-Compatible * undo * restore
-
Branko Kokanovic authored
Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation.
-
Akihiko Odaki authored
-
- Dec 31, 2017
-
-
Branko Kokanovic authored
* Adding Serbian translation * i18n-tasks normalize
-
- Dec 30, 2017
-
-
beatrix authored
-
- Dec 29, 2017
-
-
Eugen Rochko authored
* Add GET /api/v1/instance/peers API to reveal known domains * Add GET /api/v1/instance/activity API * Make new APIs disableable, exclude private statuses from activity stats * Fix code style issue * Fix week timestamps
-
- Dec 24, 2017
-
-
Nolan Lawson authored
* Reduce motion for boost animation Fixes #5833 * Fix ternary expression
-
- Dec 22, 2017
-
-
ThibG authored
Deleted users are technically suspended, but the code displaying their status in the admin interface was broken and displayed a javascript object holding translations of the possible user roles instead.
-
- Dec 13, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add staff filter to admin UI for accounts, remove obsolete columns * Only display OStatus section in admin UI for accounts when OStatus data
-
- Dec 12, 2017
-
-
Eugen Rochko authored
-
- Dec 09, 2017
-
-
Yamagishi Kazutoshi authored
-
- Dec 08, 2017
-
-
Eugen Rochko authored
-
- Dec 06, 2017
-
-
Eugen Rochko authored
* Remove rabl dependency * Replicate old Oj configuration
-
- Dec 01, 2017
-
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
- Nov 28, 2017
-
-
Yamagishi Kazutoshi authored
* Show "expired" in invite index * "Force expire" -> "Deactivate"
-
- Nov 27, 2017
-
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
* 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
-
Alda Marteau-Hardi authored
-
- Nov 24, 2017
-
-
Eugen Rochko authored
* Add logging of admin actions * Update brakeman whitelist * Log creates, updates and destroys with history of changes * i18n: Update Polish translation (#5782) Signed-off-by:
Marcin Mikołajczak <me@m4sk.in> * Split admin navigation into moderation and administration * Redesign audit log page *
(#5795) * Add color coding to audit log * Change dismiss->resolve, log all outcomes of report as resolve * Update terminology (e-mail blacklist) (#5796) * Update terminology (e-mail blacklist) imho looks better * Update en.yml * Fix code style issues * i18n-tasks normalize
-