Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | i18n: Update Japanese translations (#11035) | mayaeh | |
* Update Japanese translations Co-authored-by: Phroneris <phroneris@gmail.com> Co-authored-by: ruine0213 <ruine@spiele.jp> * Update Japanese translations | |||
2019-06-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-12 | l10n: update Persian translations (fa.yml) (#11052) | Masoud Abkenar | |
* l10n: update Persian translations (fa.yml) * Fix fa.yml syntax * i18n-tasks normalize | |||
2019-06-12 | l10n: update Persian translation (#11050) | Masoud Abkenar | |
* l10n: update Persian translation * Update fa.yml | |||
2019-06-11 | update zh-CN translations (#11046) | 唐宗勛 | |
2019-06-11 | Fix Korean translate (#11047) | Jeong Arm | |
2019-06-10 | Add German translations (#11043) | Eugen Rochko | |
2019-06-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/notifications_controller.rb - app/javascript/packs/public.js - app/views/settings/preferences/show.html.haml - app/views/stream_entries/_simple_status.html.haml - config/locales/simple_form.en.yml - config/locales/simple_form.pl.yml - config/navigation.rb - config/routes.rb | |||
2019-06-10 | Update simple_form.sk.yml (#11028) | Marek Ľach | |
2019-06-10 | Update simple_form.fr.yml (#11021) | manuelviens | |
2019-06-10 | Update fr.yml (#11023) | manuelviens | |
2019-06-09 | Update sk.yml (#11015) | Marek Ľach | |
* Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml | |||
2019-06-09 | Add missing Korean translations (#11014) | Jeong Arm | |
2019-06-09 | i18n: Update Catalan translations (#10998) | spla | |
* Updated Catalan strings * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update simple_form.ca.yml * Update simple_form.ca.yml * Update simple_form.ca.yml * bundle exec i18n-tasks * Update ca.json * Update simple_form.ca.yml * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translation * i18n Update Catalan translation * i18n: Update Catalan translations * i18n: Update Catalan translations | |||
2019-06-08 | I18n: Update Czech translation 🇨🇿 (#10995) | Aditoo17 | |
* I18n: Update Czech translation * Fix * Re-fix * And also this * The real fix now (hopefully) | |||
2019-06-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb - app/controllers/stream_entries_controller.rb | |||
2019-06-07 | Change /settings/preferences to redirect to appearance, add ↵ | Eugen Rochko | |
/settings/preferences/other (#10988) | |||
2019-06-07 | i18n: Update Corsican translations (#10987) | Alix Rossi | |
2019-06-07 | Change preferences page into appearance, notifications, and other (#10977) | Eugen Rochko | |
2019-06-07 | Add waiting time to list of pending accounts in admin UI (#10985) | Eugen Rochko | |
2019-06-04 | Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-04 | Add missing Korean translations (#10962) | Jeong Arm | |
And change some word. | |||
2019-06-04 | Replace from uglifyjs to terser (#10956) | Yamagishi Kazutoshi | |
2019-06-03 | Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - Gemfile.lock - config/webpack/rules/css.js - package.json - yarn.lock | |||
2019-06-01 | Small update for sk.yml (#10913) | Marek Ľach | |
2019-05-30 | Remove dependency on fibers (#10902) | Yamagishi Kazutoshi | |
2019-05-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-30 | Change default to single column UI (#10847) | Eugen Rochko | |
Keep current setting for users who were active within the last month | |||
2019-05-29 | Update Japanese translations. (#10875) | mayaeh | |
run yarn manage:translations ja && i18n-tasks add-missing ja | |||
2019-05-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-28 | Fix undefined method error (#10868) | Hinaloe | |
2019-05-28 | Fix undefined method error. (#10867) | mayaeh | |
2019-05-28 | Update simple_form.co.yml (#10862) | Alix Rossi | |
2019-05-27 | Improve rate limiting (#10860) | ThibG | |
* Rate limit based on remote address IP, not on potential reverse proxy * Limit rate of unauthenticated API requests further * Rate-limit paging requests to one every 3 seconds | |||
2019-05-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/preferences_controller.rb - app/lib/user_settings_decorator.rb - app/models/user.rb Conflicts due to the addition of a new preference upstream, “advanced layout”. | |||
2019-05-26 | Update simple_form.sk.yml (#10842) | Marek Ľach | |
2019-05-26 | I18n: Update Czech translation (#10832) | Aditoo17 | |
2019-05-25 | Add responsive panels to the single-column layout (#10820) | Eugen Rochko | |
* Add responsive panels to the single-column layout * Fixes * Fix not being able to save the preference * Fix code style issues * Set max-height on the compose textarea and add a link to relationship manager | |||
2019-05-23 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/account.rb - app/views/settings/profiles/show.html.haml - spec/controllers/api/v1/accounts/credentials_controller_spec.rb Conflicts were due to an increase in account bio length upstream, which is already covered in glitch-soc through `MAX_BIO_CHARS`. | |||
2019-05-20 | Update sk.yml (#10788) | Marek Ľach | |
* Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * Update sk.yml * normalize | |||
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-20 | sk.yml grammar update (#10786) | Marek Ľach | |
* sk.yml grammar update * bundle exec i18n-tasks normalize | |||
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-19 | Small corrections for sk translation (#10784) | Marek Ľach | |
2019-05-19 | I18n: Update Czech translation (#10781) | Aditoo17 | |
2019-05-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | i18n: Update Corsican translation (#10770) | Alix Rossi | |
* i18n: update Corsican translation * Fix typo in co.yml | |||
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-15 | Update simple_form.fr.yml (#10756) | manuelviens | |
Remplacement des ' par des ’ |