- 26 Jun, 2010 1 commit
-
-
Brion Vibber authored
-
- 25 Jun, 2010 1 commit
-
-
Zach Copley authored
-
- 24 Jun, 2010 1 commit
-
-
Brion Vibber authored
Regression fix for Recaptcha on SSL registration page; their API is served on a different hostname for SSL.
-
- 22 Jun, 2010 1 commit
-
-
Zach Copley authored
- Normalize xmlns:statusnet links in the API
-
- 21 Jun, 2010 1 commit
-
-
Brion Vibber authored
-
- 20 Jun, 2010 1 commit
-
-
Brion Vibber authored
MobileProfile serves pages out to iPhone and Android as application/xhtml+xml, which doesn't work with the default we we were loading recaptcha (as it used document.write). Switched to filling out a <div> from the AJAX API, which doesn't use document.write in the XHTML context. Tested that view & submission works ok in following browsers: Mobile: iPhone 3.1, Android 2.1, iPad 3.2 (this last doesn't trigger mobile theme tweaks) Ubuntu 10.04: Firefox 3.6.3, Chrome 6 Mac 10.6: Safari 5/OS X 10.6.4 Windows 7: IE 8, Opera 10.56
-
- 18 Jun, 2010 1 commit
-
-
Brion Vibber authored
Catch a couple of missing XML namespace declarations on API XML output. Missing NS declarations were breaking XML parsing for some clients since beaecb18
-
- 17 Jun, 2010 3 commits
-
-
Zach Copley authored
Atom notice feeds
-
James Walker authored
-
Zach Copley authored
-
- 16 Jun, 2010 4 commits
-
-
Zach Copley authored
* 'master' of gitorious.org:statusnet/mainline: Switch OpenID server's redirects from 307 to 303 to avoid prompt for form data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal.
-
Zach Copley authored
- Add statusnet:group_info tag to group Atom feeds
-
Brion Vibber authored
-
Brion Vibber authored
Switch OpenID server's redirects from 307 to 303 to avoid prompt for form data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal.
-
- 14 Jun, 2010 2 commits
-
-
Evan Prodromou authored
-
Brion Vibber authored
-
- 13 Jun, 2010 2 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 11 Jun, 2010 3 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Warning: the format strings aren't actually being enforced here which is probably why they weren't caught earlier. Not quite sure why, it should be looked at!
-
- 10 Jun, 2010 2 commits
-
-
Brion Vibber authored
Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are followed by, but don't themselves follow the user whose FOAF we're displaying.
-
Brion Vibber authored
Ticket #2349: fix for Geonames semantic reference URLs in FOAF output (corrects a typo in the patch added in 4463768b)
-
- 08 Jun, 2010 3 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Basic custom CSS and theme uploading features. 'local' subdir can now be customized to a distinct directory and URL path to make it easier to separate custom themes for a multi-site farm running a common code base. Currently only one custom theme may be uploaded per site, saved with the name 'custom' and stored into the local/themes subdirectory. Administrators can upload a .ZIP archive containing a theme through the design admin panel; its contents are validated to ensure that only legit files are saved, and a 5M size quota is enforced. Theme upload requires the zip extension for PHP; if not present, theme uploading is disabled by default. Uploading and the custom CSS can be controlled via $config['theme_upload']['enabled'] and $config['custom_css']['enabled']. Configurable directory/path/server for 'local' subdirectory (currently only as used for themes; local plugins not yet switched over) Can set $config['local']['dir'] etc; not currently exposed in the admin panels. Per-site directories on a separate themes server could be set up such as: $config['local']['dir'] = '/path/to/themes/local/' . $_nickname; $config['local']['server'] = 'themes.example.com'; $config['local']['path'] = '/local/' . $_nickname; $config['local']['ssl'] = 'never';
-
Brion Vibber authored
break up the giant form function in design admin panel into individual sections to make it a little more manageable
-
- 07 Jun, 2010 2 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing sites. Keeps latency down for other things enqueued while we work...
-
- 04 Jun, 2010 7 commits
-
-
Zach Copley authored
-
Evan Prodromou authored
Only show local public notices in sitemap. Only do counts for them in the sitemap index, and only show them in the notice sitemap.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
Meteor realtime plugin: use persistent connections by default when pushing updates from our queue threads
-
- 03 Jun, 2010 5 commits
-
-
Brion Vibber authored
Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC.
-
Brion Vibber authored
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-