summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-14Fix for ticket #2828: apostrophe in site name set in installer created a ↵Brion Vibber
broken config.php. Now running values through var_export() before putting them into the config.php, ensuring strings will be properly quoted.
2010-10-14let users set their SSL logo through the admin panelEvan Prodromou
2010-10-14document and default for site|ssllogoEvan Prodromou
2010-10-14fix copy-and-paste error in javascript url creationEvan Prodromou
2010-10-14make the logo be compatible with HTTPS pages, if possibleEvan Prodromou
2010-10-14Make HTTPS urls in File::url() if necessaryEvan Prodromou
2010-10-14accept profile URL as a LRDD identifierEvan Prodromou
2010-10-14Show Webfinger, URI and profile page as subject and aliasesEvan Prodromou
2010-10-14correctly use sslserver if it is setEvan Prodromou
2010-10-14document sslserver and sslpath configuration optionsEvan Prodromou
2010-10-14Design::url() will use HTTPS if page is HTTPSEvan Prodromou
2010-10-14use HTTPS for scripts and stylesheets if the current page is HTTPSEvan Prodromou
2010-10-14show HTTPS urls for JavaScript if HTTPS used for pageEvan Prodromou
2010-10-14consolidate some theme path code between ssl and non-sslEvan Prodromou
2010-10-14use HTTPS for favicon.ico if page is HTTPSEvan Prodromou
2010-10-14try to show HTTPS-encrypted theme files for HTTPS-encrypted pagesEvan Prodromou
2010-10-14try and show an SSL image for the creative commons imageEvan Prodromou
2010-10-14add static method StatusNet::isHTTPS()Evan Prodromou
2010-10-13better deletion of related objects in User_group::delete()Evan Prodromou
2010-10-13Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-13Merge branch 'master' into 0.9.xBrion Vibber
2010-10-13Clean up remote avatar temporary files if we fail before saving them into ↵Brion Vibber
avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)
2010-10-13ModHelper -> silence only, don't let them sandbox (it's too confusing atm ↵Brion Vibber
without a good audit trail)
2010-10-12Default to ssl in oauth tests examples configZach Copley
2010-10-12Merge branch 'oauth-1.0a' into 0.9.xZach Copley
2010-10-12Improve cache-friendliness of user_group->delete().Brion Vibber
Doesn't clear all possible cached entries, but this should get the ones that matter most: lookups by id, nickname, and alias. This should ensure that if a group name gets reused as a new group or alias, it should work properly. There are some user-visible areas that aren't clear such as the 'top groups' lists on the GroupsAction sidebar; if a deleted group appears in those lists it'll go away within an hour when the cached query expires.
2010-10-12Spelling - OAuth not OathZach Copley
2010-10-12Print a proper error messageZach Copley
2010-10-12Cascading deletion for user_group; doesn't yet work properly with caching.Brion Vibber
2010-10-12Add a basic group deletion for moderator users.Brion Vibber
2010-10-12Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-12Followup to IIS installer tweaks in [9bb48c36]:Brion Vibber
* skip 0-byte config files when initializing, go ahead and redirect to installer if no non-0-byte files * tweak warning on installer.php to let you know if you have a 0-byte config.php that's not writable, as opposed to generally already having a config.php with data in it
2010-10-12Initial version of ModHelper plugin, with basic functionality but the UI ↵Brion Vibber
stripped out until it's easier to get it done. * users need to have 'modhelper' role manually added via userrole.php for now * modhelper users can sandbox/unsandbox and silence/unsilence any user ** note that no new logging has been added for these moderator actions * no user deletion for modhelpers * probably no UserFlags special views for modhelpers
2010-10-12Output a log message when issuing a request tokenZach Copley
2010-10-12Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-11Ticket #2811 use more consistent max limit for OAuth application ↵Brion Vibber
registration descriptions; now using the field max of 255 rather than $config['site']['textlimit'] as fallback if $config['application']['desclimit'] is unset or out of bounds.
2010-10-09Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-08Merge branch 'fatals' into 0.9.xBrion Vibber
2010-10-08execution guard fixes in Facebook plugin filesBrion Vibber
2010-10-08Normalize execution guards in OpenID plugin files; avoids annoying fatal ↵Brion Vibber
errors when .php files get spidered.
2010-10-08Check for Twitter foreign link actually existing before trying to delete it; ↵Brion Vibber
friendlier error message in TwittersettingsAction
2010-10-08Fix fatal error in FacebookremoveAction if we end up getting called double ↵Brion Vibber
and the foreign_link entry has already been removed.
2010-10-08Normalize execution guards in imap plugin files.Brion Vibber
2010-10-08Normalize execution guards on OStatus php files; mostly helps cut down on ↵Brion Vibber
annoying 'class not found' errors when something spiders the dirs. :P
2010-10-08Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, ↵Brion Vibber
but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage
2010-10-07Update OAuth test script READMEZach Copley
2010-10-07Rename oauth.ini example to oauth.ini.sampleZach Copley
2010-10-07Rename OAuth status update scriptZach Copley
2010-10-07Some fixupsZach Copley
2010-10-07Renamed the OAuth verify credentials test scriptZach Copley