Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | Sentence case for app statistics | Sarven Capadisli | |
2010-02-03 | Script to update profile URLs | Evan Prodromou | |
2010-02-03 | clear cache for Profile::hasRepeated() at Notice::insert() time | Evan Prodromou | |
2010-02-03 | clearcache.php column flag was conflicting with default flag | Evan Prodromou | |
2010-02-03 | showcache.php column flag was conflicting with default flag | Evan Prodromou | |
2010-02-03 | change 'sitetype' to 'siteplan' to use consistent language | Evan Prodromou | |
2010-02-03 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-02-03 | add nickname as unique key for user_group table | Evan Prodromou | |
2010-02-02 | Fix regression breaking file attachments. This is what I get for rushing ↵ | Brion Vibber | |
fixes and not properly testing them. :P | |||
2010-02-02 | Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, ↵ | Brion Vibber | |
exposed to the email | |||
2010-02-01 | Improve name validation checks on local File references | Brion Vibber | |
2010-02-01 | fix local file include vulnerability in doc.php | Evan Prodromou | |
Conflicts: actions/doc.php | |||
2010-02-01 | restructuring of User::registerNew() lost password munging | Evan Prodromou | |
2010-01-31 | Add a script to clear the cache for a given key | Evan Prodromou | |
Like showcache.php, clearcache.php clears the cache for a given key. | |||
2010-01-31 | buggy fetch for site owner | Evan Prodromou | |
2010-01-31 | Add a robots.txt URL to the site root | Evan Prodromou | |
Adds a robots.txt file to the site root. Defaults defined by 'robotstxt' section of config. New events StartRobotsTxt and EndRobotsTxt to let plugins add information. Probably not useful if path is not /, but won't hurt anything, either. | |||
2010-01-30 | error clearing tags for profiles from memcached | Evan Prodromou | |
2010-01-30 | on exceptions, stomp logs the error and reenqueues | Evan Prodromou | |
2010-01-30 | add lat, lon, location and remove closing tag from geocode.php | Evan Prodromou | |
2010-01-30 | Use passed-in lat long in geocode.php | Evan Prodromou | |
Don't rewrite the lat-long for a location in geocode.php. | |||
2010-01-30 | better handling of null responses from geonames.org | Evan Prodromou | |
2010-01-29 | plugin to limit number of registered users | Evan Prodromou | |
2010-01-29 | add hooks for user registration | Evan Prodromou | |
2010-01-29 | live fast, die young in bash scripts | Evan Prodromou | |
2010-01-29 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-29 | for single-user mode, retrieve either site owner or defined nickname | Evan Prodromou | |
2010-01-29 | method to get the site owner | Evan Prodromou | |
2010-01-29 | define a constant for the 'owner' role of a site | Evan Prodromou | |
2010-01-29 | add simple cache getter/setter static functions to Memcached_DataObject | Evan Prodromou | |
2010-01-29 | Hides .author from XHR response in showstream | Sarven Capadisli | |
2010-01-28 | Fix more fatal errors in queue edge cases | Brion Vibber | |
2010-01-28 | Don't attempt to resend XMPP messages that can't be broadcast due to the ↵ | Brion Vibber | |
profile being deleted. | |||
2010-01-28 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
2010-01-28 | Wrap each bit of distrib queue handler's saving operation in a try/catch; ↵ | Brion Vibber | |
log exceptions but let everything else continue. | |||
2010-01-29 | Merge branch 'testing' | Zach Copley | |
2010-01-28 | Log exceptions from queuedaemon.php if they're not already caught | Brion Vibber | |
2010-01-28 | Move sessions settings to its own panel | Zach Copley | |
2010-01-28 | Fixes for status_network db object .ini and tag setter script | Brion Vibber | |
2010-01-28 | Add a script to set tags for sites | Evan Prodromou | |
2010-01-28 | Merge branch 'testing' | Evan Prodromou | |
2010-01-29 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-01-29 | Adjust API authentication to also check for OAuth protocol params in the | Zach Copley | |
HTTP Authorization header, as defined in OAuth HTTP Authorization Scheme. | |||
2010-01-28 | Merge branch 'testing' | Brion Vibber | |
2010-01-28 | Last-chance distribution if enqueueing fails | Evan Prodromou | |
2010-01-28 | Manual failover for stomp queues. | Brion Vibber | |
If an array of multiple servers is put in $config['queue']['stomp_server'], enqueues will pick a random server to send to (failing over automatically if any are down). Queue handling daemons connect all servers so they get events no matter where they were delivered. In case of disconnection, daemons should now handle it gracefully and attempt to reconnect every 60 seconds or so, automatically resubscribing to all queues once it's back up. Can put to 'native' failover for reads as well by disabling $config['stomp']['manual_failover'] = false; but this is untested and may explode in addition to requiring that your ActiveMQ cluster actually be set up to handle its own data distribution. Additionally, can choose which queues to mark as persistent by setting $config['stomp']['persistent'] to an array of queue names. | |||
2010-01-28 | lost config in index.php made all traffic go to master | Evan Prodromou | |
2010-01-28 | Revert "Revert "move RW setup above user get in index.php so remember_me works"" | Evan Prodromou | |
This reverts commit be7bca2303cc9900f2c1a746a10a785d9d95783c. | |||
2010-01-28 | Revert "move RW setup above user get in index.php so remember_me works" | Evan Prodromou | |
This reverts commit fa7895333724e314e2b32cb89f19a41069c554be. | |||
2010-01-28 | move RW setup above user get in index.php so remember_me works | Evan Prodromou | |
2010-01-28 | Merge commit 'origin/master' into testing | Brion Vibber | |