43bce02a7a 
								
							 
						 
						
							
							
								
								[Glitch] Fix report dialog being illegible using mastodon-light theme  
							
							... 
							
							
							
							Port 29ee3c61a3 
							
						 
						
							2022-03-10 11:42:54 +01:00  
				
					
						
							
							
								 
						
							
								2c5faa5594 
								
							 
						 
						
							
							
								
								[Glitch] Add polls and media attachments to edit comparison modal in web UI  
							
							... 
							
							
							
							Port 9f2791eb64 
							
						 
						
							2022-03-10 11:30:48 +01:00  
				
					
						
							
							
								 
						
							
								8b69634ab8 
								
							 
						 
						
							
							
								
								Move report modal styles to flavours/glitch/styles/components/modal.scss  
							
							
							
						 
						
							2022-03-10 11:16:13 +01:00  
				
					
						
							
							
								 
						
							
								60021f7edb 
								
							 
						 
						
							
							
								
								[Glitch] Fix being able to add more than 4 hashtags to hashtag column in web UI  
							
							... 
							
							
							
							Port e54fd73df2 
							
						 
						
							2022-03-10 10:15:36 +01:00  
				
					
						
							
							
								 
						
							
								887d56aa8a 
								
							 
						 
						
							
							
								
								[Glitch] Change design of federation pages in admin UI  
							
							... 
							
							
							
							Port front-end changes from 29ee3c61a3 
							
						 
						
							2022-03-10 10:14:33 +01:00  
				
					
						
							
							
								 
						
							
								24e83246f9 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/models/status.rb`:
  Upstream updated media and edit-related code textually close to glitch-soc
  additions (local-only and content-type).
  Ported upstream changes.
- `app/models/status_edit.rb`:
  Upstream changes textually close to glitch-soc additions (content-type).
  Ported upstream changes.
- `app/serializers/activitypub/note_serializer.rb`:
  Upstream changed how media attachments are handled. Not really a conflict,
  but textually close to glitch-soc additions (directMessage attribute).
  Ported upstream changes.
- `app/services/remove_status_service.rb`:
  Upstream changed how media attachments are handled. Not really a conflict,
  but textually close to glitch-soc additions (DM timeline).
  Ported upstream changes.
- `app/services/update_status_service.rb`:
  Upstream fixed an issue with language selection. Not really a conflict,
  but textually close to glitch-soc additions (content-type).
  Ported upstream changes.
- `db/schema.rb`:
  Upstream added columns to the `status_edits` table, the conflict is because
  of an additional column (`content-type`) in glitch-soc.
  Ported upstream changes.
- `package.json`:
  Upstream dependency (express) textually adjacent to a glitch-soc-specific one
  (favico.js) got updated.
  Updated it as well. 
							
						 
						
							2022-03-10 09:52:45 +01:00  
				
					
						
							
							
								 
						
							
								29ee3c61a3 
								
							 
						 
						
							
							
								
								Fix report dialog being illegible using mastodon-light theme ( #17734 )  
							
							... 
							
							
							
							Fixes  #17726  
						
							2022-03-10 00:11:15 +01:00  
				
					
						
							
							
								 
						
							
								9f2791eb64 
								
							 
						 
						
							
							
								
								Add polls and media attachments to edit comparison modal in web UI ( #17727 )  
							
							
							
						 
						
							2022-03-09 21:15:24 +01:00  
				
					
						
							
							
								 
						
							
								e54fd73df2 
								
							 
						 
						
							
							
								
								Fix being able to add more than 4 hashtags to hashtag column in web UI ( #17729 )  
							
							
							
						 
						
							2022-03-09 13:01:44 +01:00  
				
					
						
							
							
								 
						
							
								db04dfc8a6 
								
							 
						 
						
							
							
								
								Chore: Update translatable strings ( #17723 )  
							
							
							
						 
						
							2022-03-09 20:45:49 +09:00  
				
					
						
							
							
								 
						
							
								bd53dd5210 
								
							 
						 
						
							
							
								
								Change design of federation pages in admin UI ( #17704 )  
							
							... 
							
							
							
							* Change design of federation pages in admin UI
* Fix query performance in instance media attachments measure
* Fix reblogs being included in instance languages dimension 
							
						 
						
							2022-03-09 08:52:32 +01:00  
				
					
						
							
							
								 
						
							
								481f7c8c38 
								
							 
						 
						
							
							
								
								[Glitch] Change appearance of account cards in web UI  
							
							... 
							
							
							
							Port dba4be1038 
							
						 
						
							2022-03-08 20:52:49 +01:00  
				
					
						
							
							
								 
						
							
								69a4f17988 
								
							 
						 
						
							
							
								
								[Glitch] Spelling  
							
							... 
							
							
							
							Port front-end changes from b5329e0035 
							
						 
						
							2022-03-08 20:36:31 +01:00  
				
					
						
							
							
								 
						
							
								1fbd1fa5c4 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/controllers/settings/preferences_controller.rb`:
  Conflicts due to us having more user settings and upstream dropping
  `hide_network` (to replace it with an account attribute, properly migrated).
  Dropped `hide_network` like upstream.
- `app/lib/user_settings_decorator.rb`:
  Conflicts due to us having more user settings and upstream dropping
  `hide_network` (to replace it with an account attribute, properly migrated).
  Dropped `hide_network` like upstream.
- `app/models/status.rb`:
  Conflict because of slight change in how glitch-soc handles the scope to
  filter out local-only posts for anonymous viewers.
  Took upstream's changes and re-applied glitch-soc's change.
- `app/models/user.rb`:
  Conflicts due to us having more user settings and upstream dropping
  `hide_network` (to replace it with an account attribute, properly migrated).
  Dropped `hide_network` like upstream.
- `app/views/directories/index.html.haml`:
  Conflict because upstream redesigned that page while glitch-soc had a minor
  change to support hiding the number of followers.
  Ported glitch-soc's change on top of upstream's redesign.
Additional changes:
- `app/models/account_statuses_filter.rb`:
  See change to `app/models/status.rb`. 
							
						 
						
							2022-03-08 20:22:54 +01:00  
				
					
						
							
							
								 
						
							
								dba4be1038 
								
							 
						 
						
							
							
								
								Change appearance of account cards in web UI ( #17689 )  
							
							... 
							
							
							
							* Change appearance of account cards in web UI
* Various fixes and improvements
* Various fixes and improvements 
							
						 
						
							2022-03-07 11:38:52 +01:00  
				
					
						
							
							
								 
						
							
								b5329e0035 
								
							 
						 
						
							
							
								
								Spelling ( #17705 )  
							
							... 
							
							
							
							* spelling: account
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: affiliated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: appearance
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: autosuggest
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: cacheable
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: component
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: conversations
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: domain.example
Clarify what's distinct and use RFC friendly domain space.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: environment
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: exceeds
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: functional
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: inefficiency
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: not
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: notifications
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: occurring
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: position
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: progress
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: promotable
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: reblogging
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: repetitive
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: resolve
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: saturated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: similar
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: strategies
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: success
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: targeting
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: thumbnails
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unauthorized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unsensitizes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: validations
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: various
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> 
							
						 
						
							2022-03-06 22:51:40 +01:00  
				
					
						
							
							
								 
						
							
								d9c3109bb6 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-03-04 01:07:49 +01:00  
				
					
						
							
							
								 
						
							
								54d4ece743 
								
							 
						 
						
							
							
								
								Remove profile directory link from main navigation panel ( #17688 )  
							
							
							
						 
						
							2022-03-03 06:45:30 +01:00  
				
					
						
							
							
								 
						
							
								c69d94ef7e 
								
							 
						 
						
							
							
								
								[Glitch] Change visual separation of applications in authorized apps list  
							
							... 
							
							
							
							Port SCSS changes from c0c4b5718d 
							
						 
						
							2022-03-02 20:52:44 +01:00  
				
					
						
							
							
								 
						
							
								8743b1ea40 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/views/admin/trends/links/index.html.haml`:
  Not really a conflict, upstream change textually too close to a glitch-soc
  change (removed `javascript_pack_tag` to accomodate for glitch-soc's theming
  system).
  Ported upstream changes.
- `app/views/admin/trends/links/preview_card_providers/index.html.haml`:
  Not really a conflict, upstream change textually too close to a glitch-soc
  change (removed `javascript_pack_tag` to accomodate for glitch-soc's theming
  system).
  Ported upstream changes.
- `app/views/admin/trends/statuses/index.html.haml`:
  Not really a conflict, upstream change textually too close to a glitch-soc
  change (removed `javascript_pack_tag` to accomodate for glitch-soc's theming
  system).
  Ported upstream changes.
- `app/views/admin/trends/tags/index.html.haml`:
  Not really a conflict, upstream change textually too close to a glitch-soc
  change (removed `javascript_pack_tag` to accomodate for glitch-soc's theming
  system).
  Ported upstream changes. 
							
						 
						
							2022-03-02 20:48:27 +01:00  
				
					
						
							
							
								 
						
							
								c0c4b5718d 
								
							 
						 
						
							
							
								
								Change visual separation of applications in authorized apps list ( #17686 )  
							
							
							
						 
						
							2022-03-02 20:28:25 +01:00  
				
					
						
							
							
								 
						
							
								78781793d5 
								
							 
						 
						
							
							
								
								[Glitch] Add ability to mark statuses as sensitive from reports in admin UI  
							
							... 
							
							
							
							Port SCSS changes from 25d3dc4373 
							
						 
						
							2022-03-02 18:08:56 +01:00  
				
					
						
							
							
								 
						
							
								7f998ba94d 
								
							 
						 
						
							
							
								
								[Glitch] Change authorized applications page  
							
							... 
							
							
							
							Port SCSS changes from 50ea54b3ed 
							
						 
						
							2022-03-02 18:07:57 +01:00  
				
					
						
							
							
								 
						
							
								425a6c90c4 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-03-02 18:02:48 +01:00  
				
					
						
							
							
								 
						
							
								25d3dc4373 
								
							 
						 
						
							
							
								
								Add ability to mark statuses as sensitive from reports in admin UI ( #17668 )  
							
							... 
							
							
							
							* Add ability to mark statuses as sensitive from reports in admin UI
* Allow mark as sensitive action on statuses with preview cards 
							
						 
						
							2022-03-01 22:20:29 +01:00  
				
					
						
							
							
								 
						
							
								50ea54b3ed 
								
							 
						 
						
							
							
								
								Change authorized applications page ( #17656 )  
							
							... 
							
							
							
							* Change authorized applications page
* Hide revoke button for superapps and suspended accounts
* Clean up db/schema.rb 
							
						 
						
							2022-03-01 16:48:58 +01:00  
				
					
						
							
							
								 
						
							
								233f7e6174 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #17628 )  
							
							... 
							
							
							
							* New translations en.yml (Swedish)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (Turkish)
* New translations en.yml (Latvian)
* New translations simple_form.en.yml (Latvian)
* New translations en.yml (Turkish)
* New translations en.yml (Latvian)
* New translations simple_form.en.yml (Turkish)
* New translations en.yml (Indonesian)
* New translations en.yml (Indonesian)
* New translations en.yml (Indonesian)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Portuguese)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Portuguese)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Turkish)
* New translations en.yml (Italian)
* New translations en.json (Spanish, Argentina)
* New translations en.yml (Welsh)
* New translations simple_form.en.yml (Welsh)
* New translations activerecord.en.yml (Welsh)
* New translations en.yml (Welsh)
* New translations en.json (Welsh)
* New translations activerecord.en.yml (Welsh)
* New translations en.json (Portuguese, Brazilian)
* New translations en.yml (Portuguese, Brazilian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.yml (Finnish)
* New translations en.yml (Finnish)
* New translations simple_form.en.yml (Portuguese, Brazilian)
* New translations en.yml (Finnish)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Kabyle)
* New translations en.json (Kabyle)
* New translations en.yml (Vietnamese)
* New translations en.yml (Vietnamese)
* New translations simple_form.en.yml (Vietnamese)
* New translations en.yml (Vietnamese)
* New translations en.yml (Indonesian)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Standard Moroccan Tamazight)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Spanish, Mexico)
* New translations en.yml (Greek)
* New translations en.yml (Turkish)
* New translations en.yml (Latvian)
* New translations en.yml (Catalan)
* New translations en.yml (Portuguese)
* New translations en.yml (Italian)
* New translations en.yml (Russian)
* New translations en.json (Russian)
* New translations en.yml (Russian)
* New translations en.json (Russian)
* New translations en.yml (Russian)
* New translations en.json (Russian)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Japanese)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Italian)
* New translations en.yml (Vietnamese)
* New translations en.yml (Galician)
* New translations en.yml (Spanish)
* New translations en.yml (Thai)
* New translations en.yml (French)
* New translations en.yml (Thai)
* New translations en.yml (Indonesian)
* New translations en.yml (Danish)
* New translations en.yml (Indonesian)
* New translations simple_form.en.yml (Indonesian)
* New translations en.yml (German)
* New translations en.yml (Thai)
* New translations en.yml (Icelandic)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations simple_form.en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Hungarian)
* New translations en.json (Norwegian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Catalan)
* New translations en.json (Slovenian)
* New translations en.json (Persian)
* New translations en.json (Occitan)
* New translations en.json (Arabic)
* New translations en.json (Thai)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (Dutch)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Spanish, Mexico)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Latvian)
* New translations en.json (Indonesian)
* New translations en.json (Tamil)
* New translations en.json (Spanish, Argentina)
* New translations en.json (Spanish, Mexico)
* New translations en.json (Bengali)
* New translations en.json (Marathi)
* New translations en.json (Croatian)
* New translations en.json (Kazakh)
* New translations en.json (Estonian)
* New translations en.json (Hindi)
* New translations en.json (Icelandic)
* New translations en.json (Malay)
* New translations en.json (Telugu)
* New translations en.json (Welsh)
* New translations en.json (Esperanto)
* New translations en.json (Uyghur)
* New translations en.json (Chinese Traditional, Hong Kong)
* New translations en.json (Tatar)
* New translations en.json (Malayalam)
* New translations en.json (Breton)
* New translations en.json (Sinhala)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Galician)
* New translations en.json (Basque)
* New translations en.json (Polish)
* New translations en.json (Finnish)
* New translations en.json (Hungarian)
* New translations en.json (Armenian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Georgian)
* New translations en.json (Korean)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Punjabi)
* New translations en.json (Portuguese)
* New translations en.json (Vietnamese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Albanian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Urdu (Pakistan))
* New translations en.json (Cornish)
* New translations en.json (Kannada)
* New translations en.json (Scottish Gaelic)
* New translations en.json (Asturian)
* New translations en.json (Serbian (Latin))
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Sorani (Kurdish))
* New translations en.json (Corsican)
* New translations en.json (Sardinian)
* New translations en.json (Sanskrit)
* New translations en.json (Ido)
* New translations en.json (Taigi)
* New translations en.json (Silesian)
* New translations en.json (Standard Moroccan Tamazight)
* New translations en.json (Catalan)
* New translations en.json (French)
* New translations en.json (Catalan)
* New translations en.json (French)
* New translations en.json (Albanian)
* New translations en.json (Catalan)
* New translations en.yml (Albanian)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.yml (French)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (Danish)
* New translations en.json (Danish)
* New translations en.json (Icelandic)
* New translations en.json (Danish)
* New translations en.json (Italian)
* New translations en.json (Italian)
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Hungarian)
* New translations en.json (Ukrainian)
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Hungarian)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Russian)
* New translations en.json (Greek)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Chinese Traditional)
* New translations en.json (Finnish)
* New translations en.json (Chinese Traditional)
* New translations en.yml (Finnish)
* New translations en.json (Finnish)
* New translations en.json (Chinese Traditional)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Chinese Simplified)
* New translations en.yml (Thai)
* New translations en.json (Thai)
* New translations en.yml (Scottish Gaelic)
* New translations en.json (Thai)
* New translations en.json (Turkish)
* New translations en.json (Scottish Gaelic)
* New translations doorkeeper.en.yml (Scottish Gaelic)
* New translations activerecord.en.yml (Scottish Gaelic)
* New translations devise.en.yml (Scottish Gaelic)
* New translations simple_form.en.yml (Thai)
* New translations en.json (Spanish)
* New translations en.json (Spanish)
* New translations en.json (Latvian)
* New translations en.json (Latvian)
* New translations en.json (Latvian)
* New translations en.yml (Swedish)
* New translations en.json (Swedish)
* New translations en.json (Asturian)
* New translations en.yml (Asturian)
* New translations en.json (Asturian)
* New translations en.yml (Asturian)
* New translations en.json (Asturian)
* New translations activerecord.en.yml (Asturian)
* New translations en.json (Asturian)
* New translations doorkeeper.en.yml (Asturian)
* New translations simple_form.en.yml (Asturian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Simplified)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Danish)
* New translations en.json (Turkish)
* New translations en.json (Turkish)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* Run `bundle exec i18n-tasks normalize`
* Fix
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2022-03-01 18:38:36 +09:00  
				
					
						
							
							
								 
						
							
								c0a8fb2b59 
								
							 
						 
						
							
							
								
								[Glitch] Fix report submit button not being disabled during submission in web UI  
							
							... 
							
							
							
							Port 0883f05753 
							
						 
						
							2022-03-01 10:01:06 +01:00  
				
					
						
							
							
								 
						
							
								c5925756f1 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-03-01 09:59:18 +01:00  
				
					
						
							
							
								 
						
							
								1392741044 
								
							 
						 
						
							
							
								
								Chore: Update translatable strings ( #17495 )  
							
							
							
						 
						
							2022-02-28 14:14:52 +01:00  
				
					
						
							
							
								 
						
							
								cb2e198d89 
								
							 
						 
						
							
							
								
								Fix not showing loading indicator when searching in web UI ( #17655 )  
							
							
							
						 
						
							2022-02-27 07:37:07 +01:00  
				
					
						
							
							
								 
						
							
								0883f05753 
								
							 
						 
						
							
							
								
								Fix report submit button not being disabled during submission in web UI ( #17654 )  
							
							... 
							
							
							
							Add loading indicator for status selection step in report dialog in web UI 
							
						 
						
							2022-02-27 07:37:00 +01:00  
				
					
						
							
							
								 
						
							
								0a5a703a56 
								
							 
						 
						
							
							
								
								[Glitch] Fix remote reports with comments revealing remote reporter  
							
							... 
							
							
							
							Port SCSS changes from 57814a98a9 
							
						 
						
							2022-02-26 21:17:22 +01:00  
				
					
						
							
							
								 
						
							
								8158b04d18 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-26 21:15:37 +01:00  
				
					
						
							
							
								 
						
							
								57814a98a9 
								
							 
						 
						
							
							
								
								Fix remote reports with comments revealing remote reporter ( #17652 )  
							
							... 
							
							
							
							* Display username rather than display name in report comment
For consistency with report notes and appeals
* Fix remote reports with comments revealing remote reporter
* Display instance name in placeholder
* Make instance name in report comment a link to the federation admin page
* Normalize i18n file 
							
						 
						
							2022-02-26 21:14:12 +01:00  
				
					
						
							
							
								 
						
							
								4eed5019a2 
								
							 
						 
						
							
							
								
								[Glitch] Fix media modal footer's “external link” not being a link  
							
							... 
							
							
							
							Port 255748dff4 
							
						 
						
							2022-02-26 10:29:53 +01:00  
				
					
						
							
							
								 
						
							
								8e04ba87b7 
								
							 
						 
						
							
							
								
								[Glitch] Fix reply button on media modal not giving focus to compose form  
							
							... 
							
							
							
							Port 2cd31b3177 
							
						 
						
							2022-02-26 09:54:48 +01:00  
				
					
						
							
							
								 
						
							
								2e2b8a9a40 
								
							 
						 
						
							
							
								
								[Glitch] Add trending statuses  
							
							... 
							
							
							
							Port SCSS changes from 27965ce5ed 
							
						 
						
							2022-02-26 09:50:23 +01:00  
				
					
						
							
							
								 
						
							
								be493b6c0d 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/models/account.rb`:
  Not a real conflict, just upstream getting rid of unused constants too close
  to glitch-soc-specific contents.
  Removed unused constants like upstream did.
- `app/models/trends.rb`:
  Conflict because glitch-soc disabled email notifications for trending links.
  Upstream has refactored this quite a bit and added trending posts.
  Took upstream code, but disabling the extra trending stuff will come in
  another commit.
- `app/views/admin/trends/links/index.html.haml`:
  Conflict due to glitch-soc's theming system.
  Ported upstream changes accordingly. 
							
						 
						
							2022-02-26 09:29:23 +01:00  
				
					
						
							
							
								 
						
							
								255748dff4 
								
							 
						 
						
							
							
								
								Fix media modal footer's “external link” not being a link ( #17561 )  
							
							
							
						 
						
							2022-02-25 01:20:41 +01:00  
				
					
						
							
							
								 
						
							
								2cd31b3177 
								
							 
						 
						
							
							
								
								Fix reply button on media modal not giving focus to compose form ( #17626 )  
							
							... 
							
							
							
							* Avoid compose form and modal management fighting for focus
* Fix reply button on media modal footer not giving focus to compose form 
							
						 
						
							2022-02-25 00:51:01 +01:00  
				
					
						
							
							
								 
						
							
								d4592bbfcd 
								
							 
						 
						
							
							
								
								Add explore page to web UI ( #17123 )  
							
							... 
							
							
							
							* Add explore page to web UI
* Fix not removing loaded statuses from trends on mute/block action 
							
						 
						
							2022-02-25 00:34:33 +01:00  
				
					
						
							
							
								 
						
							
								27965ce5ed 
								
							 
						 
						
							
							
								
								Add trending statuses ( #17431 )  
							
							... 
							
							
							
							* Add trending statuses
* Fix dangling items with stale scores in localized sets
* Various fixes and improvements
- Change approve_all/reject_all to approve_accounts/reject_accounts
- Change Trends::Query methods to not mutate the original query
- Change Trends::Query#skip to offset
- Change follow recommendations to be refreshed in a transaction
* Add tests for trending statuses filtering behaviour
* Fix not applying filtering scope in controller 
							
						 
						
							2022-02-25 00:34:14 +01:00  
				
					
						
							
							
								 
						
							
								41ef41b900 
								
							 
						 
						
							
							
								
								Fix publish buttons styling  
							
							
							
						 
						
							2022-02-23 22:04:12 +01:00  
				
					
						
							
							
								 
						
							
								ae3cd3b84c 
								
							 
						 
						
							
							
								
								[Glitch] Fix reporting from profile  
							
							... 
							
							
							
							Port b7cf11d5a9 
							
						 
						
							2022-02-23 21:46:46 +01:00  
				
					
						
							
							
								 
						
							
								fc2c65d79f 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-23 21:44:09 +01:00  
				
					
						
							
							
								 
						
							
								b7cf11d5a9 
								
							 
						 
						
							
							
								
								Fix reporting from profile ( #17632 )  
							
							... 
							
							
							
							* Fix reporting from profile
* Clean up dead code 
							
						 
						
							2022-02-23 21:37:02 +01:00  
				
					
						
							
							
								 
						
							
								aafe91259a 
								
							 
						 
						
							
							
								
								Fetch relationships when opening report modal  
							
							... 
							
							
							
							Relationship with the reported account affect which actions are proposed in
the “thanks” part. Upstream fetches relationships when opening dropdown menus,
but we don't. 
							
						 
						
							2022-02-23 21:12:03 +01:00  
				
					
						
							
							
								 
						
							
								470c0a8002 
								
							 
						 
						
							
							
								
								[Glitch] Change report modal to include category selection in web UI  
							
							... 
							
							
							
							Port a9a43de6d1 
							
						 
						
							2022-02-23 20:25:55 +01:00  
				
					
						
							
							
								 
						
							
								9dd62c95c5 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-23 20:05:04 +01:00  
				
					
						
							
							
								 
						
							
								a9a43de6d1 
								
							 
						 
						
							
							
								
								Change report modal to include category selection in web UI ( #17565 )  
							
							... 
							
							
							
							* Change report modal to include category selection in web UI
* Various fixes and improvements
- Change thank you text to be different based on category
- Change starting headline to be different for account and status reports
- Change toggle components to have a checkmark when checked
- Fix report dialog being cut off on small screens
- Fix thank you screen offering mute or block if already muted or blocked
- Refactor toggle components in report dialog into one component
* Change wording on final screen
* Change checkboxes to be square when multiple options are possible 
							
						 
						
							2022-02-23 20:03:46 +01:00  
				
					
						
							
							
								 
						
							
								f99943cd74 
								
							 
						 
						
							
							
								
								[Glitch] Add notifications for new sign-ups  
							
							... 
							
							
							
							Port 7b816eb5ae 
							
						 
						
							2022-02-23 19:04:09 +01:00  
				
					
						
							
							
								 
						
							
								3d25fe0426 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream changed the workflow a bit.
  Conflict comes from us pushing to ghcr while upstream pushes to dockerhub.
  Ported the upstream changes while still pushing to ghcr. 
							
						 
						
							2022-02-23 18:13:12 +01:00  
				
					
						
							
							
								 
						
							
								7b816eb5ae 
								
							 
						 
						
							
							
								
								Add notifications for new sign-ups ( #16953 )  
							
							
							
						 
						
							2022-02-23 16:45:22 +01:00  
				
					
						
							
							
								 
						
							
								d21bedc492 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #17593 )  
							
							... 
							
							
							
							* New translations en.json (Catalan)
* New translations en.json (Turkish)
* New translations en.json (Macedonian)
* New translations en.json (Punjabi)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Albanian)
* New translations en.json (Serbian (Cyrillic))
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Korean)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Urdu (Pakistan))
* New translations en.json (Vietnamese)
* New translations en.json (Galician)
* New translations en.json (Icelandic)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Tamil)
* New translations en.json (Spanish, Argentina)
* New translations en.json (Lithuanian)
* New translations en.json (Georgian)
* New translations en.json (Slovenian)
* New translations en.json (French)
* New translations en.json (Persian)
* New translations en.json (Occitan)
* New translations en.json (Arabic)
* New translations en.json (Thai)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Norwegian)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (Dutch)
* New translations en.json (Romanian)
* New translations en.json (Spanish)
* New translations en.json (Japanese)
* New translations en.json (Afrikaans)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Hungarian)
* New translations en.json (Armenian)
* New translations en.json (Italian)
* New translations en.json (Spanish, Mexico)
* New translations en.json (Bengali)
* New translations en.json (Cornish)
* New translations en.json (Silesian)
* New translations en.json (Taigi)
* New translations en.json (Ido)
* New translations en.json (Kabyle)
* New translations en.json (Sanskrit)
* New translations en.json (Sardinian)
* New translations en.json (Corsican)
* New translations en.json (Sorani (Kurdish))
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Serbian (Latin))
* New translations en.json (Asturian)
* New translations en.json (Scottish Gaelic)
* New translations en.json (Kannada)
* New translations en.json (Sinhala)
* New translations en.json (Marathi)
* New translations en.json (Breton)
* New translations en.json (Malayalam)
* New translations en.json (Tatar)
* New translations en.json (Chinese Traditional, Hong Kong)
* New translations en.json (Uyghur)
* New translations en.json (Esperanto)
* New translations en.json (Welsh)
* New translations en.json (Telugu)
* New translations en.json (Malay)
* New translations en.json (Hindi)
* New translations en.json (Latvian)
* New translations en.json (Estonian)
* New translations en.json (Kazakh)
* New translations en.json (Croatian)
* New translations en.json (Standard Moroccan Tamazight)
* New translations en.yml (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Chinese Traditional)
* New translations en.json (Danish)
* New translations en.json (Thai)
* New translations en.yml (Thai)
* New translations en.json (Korean)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.json (Chinese Simplified)
* New translations en.yml (Thai)
* New translations devise.en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.json (Catalan)
* New translations simple_form.en.yml (Thai)
* New translations en.json (Galician)
* New translations en.json (Greek)
* New translations en.json (Polish)
* New translations en.json (Hebrew)
* New translations en.json (Icelandic)
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Chinese Traditional)
* New translations en.yml (Russian)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.yml (Russian)
* New translations en.json (Swedish)
* New translations simple_form.en.yml (Russian)
* New translations en.json (Turkish)
* New translations en.json (Chinese Traditional)
* New translations en.json (Albanian)
* New translations en.json (Vietnamese)
* New translations en.json (Latvian)
* New translations en.json (Hungarian)
* New translations en.json (Spanish, Argentina)
* New translations en.json (Italian)
* New translations en.yml (Japanese)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations en.yml (Finnish)
* New translations en.yml (Finnish)
* New translations en.json (Finnish)
* New translations en.yml (Japanese)
* New translations en.yml (Japanese)
* New translations en.yml (Hebrew)
* New translations en.yml (Hebrew)
* New translations en.json (Spanish)
* New translations en.json (Basque)
* New translations en.yml (Basque)
* New translations en.json (Basque)
* New translations en.yml (Basque)
* New translations en.yml (Basque)
* New translations en.json (Ukrainian)
* New translations en.yml (Indonesian)
* New translations en.json (Indonesian)
* New translations en.yml (Indonesian)
* New translations en.yml (Russian)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.json (Hungarian)
* New translations en.yml (Indonesian)
* New translations en.yml (Indonesian)
* New translations en.yml (Indonesian)
* New translations simple_form.en.yml (Indonesian)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations en.yml (French)
* New translations simple_form.en.yml (French)
* New translations en.json (French)
* New translations simple_form.en.yml (French)
* New translations en.json (French)
* New translations simple_form.en.yml (Galician)
* New translations en.json (French)
* New translations en.json (Russian)
* New translations activerecord.en.yml (Latvian)
* New translations en.yml (French)
* New translations en.yml (French)
* Run `yarn manage:translations`
* Run `bundle exec i18n-tasks normalize`
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2022-02-23 22:13:09 +09:00  
				
					
						
							
							
								 
						
							
								73f5e4a1d9 
								
							 
						 
						
							
							
								
								Fix various typos ( #17621 )  
							
							... 
							
							
							
							Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro` 
							
						 
						
							2022-02-22 20:14:17 +01:00  
				
					
						
							
							
								 
						
							
								5169a9f9d9 
								
							 
						 
						
							
							
								
								[Glitch] Fix link colors in report and strike details  
							
							... 
							
							
							
							Port SCSS changes from 51e67f3243 
							
						 
						
							2022-02-22 18:10:08 +01:00  
				
					
						
							
							
								 
						
							
								e07f2efc9f 
								
							 
						 
						
							
							
								
								[Glitch] Fix wrong styles on strike page  
							
							... 
							
							
							
							Port SCSS changes from 8338826963 
							
						 
						
							2022-02-22 18:09:39 +01:00  
				
					
						
							
							
								 
						
							
								954e052b07 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/models/media_attachment.rb`:
  Upstream moved hardcoded values around, while in glitch-soc they are
  configurable.
  Moved them like upstream, but keeping glitch-soc's ability to configure
  them through env vars. 
							
						 
						
							2022-02-22 18:06:29 +01:00  
				
					
						
							
							
								 
						
							
								51e67f3243 
								
							 
						 
						
							
							
								
								Fix link colors in report and strike details ( #17616 )  
							
							
							
						 
						
							2022-02-22 15:27:25 +01:00  
				
					
						
							
							
								 
						
							
								8338826963 
								
							 
						 
						
							
							
								
								Fix wrong styles on strike page ( #17615 )  
							
							
							
						 
						
							2022-02-22 06:20:04 +01:00  
				
					
						
							
							
								 
						
							
								dc121b609f 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-19 11:33:18 +01:00  
				
					
						
							
							
								 
						
							
								1761d9ba5d 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #17514 )  
							
							... 
							
							
							
							* New translations en.yml (Catalan)
* New translations simple_form.en.yml (Catalan)
* New translations en.yml (Albanian)
* New translations simple_form.en.yml (Albanian)
* New translations en.yml (Albanian)
* New translations en.yml (Ukrainian)
* New translations en.yml (Ukrainian)
* New translations en.yml (Danish)
* New translations en.yml (Danish)
* New translations en.yml (Danish)
* New translations en.yml (Chinese Traditional)
* New translations simple_form.en.yml (Chinese Traditional)
* New translations en.yml (Danish)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Danish)
* New translations en.yml (Chinese Traditional)
* New translations simple_form.en.yml (Danish)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Chinese Simplified)
* New translations simple_form.en.yml (Chinese Simplified)
* New translations en.yml (Galician)
* New translations en.yml (Vietnamese)
* New translations en.yml (Galician)
* New translations en.yml (Vietnamese)
* New translations en.yml (Galician)
* New translations en.yml (Vietnamese)
* New translations en.yml (Indonesian)
* New translations simple_form.en.yml (Galician)
* New translations en.yml (Japanese)
* New translations en.yml (Vietnamese)
* New translations en.yml (Indonesian)
* New translations simple_form.en.yml (Vietnamese)
* New translations en.yml (Hebrew)
* New translations en.yml (German)
* New translations en.json (German)
* New translations en.yml (German)
* New translations en.yml (German)
* New translations simple_form.en.yml (German)
* New translations en.yml (German)
* New translations en.yml (Polish)
* New translations en.yml (Turkish)
* New translations en.yml (Icelandic)
* New translations activerecord.en.yml (Icelandic)
* New translations devise.en.yml (Icelandic)
* New translations en.yml (Polish)
* New translations en.yml (Turkish)
* New translations en.yml (Swedish)
* New translations en.yml (Turkish)
* New translations simple_form.en.yml (Turkish)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Swedish)
* New translations en.yml (Swedish)
* New translations en.yml (Hungarian)
* New translations en.yml (Hungarian)
* New translations en.yml (Hungarian)
* New translations en.yml (Icelandic)
* New translations en.yml (Hungarian)
* New translations en.yml (Hungarian)
* New translations simple_form.en.yml (Hungarian)
* New translations en.yml (Icelandic)
* New translations en.json (Icelandic)
* New translations simple_form.en.yml (Icelandic)
* New translations en.json (Icelandic)
* New translations en.yml (Polish)
* New translations en.json (Polish)
* New translations en.json (Icelandic)
* New translations en.json (Icelandic)
* New translations simple_form.en.yml (Icelandic)
* New translations en.yml (Icelandic)
* New translations en.json (Icelandic)
* New translations doorkeeper.en.yml (Icelandic)
* New translations simple_form.en.yml (Icelandic)
* New translations activerecord.en.yml (Icelandic)
* New translations en.yml (Albanian)
* New translations en.yml (Icelandic)
* New translations en.yml (Indonesian)
* New translations en.json (Russian)
* New translations en.yml (Albanian)
* New translations en.yml (Indonesian)
* New translations en.json (Icelandic)
* New translations en.yml (Icelandic)
* New translations en.yml (Indonesian)
* New translations en.json (Icelandic)
* New translations en.yml (Icelandic)
* New translations en.yml (Hungarian)
* New translations en.yml (Icelandic)
* New translations en.yml (Hungarian)
* New translations simple_form.en.yml (Hungarian)
* New translations simple_form.en.yml (Italian)
* New translations en.yml (Italian)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Spanish, Argentina)
* New translations simple_form.en.yml (Spanish, Argentina)
* New translations en.json (Korean)
* New translations en.yml (Thai)
* New translations en.yml (Spanish)
* New translations en.yml (Spanish)
* New translations en.yml (Thai)
* New translations en.yml (Spanish)
* New translations en.yml (Thai)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Kurmanji (Kurdish))
* New translations en.yml (Spanish)
* New translations en.yml (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Spanish)
* New translations simple_form.en.yml (Kurmanji (Kurdish))
* New translations en.yml (Spanish)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Korean)
* New translations en.yml (Korean)
* New translations en.json (Korean)
* New translations en.yml (Korean)
* New translations en.yml (Korean)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Thai)
* New translations en.yml (Korean)
* New translations simple_form.en.yml (Korean)
* New translations en.yml (Korean)
* New translations en.yml (Portuguese)
* New translations en.yml (Hungarian)
* New translations en.yml (Armenian)
* New translations en.yml (Georgian)
* New translations en.yml (Dutch)
* New translations en.yml (Norwegian)
* New translations en.yml (Polish)
* New translations en.yml (Albanian)
* New translations en.yml (Basque)
* New translations en.yml (Serbian (Cyrillic))
* New translations en.yml (Turkish)
* New translations en.yml (Ukrainian)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Icelandic)
* New translations en.yml (Portuguese, Brazilian)
* New translations en.yml (Indonesian)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Finnish)
* New translations en.yml (Greek)
* New translations en.yml (Galician)
* New translations en.yml (Slovak)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Swedish)
* New translations en.yml (Arabic)
* New translations en.yml (French)
* New translations en.yml (Spanish)
* New translations en.yml (Catalan)
* New translations en.yml (Italian)
* New translations en.yml (Japanese)
* New translations en.yml (Russian)
* New translations en.yml (Slovenian)
* New translations en.yml (German)
* New translations en.yml (Vietnamese)
* New translations en.yml (Thai)
* New translations en.yml (Scottish Gaelic)
* New translations en.yml (Occitan)
* New translations en.yml (Persian)
* New translations en.yml (Czech)
* New translations en.yml (Danish)
* New translations en.yml (Spanish, Mexico)
* New translations en.yml (Kabyle)
* New translations en.yml (Sardinian)
* New translations en.yml (Corsican)
* New translations en.yml (Sorani (Kurdish))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Serbian (Latin))
* New translations en.yml (Chinese Traditional, Hong Kong)
* New translations en.yml (Esperanto)
* New translations en.yml (Welsh)
* New translations en.yml (Malay)
* New translations en.yml (Latvian)
* New translations en.yml (Estonian)
* New translations en.yml (Kazakh)
* New translations en.yml (Norwegian Nynorsk)
* New translations en.yml (Galician)
* New translations en.yml (Hungarian)
* New translations en.yml (Galician)
* New translations en.yml (Catalan)
* New translations en.yml (Hungarian)
* New translations en.yml (Polish)
* New translations en.yml (Breton)
* New translations en.json (Breton)
* New translations en.yml (Galician)
* New translations en.yml (Icelandic)
* New translations en.yml (Spanish)
* New translations en.yml (Icelandic)
* New translations en.yml (Portuguese)
* New translations en.yml (Portuguese)
* New translations en.yml (Portuguese)
* New translations en.yml (Vietnamese)
* New translations en.yml (Portuguese)
* New translations en.yml (Ukrainian)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Portuguese)
* New translations en.yml (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Portuguese)
* New translations en.yml (Ukrainian)
* New translations en.yml (Albanian)
* New translations en.yml (Ukrainian)
* New translations simple_form.en.yml (Ukrainian)
* New translations en.yml (Albanian)
* New translations en.yml (Ukrainian)
* New translations en.yml (Italian)
* New translations en.yml (French)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Finnish)
* New translations en.yml (Korean)
* New translations en.yml (Korean)
* New translations simple_form.en.yml (Korean)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Chinese Traditional)
* New translations en.yml (Danish)
* New translations en.yml (Danish)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Turkish)
* New translations en.yml (Latvian)
* New translations en.yml (Latvian)
* New translations en.json (Russian)
* New translations simple_form.en.yml (Russian)
* New translations en.yml (Russian)
* New translations en.yml (Galician)
* New translations en.yml (Russian)
* New translations en.yml (Indonesian)
* New translations en.yml (Galician)
* New translations en.yml (Galician)
* New translations en.yml (Russian)
* New translations en.yml (Russian)
* New translations en.yml (Russian)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Chinese Traditional)
* Ran `yarn manage:translations`
* Ran `bundle exec i18n-tasks normalize`
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2022-02-19 13:20:00 +09:00  
				
					
						
							
							
								 
						
							
								41a8606627 
								
							 
						 
						
							
							
								
								[Glitch] Fix opening the emoji picker scrolling the single-column view to the top  
							
							... 
							
							
							
							Port aa86cf9557 
							
						 
						
							2022-02-17 11:05:47 +01:00  
				
					
						
							
							
								 
						
							
								d70e4e3da0 
								
							 
						 
						
							
							
								
								[Glitch] Fix edge case where settings/admin page sidebar would be incorrectly hidden  
							
							... 
							
							
							
							Port 00b45b967e 
							
						 
						
							2022-02-17 11:04:13 +01:00  
				
					
						
							
							
								 
						
							
								5ed35a0df4 
								
							 
						 
						
							
							
								
								[Glitch] Add appeals  
							
							... 
							
							
							
							Port SCSS changes from 564efd0651 
							
						 
						
							2022-02-17 10:58:57 +01:00  
				
					
						
							
							
								 
						
							
								3a0eba4918 
								
							 
						 
						
							
							
								
								[Glitch] Fix privacy policy link not being visible on small screens  
							
							... 
							
							
							
							Port bbd3474416 
							
						 
						
							2022-02-17 10:58:53 +01:00  
				
					
						
							
							
								 
						
							
								f224237862 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `db/schema.rb`:
  Conflict due to glitch-soc adding the `content_type` column on status edits
  and thus having a different schema version number.
  Solved by taking upstream's schema version number, as it is higher than
  glitch-soc's. 
							
						 
						
							2022-02-17 10:58:44 +01:00  
				
					
						
							
							
								 
						
							
								aa86cf9557 
								
							 
						 
						
							
							
								
								Fix opening the emoji picker scrolling the single-column view to the top ( #17579 )  
							
							... 
							
							
							
							Fixes  #17577  
						
							2022-02-16 21:44:47 +01:00  
				
					
						
							
							
								 
						
							
								00b45b967e 
								
							 
						 
						
							
							
								
								Fix edge case where settings/admin page sidebar would be incorrectly hidden ( #17580 )  
							
							
							
						 
						
							2022-02-16 21:44:19 +01:00  
				
					
						
							
							
								 
						
							
								ec4f906618 
								
							 
						 
						
							
							
								
								Fix toggling sidebar on mobile in admin pages  
							
							
							
						 
						
							2022-02-16 16:33:23 +01:00  
				
					
						
							
							
								 
						
							
								564efd0651 
								
							 
						 
						
							
							
								
								Add appeals ( #17364 )  
							
							... 
							
							
							
							* Add appeals
* Add ability to reject appeals and ability to browse pending appeals in admin UI
* Add strikes to account page in settings
* Various fixes and improvements
- Add separate notification setting for appeals, separate from reports
- Fix style of links in report/strike header
- Change approving an appeal to not restore statuses (due to federation complexities)
- Change style of successfully appealed strikes on account settings page
- Change account settings page to only show unappealed or recently appealed strikes
* Change appealed_at to overruled_at
* Fix missing method error 
							
						 
						
							2022-02-14 21:27:53 +01:00  
				
					
						
							
							
								 
						
							
								bbd3474416 
								
							 
						 
						
							
							
								
								Fix privacy policy link not being visible on small screens ( #17533 )  
							
							... 
							
							
							
							Fix  #17482  
						
							2022-02-13 02:52:34 +01:00  
				
					
						
							
							
								 
						
							
								f3429d7354 
								
							 
						 
						
							
							
								
								[Glitch] Fix controls for unchangeable properties on status edit not being disabled  
							
							... 
							
							
							
							Port 38845592c4 
							
						 
						
							2022-02-12 22:36:39 +01:00  
				
					
						
							
							
								 
						
							
								c9669ee167 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-12 21:36:33 +01:00  
				
					
						
							
							
								 
						
							
								27803cd2b7 
								
							 
						 
						
							
							
								
								Make the settings button go to settings when opened in a new tab  
							
							
							
						 
						
							2022-02-12 20:12:29 +01:00  
				
					
						
							
							
								 
						
							
								38845592c4 
								
							 
						 
						
							
							
								
								Fix controls for unchangeable properties on status edit not being disabled ( #17531 )  
							
							... 
							
							
							
							Fixes  #17520  
						
							2022-02-12 19:00:33 +01:00  
				
					
						
							
							
								 
						
							
								f4db2e1832 
								
							 
						 
						
							
							
								
								[Glitch] Fix layout of the report page on smaller screens in admin UI  
							
							... 
							
							
							
							Port e848d281d5 
							
						 
						
							2022-02-12 13:15:07 +01:00  
				
					
						
							
							
								 
						
							
								958089fb21 
								
							 
						 
						
							
							
								
								[Glitch] Add notifications when a reblogged status has been updated  
							
							... 
							
							
							
							Port front-end changes from 8f03b7a2fb 
							
						 
						
							2022-02-12 13:15:07 +01:00  
				
					
						
							
							
								 
						
							
								d9379f5331 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-12 11:12:41 +01:00  
				
					
						
							
							
								 
						
							
								e848d281d5 
								
							 
						 
						
							
							
								
								Fix layout of the report page on smaller screens in admin UI ( #17523 )  
							
							... 
							
							
							
							Fix  #17491  
						
							2022-02-12 01:08:23 +01:00  
				
					
						
							
							
								 
						
							
								28ec7def58 
								
							 
						 
						
							
							
								
								Fix missing javascript in some admin pages  
							
							
							
						 
						
							2022-02-12 00:10:28 +01:00  
				
					
						
							
							
								 
						
							
								8f03b7a2fb 
								
							 
						 
						
							
							
								
								Add notifications when a reblogged status has been updated ( #17404 )  
							
							... 
							
							
							
							* Add notifications when a reblogged status has been updated
* Change wording to say "edit" instead of "update" and add missing controls
* Replace previous update notifications with the most up-to-date one 
							
						 
						
							2022-02-11 22:20:19 +01:00  
				
					
						
							
							
								 
						
							
								a34e4f7e27 
								
							 
						 
						
							
							
								
								[Glitch] Change actions in reports to require only one click  
							
							... 
							
							
							
							Port SCSS changes from d0fcf07436 
							
						 
						
							2022-02-11 21:56:27 +01:00  
				
					
						
							
							
								 
						
							
								51cad4f7fb 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-02-11 21:53:20 +01:00  
				
					
						
							
							
								 
						
							
								d0fcf07436 
								
							 
						 
						
							
							
								
								Change actions in reports to require only one click ( #17487 )  
							
							
							
						 
						
							2022-02-11 21:51:57 +01:00  
				
					
						
							
							
								 
						
							
								6f38765fcc 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16858 )  
							
							... 
							
							
							
							* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations devise.en.yml (French)
[ci skip]
* New translations devise.en.yml (French)
[ci skip]
* New translations activerecord.en.yml (French)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations activerecord.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations doorkeeper.en.yml (Slovenian)
[ci skip]
* New translations activerecord.en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations devise.en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations devise.en.yml (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations doorkeeper.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations devise.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Catalan)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations simple_form.en.yml (Catalan)
[ci skip]
* New translations simple_form.en.yml (Catalan)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations simple_form.en.yml (Catalan)
[ci skip]
* New translations doorkeeper.en.yml (Catalan)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.yml (Sardinian)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations devise.en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations devise.en.yml (Thai)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations devise.en.yml (Thai)
[ci skip]
* New translations devise.en.yml (Thai)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations simple_form.en.yml (Polish)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* Ran `i18n-tasks normalize`
* Ran `yarn manage:translations`
* Add space
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2022-02-11 04:50:27 +01:00  
				
					
						
							
							
								 
						
							
								642b5a621a 
								
							 
						 
						
							
							
								
								[Glitch] Chore: Disable menu items for editing statuses in web UI ( #17497 )  
							
							... 
							
							
							
							Port 3dc1e3cfc3 
							
						 
						
							2022-02-10 19:10:59 +01:00  
				
					
						
							
							
								 
						
							
								5e67858fbc 
								
							 
						 
						
							
							
								
								[Glitch] Add editing for published statuses  
							
							... 
							
							
							
							Port 63002cde03 
							
						 
						
							2022-02-10 19:10:20 +01:00  
				
					
						
							
							
								 
						
							
								f1a6f9062e 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/controllers/api/v1/statuses_controller.rb`:
  Upstream moved things around in a place where glitch-soc had support for
  an extra parameter (`content_type`).
  Follow upstream but reintroduce `content_type`. 
							
						 
						
							2022-02-10 19:09:27 +01:00  
				
					
						
							
							
								 
						
							
								3dc1e3cfc3 
								
							 
						 
						
							
							
								
								Chore: Disable menu items for editing statuses in web UI ( #17497 )  
							
							... 
							
							
							
							Feature must be unlocked in a separate release for max. compatibility 
							
						 
						
							2022-02-10 15:28:53 +01:00  
				
					
						
							
							
								 
						
							
								63002cde03 
								
							 
						 
						
							
							
								
								Add editing for published statuses ( #17320 )  
							
							... 
							
							
							
							* Add editing for published statuses
* Fix change of multiple-choice boolean in poll not resetting votes
* Remove the ability to update existing media attachments for now 
							
						 
						
							2022-02-10 00:15:30 +01:00  
				
					
						
							
							
								 
						
							
								44b06c4d96 
								
							 
						 
						
							
							
								
								[Glitch] Add edit history to web UI  
							
							... 
							
							
							
							Port fd3a45e348 
							
						 
						
							2022-02-09 17:51:35 +01:00  
				
					
						
							
							
								 
						
							
								322e907e04 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/views/settings/preferences/appearance/show.html.haml`:
  Upstream renamed some helper functions that were used in a part of the
  settings page which glitch-soc slightly changed the layout of.
  Ported the change. 
							
						 
						
							2022-02-09 17:28:33 +01:00  
				
					
						
							
							
								 
						
							
								0bb3d445ab 
								
							 
						 
						
							
							
								
								Please Codeclimate  
							
							
							
						 
						
							2022-02-09 17:15:36 +01:00  
				
					
						
							
							
								 
						
							
								e1a4590bca 
								
							 
						 
						
							
							
								
								Rework actions modal to bring it closer to upstream and fix modal stacking issue  
							
							
							
						 
						
							2022-02-09 16:40:23 +01:00  
				
					
						
							
							
								 
						
							
								bc2eaf3581 
								
							 
						 
						
							
							
								
								Remove unused noModal prop  
							
							
							
						 
						
							2022-02-09 16:40:23 +01:00  
				
					
						
							
							
								 
						
							
								f03dc97070 
								
							 
						 
						
							
							
								
								Some more refactoring  
							
							
							
						 
						
							2022-02-09 16:40:23 +01:00  
				
					
						
							
							
								 
						
							
								f87ce13afc 
								
							 
						 
						
							
							
								
								Refactor dropdown and action modal code slightly  
							
							... 
							
							
							
							Simplify it a bit and make it closer to upstream 
							
						 
						
							2022-02-09 13:23:12 +01:00  
				
					
						
							
							
								 
						
							
								fd3a45e348 
								
							 
						 
						
							
							
								
								Add edit history to web UI ( #17390 )  
							
							... 
							
							
							
							* Add edit history to web UI
* Change history reducer to store items per status
* Fix missing loading prop 
							
						 
						
							2022-02-09 01:17:07 +01:00  
				
					
						
							
							
								 
						
							
								1b493c9fee 
								
							 
						 
						
							
							
								
								Add optional hCaptcha support  
							
							... 
							
							
							
							Fixes  #1649 
This requires setting `HCAPTCHA_SECRET_KEY` and `HCAPTCHA_SITE_KEY`, then
enabling the admin setting at
`/admin/settings/edit#form_admin_settings_captcha_enabled`
Subsequently, a hCaptcha widget will be displayed on `/about` and
`/auth/sign_up` unless:
- the user is already signed-up already
- the user has used an invite link
- the user has already solved the captcha (and registration failed for another
  reason)
The Content-Security-Policy headers are altered automatically to allow the
third-party hCaptcha scripts on `/about` and `/auth/sign_up` following the same
rules as above. 
						
							2022-01-24 21:22:13 +01:00  
				
					
						
							
							
								 
						
							
								9483d0c6b2 
								
							 
						 
						
							
							
								
								[Glitch] Change `percent` to `rate` in retention metrics API  
							
							... 
							
							
							
							Port a63495230a 
							
						 
						
							2022-01-23 18:24:40 +01:00  
				
					
						
							
							
								 
						
							
								4dd4fc2e5e 
								
							 
						 
						
							
							
								
								[Glitch] Fix text being incorrectly pre-selected in composer textarea on /share  
							
							... 
							
							
							
							Port 3a103cd317 
							
						 
						
							2022-01-23 18:24:34 +01:00  
				
					
						
							
							
								 
						
							
								61ef81c548 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `spec/models/status_spec.rb`:
  Upstream added tests too close to glitch-soc-specific tests.
  Kept both tests. 
							
						 
						
							2022-01-23 18:24:01 +01:00  
				
					
						
							
							
								 
						
							
								a63495230a 
								
							 
						 
						
							
							
								
								Change `percent` to `rate` in retention metrics API ( #16910 )  
							
							
							
						 
						
							2022-01-23 16:01:25 +01:00  
				
					
						
							
							
								 
						
							
								3a103cd317 
								
							 
						 
						
							
							
								
								Fix text being incorrectly pre-selected in composer textarea on /share ( #17339 )  
							
							... 
							
							
							
							Fixes  #17295  
						
							2022-01-20 20:56:21 +01:00  
				
					
						
							
							
								 
						
							
								d4654dc892 
								
							 
						 
						
							
							
								
								[Glitch] Add support for editing for published statuses  
							
							... 
							
							
							
							Port front-end changes from 1060666c58 
							
						 
						
							2022-01-20 00:03:41 +01:00  
				
					
						
							
							
								 
						
							
								fe89554a54 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/lib/activitypub/activity/create.rb`:
  Upstream refactored how `Create` activities are handled and how values are
  extracted from `Create`d objects. This conflicted with how glitch-soc
  supported the `directMessage` flag to explicitly distinguish between
  limited and direct messages.
  Ported glitch-soc's changes to latest upstream changes.
- `app/services/fan_out_on_write_service.rb`:
  Upstream largely refactored that file and changed some of the logic.
  This conflicted with glitch-soc's handling of the direct timeline and
  the options to allow replies and boosts in public feeds.
  Ported those glitch-soc changes on top of latest upstream changes.
- `app/services/process_mentions_service.rb`:
  Upstream refactored to move mention-related ActivityPub deliveries to
  `ActivityPub::DeliveryWorker`, while glitch-soc contained an extra check
  to not send local-only toots to remote mentioned users.
  Took upstream's version, as the check is not needed anymore, since it is
  performed at the `ActivityPub::DeliveryWorker` call site already.
- `app/workers/feed_insert_worker.rb`:
  Upstream added support for `update` toot events, while glitch-soc had
  support for an extra timeline support, `direct`.
  Ported upstream changes and extended them to the `direct` timeline.
Additional changes:
- `app/lib/activitypub/parser/status_parser.rb`:
  Added code to handle the `directMessage` flag and take it into account
  to compute visibility.
- `app/lib/feed_manager.rb`:
  Extended upstream's support of `update` toot events to glitch-soc's
  `direct` timeline. 
							
						 
						
							2022-01-19 23:52:48 +01:00  
				
					
						
							
							
								 
						
							
								1060666c58 
								
							 
						 
						
							
							
								
								Add support for editing for published statuses ( #16697 )  
							
							... 
							
							
							
							* Add support for editing for published statuses
* Fix references to stripped-out code
* Various fixes and improvements
* Further fixes and improvements
* Fix updates being potentially sent to unauthorized recipients
* Various fixes and improvements
* Fix wrong words in test
* Fix notifying accounts that were tagged but were not in the audience
* Fix mistake 
							
						 
						
							2022-01-19 22:37:27 +01:00  
				
					
						
							
							
								 
						
							
								69208ef6ff 
								
							 
						 
						
							
							
								
								[Glitch] Add notifications for statuses deleted by moderators  
							
							... 
							
							
							
							Port front-end changes from 14f436c457 
							
						 
						
							2022-01-17 11:19:44 +01:00  
				
					
						
							
							
								 
						
							
								b3bf32a21e 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/views/admin/reports/show.html.haml`:
  Conflicts due to glitch-soc's theming system. 
							
						 
						
							2022-01-17 10:45:25 +01:00  
				
					
						
							
							
								 
						
							
								14f436c457 
								
							 
						 
						
							
							
								
								Add notifications for statuses deleted by moderators ( #17204 )  
							
							
							
						 
						
							2022-01-17 09:41:33 +01:00  
				
					
						
							
							
								 
						
							
								5effc0f8fa 
								
							 
						 
						
							
							
								
								[Glitch] Add support for private pinned posts  
							
							... 
							
							
							
							Port JS changes from d5c9feb7b7 
							
						 
						
							2022-01-17 08:35:27 +01:00  
				
					
						
							
							
								 
						
							
								2d4b4b0b45 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/controllers/accounts_controller.rb`:
  Upstream introduced support for private pinned toots, but glitch-soc's query
  was a bit different as it filtered out local-only toots.
  Used upstream's query, while adding local-only filtering back.
- `app/controllers/activitypub/collections_controller.rb`:
  Same thing with regards to local-only posts.
- `app/validators/status_pin_validator.rb`:
  Not a real conflict, but the line below was different in glitch-soc due to
  the configurable pinned toots limit. 
							
						 
						
							2022-01-17 08:28:52 +01:00  
				
					
						
							
							
								 
						
							
								d5c9feb7b7 
								
							 
						 
						
							
							
								
								Add support for private pinned posts ( #16954 )  
							
							... 
							
							
							
							* Add support for private pinned toots
* Allow local user to pin private toots
* Change wording to avoid "direct message" 
							
						 
						
							2022-01-17 00:49:55 +01:00  
				
					
						
							
							
								 
						
							
								474cd302c9 
								
							 
						 
						
							
							
								
								[Glitch] Gradually increase retry waiting for media processing  
							
							... 
							
							
							
							Port bc7a8ae6d6 
							
						 
						
							2022-01-16 18:14:33 +01:00  
				
					
						
							
							
								 
						
							
								b61c3ddff8 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `README.md`:
  Upstream added some text, but our README is completely different.
  Kept our README unchanged. 
							
						 
						
							2022-01-16 18:11:20 +01:00  
				
					
						
							
							
								 
						
							
								bc7a8ae6d6 
								
							 
						 
						
							
							
								
								Gradually increase retry waiting for media processing ( #17271 )  
							
							
							
						 
						
							2022-01-10 14:25:08 +01:00  
				
					
						
							
							
								 
						
							
								af86c7a5de 
								
							 
						 
						
							
							
								
								[Glitch] Fix media descriptions not being used for client-side filtering  
							
							... 
							
							
							
							Port 37e80994f8 
							
						 
						
							2022-01-07 19:54:58 +01:00  
				
					
						
							
							
								 
						
							
								fca50e4b50 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2022-01-07 19:51:47 +01:00  
				
					
						
							
							
								 
						
							
								37e80994f8 
								
							 
						 
						
							
							
								
								Fix media descriptions not being used for client-side filtering ( #17206 )  
							
							... 
							
							
							
							Fix oversight in #13837  
							
						 
						
							2021-12-28 23:25:50 +01:00  
				
					
						
							
							
								 
						
							
								f011787003 
								
							 
						 
						
							
							
								
								[Glitch] Fix tag rendering error in hashtag column settings  
							
							... 
							
							
							
							Port e65080181a 
							
						 
						
							2021-12-27 15:22:12 +01:00  
				
					
						
							
							
								 
						
							
								09c61e1376 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `README.md`:
  We have completely different contents. Kept our version.
- `package.json`:
  Not a real conflict, just an upstream dependency udpated
  textually too close to a glitch-soc-only dependency.
  Updated dependencies like upstream.
- `streaming/index.js`:
  Conflict due to code style changes on parts that were
  modified in glitch-soc to handle local-only toots.
  Changed style according to upstream. 
							
						 
						
							2021-12-27 15:16:18 +01:00  
				
					
						
							
							
								 
						
							
								e65080181a 
								
							 
						 
						
							
							
								
								Fix tag rendering error in hashtag column settings ( #17184 )  
							
							... 
							
							
							
							* Flatten tags in configuration to regular array before converting to JSON
* Render filter tags using toJS instead of toJSON 
							
						 
						
							2021-12-26 19:22:05 +01:00  
				
					
						
							
							
								 
						
							
								e061ea5f71 
								
							 
						 
						
							
							
								
								[Glitch] Change title of retention chart  
							
							... 
							
							
							
							Port 0c17fd9109 
							
						 
						
							2021-12-18 11:47:54 +01:00  
				
					
						
							
							
								 
						
							
								d4f315f304 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-12-18 11:44:54 +01:00  
				
					
						
							
							
								 
						
							
								0c17fd9109 
								
							 
						 
						
							
							
								
								Change title of retention chart ( #16909 )  
							
							... 
							
							
							
							Changes from “Retention” to “User retention rate by month after sign-up”.
This should make it much clearer to people not familiar with retention charts
what it actually means. 
							
						 
						
							2021-12-17 23:00:41 +01:00  
				
					
						
							
							
								 
						
							
								40f202c1e5 
								
							 
						 
						
							
							
								
								Change list title input styling ( #17092 )  
							
							
							
						 
						
							2021-12-17 23:00:05 +01:00  
				
					
						
							
							
								 
						
							
								50d62fe2e7 
								
							 
						 
						
							
							
								
								[Glitch] ignore hashtag suggestions if they vary only in case  
							
							... 
							
							
							
							Port 2aafa5b4e7 
							
						 
						
							2021-12-16 16:48:42 +01:00  
				
					
						
							
							
								 
						
							
								59a5193280 
								
							 
						 
						
							
							
								
								[Glitch] Show correct error message if chosen password is too long  
							
							... 
							
							
							
							Port 66baa629ea 
							
						 
						
							2021-12-16 16:26:04 +01:00  
				
					
						
							
							
								 
						
							
								9cecf59300 
								
							 
						 
						
							
							
								
								[Glitch] Add batch suspend for accounts in admin UI  
							
							... 
							
							
							
							Port SCSS changes from 2aafa5b4e7 
							
						 
						
							2021-12-16 16:25:21 +01:00  
				
					
						
							
							
								 
						
							
								b2526316f5 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/views/admin/pending_accounts/index.html.haml`:
  Removed upstream, while it had glitch-soc-specific changes to accomodate
  for glitch-soc's theming system.
  Removed the file.
Additional changes:
- `app/views/admin/accounts/index.html.haml':
  Accomodate for glitch-soc's theming system. 
							
						 
						
							2021-12-16 16:20:44 +01:00  
				
					
						
							
							
								 
						
							
								2aafa5b4e7 
								
							 
						 
						
							
							
								
								ignore hashtag suggestions if they vary only in case ( #16460 )  
							
							... 
							
							
							
							* ignore hashtag suggestions if they vary only in case
* remove console.logs and unused args
* consistently add space when dismissing suggestions
* linting 
							
						 
						
							2021-12-15 23:47:19 +01:00  
				
					
						
							
							
								 
						
							
								66baa629ea 
								
							 
						 
						
							
							
								
								Show correct error message if chosen password is too long ( #17082 )  
							
							... 
							
							
							
							* Add correct error message for exceeding max length on password confirmation field
* Code style fixes 
							
						 
						
							2021-12-05 21:49:50 +01:00  
				
					
						
							
							
								 
						
							
								0fb9536d38 
								
							 
						 
						
							
							
								
								Add batch suspend for accounts in admin UI ( #17009 )  
							
							
							
						 
						
							2021-12-05 21:48:39 +01:00  
				
					
						
							
							
								 
						
							
								d911c17f52 
								
							 
						 
						
							
							
								
								Fix unneeded outline around list name edition input  
							
							
							
						 
						
							2021-12-03 21:03:40 +01:00  
				
					
						
							
							
								 
						
							
								ca5d78816b 
								
							 
						 
						
							
							
								
								[Glitch] Fix searching for additional hashtags in hashtag column  
							
							... 
							
							
							
							Port 3f382e337d 
							
						 
						
							2021-11-26 22:58:46 +01:00  
				
					
						
							
							
								 
						
							
								d5d44b431a 
								
							 
						 
						
							
							
								
								[Glitch] Fix color of hashtag column settings inputs  
							
							... 
							
							
							
							Port 1630807ee2 
							
						 
						
							2021-11-26 22:58:13 +01:00  
				
					
						
							
							
								 
						
							
								9b861d56a9 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `.env.production.sample`:
  Copied upstream changes.
- `app/controllers/settings/identity_proofs_controller.rb`:
  Minor conflict due to glitch-soc's extra “enable_keybase” setting.
  Upstream removed keybase support altogether, so did the same.
- `app/controllers/well_known/keybase_proof_config_controller.rb`:
  Minor conflict due to glitch-soc's extra “enable_keybase” setting.
  Upstream removed keybase support altogether, so did the same.
- `lib/mastodon/statuses_cli.rb`:
  Minor conflict due to an optimization that wasn't shared between
  the two versions. Copied upstream's version. 
							
						 
						
							2021-11-26 22:53:55 +01:00  
				
					
						
							
							
								 
						
							
								3f382e337d 
								
							 
						 
						
							
							
								
								Fix searching for additional hashtags in hashtag column ( #17054 )  
							
							
							
						 
						
							2021-11-26 22:11:09 +01:00  
				
					
						
							
							
								 
						
							
								1630807ee2 
								
							 
						 
						
							
							
								
								Fix color of hashtag column settings inputs ( #17058 )  
							
							... 
							
							
							
							Fixes  #17057  
						
							2021-11-26 22:09:11 +01:00  
				
					
						
							
							
								 
						
							
								ddcb9da74f 
								
							 
						 
						
							
							
								
								Fix opening wrong profile when clicking on username of boosting user in WebUI ( #17060 )  
							
							... 
							
							
							
							Fixes  #16799  
						
							2021-11-26 22:04:09 +01:00  
				
					
						
							
							
								 
						
							
								97151840b0 
								
							 
						 
						
							
							
								
								[Glitch] Port upstream changes about trending links  
							
							
							
						 
						
							2021-11-26 11:36:22 +01:00  
				
					
						
							
							
								 
						
							
								7de0ee7aba 
								
							 
						 
						
							
							
								
								Remove Keybase integration ( #17045 )  
							
							
							
						 
						
							2021-11-26 05:58:18 +01:00  
				
					
						
							
							
								 
						
							
								67c4e8e317 
								
							 
						 
						
							
							
								
								[Glitch] Fix handling of recursive toots in WebUI  
							
							... 
							
							
							
							Port b1fd6d4490 
							
						 
						
							2021-11-25 23:52:22 +01:00  
				
					
						
							
							
								 
						
							
								443ec4f8ba 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/views/admin/tags/index.html.haml`:
  Removed upstream while it had changes in glitch-soc to accomodate for the
  theming system.
Additional changes to accomodate for the theming system:
- `app/views/admin/trends/links/preview_card_providers/index.html.haml`
- `app/views/admin/trends/links/index.html.haml`
- `app/views/admin/trends/tags/index.html.haml`
- `app/views/admin/tags/show.html.haml` 
							
						 
						
							2021-11-25 23:50:35 +01:00  
				
					
						
							
							
								 
						
							
								b1fd6d4490 
								
							 
						 
						
							
							
								
								Fix handling of recursive toots in WebUI ( #17041 )  
							
							
							
						 
						
							2021-11-25 23:46:39 +01:00  
				
					
						
							
							
								 
						
							
								6e50134a42 
								
							 
						 
						
							
							
								
								Add trending links ( #16917 )  
							
							... 
							
							
							
							* Add trending links
* Add overriding specific links trendability
* Add link type to preview cards and only trend articles
Change trends review notifications from being sent every 5 minutes to being sent every 2 hours
Change threshold from 5 unique accounts to 15 unique accounts
* Fix tests 
							
						 
						
							2021-11-25 13:07:38 +01:00  
				
					
						
							
							
								 
						
							
								189cf652e6 
								
							 
						 
						
							
							
								
								[Glitch] Fix overflow of long profile fields in admin view  
							
							... 
							
							
							
							Port db32835338 
							
						 
						
							2021-11-19 18:55:27 +01:00  
				
					
						
							
							
								 
						
							
								2b4c7beb73 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-11-19 18:51:41 +01:00  
				
					
						
							
							
								 
						
							
								db32835338 
								
							 
						 
						
							
							
								
								Fix overflow of long profile fields in admin view ( #17010 )  
							
							
							
						 
						
							2021-11-19 18:22:49 +01:00  
				
					
						
							
							
								 
						
							
								6159020617 
								
							 
						 
						
							
							
								
								Fix background-color of emoji-mart selector ( #17011 )  
							
							... 
							
							
							
							Reverts part of #16907  to fix hardcoded color 
							
						 
						
							2021-11-19 18:21:37 +01:00  
				
					
						
							
							
								 
						
							
								2b6a25c609 
								
							 
						 
						
							
							
								
								Add lazy load to emoji-mart ( #16907 )  
							
							... 
							
							
							
							* perf: lazyload emoji-mart!
* Bump lazyload 
							
						 
						
							2021-11-18 22:01:31 +01:00  
				
					
						
							
							
								 
						
							
								8b8d58c670 
								
							 
						 
						
							
							
								
								Rename, move, fix code  
							
							
							
						 
						
							2021-11-12 19:51:35 +01:00  
				
					
						
							
							
								 
						
							
								3238e60823 
								
							 
						 
						
							
							
								
								Fix admin sidebar on Mobile layout  
							
							
							
						 
						
							2021-11-12 19:51:35 +01:00  
				
					
						
							
							
								 
						
							
								f33878969a 
								
							 
						 
						
							
							
								
								Fix some glitch-soc styling issues due to different class names  
							
							... 
							
							
							
							Partial fix to #1629  
							
						 
						
							2021-11-12 16:29:36 +01:00  
				
					
						
							
							
								 
						
							
								4bb6b1a1e7 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-11-06 00:15:38 +01:00  
				
					
						
							
							
								 
						
							
								7ccbfb55dd 
								
							 
						 
						
							
							
								
								ran `yarn manage:translations en` ( #16912 )  
							
							
							
						 
						
							2021-10-28 05:29:49 +02:00  
				
					
						
							
							
								 
						
							
								a30ac454b2 
								
							 
						 
						
							
							
								
								[Glitch] Split context for filter bar and unread markers  
							
							... 
							
							
							
							Port 11d4f9eefc 
							
						 
						
							2021-10-25 20:37:07 +02:00  
				
					
						
							
							
								 
						
							
								dbbb077c19 
								
							 
						 
						
							
							
								
								[Glitch] Enhance dashboard styles  
							
							... 
							
							
							
							Port b58d32cfe2 
							
						 
						
							2021-10-25 20:36:31 +02:00  
				
					
						
							
							
								 
						
							
								e855df149b 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `.env.production.sample`:
  Upstream added new configuration options, uncommented by default.
  Commented them.
- `Gemfile.lock`:
  Upstream updated dependencies textually close to glitch-soc-specific
  dependencies.
  Updated those upstream dependencies. 
							
						 
						
							2021-10-25 20:28:51 +02:00  
				
					
						
							
							
								 
						
							
								11d4f9eefc 
								
							 
						 
						
							
							
								
								Split context for filter bar and unread markers ( #16865 )  
							
							... 
							
							
							
							On notifications page, in settings, "Show" for quick filter bar and
unread notifications markers use the same string, while being placed in
the separate contexts - under different settings categories.
This commit splits the contexts, creating new strings:
- "Show filter bar" in place of "Show" for filter bar;
- "Highlight unread notifications" in place of "Show" for unread
  notification markers, which are now simply called "Highlighting";
- There's also "Unread notifications" in place of "Unread notification
  markers" string to accompany the changes to "Show" string under that
  category.
All new strings have new IDs, which will cause previous strings to
invalidate on the next translation update and new strings to be created.
This will help Mastodon translators to know that there are changes and
improve translation in accordance to the source string update. 
							
						 
						
							2021-10-25 16:32:28 +02:00  
				
					
						
							
							
								 
						
							
								dae377b3b5 
								
							 
						 
						
							
							
								
								translation glitch's web interface [ja]  
							
							... 
							
							
							
							Squashed commit of the following:
commit f8c339b4dafd7347c5e824191dbf28d770d6583d
Author: atsuchan <83960488+atsu1125@users.noreply.github.com>
Date:   Sat Oct 23 20:24:28 2021 +0900
    translation glitch's web interface [ja]
commit a9520d5c5fb21490fa66c51bf1063f1edb9150ff
Author: atsu1125 <mastodon@atsuchan.page>
Date:   Sat Oct 23 15:21:55 2021 +0900
    translation glitch's web interface [ja]
commit 699848f2abff24be149c4a1c623df8b920ef2ed9
Author: atsu1125 <mastodon@atsuchan.page>
Date:   Sat Oct 23 13:23:39 2021 +0900
    translation glitch's web interface [ja] 
							
						 
						
							2021-10-24 00:05:33 +09:00  
				
					
						
							
							
								 
						
							
								b58d32cfe2 
								
							 
						 
						
							
							
								
								Enhance dashboard styles ( #16884 )  
							
							... 
							
							
							
							* Display sparkline graph on Chrome
* Heatmap auto overflow
* Change grid columns number on small screen
* Please codeclimate bot
* Remove graph height 
							
						 
						
							2021-10-21 06:24:34 +02:00  
				
					
						
							
							
								 
						
							
								aa6269b08e 
								
							 
						 
						
							
							
								
								translation glitch's client setting interface [ja]  
							
							
							
						 
						
							2021-10-20 13:00:51 +09:00  
				
					
						
							
							
								 
						
							
								f00043dc4b 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16354 )  
							
							... 
							
							
							
							* New translations en.json (Latvian)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations devise.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations devise.en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations activerecord.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations doorkeeper.en.yml (Latvian)
[ci skip]
* New translations devise.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations simple_form.en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Sinhala)
[ci skip]
* New translations en.yml (Sardinian)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Bengali)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.json (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.json (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Breton)
[ci skip]
* New translations en.yml (Malay)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Tatar)
[ci skip]
* New translations en.yml (Malayalam)
[ci skip]
* New translations en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Kurmanji (Kurdish))
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations devise.en.yml (French)
[ci skip]
* Run `i18n-tasks normalize`
* Run `yarn manage:translations`
* Trim unnecessary line breaks
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2021-10-17 10:28:51 +09:00  
				
					
						
							
							
								 
						
							
								b2eaf5562d 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `README.md`:
  Upstream added some documentation in the README, but our README is pretty
  different and barebone.
  Kept our README. 
							
						 
						
							2021-10-14 22:14:26 +02:00  
				
					
						
							
							
								 
						
							
								7aec1bc308 
								
							 
						 
						
							
							
								
								[Glitch] Add graphs and retention metrics to admin dashboard ( #16829 )  
							
							... 
							
							
							
							Port 07341e7aa6 
							
						 
						
							2021-10-14 21:45:01 +02:00  
				
					
						
							
							
								 
						
							
								694c073d1f 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/controllers/admin/dashboard_controller.rb`:
  Upstream completely redesigned the admin dashboard.
  glitch-soc tracked extra features, but that list is
  gone.
  Followed upstram.
- `app/views/admin/dashboard/index.html.haml`
  Upstream completely redesigned the admin dashboard.
  glitch-soc tracked extra features, but that list is
  gone.
  Followed upstram. 
							
						 
						
							2021-10-14 21:44:57 +02:00  
				
					
						
							
							
								 
						
							
								3ec8e04b3b 
								
							 
						 
						
							
							
								
								Add font-display to display text before loading ( #16330 )  
							
							
							
						 
						
							2021-10-14 21:04:26 +02:00  
				
					
						
							
							
								 
						
							
								07341e7aa6 
								
							 
						 
						
							
							
								
								Add graphs and retention metrics to admin dashboard ( #16829 )  
							
							
							
						 
						
							2021-10-14 20:44:59 +02:00  
				
					
						
							
							
								 
						
							
								5169b374c6 
								
							 
						 
						
							
							
								
								[Glitch] Add single option votes tooltip in polls  
							
							... 
							
							
							
							Port 89b5071fde 
							
						 
						
							2021-10-13 15:53:33 +02:00  
				
					
						
							
							
								 
						
							
								1665b84285 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `package.json`:
  Not really a conflict, just a glitch-soc-only dependency textually too close
  to an updated upstream one.
- `yarn.lock`:
  Not really a conflict, just a glitch-soc-only dependency textually too close
  to an updated upstream one. 
							
						 
						
							2021-10-13 15:50:24 +02:00  
				
					
						
							
							
								 
						
							
								89b5071fde 
								
							 
						 
						
							
							
								
								Add single option votes tooltip in polls ( #16849 )  
							
							... 
							
							
							
							Adds a tooltip when hovering over the percentages in a poll showing how
many votes were cast for that option.
Also removes descriptions from messages here since they are not picked
up by Crowdin anyway and might be confusing to other developers :)
Fixes  #16820  
							
						 
						
							2021-10-13 04:59:31 +02:00  
				
					
						
							
							
								 
						
							
								0220065770 
								
							 
						 
						
							
							
								
								Fix status open hotkey  
							
							
							
						 
						
							2021-10-07 23:40:35 +02:00  
				
					
						
							
							
								 
						
							
								ebb4de7d3e 
								
							 
						 
						
							
							
								
								Add zh-CN translations  
							
							
							
						 
						
							2021-10-07 23:40:18 +02:00  
				
					
						
							
							
								 
						
							
								cef109e046 
								
							 
						 
						
							
							
								
								[Glitch] Improve hover and focus style in columns settings  
							
							... 
							
							
							
							Port 900481b7fa 
							
						 
						
							2021-10-06 16:51:42 +02:00  
				
					
						
							
							
								 
						
							
								079ed6c26d 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-10-06 16:46:32 +02:00  
				
					
						
							
							
								 
						
							
								900481b7fa 
								
							 
						 
						
							
							
								
								Improve hover and focus style in columns settings ( #16222 )  
							
							... 
							
							
							
							* Make focus visible on switches and text buttons in columns settings
* Make hover/focus visible on left/right arrows in columns settings
Use same style as for station action bar (reply/boost/fav/etc.)
* Tab first to “Pin/Unpin” before left/right arrows in columns settings 
							
						 
						
							2021-10-01 00:55:51 +02:00  
				
					
						
							
							
								 
						
							
								b31748a496 
								
							 
						 
						
							
							
								
								Fix clicking on account name in “[xxx] boosted” text leading to broken path  
							
							
							
						 
						
							2021-09-30 12:31:08 +02:00  
				
					
						
							
							
								 
						
							
								56f9c44f33 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-09-30 11:45:13 +02:00  
				
					
						
							
							
								 
						
							
								2e549fa2d5 
								
							 
						 
						
							
							
								
								Fix drawer tab menu routes in advanced web ui ( #16793 )  
							
							
							
						 
						
							2021-09-30 05:19:08 +02:00  
				
					
						
							
							
								 
						
							
								c4ccbbccab 
								
							 
						 
						
							
							
								
								Fixup style issue  
							
							
							
						 
						
							2021-09-28 13:24:34 +02:00  
				
					
						
							
							
								 
						
							
								345b64340b 
								
							 
						 
						
							
							
								
								[Glitch] Fix incorrect use of old WebUI paths  
							
							... 
							
							
							
							Port 6b19e1e632 
							
						 
						
							2021-09-28 13:07:27 +02:00  
				
					
						
							
							
								 
						
							
								188d66c9a8 
								
							 
						 
						
							
							
								
								[Glitch] Add aliases for WebUI routes that were renamed in  #16171  
							
							... 
							
							
							
							Port 11502ae46e 
							
						 
						
							2021-09-28 13:07:27 +02:00  
				
					
						
							
							
								 
						
							
								b2dd2e95ad 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-09-28 12:37:54 +02:00  
				
					
						
							
							
								 
						
							
								6b19e1e632 
								
							 
						 
						
							
							
								
								Fix incorrect use of old WebUI paths ( #16773 )  
							
							... 
							
							
							
							* Fix incorrect use of old WebUI paths
PR #16171  renamed some routes but missed some occurrences.
Without #16772 , this leads to unreachable routes in those cases.
* Fix floating action button being displayed on statuses and compose screen 
							
						 
						
							2021-09-27 07:24:04 +02:00  
				
					
						
							
							
								 
						
							
								11502ae46e 
								
							 
						 
						
							
							
								
								Add aliases for WebUI routes that were renamed in  #16171  ( #16772 )  
							
							... 
							
							
							
							* Add aliases for some WebUI routes that were renamed in #16171 
Accounts and statuses routes need more work as they use different parameters.
* Add aliases for /statuses/* routes
* Add aliases for /accounts/* WebUI routes
Does not correctly set the “active” state on the navigation tabs but this is
a minor issue.
* Fix some routes
* Fix /accounts/:id/{media,followers,following} not loading on legacy routes 
							
						 
						
							2021-09-27 07:23:48 +02:00  
				
					
						
							
							
								 
						
							
								a7f6524c6b 
								
							 
						 
						
							
							
								
								[Glitch] Change routing paths to use usernames in web UI  
							
							... 
							
							
							
							Port 52e5c07948 
							
						 
						
							2021-09-26 21:35:57 +02:00  
				
					
						
							
							
								 
						
							
								3622110778 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `streaming/index.js`:
  Filtering code for streaming notifications has been refactored upstream, but
  glitch-soc had similar code for local-only toots in the same places.
  Ported upstream changes, but did not refactor local-only filtering. 
							
						 
						
							2021-09-26 18:28:59 +02:00  
				
					
						
							
							
								 
						
							
								52e5c07948 
								
							 
						 
						
							
							
								
								Change routing paths to use usernames in web UI ( #16171 )  
							
							
							
						 
						
							2021-09-26 05:46:13 +02:00  
				
					
						
							
							
								 
						
							
								7aa4d481db 
								
							 
						 
						
							
							
								
								Fix media icons not being added in CWs  
							
							
							
						 
						
							2021-09-09 17:14:09 +02:00  
				
					
						
							
							
								 
						
							
								4a94f4127b 
								
							 
						 
						
							
							
								
								Fix glitch-soc front-end not linking to the provided SOURCE_URL  
							
							
							
						 
						
							2021-09-08 16:36:45 +02:00  
				
					
						
							
							
								 
						
							
								6bbcd99f14 
								
							 
						 
						
							
							
								
								Fix media attachments not being displayed on polls  
							
							... 
							
							
							
							Fixes  #1595  
						
							2021-09-08 16:36:30 +02:00  
				
					
						
							
							
								 
						
							
								39193be1c4 
								
							 
						 
						
							
							
								
								[Glitch] Fix follow request count to dynamically update  
							
							... 
							
							
							
							Port 79341d0f5f 
							
						 
						
							2021-08-27 11:31:09 +02:00  
				
					
						
							
							
								 
						
							
								463d23dfd5 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-08-27 11:29:03 +02:00  
				
					
						
							
							
								 
						
							
								79341d0f5f 
								
							 
						 
						
							
							
								
								Fix follow request count to dynamically update ( #16652 )  
							
							
							
						 
						
							2021-08-25 17:46:29 +02:00  
				
					
						
							
							
								 
						
							
								4f074b68ba 
								
							 
						 
						
							
							
								
								[Glitch] Fix crash if a notification contains an unprocessed media attachment  
							
							... 
							
							
							
							Port 0c24c865b7 
							
						 
						
							2021-08-20 13:14:59 +02:00  
				
					
						
							
							
								 
						
							
								0e62c38b02 
								
							 
						 
						
							
							
								
								[Glitch] Fix download button color in audio player  
							
							... 
							
							
							
							Port aaf24d3093 
							
						 
						
							2021-08-20 13:14:03 +02:00  
				
					
						
							
							
								 
						
							
								4e2a8c9b38 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-08-20 13:01:50 +02:00  
				
					
						
							
							
								 
						
							
								0c24c865b7 
								
							 
						 
						
							
							
								
								Fix crash if a notification contains an unprocessed media attachment ( #16573 )  
							
							... 
							
							
							
							* Refactor AttachmentList
* Do not crash if a notification contains an unprocessed media attachment
Fixes  #16530 
* Fix spacing in compact form 
							
						 
						
							2021-08-11 17:49:10 +02:00  
				
					
						
							
							
								 
						
							
								aaf24d3093 
								
							 
						 
						
							
							
								
								Fix download button color in audio player ( #16572 )  
							
							... 
							
							
							
							Fixes  #16571  
						
							2021-08-11 17:48:55 +02:00  
				
					
						
							
							
								 
						
							
								8681ef85d0 
								
							 
						 
						
							
							
								
								[Glitch] Fix logout link not working in safari  
							
							... 
							
							
							
							Port b2875b1864 
							
						 
						
							2021-08-09 23:45:58 +02:00  
				
					
						
							
							
								 
						
							
								8d55cb7d71 
								
							 
						 
						
							
							
								
								[Glitch] Fix trends layout  
							
							... 
							
							
							
							Port 6e0ab6814f 
							
						 
						
							2021-08-09 23:40:31 +02:00  
				
					
						
							
							
								 
						
							
								8ec4be4233 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `Gemfile.lock`:
  Not a real conflict, upstream-updated dependency (redis) textually too
  close to glitch-soc-only dependecy.
  Updated redis gem like upstream did. 
							
						 
						
							2021-08-09 23:25:49 +02:00  
				
					
						
							
							
								 
						
							
								a61645ed30 
								
							 
						 
						
							
							
								
								Add missing Korean translations  
							
							
							
						 
						
							2021-08-06 20:06:05 +02:00  
				
					
						
							
							
								 
						
							
								69b5139d2a 
								
							 
						 
						
							
							
								
								Add Korean translations  
							
							
							
						 
						
							2021-08-06 20:06:05 +02:00  
				
					
						
							
							
								 
						
							
								b2875b1864 
								
							 
						 
						
							
							
								
								Fix logout link not working in safari ( #16574 )  
							
							
							
						 
						
							2021-08-06 12:14:13 +02:00  
				
					
						
							
							
								 
						
							
								6e0ab6814f 
								
							 
						 
						
							
							
								
								Fix trends layout ( #16570 )  
							
							
							
						 
						
							2021-08-05 13:05:32 +02:00  
				
					
						
							
							
								 
						
							
								2f6ff14198 
								
							 
						 
						
							
							
								
								[Glitch] Fix crashes with Microsoft Translate on Microsoft Edge  
							
							... 
							
							
							
							Port e9659ae031 
							
						 
						
							2021-07-25 13:04:59 +02:00  
				
					
						
							
							
								 
						
							
								34a573ac27 
								
							 
						 
						
							
							
								
								[Glitch] Add confirmation modal when closing media edit modal with unsaved changes  
							
							... 
							
							
							
							Port a8a7066e97 
							
						 
						
							2021-07-25 12:59:03 +02:00  
				
					
						
							
							
								 
						
							
								08139d3cd7 
								
							 
						 
						
							
							
								
								[Glitch] Fix “open” link of media modal not closing modal  
							
							... 
							
							
							
							Port af08229ff4 
							
						 
						
							2021-07-25 12:51:33 +02:00  
				
					
						
							
							
								 
						
							
								b5e10d07ff 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-07-25 12:48:48 +02:00  
				
					
						
							
							
								 
						
							
								a8a7066e97 
								
							 
						 
						
							
							
								
								Add confirmation modal when closing media edit modal with unsaved changes ( #16518 )  
							
							... 
							
							
							
							* Add confirmation modal when closing media edit modal with unsaved changes
* Move focal point media state to redux so it does not get erased by confirmation dialog
* Change upload modal behavior to keep it open while saving changes
Instead of closing it immediately and losing changes if they fail to save…
* Make it work with react-intl 2.9 
							
						 
						
							2021-07-25 01:14:43 +02:00  
				
					
						
							
							
								 
						
							
								af08229ff4 
								
							 
						 
						
							
							
								
								Fix “open” link of media modal not closing modal ( #16524 )  
							
							
							
						 
						
							2021-07-25 01:13:46 +02:00  
				
					
						
							
							
								 
						
							
								e9659ae031 
								
							 
						 
						
							
							
								
								Fix crashes with Microsoft Translate on Microsoft Edge ( #16525 )  
							
							... 
							
							
							
							Fixes  #16509 
Microsoft Edge with translation enabled rewrites the DOM in ways that confuse
react and prevent it from working properly. Wrapping the offending parts in
a span avoids this issue. 
						
							2021-07-23 02:53:17 +02:00  
				
					
						
							
							
								 
						
							
								d1c87be8cf 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-07-17 17:45:35 +02:00  
				
					
						
							
							
								 
						
							
								e54a65013d 
								
							 
						 
						
							
							
								
								Fix replying from modal ( #16516 )  
							
							... 
							
							
							
							Fixes  #16515 
Not using a router object somehow made `this.history` lag behind the real
browser history whenever pushing a new history item in `replyCompose`.
Not using the context-provided router in this case was an oversight made
when porting glitch-soc changes in #16499 . 
						
							2021-07-17 17:06:52 +02:00  
				
					
						
							
							
								 
						
							
								3dcf3f2a3a 
								
							 
						 
						
							
							
								
								Fix minor code quality issues ( #16502 )  
							
							
							
						 
						
							2021-07-14 05:36:23 +02:00  
				
					
						
							
							
								 
						
							
								fc500a6062 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `CONTRIBUTING.md`:
  Upstream file has changed and we're quoting it.
  Ported the changes.
- `README.md`:
  Upstream file has changed but we have a completely different one.
  Kept our version.
- `lib/mastodon/version.rb`:
  Upstream has changed from `tootsuite/mastodon` to `mastodon/mastodon`,
  but we're still `glitch-soc/mastodon`.
  Kept our version.
- `spec/presenters/instance_presenter_spec.rb`:
  Upstream has changed from `tootsuite/mastodon` to `mastodon/mastodon`,
  but we're still `glitch-soc/mastodon`.
  Kept our version. 
							
						 
						
							2021-07-13 17:57:15 +02:00  
				
					
						
							
							
								 
						
							
								5a1e072517 
								
							 
						 
						
							
							
								
								Change references to tootsuite/mastodon to mastodon/mastodon ( #16491 )  
							
							... 
							
							
							
							* Change references to tootsuite/mastodon to mastodon/mastodon
* Remove obsolete test fixture
* Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG
And a few other places 
							
						 
						
							2021-07-13 15:46:20 +02:00  
				
					
						
							
							
								 
						
							
								d3791cca0c 
								
							 
						 
						
							
							
								
								Improve modal flow and back button handling ( #16499 )  
							
							... 
							
							
							
							* Refactor shouldUpdateScroll passing
So far, shouldUpdateScroll has been manually passed down from the very top of
the React component hierarchy even though it is a static function common to
all ScrollContainer instances, so replaced that with a custom class extending
ScrollContainer.
* Generalize “press back to close modal” to any modal and to public pages
* Fix boost confirmation modal closing media modal 
							
						 
						
							2021-07-13 15:45:17 +02:00  
				
					
						
							
							
								 
						
							
								e4270cb55a 
								
							 
						 
						
							
							
								
								Please CodeClimate  
							
							
							
						 
						
							2021-07-13 13:49:40 +02:00  
				
					
						
							
							
								 
						
							
								19ea6618b1 
								
							 
						 
						
							
							
								
								Small scroll/history behavior fixup to take weird browser patterns into account  
							
							
							
						 
						
							2021-07-13 13:21:00 +02:00  
				
					
						
							
							
								 
						
							
								84fbe4d030 
								
							 
						 
						
							
							
								
								Refactor shouldUpdateScroll stuff  
							
							
							
						 
						
							2021-07-13 12:51:06 +02:00  
				
					
						
							
							
								 
						
							
								99f28c17de 
								
							 
						 
						
							
							
								
								Fix scroll handling with modals  
							
							
							
						 
						
							2021-07-13 11:07:16 +02:00  
				
					
						
							
							
								 
						
							
								6e3d5cbca2 
								
							 
						 
						
							
							
								
								Fix and simplify browser history handling in relation to modals  
							
							... 
							
							
							
							This simplifies the logic to:
- when the last modal gets closed and we're in our history buffer state, go back
- whenever a modal is open, ensure we're in a history buffer state by
  potentially pushing one 
							
						 
						
							2021-07-12 20:13:02 +02:00  
				
					
						
							
							
								 
						
							
								c5b4e6b708 
								
							 
						 
						
							
							
								
								Add modal stack to allow better boost modal and media modal interaction.  
							
							
							
						 
						
							2021-07-12 17:00:14 +02:00  
				
					
						
							
							
								 
						
							
								ddf3f4cf85 
								
							 
						 
						
							
							
								
								Fix clicking on the pop-up player placeholder expanding the clicked toot  
							
							
							
						 
						
							2021-07-12 16:24:53 +02:00  
				
					
						
							
							
								 
						
							
								a85eb7d930 
								
							 
						 
						
							
							
								
								Fix follow suggestions scrolling on mobile view  
							
							... 
							
							
							
							Also simplify the CSS a bit and bring it closer to upstream. 
							
						 
						
							2021-07-12 10:22:57 +02:00  
				
					
						
							
							
								 
						
							
								101f8616fe 
								
							 
						 
						
							
							
								
								[Glitch] Fix pop-in player display when poster has long username or handle  
							
							... 
							
							
							
							Port 1381e0e1d9 
							
						 
						
							2021-07-08 16:23:09 +02:00  
				
					
						
							
							
								 
						
							
								3160e050a9 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `app/helpers/accounts_helper.rb`:
  Conflict due to upstream changing how followers count is displayed while we
  have an option to hide followers count.
  Ported upstream change.
- `app/views/accounts/_header.html.haml`:
  Conflict due to upstream changing how followers count is displayed while we
  have an option to hide followers count.
  Ported upstream change.
- `app/views/directories/index.html.haml`:
  Conflict due to upstream changing how followers count is displayed while we
  have an option to hide followers count.
  Ported upstream change. 
							
						 
						
							2021-07-08 16:17:19 +02:00  
				
					
						
							
							
								 
						
							
								1381e0e1d9 
								
							 
						 
						
							
							
								
								Fix pop-in player display when poster has long username or handle ( #16468 )  
							
							
							
						 
						
							2021-07-05 19:16:06 +02:00  
				
					
						
							
							
								 
						
							
								ba8f4535e3 
								
							 
						 
						
							
							
								
								[Glitch] Hide /about/more footer link in limited federation mode  
							
							... 
							
							
							
							Port 7c27ccb8d8 
							
						 
						
							2021-06-30 00:45:00 +02:00  
				
					
						
							
							
								 
						
							
								d1780fb9a4 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `.github/ISSUE_TEMPLATE/bug_report.md`:
  Removed upstream, while we had a checkbox telling people to check if the
  issue was present upstream. Removed the file as well. 
							
						 
						
							2021-06-30 00:42:52 +02:00  
				
					
						
							
							
								 
						
							
								7c27ccb8d8 
								
							 
						 
						
							
							
								
								Fix   #16407  ( #16432 )  
							
							
							
						 
						
							2021-06-27 22:31:28 +02:00  
				
					
						
							
							
								 
						
							
								a993ff6e2f 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-06-25 10:44:06 +02:00  
				
					
						
							
							
								 
						
							
								9e5a1daa9b 
								
							 
						 
						
							
							
								
								Fix styling of boost button in media modal not reflecting ability to boost ( #16387 )  
							
							
							
						 
						
							2021-06-25 04:45:30 +02:00  
				
					
						
							
							
								 
						
							
								e592e47e19 
								
							 
						 
						
							
							
								
								Fix WebUI crash when a toot with a playing video gets deleted ( #16384 )  
							
							... 
							
							
							
							* Fix WebUI crash when a toot with a playing video gets deleted
* Fix pop-up player not closing the moment a status is deleted 
							
						 
						
							2021-06-25 04:45:17 +02:00  
				
					
						
							
							
								 
						
							
								62bf929684 
								
							 
						 
						
							
							
								
								Merge pull request  #1555  from ClearlyClaire/glitch-soc/fixes/video-player-crash  
							
							... 
							
							
							
							[Glitch] Fix WebUI crash when a toot with a playing video gets deleted 
							
						 
						
							2021-06-24 16:00:26 +02:00  
				
					
						
							
							
								 
						
							
								b6f952ec5b 
								
							 
						 
						
							
							
								
								[Glitch] Fix styling of boost button in media modal not reflecting ability to boost  
							
							... 
							
							
							
							Port tootsuite#16387 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-06-24 15:43:04 +02:00  
				
					
						
							
							
								 
						
							
								f024f523b2 
								
							 
						 
						
							
							
								
								Fix pop-up player not closing the moment a status is deleted  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-06-24 15:19:18 +02:00  
				
					
						
							
							
								 
						
							
								036ec18fb3 
								
							 
						 
						
							
							
								
								Fix WebUI crash when a toot with a playing video gets deleted  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-06-24 15:19:12 +02:00  
				
					
						
							
							
								 
						
							
								d10d1e5eac 
								
							 
						 
						
							
							
								
								[Glitch] Add authentication history  
							
							... 
							
							
							
							Port SCSS changes from d174d12c83 
							
						 
						
							2021-06-23 11:40:18 +02:00  
				
					
						
							
							
								 
						
							
								37fd9670a5 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-06-23 10:46:24 +02:00  
				
					
						
							
							
								 
						
							
								d174d12c83 
								
							 
						 
						
							
							
								
								Add authentication history ( #16408 )  
							
							
							
						 
						
							2021-06-21 17:07:30 +02:00  
				
					
						
							
							
								 
						
							
								6dd51448a6 
								
							 
						 
						
							
							
								
								[Glitch] Fix OCR failure when erroneous lang data is in cache  
							
							... 
							
							
							
							Port 8428faa085 
							
						 
						
							2021-06-16 11:29:07 +02:00  
				
					
						
							
							
								 
						
							
								4aa78027ea 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `Gemfile.lock`: upstream-updated dependency (redis) textually too close to
   glitch-specific one (redcarpet).
   Ported upstream change. 
							
						 
						
							2021-06-16 11:24:55 +02:00  
				
					
						
							
							
								 
						
							
								8428faa085 
								
							 
						 
						
							
							
								
								Fix OCR failure when erroneous lang data is in cache ( #16386 )  
							
							... 
							
							
							
							Fixes  #15472 
If the Tesseract worker fails at any point, re-try with cache settings that
overwrite the cache. It is difficult to catch more precise errors as those
are pretty opaque and do not occur when loading lang data but when trying to
detect text. 
						
							2021-06-15 22:11:07 +02:00  
				
					
						
							
							
								 
						
							
								1ac5427ddc 
								
							 
						 
						
							
							
								
								[Glitch] Update emoji codepoint mappings to v13.1  
							
							... 
							
							
							
							Port f6088922c0 
							
						 
						
							2021-06-03 21:07:35 +02:00  
				
					
						
							
							
								 
						
							
								fa383531a7 
								
							 
						 
						
							
							
								
								[Glitch] Fix deprecated slash as division in SASS files  
							
							... 
							
							
							
							Port be8079f637 
							
						 
						
							2021-06-03 21:06:16 +02:00  
				
					
						
							
							
								 
						
							
								d2c9f39c0b 
								
							 
						 
						
							
							
								
								[Glitch] Add assets from Twemoji 13.1.0  
							
							... 
							
							
							
							Port abd7b4636a 
							
						 
						
							2021-06-03 21:05:24 +02:00  
				
					
						
							
							
								 
						
							
								0157caacef 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-06-03 20:47:02 +02:00  
				
					
						
							
							
								 
						
							
								f6088922c0 
								
							 
						 
						
							
							
								
								Update emoji codepoint mappings to v13.1 ( #16352 )  
							
							
							
						 
						
							2021-06-03 16:08:07 +02:00  
				
					
						
							
							
								 
						
							
								2fba280353 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16288 )  
							
							... 
							
							
							
							* New translations en.yml (Galician)
[ci skip]
* New translations activerecord.en.yml (Galician)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations devise.en.yml (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Swedish)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations activerecord.en.yml (Dutch)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.yml (Telugu)
[ci skip]
* New translations en.yml (Malay)
[ci skip]
* New translations en.yml (Hindi)
[ci skip]
* New translations en.yml (Latvian)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.yml (Croatian)
[ci skip]
* New translations en.yml (Uyghur)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Marathi)
[ci skip]
* New translations en.yml (Bengali)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Silesian)
[ci skip]
* New translations en.yml (Taigi)
[ci skip]
* New translations en.yml (Ido)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.yml (Sanskrit)
[ci skip]
* New translations en.yml (Sardinian)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Serbian (Latin))
[ci skip]
* New translations en.yml (Tatar)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Kannada)
[ci skip]
* New translations en.yml (Cornish)
[ci skip]
* New translations en.yml (Sinhala)
[ci skip]
* New translations en.yml (Breton)
[ci skip]
* New translations en.yml (Malayalam)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Bulgarian)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Afrikaans)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Urdu (Pakistan))
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Macedonian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Punjabi)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Standard Moroccan Tamazight)
[ci skip]
* Update source file en.yml
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations devise.en.yml (Chinese Simplified)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.json (Malayalam)
[ci skip]
* New translations en.json (Malayalam)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations activerecord.en.yml (Chinese Traditional)
[ci skip]
* New translations devise.en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]
* New translations devise.en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.json (Telugu)
[ci skip]
* New translations en.json (Malay)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
* New translations en.json (Latvian)
[ci skip]
* New translations en.json (Estonian)
[ci skip]
* New translations en.json (Kazakh)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Marathi)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.json (Bengali)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Welsh)
[ci skip]
* New translations en.json (Uyghur)
[ci skip]
* New translations en.json (Urdu (Pakistan))
[ci skip]
* New translations en.json (Sorani (Kurdish))
[ci skip]
* New translations en.json (Silesian)
[ci skip]
* New translations en.json (Taigi)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.json (Kabyle)
[ci skip]
* New translations en.json (Sanskrit)
[ci skip]
* New translations en.json (Sardinian)
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations en.json (Kannada)
[ci skip]
* New translations en.json (Cornish)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations en.json (Tatar)
[ci skip]
* New translations en.json (Romanian)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Afrikaans)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Macedonian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.json (Punjabi)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (Standard Moroccan Tamazight)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations devise.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations activerecord.en.yml (Spanish, Argentina)
[ci skip]
* New translations doorkeeper.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2021-06-02 21:09:18 +02:00  
				
					
						
							
							
								 
						
							
								be8079f637 
								
							 
						 
						
							
							
								
								Fix deprecated slash as division in SASS files ( #16347 )  
							
							... 
							
							
							
							Fixes  #16293  
						
							2021-06-01 23:47:27 +02:00  
				
					
						
							
							
								 
						
							
								abd7b4636a 
								
							 
						 
						
							
							
								
								Add assets from Twemoji 13.1.0 ( #16345 )  
							
							... 
							
							
							
							* Add assets from Twemoji 13.1.0
* Update emoji-mart 
							
						 
						
							2021-06-01 14:35:49 +02:00  
				
					
						
							
							
								 
						
							
								8027d921ab 
								
							 
						 
						
							
							
								
								[Glitch] Remove duplicate CSS properties  
							
							... 
							
							
							
							Port 028ba13eb3 
							
						 
						
							2021-05-22 13:22:26 +02:00  
				
					
						
							
							
								 
						
							
								1a591ffc8b 
								
							 
						 
						
							
							
								
								[Glitch] Fix unread notification count when polling  
							
							... 
							
							
							
							Port 92f1d739b5 
							
						 
						
							2021-05-22 13:20:07 +02:00  
				
					
						
							
							
								 
						
							
								bb0c9fcde7 
								
							 
						 
						
							
							
								
								[Glitch] Remove duplicate CSS property of margin  
							
							... 
							
							
							
							Port 689974b1ed 
							
						 
						
							2021-05-22 13:18:32 +02:00  
				
					
						
							
							
								 
						
							
								5f334807d2 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-05-22 13:11:31 +02:00  
				
					
						
							
							
								 
						
							
								01adffdecb 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16281 )  
							
							... 
							
							
							
							* New translations en.json (Thai)
[ci skip]
* New translations devise.en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations devise.en.yml (Thai)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations doorkeeper.en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* Run `i18n-tasks normalize`
* Run `yarn manage:translations`
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2021-05-22 00:31:33 +09:00  
				
					
						
							
							
								 
						
							
								7f0d58b478 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16269 )  
							
							... 
							
							
							
							* New translations en.yml (Kazakh)
[ci skip]
* New translations en.json (Kazakh)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations activerecord.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations simple_form.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations doorkeeper.en.yml (Croatian)
[ci skip]
* New translations en.json (Malayalam)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Malayalam)
[ci skip]
* New translations activerecord.en.yml (Sardinian)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.json (Kabyle)
[ci skip]
* New translations en.yml (Sanskrit)
[ci skip]
* New translations en.json (Sanskrit)
[ci skip]
* New translations doorkeeper.en.yml (Sardinian)
[ci skip]
* New translations simple_form.en.yml (Sardinian)
[ci skip]
* New translations activerecord.en.yml (Kabyle)
[ci skip]
* New translations en.yml (Sardinian)
[ci skip]
* New translations en.json (Sardinian)
[ci skip]
* New translations doorkeeper.en.yml (Corsican)
[ci skip]
* New translations activerecord.en.yml (Corsican)
[ci skip]
* New translations simple_form.en.yml (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations doorkeeper.en.yml (Sorani (Kurdish))
[ci skip]
* New translations simple_form.en.yml (Kabyle)
[ci skip]
* New translations doorkeeper.en.yml (Kabyle)
[ci skip]
* New translations simple_form.en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.json (Silesian)
[ci skip]
* New translations activerecord.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations simple_form.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.json (Standard Moroccan Tamazight)
[ci skip]
* New translations en.yml (Silesian)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.yml (Taigi)
[ci skip]
* New translations en.json (Taigi)
[ci skip]
* New translations doorkeeper.en.yml (Ido)
[ci skip]
* New translations simple_form.en.yml (Ido)
[ci skip]
* New translations en.yml (Ido)
[ci skip]
* New translations activerecord.en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Sorani (Kurdish))
[ci skip]
* New translations activerecord.en.yml (Malayalam)
[ci skip]
* New translations activerecord.en.yml (Sinhala)
[ci skip]
* New translations en.yml (Kannada)
[ci skip]
* New translations en.json (Kannada)
[ci skip]
* New translations en.yml (Cornish)
[ci skip]
* New translations en.json (Cornish)
[ci skip]
* New translations doorkeeper.en.yml (Sinhala)
[ci skip]
* New translations simple_form.en.yml (Sinhala)
[ci skip]
* New translations en.yml (Sinhala)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations doorkeeper.en.yml (Breton)
[ci skip]
* New translations activerecord.en.yml (Breton)
[ci skip]
* New translations simple_form.en.yml (Breton)
[ci skip]
* New translations en.yml (Breton)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations doorkeeper.en.yml (Malayalam)
[ci skip]
* New translations en.json (Sorani (Kurdish))
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations doorkeeper.en.yml (Serbian (Latin))
[ci skip]
* New translations activerecord.en.yml (Serbian (Latin))
[ci skip]
* New translations simple_form.en.yml (Serbian (Latin))
[ci skip]
* New translations en.yml (Serbian (Latin))
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations doorkeeper.en.yml (Occitan)
[ci skip]
* New translations activerecord.en.yml (Occitan)
[ci skip]
* New translations simple_form.en.yml (Occitan)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations doorkeeper.en.yml (Asturian)
[ci skip]
* New translations activerecord.en.yml (Asturian)
[ci skip]
* New translations simple_form.en.yml (Asturian)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations simple_form.en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations activerecord.en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations activerecord.en.yml (Norwegian)
[ci skip]
* New translations en.yml (Macedonian)
[ci skip]
* New translations en.json (Macedonian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations doorkeeper.en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations activerecord.en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese)
[ci skip]
* New translations activerecord.en.yml (Portuguese)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Polish)
[ci skip]
* New translations en.json (Punjabi)
[ci skip]
* New translations activerecord.en.yml (Polish)
[ci skip]
* New translations simple_form.en.yml (Polish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Punjabi)
[ci skip]
* New translations activerecord.en.yml (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Hebrew)
[ci skip]
* New translations activerecord.en.yml (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Hebrew)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations activerecord.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Finnish)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Basque)
[ci skip]
* New translations activerecord.en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations doorkeeper.en.yml (Georgian)
[ci skip]
* New translations activerecord.en.yml (Georgian)
[ci skip]
* New translations simple_form.en.yml (Georgian)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations activerecord.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations doorkeeper.en.yml (Italian)
[ci skip]
* New translations activerecord.en.yml (Italian)
[ci skip]
* New translations simple_form.en.yml (Italian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations doorkeeper.en.yml (Armenian)
[ci skip]
* New translations activerecord.en.yml (Armenian)
[ci skip]
* New translations simple_form.en.yml (Armenian)
[ci skip]
* New translations doorkeeper.en.yml (Russian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations doorkeeper.en.yml (Icelandic)
[ci skip]
* New translations activerecord.en.yml (Icelandic)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Galician)
[ci skip]
* New translations activerecord.en.yml (Galician)
[ci skip]
* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations activerecord.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Urdu (Pakistan))
[ci skip]
* New translations doorkeeper.en.yml (Persian)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations doorkeeper.en.yml (Tamil)
[ci skip]
* New translations activerecord.en.yml (Tamil)
[ci skip]
* New translations simple_form.en.yml (Tamil)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations activerecord.en.yml (Persian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations simple_form.en.yml (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations doorkeeper.en.yml (Indonesian)
[ci skip]
* New translations activerecord.en.yml (Indonesian)
[ci skip]
* New translations simple_form.en.yml (Indonesian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Urdu (Pakistan))
[ci skip]
* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Albanian)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations activerecord.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations simple_form.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations doorkeeper.en.yml (Albanian)
[ci skip]
* New translations activerecord.en.yml (Albanian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Slovenian)
[ci skip]
* New translations activerecord.en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations doorkeeper.en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Slovak)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations activerecord.en.yml (Swedish)
[ci skip]
* New translations activerecord.en.yml (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations activerecord.en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations activerecord.en.yml (Ukrainian)
[ci skip]
* New translations doorkeeper.en.yml (Swedish)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations activerecord.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations devise.en.yml (Italian)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations doorkeeper.en.yml (Thai)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations activerecord.en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations
* Fix normalization and enable es-MX 
							
						 
						
							2021-05-20 00:19:52 +02:00  
				
					
						
							
							
								 
						
							
								028ba13eb3 
								
							 
						 
						
							
							
								
								Remove duplicate CSS properties ( #16278 )  
							
							
							
						 
						
							2021-05-19 23:51:52 +02:00  
				
					
						
							
							
								 
						
							
								92f1d739b5 
								
							 
						 
						
							
							
								
								Fix unread notification count when polling ( #16272 )  
							
							... 
							
							
							
							* Fix unread notification count when polling
Fixes  #16236 
* Immediately fetch markers to avoid incorrect unread notification count 
							
						 
						
							2021-05-19 23:51:05 +02:00  
				
					
						
							
							
								 
						
							
								689974b1ed 
								
							 
						 
						
							
							
								
								Remove duplicate CSS property of margin ( #16277 )  
							
							
							
						 
						
							2021-05-18 20:13:44 +02:00  
				
					
						
							
							
								 
						
							
								69737b703a 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `README.md`: our READMEs are entirely different and
  upstream's has been updated. Kept our README. 
							
						 
						
							2021-05-17 10:30:34 +02:00  
				
					
						
							
							
								 
						
							
								132adcc8da 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16241 )  
							
							... 
							
							
							
							* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations devise.en.yml (Czech)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations devise.en.yml (Czech)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations activerecord.en.yml (Chinese Simplified)
[ci skip]
* New translations devise.en.yml (Chinese Simplified)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* i18n-tasks normalize
* Fix normalization 
							
						 
						
							2021-05-16 23:54:25 +02:00  
				
					
						
							
							
								 
						
							
								6528f8162e 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16207 )  
							
							... 
							
							
							
							* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations doorkeeper.en.yml (Vietnamese)
[ci skip]
* New translations doorkeeper.en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations activerecord.en.yml (Russian)
[ci skip]
* New translations devise.en.yml (Russian)
[ci skip]
* New translations doorkeeper.en.yml (Russian)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations devise.en.yml (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations devise.en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations devise.en.yml (Korean)
[ci skip]
* New translations activerecord.en.yml (Hungarian)
[ci skip]
* New translations devise.en.yml (Hungarian)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations devise.en.yml (Hungarian)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Cornish)
[ci skip]
* New translations en.yml (Cornish)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations activerecord.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2021-05-16 08:27:11 +02:00  
				
					
						
							
							
								 
						
							
								678e07c544 
								
							 
						 
						
							
							
								
								Fix local-only toggle being buggy when replying to remote toot  
							
							
							
						 
						
							2021-05-12 12:38:21 +02:00  
				
					
						
							
							
								 
						
							
								671a95c545 
								
							 
						 
						
							
							
								
								[Glitch] Fix follow recommendations UI in advanced layout  
							
							... 
							
							
							
							Port 4f747d9f83 
							
						 
						
							2021-05-12 11:08:37 +02:00  
				
					
						
							
							
								 
						
							
								67c2c0a41e 
								
							 
						 
						
							
							
								
								[Glitch] Fix dialog close button  
							
							... 
							
							
							
							Port 0464240f19 
							
						 
						
							2021-05-12 11:07:40 +02:00  
				
					
						
							
							
								 
						
							
								dc58d02192 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-05-12 11:03:05 +02:00  
				
					
						
							
							
								 
						
							
								70f6f2e9b7 
								
							 
						 
						
							
							
								
								Fix empty CW when a content-less toot with a CW is encountered twice ( #16220 )  
							
							
							
						 
						
							2021-05-11 22:21:47 +02:00  
				
					
						
							
							
								 
						
							
								4f747d9f83 
								
							 
						 
						
							
							
								
								Fix follow recommendations UI in advanced layout ( #16215 )  
							
							
							
						 
						
							2021-05-11 21:16:24 +02:00  
				
					
						
							
							
								 
						
							
								0464240f19 
								
							 
						 
						
							
							
								
								Fix dialog close button ( #16219 )  
							
							... 
							
							
							
							* Fix dialog close button being white on almost white
* Make dialog close button slightly bigger 
							
						 
						
							2021-05-11 21:15:57 +02:00  
				
					
						
							
							
								 
						
							
								be6f4e013a 
								
							 
						 
						
							
							
								
								Fix eslint error ( #16212 )  
							
							
							
						 
						
							2021-05-11 14:17:38 +02:00  
				
					
						
							
							
								 
						
							
								7ac8bcf209 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-05-10 21:45:32 +02:00  
				
					
						
							
							
								 
						
							
								f8d2dbdefa 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16183 )  
							
							... 
							
							
							
							* New translations en.yml (Kannada)
[ci skip]
* New translations en.json (Kannada)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations simple_form.en.yml (Icelandic)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Hebrew)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Finnish)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations doorkeeper.en.yml (Greek)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations doorkeeper.en.yml (Georgian)
[ci skip]
* New translations simple_form.en.yml (Georgian)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Armenian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations doorkeeper.en.yml (Italian)
[ci skip]
* New translations simple_form.en.yml (Italian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations doorkeeper.en.yml (Armenian)
[ci skip]
* New translations simple_form.en.yml (Greek)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Afrikaans)
[ci skip]
* New translations en.json (Afrikaans)
[ci skip]
* New translations doorkeeper.en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations doorkeeper.en.yml (Arabic)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations doorkeeper.en.yml (French)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations doorkeeper.en.yml (Romanian)
[ci skip]
* New translations simple_form.en.yml (Romanian)
[ci skip]
* New translations simple_form.en.yml (Arabic)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations doorkeeper.en.yml (German)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations simple_form.en.yml (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations doorkeeper.en.yml (Danish)
[ci skip]
* New translations simple_form.en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.yml (Bulgarian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Catalan)
[ci skip]
* New translations simple_form.en.yml (Catalan)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations doorkeeper.en.yml (Bulgarian)
[ci skip]
* New translations simple_form.en.yml (Bulgarian)
[ci skip]
* New translations doorkeeper.en.yml (Korean)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Swedish)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations simple_form.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Albanian)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Galician)
[ci skip]
* New translations simple_form.en.yml (Galician)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations doorkeeper.en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Urdu (Pakistan))
[ci skip]
* New translations en.json (Urdu (Pakistan))
[ci skip]
* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Albanian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations en.yml (Punjabi)
[ci skip]
* New translations en.json (Punjabi)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.yml (Macedonian)
[ci skip]
* New translations en.json (Macedonian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations doorkeeper.en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Polish)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Polish)
[ci skip]
* New translations doorkeeper.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations simple_form.en.yml (Danish)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations devise.en.yml (Swedish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations devise.en.yml (Swedish)
[ci skip]
* New translations devise.en.yml (Swedish)
[ci skip]
* New translations devise.en.yml (Swedish)
[ci skip]
* New translations devise.en.yml (Swedish)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations doorkeeper.en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2021-05-10 17:46:23 +02:00  
				
					
						
							
							
								 
						
							
								299ab28d5f 
								
							 
						 
						
							
							
								
								[Glitch] Make media_gallery.toggle_visible less confusing to translate  
							
							... 
							
							
							
							Port 68181b9506 
							
						 
						
							2021-05-09 10:50:39 +02:00  
				
					
						
							
							
								 
						
							
								87c3a0d0b3 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-05-09 10:41:28 +02:00  
				
					
						
							
							
								 
						
							
								bd1abac370 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16094 )  
							
							... 
							
							
							
							* New translations devise.en.yml (Welsh)
[ci skip]
* New translations devise.en.yml (Esperanto)
[ci skip]
* New translations devise.en.yml (Hindi)
[ci skip]
* New translations devise.en.yml (Kazakh)
[ci skip]
* New translations devise.en.yml (Croatian)
[ci skip]
* New translations devise.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations devise.en.yml (Estonian)
[ci skip]
* New translations doorkeeper.en.yml (French)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations simple_form.en.yml (Danish)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations activerecord.en.yml (Japanese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Romanian)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
* New translations en.json (Latvian)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations en.json (Estonian)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.json (Kazakh)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.yml (Welsh)
[ci skip]
* New translations en.json (Malay)
[ci skip]
* New translations en.json (Welsh)
[ci skip]
* New translations en.json (Telugu)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.json (Bengali)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations en.json (Sanskrit)
[ci skip]
* New translations en.yml (Sardinian)
[ci skip]
* New translations en.json (Sardinian)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.yml (Sorani (Kurdish))
[ci skip]
* New translations en.json (Sorani (Kurdish))
[ci skip]
* New translations en.json (Kabyle)
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.json (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations en.json (Malayalam)
[ci skip]
* New translations en.yml (Tatar)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.json (Occitan)
[ci skip]
* New translations en.yml (Asturian)
[ci skip]
* New translations en.json (Asturian)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Urdu (Pakistan))
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Macedonian)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations simple_form.en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations activerecord.en.yml (Finnish)
[ci skip]
* New translations devise.en.yml (Finnish)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations devise.en.yml (Dutch)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2021-05-08 17:12:56 +02:00  
				
					
						
							
							
								 
						
							
								68181b9506 
								
							 
						 
						
							
							
								
								Make media_gallery.toggle_visible less confusing to translate ( #15993 )  
							
							... 
							
							
							
							Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> 
							
						 
						
							2021-05-08 01:56:40 +02:00  
				
					
						
							
							
								 
						
							
								196cef8977 
								
							 
						 
						
							
							
								
								[Glitch] Add transition to media modal background  
							
							... 
							
							
							
							Port f8e50eaea3 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								34cc6f45ac 
								
							 
						 
						
							
							
								
								[Glitch] Fix expand video on public page  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								d8e756eda8 
								
							 
						 
						
							
							
								
								[Glitch] Fix media modal buttons not showing up on mobile  
							
							... 
							
							
							
							Port b08d2d4f78 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								d973a90bcc 
								
							 
						 
						
							
							
								
								[Glitch] Fix not being able to open audio modal in web UI  
							
							... 
							
							
							
							Port a8c471fcc0 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								f29f8caccb 
								
							 
						 
						
							
							
								
								[Glitch] Fix too low contrast on new media modal background in web UI  
							
							... 
							
							
							
							Port 014733d1e4 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								cccc65651d 
								
							 
						 
						
							
							
								
								[Glitch] Fix media modal crashing when media has no blurhash  
							
							... 
							
							
							
							Port 13206fcfb8 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								9dde2400d0 
								
							 
						 
						
							
							
								
								[Glitch] Fix media modal regression on public pages  
							
							... 
							
							
							
							Port e1a6526c8d 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								50b100df00 
								
							 
						 
						
							
							
								
								Change media modals look in web UI  
							
							... 
							
							
							
							Port 1e89e2ed98 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								d30dd5b1db 
								
							 
						 
						
							
							
								
								[Glitch] Change home timeline to reload after follow recommendations in web UI  
							
							... 
							
							
							
							Port 0ad240cb6b 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								5fa4138bd8 
								
							 
						 
						
							
							
								
								[Glitch] Fix "You might be interested in" flashing while searching in web UI  
							
							... 
							
							
							
							Port 0a3fa034fc 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								b571bc3278 
								
							 
						 
						
							
							
								
								[Glitch] Add empty state message for follow recommendations in web UI  
							
							... 
							
							
							
							Port 8d75bd002d 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								56135a77f9 
								
							 
						 
						
							
							
								
								[Glitch] Hide floating action button on onboarding page  
							
							... 
							
							
							
							Port 2c322addf3 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								2f2c77c747 
								
							 
						 
						
							
							
								
								[Glitch] Change follow recommendations to be limited to 20 instead of 40 in web UI  
							
							... 
							
							
							
							Port 7762d3d275 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								0936ae4132 
								
							 
						 
						
							
							
								
								[Glitch] Fix newlines not being considered sentence separators in account note  
							
							... 
							
							
							
							Port b5ac17c4b6 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								89bc4dff6f 
								
							 
						 
						
							
							
								
								[Glitch] Change onboarding by replacing tutorial with follow recommendations in web UI  
							
							... 
							
							
							
							Port bf903dc510 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								8615848348 
								
							 
						 
						
							
							
								
								Disable onboarding modal (keep it in “Show me around” from getting started menu)  
							
							
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								e08b31a706 
								
							 
						 
						
							
							
								
								[Glitch] Add joined date to profiles in web UI  
							
							... 
							
							
							
							Port 2c77d97e0d 
							
						 
						
							2021-05-07 18:39:07 +02:00  
				
					
						
							
							
								 
						
							
								dbb942999c 
								
							 
						 
						
							
							
								
								[Glitch] fix component name  
							
							... 
							
							
							
							Port c35a6b9e01 
							
						 
						
							2021-05-07 18:34:54 +02:00  
				
					
						
							
							
								 
						
							
								50b430d9a2 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							- `app/views/statuses/_simple_status.html.haml`:
  Small markup change in glitch-soc, on a line that has been modified by
  upstream. Ported upstream changes. 
							
						 
						
							2021-05-07 18:21:59 +02:00  
				
					
						
							
							
								 
						
							
								0ad240cb6b 
								
							 
						 
						
							
							
								
								Change home timeline to reload after follow recommendations in web UI ( #16160 )  
							
							
							
						 
						
							2021-05-07 14:33:57 +02:00  
				
					
						
							
							
								 
						
							
								2c77d97e0d 
								
							 
						 
						
							
							
								
								Add joined date to profiles in web UI ( #16169 )  
							
							
							
						 
						
							2021-05-07 14:33:19 +02:00  
				
					
						
							
							
								 
						
							
								0a3fa034fc 
								
							 
						 
						
							
							
								
								Fix "You might be interested in" flashing while searching in web UI ( #16162 )  
							
							
							
						 
						
							2021-05-06 02:11:43 +02:00  
				
					
						
							
							
								 
						
							
								8d75bd002d 
								
							 
						 
						
							
							
								
								Add empty state message for follow recommendations in web UI ( #16161 )  
							
							
							
						 
						
							2021-05-05 23:57:29 +02:00  
				
					
						
							
							
								 
						
							
								aa1b43f467 
								
							 
						 
						
							
							
								
								Fix display of toots without text content ( #15665 )  
							
							... 
							
							
							
							* Fix display of toots without text content
- fixes CWs from other implementations not showing up if toot has no text
  contents
- fixes the “Read more” thread indicator not showing up on threaded toots
  with no text contents
* Move content-less toot's CW to conents 
							
						 
						
							2021-05-05 23:41:02 +02:00  
				
					
						
							
							
								 
						
							
								19d3809ad5 
								
							 
						 
						
							
							
								
								Improve description of keyboard shortcuts ( #16129 )  
							
							... 
							
							
							
							* Remove useless “to” from shortcuts description
* Improve descriptions of keyboard shortcuts
* Use curved quotations marks instead of straight ones 
							
						 
						
							2021-05-04 23:23:36 +02:00  
				
					
						
							
							
								 
						
							
								c35a6b9e01 
								
							 
						 
						
							
							
								
								fix component name ( #16138 )  
							
							... 
							
							
							
							It seems forget renaming when It copied from MissingIndicator.
Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com> 
							
						 
						
							2021-05-03 14:59:49 +02:00  
				
					
						
							
							
								 
						
							
								e39925a7d1 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #16088 )  
							
							... 
							
							
							
							* New translations en.yml (Finnish)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Basque)
[ci skip]
* New translations activerecord.en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations activerecord.en.yml (Greek)
[ci skip]
* New translations activerecord.en.yml (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations doorkeeper.en.yml (German)
[ci skip]
* New translations simple_form.en.yml (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations doorkeeper.en.yml (Danish)
[ci skip]
* New translations doorkeeper.en.yml (Czech)
[ci skip]
* New translations doorkeeper.en.yml (Catalan)
[ci skip]
* New translations activerecord.en.yml (Catalan)
[ci skip]
* New translations simple_form.en.yml (Catalan)
[ci skip]
* New translations simple_form.en.yml (Hebrew)
[ci skip]
* New translations doorkeeper.en.yml (Hebrew)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations en.yml (Lithuanian)
[ci skip]
* New translations en.json (Lithuanian)
[ci skip]
* New translations doorkeeper.en.yml (Korean)
[ci skip]
* New translations activerecord.en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations doorkeeper.en.yml (Georgian)
[ci skip]
* New translations activerecord.en.yml (Georgian)
[ci skip]
* New translations simple_form.en.yml (Georgian)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations activerecord.en.yml (Japanese)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations doorkeeper.en.yml (Italian)
[ci skip]
* New translations activerecord.en.yml (Italian)
[ci skip]
* New translations simple_form.en.yml (Italian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations doorkeeper.en.yml (Armenian)
[ci skip]
* New translations simple_form.en.yml (Armenian)
[ci skip]
* New translations en.yml (Armenian)
[ci skip]
* New translations en.json (Armenian)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations activerecord.en.yml (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations doorkeeper.en.yml (Bulgarian)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations activerecord.en.yml (French)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations simple_form.en.yml (Esperanto)
[ci skip]
* New translations activerecord.en.yml (Thai)
[ci skip]
* New translations activerecord.en.yml (Armenian)
[ci skip]
* New translations activerecord.en.yml (German)
[ci skip]
* New translations activerecord.en.yml (Danish)
[ci skip]
* New translations activerecord.en.yml (Czech)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations doorkeeper.en.yml (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations doorkeeper.en.yml (Esperanto)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Russian)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations activerecord.en.yml (Esperanto)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations activerecord.en.yml (Bulgarian)
[ci skip]
* New translations doorkeeper.en.yml (French)
[ci skip]
* New translations simple_form.en.yml (Bulgarian)
[ci skip]
* New translations en.yml (Bulgarian)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations doorkeeper.en.yml (Arabic)
[ci skip]
* New translations activerecord.en.yml (Arabic)
[ci skip]
* New translations simple_form.en.yml (Arabic)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations doorkeeper.en.yml (Spanish)
[ci skip]
* New translations activerecord.en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations doorkeeper.en.yml (Romanian)
[ci skip]
* New translations activerecord.en.yml (Romanian)
[ci skip]
* New translations simple_form.en.yml (Romanian)
[ci skip]
* New translations en.yml (Romanian)
[ci skip]
* New translations en.json (Romanian)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations activerecord.en.yml (Occitan)
[ci skip]
* New translations en.json (Macedonian)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations activerecord.en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Galician)
[ci skip]
* New translations doorkeeper.en.yml (Vietnamese)
[ci skip]
* New translations activerecord.en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Urdu (Pakistan))
[ci skip]
* New translations en.json (Urdu (Pakistan))
[ci skip]
* New translations doorkeeper.en.yml (Chinese Traditional)
[ci skip]
* New translations simple_form.en.yml (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Galician)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations doorkeeper.en.yml (Chinese Simplified)
[ci skip]
* New translations activerecord.en.yml (Chinese Simplified)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]
* New translations activerecord.en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations activerecord.en.yml (Galician)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations activerecord.en.yml (Turkish)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations doorkeeper.en.yml (Spanish, Argentina)
[ci skip]
* New translations activerecord.en.yml (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations doorkeeper.en.yml (Tamil)
[ci skip]
* New translations activerecord.en.yml (Tamil)
[ci skip]
* New translations simple_form.en.yml (Tamil)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations doorkeeper.en.yml (Persian)
[ci skip]
* New translations activerecord.en.yml (Persian)
[ci skip]
* New translations simple_form.en.yml (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Indonesian)
[ci skip]
* New translations activerecord.en.yml (Indonesian)
[ci skip]
* New translations simple_form.en.yml (Indonesian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations activerecord.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations doorkeeper.en.yml (Icelandic)
[ci skip]
* New translations activerecord.en.yml (Icelandic)
[ci skip]
* New translations simple_form.en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.yml (Macedonian)
[ci skip]
* New translations en.json (Punjabi)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Polish)
[ci skip]
* New translations activerecord.en.yml (Polish)
[ci skip]
* New translations simple_form.en.yml (Polish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.yml (Punjabi)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese)
[ci skip]
* New translations activerecord.en.yml (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations activerecord.en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations activerecord.en.yml (Portuguese)
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations activerecord.en.yml (Albanian)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations doorkeeper.en.yml (Swedish)
[ci skip]
* New translations activerecord.en.yml (Swedish)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations activerecord.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations simple_form.en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.yml (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations doorkeeper.en.yml (Albanian)
[ci skip]
* New translations simple_form.en.yml (Albanian)
[ci skip]
* New translations activerecord.en.yml (Russian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.json (Albanian)
[ci skip]
* New translations doorkeeper.en.yml (Slovenian)
[ci skip]
* New translations activerecord.en.yml (Slovenian)
[ci skip]
* New translations simple_form.en.yml (Slovenian)
[ci skip]
* New translations en.yml (Slovenian)
[ci skip]
* New translations en.json (Slovenian)
[ci skip]
* New translations doorkeeper.en.yml (Slovak)
[ci skip]
* New translations activerecord.en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Russian)
[ci skip]
* New translations devise.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations devise.en.yml (Portuguese)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations en.json (Sinhala)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2021-04-22 03:27:43 +02:00  
				
					
						
							
							
								 
						
							
								c6d8ee99a0 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #15719 )  
							
							... 
							
							
							
							* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations activerecord.en.yml (Dutch)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations activerecord.en.yml (Dutch)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations doorkeeper.en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Standard Moroccan Tamazight)
[ci skip]
* New translations activerecord.en.yml (Standard Moroccan Tamazight)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations activerecord.en.yml (Spanish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Spanish, Mexico)
[ci skip]
* New translations activerecord.en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Arabic)
[ci skip]
* New translations en.yml (Chinese Traditional)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Chinese Traditional, Hong Kong)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations doorkeeper.en.yml (Spanish)
[ci skip]
* New translations activerecord.en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Chinese Simplified)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations activerecord.en.yml (Scottish Gaelic)
[ci skip]
* New translations devise.en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Polish)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations simple_form.en.yml (Scottish Gaelic)
[ci skip]
* New translations devise.en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Scottish Gaelic)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations doorkeeper.en.yml (Spanish, Mexico)
[ci skip]
* New translations activerecord.en.yml (Spanish, Mexico)
[ci skip]
* New translations simple_form.en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations doorkeeper.en.yml (Spanish)
[ci skip]
* New translations activerecord.en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.json (Spanish, Mexico)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations simple_form.en.yml (Spanish, Mexico)
[ci skip]
* New translations activerecord.en.yml (Spanish, Mexico)
[ci skip]
* New translations doorkeeper.en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations en.yml (Czech)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.yml (Albanian)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.yml (Catalan)
[ci skip]
* New translations en.yml (Danish)
[ci skip]
* New translations en.yml (Spanish, Mexico)
[ci skip]
* New translations en.yml (Scottish Gaelic)
[ci skip]
* New translations doorkeeper.en.yml (Spanish)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations activerecord.en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Spanish)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations en.json (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Spanish, Argentina)
[ci skip]
* New translations en.yml (Occitan)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Occitan)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations activerecord.en.yml (Hungarian)
[ci skip]
* New translations en.yml (French)
[ci skip]
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2021-04-22 00:04:58 +02:00  
				
					
						
							
							
								 
						
							
								9cc283f0b4 
								
							 
						 
						
							
							
								
								Change the nouns "toot" and "status" to "post" ( #16080 )  
							
							
							
						 
						
							2021-04-21 18:31:24 +02:00  
				
					
						
							
							
								 
						
							
								536892b8ae 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-04-21 13:52:03 +02:00  
				
					
						
							
							
								 
						
							
								b1d4f21db0 
								
							 
						 
						
							
							
								
								[Glitch] Fix not to show follow button in global suggestion  
							
							... 
							
							
							
							Port baed52c2a7 
							
						 
						
							2021-04-21 13:50:51 +02:00  
				
					
						
							
							
								 
						
							
								72eac238ba 
								
							 
						 
						
							
							
								
								[Glitch] Fix to update suggestion list after dismiss  
							
							... 
							
							
							
							Port 9bb3341849 
							
						 
						
							2021-04-21 13:50:51 +02:00  
				
					
						
							
							
								 
						
							
								8fc0b592cb 
								
							 
						 
						
							
							
								
								[Glitch] Add border to  🚲  emoji  
							
							... 
							
							
							
							Port front-end changes from e78d06eecf 
							
						 
						
							2021-04-21 13:50:51 +02:00  
				
					
						
							
							
								 
						
							
								e6501d5112 
								
							 
						 
						
							
							
								
								[Glitch] Add cold-start follow recommendations  
							
							... 
							
							
							
							Port front-end changes from f7117646af 
							
						 
						
							2021-04-21 13:50:51 +02:00  
				
					
						
							
							
								 
						
							
								2c322addf3 
								
							 
						 
						
							
							
								
								Hide floating action button on onboarding page ( #16082 )  
							
							
							
						 
						
							2021-04-20 21:28:01 +02:00  
				
					
						
							
							
								 
						
							
								7762d3d275 
								
							 
						 
						
							
							
								
								Change follow recommendations to be limited to 20 instead of 40 in web UI ( #16077 )  
							
							
							
						 
						
							2021-04-20 15:07:51 +02:00  
				
					
						
							
							
								 
						
							
								e2a2bc9021 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- `README.md`:
  Upstream updated copyright year, we don't mention it so kept our version.
- `app/controllers/admin/dashboard_controller.rb`:
  Not really a conflict, upstream change (removing the spam checker) too close
  to glitch-soc changes. Ported upstream changes.
- `app/models/form/admin_settings.rb`:
  Same.
- `app/services/remove_status_service.rb`:
  Same.
- `app/views/admin/settings/edit.html.haml`:
  Same.
- `config/settings.yml`:
  Same.
- `config/environments/production.rb`:
  Not a real conflict, upstream added a default HTTP header, but we have
  extra headers in glitch-soc.
  Added the header. 
							
						 
						
							2021-04-20 12:17:14 +02:00  
				
					
						
							
							
								 
						
							
								b5ac17c4b6 
								
							 
						 
						
							
							
								
								Fix newlines not being considered sentence separators in account note ( #16079 )  
							
							... 
							
							
							
							Also bullets 
							
						 
						
							2021-04-20 02:34:08 +02:00  
				
					
						
							
							
								 
						
							
								bf903dc510 
								
							 
						 
						
							
							
								
								Change onboarding by replacing tutorial with follow recommendations in web UI ( #16060 )  
							
							
							
						 
						
							2021-04-19 14:45:15 +02:00  
				
					
						
							
							
								 
						
							
								baed52c2a7 
								
							 
						 
						
							
							
								
								Fix not to show follow button in global suggestion ( #16045 )  
							
							... 
							
							
							
							* Fix not to show follow button in global suggestion
* Fix style 
							
						 
						
							2021-04-16 10:06:42 +02:00  
				
					
						
							
							
								 
						
							
								9bb3341849 
								
							 
						 
						
							
							
								
								Fix to update suggestion list after dismiss ( #16044 )  
							
							... 
							
							
							
							* Fix to update suggestion list after dismiss
* Change to inline
* Fix style 
							
						 
						
							2021-04-16 10:06:16 +02:00  
				
					
						
							
							
								 
						
							
								e78d06eecf 
								
							 
						 
						
							
							
								
								Add border to  🚲  emoji ( #16035 )  
							
							
							
						 
						
							2021-04-13 23:43:51 +02:00  
				
					
						
							
							
								 
						
							
								f7117646af 
								
							 
						 
						
							
							
								
								Add cold-start follow recommendations ( #15945 )  
							
							
							
						 
						
							2021-04-12 12:37:14 +02:00  
				
					
						
							
							
								 
						
							
								2ae8c41e5d 
								
							 
						 
						
							
							
								
								[Glitch] Add system checks to dashboard in admin UI  
							
							... 
							
							
							
							Port SCSS changes from 487e37d6d4 
							
						 
						
							2021-04-05 14:34:36 +02:00  
				
					
						
							
							
								 
						
							
								6be0b4b014 
								
							 
						 
						
							
							
								
								[Glitch] Fix crash in old browsers  
							
							... 
							
							
							
							Port abad99fa10 
							
						 
						
							2021-04-05 14:33:42 +02:00  
				
					
						
							
							
								 
						
							
								c901ae77d4 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-04-05 14:31:07 +02:00  
				
					
						
							
							
								 
						
							
								39b9a0619a 
								
							 
						 
						
							
							
								
								Remove superfluous toot length check  
							
							
							
						 
						
							2021-04-05 14:30:43 +02:00  
				
					
						
							
							
								 
						
							
								487e37d6d4 
								
							 
						 
						
							
							
								
								Add system checks to dashboard in admin UI ( #15989 )  
							
							
							
						 
						
							2021-04-03 14:12:30 +02:00  
				
					
						
							
							
								 
						
							
								abad99fa10 
								
							 
						 
						
							
							
								
								Fix crash in old browsers ( #15985 )  
							
							... 
							
							
							
							Fixes  #15984  
						
							2021-04-01 00:00:12 +02:00  
				
					
						
							
							
								 
						
							
								15efa32cca 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-03-31 10:34:29 +02:00  
				
					
						
							
							
								 
						
							
								f8e50eaea3 
								
							 
						 
						
							
							
								
								Add transition to media modal background ( #15843 )  
							
							... 
							
							
							
							* Add transition to media modal background
* use reduceMotion
* Move background color transition into css
Signed-off-by: marcin mikołajczak <me@mkljczk.pl> 
							
						 
						
							2021-03-24 13:51:32 +01:00  
				
					
						
							
							
								 
						
							
								5ea53b6158 
								
							 
						 
						
							
							
								
								[Glitch] Fix compose form behavior in mobile view  
							
							... 
							
							
							
							Port 034f37b85a 
							
						 
						
							2021-03-24 11:21:21 +01:00  
				
					
						
							
							
								 
						
							
								b61e44461c 
								
							 
						 
						
							
							
								
								[Glitch] Bump react-select from 3.2.0 to 4.0.2  
							
							... 
							
							
							
							Add cacheKey to NonceProvider for react-select
Port changes from c3aef491d6 
							
						 
						
							2021-03-24 11:01:57 +01:00  
				
					
						
							
							
								 
						
							
								f60c99a8fb 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-03-24 10:53:50 +01:00  
				
					
						
							
							
								 
						
							
								034f37b85a 
								
							 
						 
						
							
							
								
								Fix compose form behavior in mobile view ( #15555 )  
							
							... 
							
							
							
							* Fix ComposeForm being mounted twice in mobile view
Fixes  #13094 
* Fix compose form focus and pre-selection behavior in mobile view
* Split _updateFocusAndSelection out of componentDidUpdate 
							
						 
						
							2021-03-24 10:19:07 +01:00  
				
					
						
							
							
								 
						
							
								c3aef491d6 
								
							 
						 
						
							
							
								
								Bump react-select from 3.2.0 to 4.0.2 ( #15624 )  
							
							... 
							
							
							
							* Bump react-select from 3.2.0 to 4.0.2
Bumps [react-select](https://github.com/JedWatson/react-select ) from 3.2.0 to 4.0.2.
- [Release notes](https://github.com/JedWatson/react-select/releases )
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.2.0...react-select@4.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
* Add cacheKey to NonceProvider for react-select
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
							
						 
						
							2021-03-22 15:41:47 +09:00  
				
					
						
							
							
								 
						
							
								5d48402be1 
								
							 
						 
						
							
							
								
								Fixing the hero widget ( #15926 )  
							
							... 
							
							
							
							* Removing last-child padding conflicts with light theme in hero widget
* Add missing background color to widget
* Reset widget.scss to default
* Hope this works
Co-authored-by: koyu <me@koyu.space> 
							
						 
						
							2021-03-19 20:23:32 +01:00  
				
					
						
							
							
								 
						
							
								2bb573d021 
								
							 
						 
						
							
							
								
								Messing around with box-shadow  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-03-19 14:47:57 +01:00  
				
					
						
							
							
								 
						
							
								e71f4d468b 
								
							 
						 
						
							
							
								
								Add more button states?  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-03-19 14:47:54 +01:00  
				
					
						
							
							
								 
						
							
								200d7a1708 
								
							 
						 
						
							
							
								
								Change notification settings UI to be more compact  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-03-19 14:47:06 +01:00  
				
					
						
							
							
								 
						
							
								3b7b607300 
								
							 
						 
						
							
							
								
								Migrate glitch-soc local notification settings to upstream system  
							
							
							
						 
						
							2021-03-19 13:57:36 +01:00  
				
					
						
							
							
								 
						
							
								db6551ec09 
								
							 
						 
						
							
							
								
								Add option to opt out of unread notification markers  
							
							... 
							
							
							
							Port 55ac2b9c60 
							
						 
						
							2021-03-19 13:57:32 +01:00  
				
					
						
							
							
								 
						
							
								3ad6ef72cb 
								
							 
						 
						
							
							
								
								Merge branch 'main' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2021-03-19 13:57:15 +01:00  
				
					
						
							
							
								 
						
							
								55ac2b9c60 
								
							 
						 
						
							
							
								
								Add option to opt out of unread notification markers ( #15842 )  
							
							... 
							
							
							
							Fixes  #15133  
						
							2021-03-19 02:44:57 +01:00  
				
					
						
							
							
								 
						
							
								318efa49de 
								
							 
						 
						
							
							
								
								Fix various CodeClimate warnings  
							
							
							
						 
						
							2021-03-06 14:51:53 +01:00  
				
					
						
							
							
								 
						
							
								7336276252 
								
							 
						 
						
							
							
								
								[Glitch] Update twitter-text from 1.14 to 3.1.0 and fix toot character counting  
							
							... 
							
							
							
							Port 65db262550 
							
						 
						
							2021-03-02 12:37:23 +01:00  
				
					
						
							
							
								 
						
							
								7cffe8dca7 
								
							 
						 
						
							
							
								
								[Glitch] Add borders to  📱  and  📲  emojis  
							
							... 
							
							
							
							Port a8139ab016 
							
						 
						
							2021-03-02 12:27:29 +01:00