gnu-social/scripts
Mikael Nordfeldth 88f7bb1ed5 Some work on ActivityModeration with notice deletion
Let's now create an event called DeleteNotice and also make sure we
handle the onNoticeDeleteRelated properly in ActivityModeration to
avoid possible endless loops etc.
2015-10-03 02:02:37 +02:00
..
allsites.php add options to show sites with/without a tag 2011-06-01 10:21:03 -04:00
apidocs.config minor fixes and cleanups in the scripts directory 2013-09-18 00:25:11 +02:00
backupuser.php Squashed commit of the following: 2013-06-29 07:52:09 -04:00
checkschema.php Option to pre-load a plugin with checkschema script 2011-05-04 21:05:25 -07:00
clean_file_table.php Script to delete file table entries which have disappeared locally 2015-02-24 19:29:28 +01:00
clean_profiles.php Profile table cleaning script. 2015-02-18 14:01:35 +01:00
clean_thumbnails.php Thumbnail cleaning script, for missing files and File entries 2014-05-12 14:41:12 +02:00
clear_jabber.php Managed_DataObject->updateWithKeys throws its own exception 2015-01-25 12:54:08 +01:00
clearcache.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
command.php Implemented WebFinger and replaced our XRD with PEAR XML_XRD 2013-09-30 22:04:52 +02:00
commandline.inc ImPlugin classes generally require background daemons in CLI 2015-04-09 12:17:31 +02:00
console.php slugify console.php prompt name 2015-05-30 16:40:00 +02:00
createsim.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
delete_notice.php Delete notice script added. Give an ID or URI. 2015-07-08 12:30:21 +02:00
delete_status_network.sh Fixes for delete_status_network.sh: 2010-11-22 11:10:10 -08:00
deletegroup.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
deleteprofile.php deleteuser script changed to deleteprofile 2015-04-21 23:47:55 +02:00
docgen.php Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 2013-11-01 13:51:41 +01:00
doxygen.tmpl minor fixes and cleanups in the scripts directory 2013-09-18 00:25:11 +02:00
dumpschema.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
fixup_deletions.php fixup_deletions.php script to look for notices posted by now-deleted profiles and remove them. 2010-03-23 17:24:01 -07:00
fixup_hashtags.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
fixup_replies.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
flushrouter.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
flushsite.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
getpiddir.php Revert "Open tags should have closing tags" 2009-10-08 11:41:39 -04:00
getvaliddaemons.php Let's not avoid error reporting completely in getvaliddaemons 2014-08-24 13:20:05 +02:00
gnusocialversion.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
handlequeued.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
imdaemon.php Test against PHP_VERSION < 5.2.6, we don't support that low 2014-05-09 10:36:22 +02:00
importtwitteratom.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
install_cli.php adminUpdates setting not available now 2014-05-19 14:53:52 +02:00
joingroup.php Minor script fixes 2014-05-19 14:46:35 +02:00
leavegroup.php Minor script fixes 2014-05-19 14:46:35 +02:00
maildaemon.php Add an IMAP daemon so StatusNet can process incoming user posts via catch-all mailbox (in addition to the pre-existing script alias method) 2010-01-08 18:52:43 -05:00
make-release.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
makegroupadmin.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
move_status_network.sh Script to move a statusnetwork from one db server to another 2011-10-16 04:44:08 -04:00
moveuser.php Add a scary 'experimental feture' warning & are-you-sure prompt on moveuser.php 2011-01-19 15:13:46 -08:00
nukefile.php scripts/nukefile.php for blasting crap from the server 2015-05-30 15:41:04 +02:00
queuectl.php Control channel for queue daemons to request graceful shutdown, restart, or update to listen to a newly added or reconfigured site. 2010-01-26 11:49:49 -08:00
queuedaemon.php Detect when queuedaemon/xmppdaemon parent processes die and kill the child processes. 2010-03-10 11:54:00 -08:00
registeruser.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
remove_duplicate_file_urls.php file_redirection duplicates are removed too in maintenance script 2015-04-15 23:56:23 +02:00
restoreuser.php Make restoreuser use new FeedImporter queue handler 2010-12-17 16:27:20 -05:00
sendemail.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
sessiongc.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
setconfig.php Mass replacement of #-comments with //-comments 2011-03-22 11:54:23 -04:00
setpassword.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
settag.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
setup.cfg.sample allow setting some initial tags on a new network 2011-06-01 10:53:46 -04:00
setup_status_network.sh fix typo in the comment (for better copy & pasting) 2010-09-09 13:14:52 -04:00
showcache.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
showplugins.php Comment and typing improvements 2013-11-19 13:29:26 +01:00
showtable.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
startdaemons.sh minor fixes and cleanups in the scripts directory 2013-09-18 00:25:11 +02:00
stopdaemons.sh Usage documentation in the stopdaemons script 2014-12-10 21:17:57 +01:00
strip_geo.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
uncache_users.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
update_po_templates.php Add the root index.php to gettext .pot template file generation; some error messages and such in there weren't making it into the TranslateWiki.net database. 2011-04-03 15:22:11 -07:00
update_translations.php Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 2013-09-28 15:20:10 +02:00
updatelocation.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
updateurls.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
upgrade.php Some work on ActivityModeration with notice deletion 2015-10-03 02:02:37 +02:00
useremail.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
userrole.php Add executable permission to script missing it 2015-07-10 14:46:08 +05:30