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