Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-18 | Make HTTP timeout configurable on OStatus's remote-tests.php (needs to be ↵ | Brion Vibber | |
pumped up a fair amount when doing Salmon pings with queues off on the test boxes, especially without the fast math library) | |||
2010-10-18 | fix notice on non-https views | Brion Vibber | |
2010-10-18 | document API and nofollow config options | Evan Prodromou | |
2010-10-18 | default for nofollow external is sometimes | Evan Prodromou | |
2010-10-18 | options to nofollow external links in notices | Evan Prodromou | |
2010-10-16 | * add plural support where missing | Siebrand Mazeland | |
* update translator documentation. | |||
2010-10-16 | Update translator documentation. | Siebrand Mazeland | |
2010-10-16 | Change incorrect use of e.g. to i.e. | Siebrand Mazeland | |
Spotted by The Evil IP address. | |||
2010-10-16 | Use common case instead of WARNING in all caps. | Siebrand Mazeland | |
Spotted by The Evil IP address. | |||
2010-10-15 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-15 | add SSL servers and paths to pathadminpanel.php | Evan Prodromou | |
2010-10-14 | Fix ticket #2829: we have more subdirs to pull than just avatars now; ↵ | Brion Vibber | |
updated the upgrade directions. | |||
2010-10-14 | Merge branch '2828' into 0.9.x | Brion Vibber | |
2010-10-14 | Fix for ticket #2828, part II: apostrophe in site name set in installer ↵ | Brion Vibber | |
created a broken config.php. The previous commit fixed the base installer to properly quote its strings when creating config.php... but you'd actually end up with double-escaping if you had magic_quotes_gpc on. Magic quotes are evil and lame, but we gotta deal with em. :P Updated the web installer code to check for magic quotes, and to grab its variables consistently through the same interface. | |||
2010-10-14 | Fix 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-14 | let users set their SSL logo through the admin panel | Evan Prodromou | |
2010-10-14 | document and default for site|ssllogo | Evan Prodromou | |
2010-10-14 | fix copy-and-paste error in javascript url creation | Evan Prodromou | |
2010-10-14 | make the logo be compatible with HTTPS pages, if possible | Evan Prodromou | |
2010-10-14 | Make HTTPS urls in File::url() if necessary | Evan Prodromou | |
2010-10-14 | accept profile URL as a LRDD identifier | Evan Prodromou | |
2010-10-14 | Show Webfinger, URI and profile page as subject and aliases | Evan Prodromou | |
2010-10-14 | correctly use sslserver if it is set | Evan Prodromou | |
2010-10-14 | document sslserver and sslpath configuration options | Evan Prodromou | |
2010-10-14 | Design::url() will use HTTPS if page is HTTPS | Evan Prodromou | |
2010-10-14 | use HTTPS for scripts and stylesheets if the current page is HTTPS | Evan Prodromou | |
2010-10-14 | show HTTPS urls for JavaScript if HTTPS used for page | Evan Prodromou | |
2010-10-14 | consolidate some theme path code between ssl and non-ssl | Evan Prodromou | |
2010-10-14 | use HTTPS for favicon.ico if page is HTTPS | Evan Prodromou | |
2010-10-14 | try to show HTTPS-encrypted theme files for HTTPS-encrypted pages | Evan Prodromou | |
2010-10-14 | try and show an SSL image for the creative commons image | Evan Prodromou | |
2010-10-14 | add static method StatusNet::isHTTPS() | Evan Prodromou | |
2010-10-13 | better deletion of related objects in User_group::delete() | Evan Prodromou | |
2010-10-13 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-13 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-10-13 | Clean up remote avatar temporary files if we fail before saving them into ↵ | Brion Vibber | |
avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport) | |||
2010-10-13 | ModHelper -> silence only, don't let them sandbox (it's too confusing atm ↵ | Brion Vibber | |
without a good audit trail) | |||
2010-10-12 | Default to ssl in oauth tests examples config | Zach Copley | |
2010-10-12 | Merge branch 'oauth-1.0a' into 0.9.x | Zach Copley | |
2010-10-12 | Improve 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-12 | Spelling - OAuth not Oath | Zach Copley | |
2010-10-12 | Print a proper error message | Zach Copley | |
2010-10-12 | Cascading deletion for user_group; doesn't yet work properly with caching. | Brion Vibber | |
2010-10-12 | Add a basic group deletion for moderator users. | Brion Vibber | |
2010-10-12 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-12 | Followup 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-12 | Initial 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-12 | Output a log message when issuing a request token | Zach Copley | |
2010-10-12 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-11 | Ticket #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. |