48594b18e6 
					 
					
						
						
							
							Added haml-lint and fix warnings ( #2773 )  
						
						... 
						
						
						
						* add haml_lint to Gemfile
* add .haml-lint.yml
* fix warnings of haml_lint 
						
						
					 
					
						2017-05-08 03:35:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dacdfec973 
					 
					
						
						
							
							Added japanese version of terms of service and privacy policy ( #2703 )  
						
						... 
						
						
						
						* Added japanese version of terms of service and privacy policy
* Fix typo
* Add trasnlation for title.
* Improve translation and update the date. 
						
						
					 
					
						2017-05-06 02:23:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5bf5ebb82 
					 
					
						
						
							
							Replace sprockets/browserify with Webpack ( #2617 )  
						
						... 
						
						
						
						* Replace browserify with webpack
* Add react-intl-translations-manager
* Do not minify in development, add offline-plugin for ServiceWorker background cache updates
* Adjust tests and dependencies
* Fix production deployments
* Fix tests
* More optimizations
* Improve travis cache for npm stuff
* Re-run travis
* Add back support for custom.scss as before
* Remove offline-plugin and babili
* Fix issue with Immutable.List().unshift(...values) not working as expected
* Make travis load schema instead of running all migrations in sequence
* Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
<UI />
* Add react definitions to places that use JSX
* Add Procfile.dev for running rails, webpack and streaming API at the same time 
						
						
					 
					
						2017-05-03 02:04:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9262f6968b 
					 
					
						
						
							
							Fix broken spec for about/links view partial ( #2586 )  
						
						
						
						
					 
					
						2017-04-28 16:45:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01c206326f 
					 
					
						
						
							
							Hide get started link when register closed ( #2583 )  
						
						
						
						
					 
					
						2017-04-28 15:45:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1174a6d7e 
					 
					
						
						
							
							Add og:url tags ( #2298 )  
						
						... 
						
						
						
						* add og:url to stream_item view
* add og:url and text to about/show
* add og:url to profile, followers and follows pages 
						
						
					 
					
						2017-04-22 17:29:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ceecf96208 
					 
					
						
						
							
							Add crossorigin="anonymous" to about ( #2272 )  
						
						
						
						
					 
					
						2017-04-21 18:06:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0ed88a99b 
					 
					
						
						
							
							Adds version to about/more and API ( #2181 )  
						
						... 
						
						
						
						* Adds version.
* Cleans up code.
* Removes standalone endpoint and adds version to instance endpoint.
* Addresses feedback from #2181 . 
						
						
					 
					
						2017-04-21 03:30:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84b5fae8e3 
					 
					
						
						
							
							Simplify renders in views ( #2084 )  
						
						... 
						
						
						
						* Simplify render in mailer views
* Simplify render in about/more view
* Simplify render in accounts follow views
* Simplify render in recovery code views
* Simplify render in stream entry embed
* Simplify render in stream entries status partial
* Simplify render in authorize follow new view 
						
						
					 
					
						2017-04-18 17:15:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						389f8f8249 
					 
					
						
						
							
							Instance helper to replace site title helper ( #2038 )  
						
						... 
						
						
						
						* Move site title helper to instance helper (name change only)
* Remove newline in <title> tag
* Add site_hostname helper method to wrap up local_domain value
* Use site_hostname helper in places that need local_domain value 
						
						
					 
					
						2017-04-18 00:16:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f96f8d0176 
					 
					
						
						
							
							Use .presence instead of ternary on site description for og: content ( #2033 )  
						
						
						
						
					 
					
						2017-04-17 23:19:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						26ec042f38 
					 
					
						
						
							
							Remove trailing whitespace in terms.no.html ( #1933 )  
						
						
						
						
					 
					
						2017-04-16 16:38:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b8908c114 
					 
					
						
						
							
							About page contact email ( #1839 )  
						
						... 
						
						
						
						* Correct site_contact_email typo
* Separate about more page into partials, add specs 
						
						
					 
					
						2017-04-15 13:33:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0f889523e4 
					 
					
						
						
							
							views/about: use Setting.site_title instead of hardcoding ( #1508 )  
						
						
						
						
					 
					
						2017-04-15 13:28:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6807201d2 
					 
					
						
						
							
							Implementing Subresource Integrity ( #1729 )  
						
						... 
						
						
						
						* Add sprockets-rails to Gemfile
* Add sprockets-rails to Gemfile.lock
* Update show.html.haml
* Update index.html.haml
* Update admin.html.haml
* Update auth.html.haml
* Update embedded.html.haml
* Update public.html.haml 
						
						
					 
					
						2017-04-14 11:09:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						55b56e3f95 
					 
					
						
						
							
							terms: remove redundant words ( #1578 )  
						
						... 
						
						
						
						"at least X" and "X or older" have identical meanings.
Using both together feels a little jarring. 
						
						
					 
					
						2017-04-13 19:50:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1264bbd92 
					 
					
						
						
							
							Added norwegian version of terms of service and privacy policy ( #1625 )  
						
						
						
						
					 
					
						2017-04-12 20:28:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fc47c1d00e 
					 
					
						
						
							
							[about] Moving docs link to tootsuite/documentation ( #1573 )  
						
						... 
						
						
						
						related: 1236529e39lindwurm.q@gmail.com > 
						
						
					 
					
						2017-04-11 21:57:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5282e4ec0 
					 
					
						
						
							
							Clean up about page ( #1282 )  
						
						... 
						
						
						
						* Add InstancePresenter to expose site details
* Clean up about controller, use instance presenter 
						
						
					 
					
						2017-04-09 14:47:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca44c13455 
					 
					
						
						
							
							Use Setting.site_title value for og:site_name occurrences ( #1194 )  
						
						... 
						
						
						
						* Add helper method to return Setting.site_title
* Use site_title helper in application layout
* Use site_title value for og:site_name 
						
						
					 
					
						2017-04-08 12:15:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f54981846 
					 
					
						
						
							
							New admin setting: open/close registrations, with custom message, from the admin UI  
						
						
						
						
					 
					
						2017-04-04 15:28:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						433cb198fa 
					 
					
						
						
							
							Fix landing page sign up form ignoring username field  
						
						
						
						
					 
					
						2017-04-02 04:13:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f864fee116 
					 
					
						
						
							
							Fix up some localizations  
						
						
						
						
					 
					
						2017-03-26 13:22:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8803ca9efe 
					 
					
						
						
							
							Improved landing page  
						
						
						
						
					 
					
						2017-03-21 19:18:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac406a31b0 
					 
					
						
						
							
							Start page links a bit more readable  
						
						
						
						
					 
					
						2017-03-17 20:49:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38dceb3bf7 
					 
					
						
						
							
							Promote Apps ( #670 )  
						
						... 
						
						
						
						"Various apps are available" is now a hyperlink 
						
						
					 
					
						2017-03-17 16:16:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f1f3d0827 
					 
					
						
						
							
							Add link to other instances list  
						
						... 
						
						
						
						This should help federation 
						
						
					 
					
						2017-02-10 13:06:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cde0476ca2 
					 
					
						
						
							
							Fix   #487  
						
						
						
						
					 
					
						2017-01-17 20:11:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc1eccc8bc 
					 
					
						
						
							
							Fix   #466  - when logged in, make "get started" link to the frontpage instead of sign up  
						
						
						
						
					 
					
						2017-01-15 14:47:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7cde08e30b 
					 
					
						
						
							
							Improve extended about page layout  
						
						
						
						
					 
					
						2017-01-13 20:27:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c01dd089ff 
					 
					
						
						
							
							Adding about/more page with extended information that can be set up by an admin  
						
						
						
						
					 
					
						2017-01-13 20:16:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e25170f960 
					 
					
						
						
							
							Add extended about page stub  
						
						
						
						
					 
					
						2017-01-13 03:24:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b11fdc3ae3 
					 
					
						
						
							
							Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings  
						
						... 
						
						
						
						with YAML-defined defaults. Add admin page for editing global settings. Add "site_description"
setting that would show as a paragraph on the frontpage 
						
						
					 
					
						2017-01-12 20:46:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f876a8681d 
					 
					
						
						
							
							Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places  
						
						
						
						
					 
					
						2017-01-11 13:24:14 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						205ba00017 
					 
					
						
						
							
							Fix sandboxed iOS login again  
						
						
						
						
					 
					
						2017-01-09 19:43:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						819bfb75c6 
					 
					
						
						
							
							Add twitter:card metatag to enable Twitter Cards support  
						
						
						
						
					 
					
						2017-01-06 09:47:40 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b302b9202b 
					 
					
						
						
							
							Add page for authorizing/rejecting follow requests  
						
						
						
						
					 
					
						2016-12-23 00:04:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e09d3a2c66 
					 
					
						
						
							
							Fix   #249  - use window.location hack to let people login from sandboxed iOS homescreen  
						
						
						
						
					 
					
						2016-12-21 00:13:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4ffffbeed 
					 
					
						
						
							
							Add a better cropped image  
						
						
						
						
					 
					
						2016-12-15 01:07:58 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						642e464670 
					 
					
						
						
							
							Adding art by cutewitchirl, open graph tags for about page  
						
						
						
						
					 
					
						2016-12-15 00:59:49 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						546c4718e7 
					 
					
						
						
							
							Localizations for most server-side strings  
						
						
						
						
					 
					
						2016-11-16 00:55:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3f54fba0d3 
					 
					
						
						
							
							Use privacy policy from Discourse  
						
						
						
						
					 
					
						2016-11-13 19:35:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd03118098 
					 
					
						
						
							
							Fix follow icon changing plus to minus, add terms page stub  
						
						
						
						
					 
					
						2016-11-01 18:05:55 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						57304ac375 
					 
					
						
						
							
							Catch 404 errors when downloading remote media, add screenshot to landing page  
						
						
						
						
					 
					
						2016-11-01 16:58:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b195f5dd3 
					 
					
						
						
							
							Add window titles to auth pages and about page, link sign up/login from about page  
						
						
						
						
					 
					
						2016-10-14 01:03:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e63aebff7a 
					 
					
						
						
							
							Adding landing page  
						
						
						
						
					 
					
						2016-09-27 23:12:33 +02:00