ThibG 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3adc722d1c 
							
						 
					 
					
						
						
							
							Change how unread announcements are handled ( #13020 )  
						
						... 
						
						
						
						* Change meaning of /api/v1/announcements/:id/dismiss to mark an announcement as read
* Change how unread announcements are counted in UI
* Add unread marker to announcements and mark announcements as unread as they are displayed
* Fixups 
						
						
					 
					
						2020-02-03 01:53:09 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							4cd2d13bd2 
							
						 
					 
					
						
						
							
							When submitting markers, use last displayed notification, not last received one  
						
						
						
						
					 
					
						2020-02-01 19:53:01 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							e135b293fa 
							
						 
					 
					
						
						
							
							Fetch last read notification id to update unread notification count on load  
						
						
						
						
					 
					
						2020-02-01 19:53:01 +01:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50cd73e5d7 
							
						 
					 
					
						
						
							
							Add "Show thread" button to public profiles ( #13000 )  
						
						... 
						
						
						
						This adds "Show thread" button to the status view which is used in
profiles. The logic to display the button is mimicking logic in
web app available at app/javascript/mastodon/components/status.js#L439.
* The little change in components CSS required to remove enforced
  underline for all links on public pages on our button. 
						
						
					 
					
						2020-01-29 17:35:54 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bba0269d97 
							
						 
					 
					
						
						
							
							Fix mascot being too large, and a code style issue ( #13002 )  
						
						
						
						
					 
					
						2020-01-29 16:18:33 +01:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
						
						
							
						
						
							0c611e3115 
							
						 
					 
					
						
						
							
							Add missing translations ( #12996 )  
						
						... 
						
						
						
						This commit adds missing translations for #12966  and #12954 . 
						
						
					 
					
						2020-01-28 20:28:38 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							cf5b769857 
							
						 
					 
					
						
						
							
							Add support for xmpp: and magnet: URIs to misleading link detection code  
						
						
						
						
					 
					
						2020-01-28 20:25:56 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							8bb5d1abaa 
							
						 
					 
					
						
						
							
							[Glitch] Fix design of announcements in admin UI  
						
						... 
						
						
						
						Port 305abc9e05ddb2db6a40a6eda01578e01e58791f to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-28 19:17:47 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							ed5fb51168 
							
						 
					 
					
						
						
							
							[Glitch] Change announcements to be collapsed on page load in web UI  
						
						... 
						
						
						
						Port 0fcc4b1c566e4365e07ce5a1c87743db76c07fe6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-28 19:17:06 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							44744e3ce1 
							
						 
					 
					
						
						
							
							Merge branch 'master' into glitch-soc/merge-upstream  
						
						
						
						
					 
					
						2020-01-28 19:15:03 +01:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
						
						
							
						
						
							04459687f8 
							
						 
					 
					
						
						
							
							Fix regressions caused by  #12961  ( #12961 )  
						
						... 
						
						
						
						This commit attempts to fix most of regressions caused by #12961 
pull request which added even spread of space between tabs.
The following fixes were done:
- Don't hide overflow in tabs
   As tabs use ::after and ::before pseudo-elements to create arrow on
   the bottom of selected tab, "overflow: hidden" will cause this arrow
   to look split from the bottom container.
   For the future we probably should use slider element instead, which
   would align according to currently selected tab, instead of relying
   on pseudo-elements. Such method would also allow smooth transitions.
- Disallow wrapping tab text on insufficient space
   This would fix some unwanted behavior[1] when on insufficient width,
   renderer might attempt wrapping text to not overtake others' space.
   [1]: https://mastodon.social/@Gargron/103546083813829165  
						
						
					 
					
						2020-01-28 02:21:18 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							305abc9e05 
							
						 
					 
					
						
						
							
							Fix design of announcements in admin UI ( #12989 )  
						
						
						
						
					 
					
						2020-01-28 02:21:00 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fcc4b1c56 
							
						 
					 
					
						
						
							
							Change announcements to be collapsed on page load in web UI ( #12990 )  
						
						
						
						
					 
					
						2020-01-28 02:20:47 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							cf230d551f 
							
						 
					 
					
						
						
							
							[Glitch] Change number animations direction based on decrease or increase  
						
						... 
						
						
						
						Port 10e209d8e0601ded06e05df573e76935e175cb1c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-27 16:06:03 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							b0139dcf5e 
							
						 
					 
					
						
						
							
							[Glitch] Add animations to announcement reactions  
						
						... 
						
						
						
						Port dd4eec6bf647a082b9bac2bed09a0105fe14c733 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-27 16:05:37 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							41d0869d7f 
							
						 
					 
					
						
						
							
							[Glitch] Change last_status_at to be a date, not datetime  
						
						... 
						
						
						
						Port 42d2a915e4aa31533032e37aaa46354cee2386da to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-27 16:03:24 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							187a822074 
							
						 
					 
					
						
						
							
							[Glitch] Fix link colors in announcements  
						
						... 
						
						
						
						Port 2f8c3c17ee26dc21ce94959b0ea18984e7bc5560 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-27 16:01:46 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							e36d0a98cc 
							
						 
					 
					
						
						
							
							[Glitch] Add streaming API updates for announcements being modified or deleted  
						
						... 
						
						
						
						Port b9d74d407673a6dbdc87c3310618b22c85358c85 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-27 16:01:06 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							8a8936725e 
							
						 
					 
					
						
						
							
							[Glitch] Fix status overflowing in report dialog  
						
						... 
						
						
						
						Port 389e3f6094bfcc4d0338947d29434113320c8142 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-27 15:59:25 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							c56a504d11 
							
						 
					 
					
						
						
							
							Merge branch 'master' into glitch-soc/merge-upstream  
						
						... 
						
						
						
						Conflicts:
- `app/serializers/rest/account_serializer.rb`:
  Upstream added code too close to glitch-soc-specific followers-hiding code.
  Ported upstream changes. 
						
						
					 
					
						2020-01-27 15:46:50 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2dfd5e4e2 
							
						 
					 
					
						
						
							
							Revert "Avoid using uppercase text-transform ( #12684 )" ( #12987 )  
						
						... 
						
						
						
						This reverts commit 7da54001fe21d1fd10ede5ac78e5c76f25afc08e. 
						
						
					 
					
						2020-01-27 13:44:29 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10e209d8e0 
							
						 
					 
					
						
						
							
							Change number animations direction based on decrease or increase ( #12971 )  
						
						
						
						
					 
					
						2020-01-27 11:04:11 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd4eec6bf6 
							
						 
					 
					
						
						
							
							Add animations to announcement reactions ( #12970 )  
						
						
						
						
					 
					
						2020-01-27 11:03:45 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							42d2a915e4 
							
						 
					 
					
						
						
							
							Change last_status_at to be a date, not datetime ( #12966 )  
						
						... 
						
						
						
						* Return last_status_at as date, not datetime
* Fix relative timestamp for dates when delay is inferior to 1 day
* Also fix public directory
* Fix error when last_status_at isn't set 
						
						
					 
					
						2020-01-26 23:13:48 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f8c3c17ee 
							
						 
					 
					
						
						
							
							Fix link colors in announcements ( #12965 )  
						
						
						
						
					 
					
						2020-01-26 22:26:50 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9d74d4076 
							
						 
					 
					
						
						
							
							Add streaming API updates for announcements being modified or deleted ( #12963 )  
						
						... 
						
						
						
						Change `all_day` to be a visual client-side cue only
Publish immediately if `scheduled_at` is in the past
Add `published_at` and `updated_at` to announcements JSON 
						
						
					 
					
						2020-01-26 20:07:26 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							8924743349 
							
						 
					 
					
						
						
							
							Refactor notifications cleaning mode  
						
						
						
						
					 
					
						2020-01-26 14:55:03 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							389e3f6094 
							
						 
					 
					
						
						
							
							Fix status overflowing in report dialog ( #12959 )  
						
						... 
						
						
						
						Fixes  #12942  
					
						2020-01-25 22:59:00 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							5e4d1f699e 
							
						 
					 
					
						
						
							
							[Glitch] Fix “new items glow” being displayed above settings and announcements  
						
						... 
						
						
						
						Port 90b13ffd009a431dbe98c37bc92ee59a6f0535f2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 20:05:36 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							98d5ab6be9 
							
						 
					 
					
						
						
							
							[Glitch] Fix spurious error and incorrect state change when adding a reaction twice  
						
						... 
						
						
						
						Port c06d2ff43718af5940987e219379094f1a2de180 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 19:53:04 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							3d9310bf3f 
							
						 
					 
					
						
						
							
							Merge branch 'master' into glitch-soc/merge-upstream  
						
						
						
						
					 
					
						2020-01-25 19:46:24 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							90b13ffd00 
							
						 
					 
					
						
						
							
							Fix “new items glow” being displayed above settings and announcements ( #12958 )  
						
						
						
						
					 
					
						2020-01-25 19:40:36 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							c06d2ff437 
							
						 
					 
					
						
						
							
							Fix spurious error and incorrect state change when adding a reaction twice ( #12957 )  
						
						... 
						
						
						
						* Fix spurious error and incorrect state change when adding a reaction twice
* Remove superfluous top border for announcements box 
						
						
					 
					
						2020-01-25 18:19:24 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							6ce72f1fee 
							
						 
					 
					
						
						
							
							[Glitch] Improve announcements design  
						
						... 
						
						
						
						Port 48c55b6392661cde8e28cf076c3d132c22d17a0f to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 16:57:03 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							27ddcddcd3 
							
						 
					 
					
						
						
							
							Merge branch 'master' into glitch-soc/merge-upstream  
						
						
						
						
					 
					
						2020-01-25 16:50:24 +01:00 
						 
				 
			
				
					
						
							
							
								ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							48c55b6392 
							
						 
					 
					
						
						
							
							Improve announcements design ( #12954 )  
						
						... 
						
						
						
						* Move announcements above scroll container; add button to temporarily hide them
* Remove interface for dismissing announcements
* Display number of unread announcements
* Count unread announcements accurately
* Fix size of announcement box not fitting the currently displayed announcement
* Fix announcement box background color to match button color 
						
						
					 
					
						2020-01-25 16:35:33 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcd79a5584 
							
						 
					 
					
						
						
							
							New Crowdin translations ( #12936 )  
						
						... 
						
						
						
						* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.json (Welsh)
[ci skip]
* New translations en.json (Serbian (Latin))
[ci skip]
* New translations en.json (Urdu (Pakistan))
[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 en.yml (Turkish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.yml (Telugu)
[ci skip]
* New translations en.json (Telugu)
[ci skip]
* New translations doorkeeper.en.yml (Tamil)
[ci skip]
* New translations simple_form.en.yml (Tamil)
[ci skip]
* New translations en.yml (Kannada)
[ci skip]
* New translations en.json (Tamil)
[ci skip]
* New translations doorkeeper.en.yml (Swedish)
[ci skip]
* New translations doorkeeper.en.yml (Galician)
[ci skip]
* New translations en.json (Kannada)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations simple_form.en.yml (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese)
[ci skip]
* New translations en.yml (Portuguese, Brazilian)
[ci skip]
* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations doorkeeper.en.yml (Portuguese, Brazilian)
[ci skip]
* New translations en.yml (Swedish)
[ci skip]
* New translations simple_form.en.yml (Swedish)
[ci skip]
* New translations en.yml (Tamil)
[ci skip]
* New translations en.json (Thai)
[ci skip]
* New translations simple_form.en.yml (Thai)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Thai)
[ci skip]
* New translations en.json (Malayalam)
[ci skip]
* New translations en.json (Icelandic)
[ci skip]
* New translations en.yml (Icelandic)
[ci skip]
* New translations simple_form.en.yml (Icelandic)
[ci skip]
* New translations doorkeeper.en.yml (Icelandic)
[ci skip]
* New translations en.json (Kabyle)
[ci skip]
* New translations en.yml (Kabyle)
[ci skip]
* New translations simple_form.en.yml (Kabyle)
[ci skip]
* New translations doorkeeper.en.yml (Kabyle)
[ci skip]
* New translations en.yml (Portuguese)
[ci skip]
* New translations doorkeeper.en.yml (Persian)
[ci skip]
* New translations en.yml (Vietnamese)
[ci skip]
* New translations doorkeeper.en.yml (Dutch)
[ci skip]
* New translations en.json (Indonesian)
[ci skip]
* New translations en.yml (Indonesian)
[ci skip]
* New translations simple_form.en.yml (Indonesian)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Slovak)
[ci skip]
* New translations doorkeeper.en.yml (Slovak)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.yml (Dutch)
[ci skip]
* New translations en.yml (Galician)
[ci skip]
* New translations en.yml (Persian)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations simple_form.en.yml (German)
[ci skip]
* New translations doorkeeper.en.yml (German)
[ci skip]
* New translations doorkeeper.en.yml (Greek)
[ci skip]
* New translations en.yml (Italian)
[ci skip]
* New translations doorkeeper.en.yml (Italian)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations simple_form.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations simple_form.en.yml (Vietnamese)
[ci skip]
* New translations doorkeeper.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.yml (Hebrew)
[ci skip]
* New translations simple_form.en.yml (Hebrew)
[ci skip]
* New translations doorkeeper.en.yml (Hebrew)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
* New translations en.yml (Hindi)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations doorkeeper.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations en.json (Ido)
[ci skip]
* New translations en.yml (Ido)
[ci skip]
* New translations simple_form.en.yml (Ido)
[ci skip]
* New translations doorkeeper.en.yml (Ido)
[ci skip]
* New translations doorkeeper.en.yml (Indonesian)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations simple_form.en.yml (Italian)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Greek)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations doorkeeper.en.yml (Vietnamese)
[ci skip]
* New translations en.yml (Finnish)
[ci skip]
* New translations simple_form.en.yml (Dutch)
[ci skip]
* New translations en.json (Esperanto)
[ci skip]
* New translations en.yml (Esperanto)
[ci skip]
* New translations simple_form.en.yml (Esperanto)
[ci skip]
* New translations doorkeeper.en.yml (Esperanto)
[ci skip]
* New translations en.json (Estonian)
[ci skip]
* New translations en.yml (Estonian)
[ci skip]
* New translations simple_form.en.yml (Estonian)
[ci skip]
* New translations doorkeeper.en.yml (Estonian)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations simple_form.en.yml (Finnish)
[ci skip]
* New translations doorkeeper.en.yml (Georgian)
[ci skip]
* New translations doorkeeper.en.yml (Finnish)
[ci skip]
* New translations en.yml (French)
[ci skip]
* New translations simple_form.en.yml (French)
[ci skip]
* New translations doorkeeper.en.yml (French)
[ci skip]
* New translations simple_form.en.yml (Galician)
[ci skip]
* New translations en.json (Georgian)
[ci skip]
* New translations en.yml (Georgian)
[ci skip]
* New translations simple_form.en.yml (Georgian)
[ci skip]
* New translations doorkeeper.en.yml (Welsh)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Galician)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations simple_form.en.yml (Korean)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[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 (Galician)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations simple_form.en.yml (Galician)
[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 simple_form.en.yml (Spanish)
[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.yml (Spanish, Argentina)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Kazakh)
[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 activerecord.en.yml (Kabyle)
[ci skip]
* New translations devise.en.yml (Kabyle)
[ci skip]
* New translations activerecord.en.yml (Spanish)
[ci skip]
* New translations devise.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 devise.en.yml (Catalan)
[ci skip]
* New translations activerecord.en.yml (Catalan)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations simple_form.en.yml (Turkish)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.yml (Greek)
[ci skip]
* New translations simple_form.en.yml (Greek)
[ci skip]
* New translations simple_form.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 (Breton)
[ci skip]
* New translations en.json (Slovak)
[ci skip]
* New translations en.yml (Slovak)
[ci skip]
* New translations simple_form.en.yml (Czech)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.yml (Ukrainian)
[ci skip]
* New translations simple_form.en.yml (Ukrainian)
[ci skip]
* New translations doorkeeper.en.yml (Ukrainian)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations en.json (Breton)
[ci skip]
* New translations en.json (Corsican)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations simple_form.en.yml (Corsican)
[ci skip]
* New translations en.json (Basque)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Basque)
[ci skip]
* New translations en.yml (Corsican)
[ci skip]
* New translations simple_form.en.yml (Corsican)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Basque)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Norwegian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations simple_form.en.yml (Hungarian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.yml (Hungarian)
[ci skip]
* New translations en.yml (Norwegian)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations devise.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 (Japanese)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations simple_form.en.yml (Norwegian Nynorsk)
[ci skip]
* New translations en.json (Norwegian Nynorsk)
[ci skip]
* New translations en.yml (Norwegian Nynorsk)
[ci skip]
* New translations simple_form.en.yml (Japanese)
[ci skip]
* New translations en.yml (Japanese)
[ci skip]
* New translations en.yml (German)
[ci skip]
* New translations en.yml (Korean)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Turkish)
[ci skip]
* New translations en.yml (Russian)
[ci skip]
* New translations en.json (Galician)
[ci skip]
* New translations en.yml (Kazakh)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Spanish)
[ci skip]
* New translations simple_form.en.yml (Indonesian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.yml (Thai)
[ci skip]
* New translations en.json (Persian)
[ci skip]
* New translations en.json (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]
* i18n-tasks normalize
* yarn manage:translations 
						
						
					 
					
						2020-01-25 11:54:10 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							4e1efacfac 
							
						 
					 
					
						
						
							
							[Glitch] Add limit of 8 different reaction types per announcement  
						
						... 
						
						
						
						Port f816da9c6474ddf437681fbf7f5346672436ccdf to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 10:36:27 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							f1e4738f81 
							
						 
					 
					
						
						
							
							[Glitch] Add number animations  
						
						... 
						
						
						
						Port 76f1ed834efd3b58b6ebc8e951b661bbc1b7bf9b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 10:36:27 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							3c4bd03949 
							
						 
					 
					
						
						
							
							[Glitch] Change font size of announcements to be the same as statuses  
						
						... 
						
						
						
						Port b89e6cfe7071901a43d1bfbde9dc7b872443e1b2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 10:21:13 +01:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
						
						
							
						
						
							2bde217ea5 
							
						 
					 
					
						
						
							
							[Glitch] Fix unlocalized dropdown button title  
						
						... 
						
						
						
						Port 1268e3b5726b0650afda20410a714995aa9aeae7 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 10:20:05 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							1f8563c256 
							
						 
					 
					
						
						
							
							Rename DropdownMenu's ariaLabel to title, to reduce unnecessary changes with upstream  
						
						
						
						
					 
					
						2020-01-25 10:17:13 +01:00 
						 
				 
			
				
					
						
							
							
								Ben Lubar 
							
						 
					 
					
						
						
						
						
							
						
						
							05351cbffb 
							
						 
					 
					
						
						
							
							[Glitch] minor server-sent events fixes  
						
						... 
						
						
						
						Port front-end changes from 0dfba0884e8885cf242010e0d9da6b328b3560a6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
						
						
					 
					
						2020-01-25 10:13:56 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							61f699c0e9 
							
						 
					 
					
						
						
							
							Merge branch 'master' into glitch-soc/merge-upstream  
						
						
						
						
					 
					
						2020-01-25 10:04:41 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f816da9c64 
							
						 
					 
					
						
						
							
							Add limit of 8 different reaction types per announcement ( #12950 )  
						
						
						
						
					 
					
						2020-01-25 05:23:33 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76f1ed834e 
							
						 
					 
					
						
						
							
							Add number animations ( #12948 )  
						
						
						
						
					 
					
						2020-01-25 05:23:05 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							b89e6cfe70 
							
						 
					 
					
						
						
							
							Change font size of announcements to be the same as statuses ( #12949 )  
						
						
						
						
					 
					
						2020-01-25 12:20:06 +09:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
						
						
							
						
						
							1268e3b572 
							
						 
					 
					
						
						
							
							Fix unlocalized dropdown button title ( #12947 )  
						
						... 
						
						
						
						In detailed status component, "More" action bar button wasn't
localized. This commit fixes it according to previously used code. 
						
						
					 
					
						2020-01-24 22:37:04 +01:00 
						 
				 
			
				
					
						
							
							
								Ben Lubar 
							
						 
					 
					
						
						
						
						
							
						
						
							0dfba0884e 
							
						 
					 
					
						
						
							
							minor server-sent events fixes ( #12945 )  
						
						... 
						
						
						
						* Send output on the server-sent events stream immediately so the client sees that it was successfully opened even if it doesn't have any messages.
Fix transparent SSE streaming for the public:local and hashtag:local stream types.
* Tell caches to never store server-sent events. 
						
						
					 
					
						2020-01-24 20:51:33 +01:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
						
						
							
						
						
							14ca559705 
							
						 
					 
					
						
						
							
							Evenly spread space between tabs ( #12944 )  
						
						... 
						
						
						
						This commit fixes uneven spread of space between the tabs in profiles
or notifications (filters). The problem was that links and buttons
shown as blocks had their width determined according to the content
inside of them, so if one tab has more text content than another, it
is going to take over others space, which is uneven and results in
incorrectly aligned (?) tabs display.
By specifying the size of 100% for each tab, parent container will be
forced to divide available space by the number of elements and evenly
give each child fixed space, "text-align: center" then doing its best
job to keep tabs text centered in that space. This relatively fixes
the problem, but will introduce another one - when the block has more
content that its width allows to have, in this scenario the text should
be wrapped or will be displayed over the other elements, but I see this
more as translators' problem. Still, for this case "overflow: hidden"
is added and any unfitting text will be cut out. 
						
						
					 
					
						2020-01-24 20:50:49 +01:00