Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						76114e2748 
					 
					
						
						
							
							Missed some phpseclib stuff in DiasporaPlugin  
						
						
						
						
					 
					
						2016-06-19 02:26:44 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						d00f19663b 
					 
					
						
						
							
							bump to beta5 since phpseclib update (which might cause some issues still)  
						
						
						
						
					 
					
						2016-06-18 00:05:54 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						47aabf4fda 
					 
					
						
						
							
							Let's just put the namespaced phpseclib in extlib instead of plugins/OStatus/extlib  
						
						
						
						
					 
					
						2016-06-18 00:00:32 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						d4216d09c6 
					 
					
						
						
							
							extlib required by phpseclib (ParagonIE/ConstantTime)  
						
						
						
						
					 
					
						2016-06-17 23:58:49 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						5bfd9dbaa7 
					 
					
						
						
							
							repost_of -> repeat_of, also trying with isset()  
						
						
						
						
					 
					
						2016-06-17 23:53:05 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						3a8ce99a9d 
					 
					
						
						
							
							Magicsig call for phpseclib\Math\BigInteger fixed  
						
						
						
						
					 
					
						2016-06-17 23:47:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						1839082f95 
					 
					
						
						
							
							OStatus Magicsig adaptations to new phpseclib  
						
						... 
						
						
						
						Some constants have changed and the way to call RSA->sign(...) too. 
						
						
					 
					
						2016-06-17 23:43:24 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						d8af92bda2 
					 
					
						
						
							
							Diaspora phpseclib update  
						
						
						
						
					 
					
						2016-06-17 23:42:50 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						09ef0c1f33 
					 
					
						
						
							
							bump Linkback plugin thanks to awesome singpolyma  
						
						
						
						
					 
					
						2016-06-17 23:22:44 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						a1d064129a 
					 
					
						
						
							
							Handle namespaces for new phpseclib  
						
						
						
						
					 
					
						2016-06-17 23:21:34 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						28ca5d90d9 
					 
					
						
						
							
							phpseclib updated, some new features that we won't use  
						
						
						
						
					 
					
						2016-06-17 22:44:12 +02:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						a6390007b7 
					 
					
						
						
							
							Merge branch 'avatar-folder-perms' into 'nightly'  
						
						... 
						
						
						
						Display error if wrong perms on 'avatar' dir
If the 'avatar' folder isn't writeable, don't let users try to
upload/delete one (and fail). Instead, print an error message about
the misconfigured folder permission.
Ref. #196 
See merge request !126  
						
						
					 
					
						2016-06-17 16:33:20 -04:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						2e8a5aeb23 
					 
					
						
						
							
							Merge branch 'tom/noreferrer' into 'nightly'  
						
						... 
						
						
						
						Use noreferrer when linkifying attachments and allow this value in purifier
