Merge branch 'permissions-fix' into 'master'

Permissions fix

During Debian packaging I noticed that executable permissions on several files are incorrect.  In the fist case files such as .gitignore, .png, .ico were wrongly set as executable.  In the second case, files that are meant to be running on the command line such as maintenance scripts starting with "#!/usr/bin/env php" do not have executable permissions.  These files were identified by lintian automatic checking program.  This merge request aims to fix the problem.

See merge request !21
This commit is contained in:
mmn 2015-07-10 14:01:49 +00:00
commit 204f6bb503
66 changed files with 0 additions and 0 deletions

0
avatar/.gitignore vendored Executable file → Normal file
View File

0
extlib/DB/DataObject.php Executable file → Normal file
View File

0
extlib/DB/DataObject/Cast.php Executable file → Normal file
View File

0
extlib/DB/DataObject/Error.php Executable file → Normal file
View File

0
extlib/DB/DataObject/Generator.php Executable file → Normal file
View File

0
extlib/Mail.php Executable file → Normal file
View File

0
extlib/Mail/RFC822.php Executable file → Normal file
View File

0
extlib/Mail/mail.php Executable file → Normal file
View File

0
extlib/Mail/mock.php Executable file → Normal file
View File

0
extlib/Mail/null.php Executable file → Normal file
View File

0
extlib/Mail/sendmail.php Executable file → Normal file
View File

0
extlib/Mail/smtp.php Executable file → Normal file
View File

0
extlib/Mail/smtpmx.php Executable file → Normal file
View File

0
extlib/Net/URL2.php Executable file → Normal file
View File

0
lib/apiaction.php Executable file → Normal file
View File

0
plugins/AntiBrute/AntiBrutePlugin.php Executable file → Normal file
View File

View File

0
plugins/DomainStatusNetwork/scripts/proposesite.php Normal file → Executable file
View File

0
plugins/DomainStatusNetwork/scripts/sitefordomain.php Normal file → Executable file
View File

View File

View File

0
plugins/EmailReminder/scripts/sendemailreminder.php Normal file → Executable file
View File

0
plugins/FeedPoller/scripts/pollfeed.php Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
plugins/OStatus/extlib/phpseclib/Crypt/RC2.php Executable file → Normal file
View File

0
plugins/OStatus/scripts/fixup-shadow.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/gcfeeds.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/renew-feeds.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/resub-feed.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/rm_bad_feedsubs.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/testfeed.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/update-profile-data.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/update-profile.php Normal file → Executable file
View File

0
plugins/OStatus/scripts/update_ostatus_profiles.php Normal file → Executable file
View File

0
plugins/OStatus/tests/slap.php Normal file → Executable file
View File

0
plugins/Realtime/scripts/cleanupchannels.php Normal file → Executable file
View File

View File

0
plugins/Sitemap/scripts/updatecounts.php Normal file → Executable file
View File

0
plugins/TwitterBridge/daemons/twitterdaemon.php Normal file → Executable file
View File

View File

0
scripts/clearcache.php Normal file → Executable file
View File

0
scripts/createsim.php Normal file → Executable file
View File

0
scripts/dumpschema.php Normal file → Executable file
View File

0
scripts/flushrouter.php Normal file → Executable file
View File

0
scripts/flushsite.php Normal file → Executable file
View File

0
scripts/gnusocialversion.php Normal file → Executable file
View File

0
scripts/importtwitteratom.php Normal file → Executable file
View File

0
scripts/make-release.php Normal file → Executable file
View File

0
scripts/makegroupadmin.php Normal file → Executable file
View File

0
scripts/registeruser.php Normal file → Executable file
View File

0
scripts/sessiongc.php Normal file → Executable file
View File

0
scripts/settag.php Normal file → Executable file
View File

0
scripts/showcache.php Normal file → Executable file
View File

0
scripts/showtable.php Normal file → Executable file
View File

0
scripts/uncache_users.php Normal file → Executable file
View File

0
scripts/updatelocation.php Normal file → Executable file
View File

0
scripts/updateurls.php Normal file → Executable file
View File

0
scripts/upgrade.php Normal file → Executable file
View File

0
scripts/userrole.php Normal file → Executable file
View File

0
tests/atompub/atompub_test.php Normal file → Executable file
View File

0
tests/oauth/oauth_post_notice.php Normal file → Executable file
View File

0
theme/neo-quitter/LICENSE Executable file → Normal file
View File

0
theme/neo-quitter/default-avatar-mini.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
theme/neo-quitter/default-avatar-profile.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

0
theme/neo-quitter/default-avatar-stream.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
theme/neo-quitter/favicon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB