Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Removed crazy redundant broadcasting of notices by the FB app | Zach Copley | |
2010-01-05 | - Use a stripped down new notice form for FB app because FB canvas apps | Zach Copley | |
can't support image upload via multipart/form-data (and location sharing is iffy). - Deal with new error code 100 from Facebook, which seem to be for inactive accounts. | |||
2009-12-28 | don't add flag if it's already there at block time | Evan Prodromou | |
2009-12-28 | First version of blacklist plugin | Evan Prodromou | |
First version of blacklist plugin. Replaces custom code in identi.ca's config.php, which was getting scary and long. Also correctly handles changed nicknames or URLs in profile settings and using 'forbidden' URLs in notice text. | |||
2009-12-28 | optionally flag a profile for review when blocked | Evan Prodromou | |
2009-12-28 | move flag creation to a method of data object | Evan Prodromou | |
2009-12-28 | phpcs-clean User_flag_profile as best as possible | Evan Prodromou | |
2009-12-28 | phpcs-clean flagprofile.php | Evan Prodromou | |
2009-12-28 | phpcs-clean clearflag.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean adminprofileflags.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean UserFlagPlugin | Evan Prodromou | |
2009-12-28 | clear flags and show flaggers in adminflagprofile | Evan Prodromou | |
2009-12-28 | add stuff for clearing flags to UserFlagPlugin | Evan Prodromou | |
2009-12-28 | Add tools to clear flags | Evan Prodromou | |
Added a form to clear all flags for a profile, when showed on adminprofileflags list. Add an action to handle the form, and a right for the action. | |||
2009-12-27 | pagination works for flagged profiles | Evan Prodromou | |
2009-12-27 | admin page checks for right to review flags | Evan Prodromou | |
2009-12-23 | make sure Geonames API queries use correct arg separator | Evan Prodromou | |
2009-12-23 | Better error notification for Geonames plugin | Evan Prodromou | |
2009-12-22 | Merge branch 'testing' | Evan Prodromou | |
2009-12-18 | Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will ↵ | Brion Vibber | |
now happen regardless of whether account was configured with oauth or basic auth (previously applied only on the oauth path) | |||
2009-12-15 | can't repeat your own notice posted through realtime | Evan Prodromou | |
2009-12-15 | Don't show repeater avatar in notice lists | Evan Prodromou | |
2009-12-15 | make realtime plugin grok repeats | Evan Prodromou | |
2009-12-15 | Added .form_repeat notice option to received notices in Realtime plugin | Sarven Capadisli | |
2009-12-14 | Fix Twitter bridge so it responds reasonably to authorization errors. | Zach Copley | |
2009-12-13 | (Puctuation) consistency in clientError() calls. | Siebrand Mazeland | |
2009-12-11 | Build stub .po template for Gravatar plugin | Brion Vibber | |
2009-12-11 | change Notice::saveNew() to use named arguments for little-used options | Evan Prodromou | |
2009-12-10 | Changing avatar should broadcast the profile via OMB. | Eric Helgeson | |
2009-12-10 | remove the Repeat plugin (for now) | Evan Prodromou | |
2009-12-10 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-10 | Add table() and keys() overrides to User_username | Craig Andrews | |
2009-12-10 | move forward form to plugin | Evan Prodromou | |
2009-12-10 | move inbox notice list to repeat plugin | Evan Prodromou | |
2009-12-10 | move forwarding stuff to Repeat plugin | Evan Prodromou | |
2009-12-09 | Initial GravatarPlugin | Eric Helgeson | |
2009-12-09 | Added todo item to Realtime plugin | Sarven Capadisli | |
2009-12-09 | Added a todo list for Realtime plugin | Sarven Capadisli | |
2009-12-08 | New _m() gettext wrapper with smart detection of plugin domains. Plugin base ↵ | Brion Vibber | |
class registers your gettext files if present at initialization. update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html | |||
2009-12-07 | Cleanup of recaptcha plugin remove xhtml hack | Eric Helgeson | |
2009-12-07 | Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; ↵ | Brion Vibber | |
will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts. | |||
2009-12-07 | Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; ↵ | Brion Vibber | |
will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts. | |||
2009-12-07 | remove unit tests for minify | Evan Prodromou | |
2009-12-07 | If localStorage is not supported, showPause as usual | Sarven Capadisli | |
2009-12-07 | Using localStorage to keep the play/pause state of RealtimeUpdate | Sarven Capadisli | |
2009-12-06 | Minor fix for play/pause mouseleave | Sarven Capadisli | |
2009-12-05 | Preliminary UI for Play/Pause behaviour on hover state for notices | Sarven Capadisli | |
2009-12-05 | Add FirePHP plugin - uses FirePHP as an output method for logging | Craig Andrews | |
2009-12-05 | Add configuration option to toggle the indenting of the output HTML. ↵ | Craig Andrews | |
Defaults to indent enabled. | |||
2009-12-05 | Minify inline JS and CSS (can be disable in configuration) | Craig Andrews | |