Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-21 | Add specs for CustomEmojiFilter (#9599) | ysksn | |
2018-12-21 | Add specs for AdminMailer (#9597) | ysksn | |
2018-12-21 | Add specs for InstancePresenter (#9596) | ysksn | |
2018-12-20 | Add specs for ReportNotePolicy (#9592) | ysksn | |
2018-12-20 | Add specs for policies (#9591) | ysksn | |
* Add spec for RelayPolicy * Add specs for SubscriptionPolicy * Add specs for SettingsPolicy * Add specs for TagPolicy * Add specs for ReportPolicy | |||
2018-12-20 | Add specs for UserPolicy (#9593) | ysksn | |
2018-12-20 | Add specs for InvitePolicy (#9589) | ysksn | |
2018-12-20 | Add specs for EmailDomainBlockPolicy (#9586) | ysksn | |
2018-12-20 | Add specs for InstancePolicy (#9587) | ysksn | |
2018-12-20 | Add specs for DomainBlockPolicy (#9585) | ysksn | |
2018-12-20 | Add specs for CustomEmojiPolicy (#9584) | ysksn | |
2018-12-19 | Add specs for BackupPolicy (#9576) | ysksn | |
2018-12-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-12-19 | Add specs for AccountPolicy (#9575) | ysksn | |
2018-12-19 | Add specs for AccountModerationNotePolicy (#9571) | ysksn | |
2018-12-19 | Add specs for StatusPolicy (#9569) | ysksn | |
2018-12-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/admin/base_controller.rb Some refactoring made upstream, no real conflict. - app/javascript/mastodon/features/compose/components/compose_form.js Updated using upstream's code but using maxChars instead of the hardcoded length of 500 characters per toot. - app/javascript/styles/mastodon/components.scss Upstream redesigned the onboarding modal. Not sure why we had a conflict there. | |||
2018-12-18 | Add spec for AccountableConcern#log_action (#9559) | ysksn | |
2018-12-17 | Ignore low-confidence CharlockHolmes guesses when parsing link cards (#9510) | ThibG | |
* Add failing test for windows-1251 link cards * Ignore low-confidence CharlockHolmes guesses Fixes #9466 * Fix no method error when charlock holmes cannot detect charset | |||
2018-12-17 | Add spec for Api::V1::Timelines::DirectController (#9547) | ysksn | |
2018-12-17 | Add specs for Api::V1::Instances::PeersController (#9546) | ysksn | |
2018-12-17 | Add spec for Api::V1::EndorsementsController (#9543) | ysksn | |
2018-12-17 | Add spec for Api::V1::Instances::ActivityController (#9545) | ysksn | |
2018-12-17 | Add specs for Accounts::PinsController (#9542) | ysksn | |
2018-12-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/directories_controller.rb - app/controllers/settings/applications_controller.rb - app/controllers/settings/base_controller.rb - app/controllers/settings/deletes_controller.rb - app/controllers/settings/exports_controller.rb - app/controllers/settings/follower_domains_controller.rb - app/controllers/settings/imports_controller.rb - app/controllers/settings/migrations_controller.rb - app/controllers/settings/notifications_controller.rb - app/controllers/settings/preferences_controller.rb - app/controllers/settings/sessions_controller.rb - app/controllers/settings/two_factor_authentication/confirmations_controller.rb - app/controllers/settings/two_factor_authentication/recovery_codes_controller.rb - app/controllers/settings/two_factor_authentications_controller.rb Conflicts were due to some refactoring already made in glitch-soc when introducing flavours. | |||
2018-12-14 | Add spec for Admin::ActionLogsController#index (#9522) | ysksn | |
2018-12-14 | Add specs for RemoteInteractionController (#9524) | ysksn | |
2018-12-14 | Add spec for Admin::DashboardController#index (#9523) | ysksn | |
2018-12-14 | Error message for avatar image that's too large. #9204 (#9518) | Sumit Khanna | |
* Error message for avatar image that's too large. #9204 * Code climate/formatting * Removed avatar error message * Moved valid image dimentions check to update service * removed unnescessary begin block * code climate formatting * code climate indent fix | |||
2018-12-13 | Add spec for Settings::ExportsController#create (#9512) | ysksn | |
2018-12-11 | Make custom emoji domains case insensitive #9351 (#9474) | Adam Copp | |
* Make custom emoji domains case sensitive #9351 * Fixup style in downcase_domain to comply with codeclimate. * switch if! to unless * Don't use transactions, operate in batches. Also revert spurious schema change. | |||
2018-12-10 | Improve e-mail MX validator and add tests (#9489) | Eugen Rochko | |
2018-12-10 | Add specs for activitypub collections controller (#9484) | ysksn | |
* Add specs for ActivityPub::CollectionsController#show * Raise ActiveRecord::RecordNotFound Raising ActiveRecord::NotFound raises NameError: uninitialized constant ActiveRecord::NotFound. | |||
2018-12-10 | Add spec for Admin::SuspentionsController#new (#9483) | ysksn | |
2018-12-10 | Fix Admin::TagsController#unhide (#9481) | ysksn | |
2018-12-10 | Add specs for Admin::InvitesController (#9471) | ysksn | |
2018-12-09 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/javascript/packs/public.js - app/models/user.rb - config/settings.yml - db/schema.rb Moved public.js changes to settings.js. | |||
2018-12-07 | Remove pending spec (#9453) | ysksn | |
2018-12-07 | Add specs for ActivityPub::InboxesController (#9456) | ysksn | |
2018-12-07 | Add specs for Admin::AccountModerationNotesHelper (#9455) | ysksn | |
2018-12-07 | Remove pending spec (#9454) | ysksn | |
Since dots are not allowed in username, this spec is no longer needed. | |||
2018-12-07 | Add specs for AccountTagStat model (#9452) | ysksn | |
2018-12-06 | Add profile directory (#9427) | Eugen Rochko | |
Fix #5578 | |||
2018-12-06 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-12-06 | Remove pending spec (#9442) | ysksn | |
`#from_account` isn't defined. | |||
2018-12-06 | Add spec for Identity.find_for_oauth (#9441) | ysksn | |
2018-12-05 | Fix thread depth computation in statuses_controller (#9426) | ThibG | |
* Add test that should currently fail * Fix depth computation (will still fail if statuses have been filtered out) * Fix handling of broken threads | |||
2018-11-28 | Add specs for list replies policy | Thibaut Girka | |
2018-11-27 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/status.rb Resolved by taking both changes (not a real conflict, just changes too close to each other). | |||
2018-11-27 | Allow hyphens in the middle of remote user names (#9345) | ThibG | |
Fixes #9309 This only allows hyphens in the middle of a username, much like dots, although I don't have a compelling reason to do so other than keeping the changes minimal. |