If you click on a link in your main timeline this effectively identifies you to the site that you visited via the Referer header. (Who goes around reading other people's /user/all, honestly?)
Annoyingly our notice content is already HTML. Rather than attempt to parse and modify the tags in flight, this modification takes the simpler approach of adding the noreferrer tag to inline links by default when notices are composed.
See merge request !127  
						
						
					 
					
						2016-06-17 16:32:39 -04:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						48efdc3593 
					 
					
						
						
							
							Merge branch 'check-connection-on-install' into 'master'  
						
						... 
						
						
						
						Check DB connection before any possible use
This is to avoid an exception when enabling 'pgsql' backend
See merge request !121  
						
						
					 
					
						2016-06-17 16:30:25 -04:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						005b4c8dd1 
					 
					
						
						
							
							Merge branch 'strict-warnings' into 'nightly'  
						
						... 
						
						
						
						Fix some strict warnings (Action::prepare, Action::handle)
I know MR with changes to a bunch of files aren't great practice, but I figured since all the changes are one-liners it might not be a huge deal.
Related to #190  
See merge request !123  
						
						
					 
					
						2016-06-17 16:29:47 -04:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						d66b495ba8 
					 
					
						
						
							
							Merge branch 'notice-location' into 'nightly'  
						
						... 
						
						
						
						Re-enable notice locations
Removed a stray 'return' statement.
See merge request !125  
						
						
					 
					
						2016-06-17 16:28:56 -04:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						cb8bf360c4 
					 
					
						
						
							
							Merge branch 'site-notice' into 'nightly'  
						
						... 
						
						
						
						Site Notice: common_purify instead of HTMLPurifier
So that we can use our custom settings (e.g: extra URI schemes) in the
site notice textbox.
Ref. #170 
See merge request !124  
						
						
					 
					
						2016-06-17 16:28:01 -04:00 
						 
				 
			
				
					
						
							
							
								mmn 
							
						 
					 
					
						
						
							
						
						d4295cfb25 
					 
					
						
						
							
							Merge branch 'webmention-rocks' into 'nightly'  
						
						... 
						
						
						
						webmention.rocks
I have improved the webmention handling so that all but two of the webmention.rocks compliance tests pass now.  Also improved parsing of time/authors on incoming webmentions.
See merge request !128  
						
						
					 
					
						2016-06-17 16:26:21 -04:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						5e131aed80 
					 
					
						
						
							
							Apparently medium.com uses @ frequently i URLs  
						
						... 
						
						
						
						and we skipped them because we assumed they were urlencoded when copied. 
						
						
					 
					
						2016-06-17 11:20:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						97243c8a91 
					 
					
						
						
							
							Allow 201 as well, because spec says so  
						
						
						
						
					 
					
						2016-06-10 21:13:10 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						274e394d8e 
					 
					
						
						
							
							Pass all but two webmention.rocks tests  
						
						
						
						
					 
					
						2016-06-10 21:03:16 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						1e9077f529 
					 
					
						
						
							
							Set avatar where available  
						
						
						
						
					 
					
						2016-06-10 21:02:50 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						6861d2f3a1 
					 
					
						
						
							
							Get avatar out of entry properly  
						
						
						
						
					 
					
						2016-06-10 21:02:34 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						624584f9df 
					 
					
						
						
							
							Need to strtotime before we can format the date  
						
						
						
						
					 
					
						2016-06-10 21:02:08 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						4f3a031786 
					 
					
						
						
							
							Use strpos check properly  
						
						
						
						
					 
					
						2016-06-10 21:01:53 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						e96d7d48f5 
					 
					
						
						
							
							400 code needs ClientException  
						
						
						
						
					 
					
						2016-06-10 21:01:23 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						83e7ade714 
					 
					
						
						
							
							When there is no useful title, class="p-name e-content"  
						
						
						
						
					 
					
						2016-06-10 21:00:48 +00:00 
						 
				 
			
				
					
						
							
							
								Stephen Paul Weber 
							
						 
					 
					
						
						
							
						
						47e541eaec 
					 
					
						
						
							
							Allow getting notice title without implying one  
						
						... 
						
						
						
						Sometimes I just want explicit titles, and not the generated "blah posted on date" text 
						
						
					 
					
						2016-06-10 21:00:01 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Karpiniec 
							
						 
					 
					
						
						
							
						
						c1537a1e82 
					 
					
						
						
							
							Use noreferrer when linkifying attachments and allow this value in purifier  
						
						
						
						
					 
					
						2016-06-09 19:56:36 +10:00 
						 
				 
			
				
					
						
							
							
								Chimo 
							
						 
					 
					
						
						
							
						
						c81322d51a 
					 
					
						
						
							
							WIP: Display error if wrong perms on 'avatar' dir  
						
						... 
						
						
						
						If the 'avatar' folder isn't writeable, don't let users try to
upload/delete one (and fail). Instead, print an error message about
the misconfigured folder permission.
Ref. #196  
						
						
					 
					
						2016-06-04 11:08:32 -04:00 
						 
				 
			
				
					
						
							
							
								Chimo 
							
						 
					 
					
						
						
							
						
						d02c75d019 
					 
					
						
						
							
							Re-enable notice locations  
						
						... 
						
						
						
						Removed a stray 'return' statement. 
						
						
					 
					
						2016-06-01 21:56:42 -04:00 
						 
				 
			
				
					
						
							
							
								Chimo 
							
						 
					 
					
						
						
							
						
						e98d5d0c0c 
					 
					
						
						
							
							Site Notice: common_purify instead of HTMLPurifier  
						
						... 
						
						
						
						So that we can use our custom settings (e.g: extra URI schemes) in the
site notice textbox.
Ref. #170  
						
						
					 
					
						2016-06-01 03:54:28 +00:00 
						 
				 
			
				
					
						
							
							
								Chimo 
							
						 
					 
					
						
						
							
						
						9de79f0a36 
					 
					
						
						
							
							Update prepare() method on Action subclasses.  
						
						... 
						
						
						
						Fixes handle()-related strict warnings such as "Strict Standards:
Declaration of AdminPanelAction::prepare() should be compatible with
Action::prepare(array $args = Array)
Ref. #190  
						
						
					 
					
						2016-06-01 02:26:44 +00:00 
						 
				 
			
				
					
						
							
							
								Chimo 
							
						 
					 
					
						
						
							
						
						ba2975aac8 
					 
					
						
						
							
							Update handle() method on Action subclasses.  
						
						... 
						
						
						
						Fixes handle()-related strict warnings such as "Strict Standards:
Declaration of AdminPanelAction::handle() should be compatible with
Action::handle()"
Ref. #190  
						
						
					 
					
						2016-06-01 02:26:44 +00:00 
						 
				 
			
				
					
						
							
							
								Sandro Santilli 
							
						 
					 
					
						
						
							
						
						3138fa0b40 
					 
					
						
						
							
							Check DB connection before any possible use  
						
						
						
						
					 
					
						2016-05-24 16:49:50 +02:00 
						 
				 
			
				
					
						
							
							
								www-data 
							
						 
					 
					
						
						
							
						
						9545219a23 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/nightly' into nightly  
						
						
						
						
					 
					
						2016-05-17 14:00:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						bd306bdb9f 
					 
					
						
						
							
							Add /download action for attachments  
						
						
						
						
					 
					
						2016-05-09 22:08:36 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						bc70ec1263 
					 
					
						
						
							
							Don't warp attachment page thumbnails  
						
						
						
						
					 
					
						2016-05-04 11:59:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						3a6733dc98 
					 
					
						
						
							
							2-frame GIF animations weren't recognised as animated  
						
						
						
						
					 
					
						2016-05-04 11:57:55 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						6d6db77f06 
					 
					
						
						
							
							Documentation update in File class file  
						
						
						
						
					 
					
						2016-05-04 11:44:14 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						a5a96dd857 
					 
					
						
						
							
							Misplaced break/continue statements.  
						
						
						
						
					 
					
						2016-05-04 11:44:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						87dd0fbdb6 
					 
					
						
						
							
							UseFileAsThumbnailException uses direct File object now  
						
						
						
						
					 
					
						2016-05-04 11:34:50 +02:00 
						 
				 
			
				
					
						
							
							
								www-data 
							
						 
					 
					
						
						
							
						
						6a95a0cecb 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/nightly' into nightly  
						
						
						
						
					 
					
						2016-05-01 21:44:34 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						60130633f0 
					 
					
						
						
							
							Linkback references to unset indexes + spelling error  
						
						
						
						
					 
					
						2016-05-01 11:36:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						7aa9a69c2f 
					 
					
						
						
							
							Link to attachment page instead of big-ass image  
						
						
						
						
					 
					
						2016-05-01 11:35:51 +02:00 
						 
				 
			
				
					
						
							
							
								www-data 
							
						 
					 
					
						
						
							
						
						ede6dcd4ac 
					 
					
						
						
							
							Merge remote-tracking branch 'upstream/master' into nightly  
						
						
						
						
					 
					
						2016-04-27 15:16:26 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						e4f688fcfd 
					 
					
						
						
							
							naughty extlib fix (PHP7)  
						
						... 
						
						
						
						The explode function didn't return empty elements (which split did) 
						
						
					 
					
						2016-04-26 02:57:14 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						3e9b0d6018 
					 
					
						
						
							
							split is gone, use explode. PHP7 extlib fix  
						
						
						
						
					 
					
						2016-04-26 02:41:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						af28160679 
					 
					
						
						
							
							Naughty fix for extlib XMPPHP (PHP7)  
						
						... 
						
						
						
						I shouldn't fix extlibs, but here goes anyway. I will see if there's
an upstream library we can track which has fixed this themselves. 
						
						
					 
					
						2016-04-26 02:41:04 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						58274c99d4 
					 
					
						
						
							
							Some PHP7 related package names  
						
						
						
						
					 
					
						2016-04-26 01:50:40 +02:00