summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-04change URLs and versions in READMEEvan Prodromou
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-04change changelog and versionEvan Prodromou
2010-03-04Add link to http://status.net/wiki/Getting_started on installer success screen.Brion Vibber
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Showing a vertical navigation for admin panels.Sarven Capadisli
2010-03-04Bringing aside back because it is needed for Design values. Will hideSarven Capadisli
from CSS instead.
2010-03-04Dropping the earlier PubSubHubbub plugin; OStatus plugin is taking that ↵Brion Vibber
portion over (with both internal and external hub options for user and group feeds). Todo: add support for other feeds to OStatus PuSH hub implementation.
2010-03-04OStatus: fix for remote group join via non-logged-in 'join' button.Brion Vibber
Bad lookup was sending us to the first group instead of the selected group.
2010-03-04adding plugin version to OStatusJames Walker
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Ignore API 'since' silently as Twitter does instead of throwing a 403 error. ↵Brion Vibber
Getting extra results is less disruptive than total failure. Threw in an X-StatusNet-Warning header on the off chance some API client developer notices it. :)
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04adding checkschema to setup scriptJames Walker
2010-03-04Roll up some missing items from 08to09.sql; now hits all changed ↵Brion Vibber
tables/columns/keys in core. Added partial data conversions: user_groups -> local_user: ids, names filled out; mainpage, uri left null notice -> conversation: stub entry added to push the autoincrement past existing notice items
2010-03-04OStatus enabled by defaultEvan Prodromou
2010-03-04Moved database hostname in install to db fieldsetSarven Capadisli
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-03-04Create new field in consumer table in 08to09.sqlCiaran Gultnieks
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Added oauth_appication tables to 08to09.sqlBrion Vibber
Conflicts: db/08to09.sql
2010-03-04Updated SN install UI. Using separate fieldsetsSarven Capadisli
2010-03-04Merge branch 'master' into testingBrion Vibber
2010-03-04Installer tweaks: maintain form values when redisplaying form after error, ↵Brion Vibber
add pass confirmation and optional email forms for administrator. Caveat: fancy URLs value isn't currently maintained; JS needs updating to not overwrite the value or we should kill it entirely.
2010-03-04Merge branch 'testing'Brion Vibber
2010-03-04Fix on sitenotice admin panel saveBrion Vibber
2010-03-04Removed unused stub classZach Copley
2010-03-04Add generator tag into Atom feeds.Zach Copley
2010-03-04Couple of tweaks to the HTML to try and make installer look bettter. This ↵Zach Copley
still needs some work.
2010-03-04Create an initial user during install, and grant owner, moderator and ↵Zach Copley
administrator roles.
2010-03-04Fix variable name in NoConfigExceptionZach Copley
2010-03-04Catch a previously uncaught exception and add some additional debug logs for ↵James Walker
signature verification
2010-03-04Merge remote branch 'statusnet/testing' into testingJames Walker
2010-03-04update xrd -> userxrdJames Walker
2010-03-04Updated styles for unsandbox, unsilence, revoke administrator andSarven Capadisli
moderator icons
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-04Added the inverse icons for badge, sandbox, speech, adminSarven Capadisli
2010-03-03Temp fix for problem getting actor from PuSH updates where actor is only ↵Zach Copley
specified in subject
2010-03-03Test a small user feed to ensure we're taking the activity actor from the ↵Zach Copley
subject
2010-03-03Revert "Revert "Show <activity:subject> and no activity actors for user feed""Zach Copley
This reverts commit e2578cfad68c45ca177c51997c4cc7c0abafbd9a.
2010-03-03Changed text for authorizing/confirming remote profileSarven Capadisli
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Puts All groups and Remote sub button in the mini list on the same lineSarven Capadisli
2010-03-03refactor xrd to allow for ownerxrd - xrd document for the site owner.James Walker
introduced $config['webfinger']['owner'] for a custom xrd subject
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Updated OStatus subscription error messages to be more user friendly.Sarven Capadisli
Hopefully.
2010-03-03OStatus: catchable exception instead of fatal when parsing valid XML that ↵Brion Vibber
isn't a valid XRD doc
2010-03-03OStatus: code cleanup on webfinger fallback pathBrion Vibber
2010-03-03Fix up catching of webfinger setup failsBrion Vibber