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