Commit Graph

208 Commits

Author SHA1 Message Date
Evan Prodromou 98a0d7f538 Configuration options for using an HTTP proxy
We can make a lot of HTTP requests from the server side. This change
adds some configuration options for using an HTTP proxy, which can
cache hits from multiple sites (good for status.net-like services, for example).
2011-01-03 10:38:32 -08:00
Evan Prodromou 7c7b91e61a define configuration settings for account maintenance security 2010-12-13 16:28:02 -05:00
Evan Prodromou bb63fd4b75 Config flag to disable router caching if needed 2010-12-06 17:19:41 -05:00
Brion Vibber e317ec11ad Drop PEAR Services_oEmbed -- ended up replaced by our oEmbedHelper wrapper. The extra validation available there is problematic, and their code for building HTML for us wasn't being used anyway. 2010-11-15 12:35:15 -08:00
Brion Vibber e90bf6c15b README bump for 0.9.6 final 2010-10-29 14:17:18 -07:00
Brion Vibber c09487f272 readme: release candidate 0.9.6 2010-10-25 14:49:29 -07:00
Brion Vibber 8004e2809d Fix for ticket #2845: singleuser nickname configuration was being overridden by site owner in router setup.
I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset.
This is now called consistently from the places that needed to use the primary user's nickname in routing setup.

Setting $config['singleuser']['nickname'] should now work again as expected.
2010-10-20 14:34:25 -07:00
Siebrand Mazeland 6baba4a2e4 Fix casing of "translatewiki.net" 2010-10-19 02:26:39 +02:00
Brion Vibber d26b7a12ca Bump README to 0.9.6 2010-10-18 14:48:11 -07:00
Evan Prodromou 671712f0f6 document API and nofollow config options 2010-10-18 11:41:33 -04:00
Brion Vibber 793ec16ed4 Fix ticket #2829: we have more subdirs to pull than just avatars now; updated the upgrade directions. 2010-10-14 16:57:04 -07:00
Evan Prodromou 1a4dc03bfe document and default for site|ssllogo 2010-10-14 14:56:38 -04:00
Evan Prodromou b31c49c5d4 Make HTTPS urls in File::url() if necessary 2010-10-14 14:22:17 -04:00
Evan Prodromou 7fb765b2cb document sslserver and sslpath configuration options 2010-10-14 01:23:12 -04:00
Evan Prodromou efa7dcc66d include changelog and version changes in text 2010-09-09 11:26:15 -04:00
Brion Vibber cb1d5049b8 Bump version to 0.9.5 2010-09-08 15:35:23 -07:00
Evan Prodromou ef1cb1cc94 explicitly license documentation under CC-BY 3.0 2010-09-03 15:26:25 -04:00
Evan Prodromou cc6e4c93e5 explicit attribution 2010-09-02 23:41:48 -04:00
Evan Prodromou 3010429579 note that images and CSS files in /themes/ are CC-BY 3.0, and that themes are exempt from AGPL copyleft 2010-09-02 23:23:46 -04:00
Brion Vibber b2a5e0d09b StatusNet 0.9.4 "Orange Crush" 2010-08-16 10:09:33 -07:00
Evan Prodromou d06bdfa54b add note about software subscription 2010-08-12 18:42:09 -07:00
Brion Vibber d15a41c96e 0.9.4beta2 update some notes in README, note the fix from beta1 2010-08-11 10:32:52 -07:00
Brion Vibber 452123916d Updates to README w/ summary changelist 2010-06-29 11:23:35 -04:00
Brion Vibber c9863bb864 Update version and code name: 0.9.3 Half a World Away 2010-06-28 15:08:01 -04:00
Zach Copley 940a8c2c1e Updated README to include one-liner about fixed installer in the noteable changes section 2010-05-03 12:02:50 -07:00
Brion Vibber c2f620ed67 Update release date 2010-05-03 11:46:01 -07:00
Zachary Copley a5761dd814 Update release notes and version number for 0.9.2 2010-04-29 16:06:04 -07:00
Brion Vibber faa14b64ab Tweak to Eugene Crosser's patch to make transactions and acks configurable; disabling them gets basic message delivery working under MorbidQ, and may help with RabbitMQ etc.
I swapped the settings from negative to positive ($config['queue']['stomp_transactions'] = false rather than $config['queue']['stomp_no_transactions'] = true), gave them defaults (both on for best ActiveMQ experience), and added notes to the README about configuring them.
2010-03-29 15:46:41 -07:00
Eugene Crosser bd1363c17a Make stomp queue manager work with basic servers
Signed-off-by: Eugene Crosser <crosser@average.org>
2010-03-29 15:31:43 -07:00
Evan Prodromou ddc71b6637 update README and version number 2010-03-28 11:39:56 -04:00
Brion Vibber bbfb766885 Add readme notes about PHP <5.2.6 bug on 64-bit and PHP 5.3 issues. 2010-03-18 11:12:27 -07:00
Brion Vibber 064c45890f fix ver ref in upgrade instructions 2010-03-04 14:45:55 -08:00
Zach Copley 980d1a66ec Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
* 'testing' of gitorious.org:statusnet/mainline:
  Updated note on geo location and added a note on user roles
  Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)
2010-03-04 11:19:02 -08:00
Zach Copley fc3b53853f Make indenting consistent in README 2010-03-04 11:18:30 -08:00
Sarven Capadisli be4b482f13 Updated note on geo location and added a note on user roles 2010-03-04 14:11:18 -05:00
Zach Copley e6f379f8a3 Normalize whitespace in the README -- all tabs to (4) spaces 2010-03-04 10:57:35 -08:00
Evan Prodromou 96c06dd75d note betas are obsolete now 2010-03-04 13:56:02 -05:00
Evan Prodromou 1e55266afa Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 2010-03-04 13:46:05 -05:00
Evan Prodromou 1b49e9d278 banned no longer supported 2010-03-04 13:45:31 -05:00
Brion Vibber 4d3f90ed19 Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing 2010-03-04 10:41:25 -08:00
Brion Vibber 22c06337a0 updates to queue info in readme 2010-03-04 10:41:07 -08:00
Zach Copley 53f390a074 Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
* 'testing' of gitorious.org:statusnet/mainline:
  some more editorial on README
  Increased admin navigation width to handle longer text length
2010-03-04 10:34:46 -08:00
Zach Copley 8242dba179 Fix link to StatusNet bug tracker in README 2010-03-04 10:34:12 -08:00
Evan Prodromou b98fcffcd2 some more editorial on README 2010-03-04 13:34:05 -05:00
Evan Prodromou 938c5954fb add blacklist and throttle plugin notes 2010-03-04 13:29:09 -05:00
Evan Prodromou 1f15e52483 change lede so it doesn't talk about Laconica 2010-03-04 13:24:29 -05:00
Evan Prodromou 80b58db172 change 'mublog' to 'statusnet' in README 2010-03-04 13:22:45 -05:00
Evan Prodromou bf0e29b465 change lacuser/lacpassword to statusnet-like ones 2010-03-04 13:21:11 -05:00
Evan Prodromou 046e2b7dc7 change URLs and versions in README 2010-03-04 13:17:48 -05:00
Evan Prodromou 26f78f5777 change changelog and version 2010-03-04 13:04:22 -05:00