Mikael Nordfeldth ff004c5912 Avoid CLI printing some PEAR::DB deprecated stuff 9 лет назад
..
allsites.php 4fd25301b8 add options to show sites with/without a tag 13 лет назад
apidocs.config f00949946b minor fixes and cleanups in the scripts directory 11 лет назад
backupuser.php 66f4a39105 Squashed commit of the following: 11 лет назад
checkschema.php f8c3458216 Option to pre-load a plugin with checkschema script 13 лет назад
clean_thumbnails.php bf8c26f835 Thumbnail cleaning script, for missing files and File entries 10 лет назад
clear_jabber.php 12058c30b4 Managed_DataObject->updateWithKeys throws its own exception 9 лет назад
clearcache.php a319b40c97 common_cache_key() -> Cache::key() 14 лет назад
command.php a0e107f17f Implemented WebFinger and replaced our XRD with PEAR XML_XRD 11 лет назад
commandline.inc ff004c5912 Avoid CLI printing some PEAR::DB deprecated stuff 9 лет назад
console.php 83fb5e6023 Mass replacement of #-comments with //-comments 13 лет назад
createsim.php f1d7555ccc Simulation does not support plugins yet 10 лет назад
delete_status_network.sh 9c6e63b0bc Fixes for delete_status_network.sh: 14 лет назад
deletegroup.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
deleteuser.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
docgen.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 11 лет назад
doxygen.tmpl f00949946b minor fixes and cleanups in the scripts directory 11 лет назад
dumpschema.php 9ced8af8dc fix notices in dumpschema 14 лет назад
fixup_deletions.php 13d59e0c76 fixup_deletions.php script to look for notices posted by now-deleted profiles and remove them. 14 лет назад
fixup_hashtags.php 633191d808 Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 11 лет назад
fixup_replies.php 633191d808 Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 11 лет назад
flushrouter.php 09a4cebd47 fix flushrouter.php -- tried to call Cache::delete statically 13 лет назад
flushsite.php 61434ebaa2 a script to flush site 14 лет назад
getpiddir.php 4737563b95 a distributed -> the distributed 15 лет назад
getvaliddaemons.php d1f5baa982 Let's not avoid error reporting completely in getvaliddaemons 10 лет назад
gnusocialversion.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 11 лет назад
handlequeued.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
imdaemon.php c8c7f5b3fe Test against PHP_VERSION < 5.2.6, we don't support that low 10 лет назад
importtwitteratom.php 1acc7d66c6 Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping. 14 лет назад
install_cli.php fb82c75b49 adminUpdates setting not available now 10 лет назад
joingroup.php 37e57610fb Minor script fixes 10 лет назад
leavegroup.php 37e57610fb Minor script fixes 10 лет назад
maildaemon.php 055f3fdddb Add an IMAP daemon so StatusNet can process incoming user posts via catch-all mailbox (in addition to the pre-existing script alias method) 15 лет назад
make-release.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 11 лет назад
makegroupadmin.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
move_status_network.sh b42cc773ed Script to move a statusnetwork from one db server to another 13 лет назад
moveuser.php 4026e208c2 Add a scary 'experimental feture' warning & are-you-sure prompt on moveuser.php 14 лет назад
queuectl.php 58be61b641 Control channel for queue daemons to request graceful shutdown, restart, or update to listen to a newly added or reconfigured site. 15 лет назад
queuedaemon.php 532e486a93 Detect when queuedaemon/xmppdaemon parent processes die and kill the child processes. 14 лет назад
registeruser.php 12058c30b4 Managed_DataObject->updateWithKeys throws its own exception 9 лет назад
restoreuser.php 4b41d05a13 Make restoreuser use new FeedImporter queue handler 14 лет назад
sendemail.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
sessiongc.php 4737563b95 a distributed -> the distributed 15 лет назад
setconfig.php 83fb5e6023 Mass replacement of #-comments with //-comments 13 лет назад
setpassword.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
settag.php 6793616521 Success exit from settag.php if desired state already exists 13 лет назад
setup.cfg.sample 7f1a30dc40 allow setting some initial tags on a new network 13 лет назад
setup_status_network.sh dfca3ff709 fix typo in the comment (for better copy & pasting) 14 лет назад
showcache.php a319b40c97 common_cache_key() -> Cache::key() 14 лет назад
showplugins.php c942bdcb43 Comment and typing improvements 11 лет назад
showtable.php e206324f24 statusize schema-related modules 15 лет назад
startdaemons.sh f00949946b minor fixes and cleanups in the scripts directory 11 лет назад
stopdaemons.sh 8e6ea2056d Usage documentation in the stopdaemons script 10 лет назад
strip_geo.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
uncache_users.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
update_po_templates.php 065a327a86 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. 13 лет назад
update_translations.php 633191d808 Making sure scripts and tests check for GNUSOCIAL defined (instead of STATUSNET) 11 лет назад
updatelocation.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
updateurls.php fcba540a14 Removed legacy OMB. Use OStatus for remote profiles. 11 лет назад
upgrade.php d02f3c4648 Conversation URIs could be NULL on upgrade 10 лет назад
useremail.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад
userrole.php 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV 11 лет назад