- déc. 10, 2018
-
-
ThibG a rédigé
Fixes #8189 rack-cors being called before the application router, it does not follow the redirection, and we need a separate rule for /users/:username.
-
ysksn a rédigé
* Add specs for ActivityPub::CollectionsController#show * Raise ActiveRecord::RecordNotFound Raising ActiveRecord::NotFound raises NameError: uninitialized constant ActiveRecord::NotFound.
-
ysksn a rédigé
-
ysksn a rédigé
-
ysksn a rédigé
-
- déc. 09, 2018
- déc. 08, 2018
-
-
Eugen Rochko a rédigé
-
- déc. 07, 2018
-
-
Eugen Rochko a rédigé
-
Marcin Mikołajczak a rédigé
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
ysksn a rédigé
-
dependabot[bot] a rédigé
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.61.0 to 0.61.1. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.61.0...v0.61.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Paweł Ngei a rédigé
* fix non-escaped html in the profile settings * provide a default profile text in case if there's no custom one * update haml syntax * simplify default profile name to username * sanitize user-input html but display emojified icons
-
ysksn a rédigé
-
ysksn a rédigé
-
ysksn a rédigé
Since dots are not allowed in username, this spec is no longer needed.
-
ysksn a rédigé
-
Eugen Rochko a rédigé
* Fix missing variable in directory page title * Order hashtags by number of people instead of alphabetically * Add icon to OpenGraph preview of directory page * Prevent line breaks in hashtags and ensure lowercase in the table
-
Takeshi Umeda a rédigé
-
- déc. 06, 2018
-
-
Eugen Rochko a rédigé
Fix #5578
-
ysksn a rédigé
`#from_account` isn't defined.
-
ysksn a rédigé
-
dependabot[bot] a rédigé
Bumps [rails](https://github.com/rails/rails) from 5.2.1.1 to 5.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.1.1...v5.2.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] a rédigé
Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/rails/rails-controller-testing/releases) - [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.3...v1.0.4 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] a rédigé
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.60.0 to 0.61.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.60.0...v0.61.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- déc. 05, 2018
-
-
ThibG a rédigé
* Use `update_column` instead of `update_attribute` in callback `update_attribute` would normally cause callbacks to be called. Called from a callback, it seems to stop further callbacks from executing. `update_column` does the same work, but without calling callbacks or preventing other callbacks from executing. * Fix deadlocks by moving account stats update outside transaction
-
Paweł Ngei a rédigé
* add RelativeTimestamp elements * style the elements properly with CSS
-
ThibG a rédigé
* Add test that should currently fail * Fix depth computation (will still fail if statuses have been filtered out) * Fix handling of broken threads
-
- déc. 04, 2018
-
-
dependabot[bot] a rédigé
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.11.1 to 3.12.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.11.1...3.12.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] a rédigé
Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/rails/rails-controller-testing/releases) - [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.2...v1.0.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] a rédigé
Bumps [pry-rails](https://github.com/rweng/pry-rails) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/rweng/pry-rails/releases) - [Commits](https://github.com/rweng/pry-rails/compare/v0.3.7...v0.3.8 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- déc. 03, 2018
-
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
- Some associations were missing from the clean-up - Some attributes were not reset on suspension - Skip federation and streaming deletes when purging a dead domain - Move account association definitions to concern
-
- déc. 02, 2018
-
-
Eugen Rochko a rédigé
-
ThibG a rédigé
Fixes #9411
-
- déc. 01, 2018
-
-
ThibG a rédigé
-
Quentí a rédigé
* Update + correction Colomna and not columna Pòt, verb missing * Correction D’aquí is followed by a time period, and dins by a season. Read : https://github.com/briannesbitt/Carbon/pull/1403 for more details. * Correction admin zone * Correction Reïnicializacion, with the funny ï
-
Paweł Ngei a rédigé
* create a title tooltip explaining what a locked account is * improve phrasing * minor phrasing fix to unify default and english
-
- nov. 30, 2018
-
-
Eugen Rochko a rédigé
-
mayaeh a rédigé
-