Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-13 | Atom pub feed for group memberships | Evan Prodromou | |
Feed for group memberships, in activity streams format. Shows a feed; has proper pagination; accepts activitystreams "join" activities to start a new membership. | |||
2010-12-13 | fix navigation links for favorite feed | Evan Prodromou | |
2010-12-13 | fix navigation links for subscriptions feed | Evan Prodromou | |
2010-12-13 | add atompub show membership action | Evan Prodromou | |
2010-12-12 | atompub favorite feed | Evan Prodromou | |
2010-12-12 | fix subtitle in subscriptions feed | Evan Prodromou | |
2010-12-11 | use new Subscription stream methods for AtomPub | Evan Prodromou | |
2010-12-10 | Show a single favorite for AtomPub | Evan Prodromou | |
2010-12-09 | add a new subscription using POST to APP | Evan Prodromou | |
2010-12-09 | Add subscription feed for AtomPub | Evan Prodromou | |
2010-12-09 | make HEAD work for AtomPubShowSubscription | Evan Prodromou | |
2010-12-09 | AtomPub for single subscription | Evan Prodromou | |
2010-12-02 | Fix for tickets #2917, #2262: user URL shortening options not being applied ↵ | Brion Vibber | |
in non-web channels common_shorten_links() can only access the web session's logged-in user, so never properly took user options into effect for posting via XMPP, API, mail, etc. Adds an optional $user parameter on common_shorten_links(), and a $user->shortenLinks() as a clearer interface for that. Tweaked some lower-level functions so $user gets passed down -- making the $notice_id param previously there for saving URLs at notice save time generalized a little. Note also ticket #2919: there's a lot of duplicate code calling the shortening, checking the length, and reporting near-identical error messages. These should be consolidated to aid in code and translation maintenance. | |||
2010-12-02 | * Fix an incorrectly formatted message parameter in line 334. | Siebrand Mazeland | |
* i18n/L10n updates * translator documentation updated | |||
2010-12-01 | Ticket #2912 further cleanup: use JS on emailsettings form to help connect ↵ | Brion Vibber | |
the 'I want to post by email' checkbox with the controls for adding or removing a post-by-email alias. Now, when you first come up the checkbox will most likely be off and the button to create an address is grayed out. Checking the box enables use of the 'new' button to generate an email address -- it's left disabled until you check the box, so you can't accidentally trip it. Actually adding the address now enables the post-by-mail option, as well, thus ensuring that it's saved. WARNING: OTHER CHANGES ON THE FORM WILL STILL BE LOST. Removing the address now disables the post-by-mail option, so it's not sitting around confusingly enabled but useless. You can still disable the checkbox manually without removing the address, in case you want to keep it for later. It's also still possible to actually save it in the state where the option is enabled, but there's no configured address, but that shouldn't happen too often. Possibly that should be prevented outright though. | |||
2010-12-01 | Ticket #2912 tweaks: clean up wording on the incoming email generator box a bit. | Brion Vibber | |
2010-12-01 | Ticket #2912: move 'I want to post notices by email" checkbox up from the ↵ | Brion Vibber | |
email *output* prefs up into the box for the address to post to, so they're next to each other. | |||
2010-11-29 | Work in progress on nickname validation changes. lib/nickname.php appears to ↵ | Brion Vibber | |
have been destroyed by NetBeans and will be rewritten shortly. Sigh. | |||
2010-11-26 | Make userxrd work without OStatus enabled | Evan Prodromou | |
2010-11-26 | Make userxrd part of the default hostmeta | Evan Prodromou | |
2010-11-26 | Move user xrd action to core and use hooks to extend | Evan Prodromou | |
Moved the Webfinger user XRD action from the OStatus plugin to core. Added hooks to add OStatus-specific stuff, but kept general stuff in the core. | |||
2010-11-26 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews | |
add event for setting up hostmeta, and use them in the OStatus plugin | |||
2010-11-19 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-19 | Ticket #1987: support since_id on API notice search methods. | Brion Vibber | |
max_id is not yet implemented, as it'll need support added to the search backends. (since_id we get 'for free' by just cropping off the list, it'll do for now) | |||
2010-11-16 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-16 | Prep for ticket #2895: consolidate common code from PopularNoticeList and ↵ | Brion Vibber | |
FavoritedAction for fetching popular notice lists | |||
2010-11-15 | Include width/height of locally-uploaded images in our oembed provider data ↵ | Brion Vibber | |
for attachment pages. | |||
2010-11-15 | AtomPub-related actions are only read-only on GET | Evan Prodromou | |
2010-11-15 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-11-15 | Merge branch 'atompub' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apistatusesshow.php actions/apitimelineuser.php | |||
2010-11-15 | add hooks for atom pub posts | Evan Prodromou | |
2010-11-12 | fix syntax error introduced in i18n tweaks: newgroup action | Brion Vibber | |
2010-11-12 | Revert "Missing one close-paren in newgroup.php" - incorrect fix for paren bug | Brion Vibber | |
This reverts commit 3afb031d9270a29db7f1ac4a964bb4b796759827. | |||
2010-11-12 | Merge branch 'oembed-thumbnails' into 0.9.x | Brion Vibber | |
2010-11-11 | Fix missing close of comment block | Zach Copley | |
2010-11-11 | Fix missing close of comment block | Zach Copley | |
2010-11-09 | Missing one close-paren in newgroup.php | Evan Prodromou | |
2010-11-09 | hook points for the email settings form | Evan Prodromou | |
2010-11-09 | split out InlineAttachmentList from AttachmentList | Brion Vibber | |
2010-11-08 | Pass file attachment thumbnails along with oEmbed data. | Brion Vibber | |
2010-11-08 | doomy doom doom | Brion Vibber | |
2010-11-08 | use subclassing to change notice list output for single notice | Evan Prodromou | |
2010-11-07 | Update translator documentation. | Siebrand Mazeland | |
2010-11-07 | screen_name -> nick names. Spotted by The Evil IP address. | Siebrand Mazeland | |
2010-11-03 | Fix ticket #2860: clarify API doc comments for 'source' parameter's ↵ | Brion Vibber | |
interaction with OAuth on api/statuses/update | |||
2010-11-03 | Migrate some more code from manually constructing "fullname (nickname)" to ↵ | Brion Vibber | |
using Profile->getFancyName(). Encapsulates common logic and allows for localization of the parens. | |||
2010-11-03 | General cleanup & part of ticket #2864: use User_group->getFancyName() ↵ | Brion Vibber | |
instead of replicating the logic in various places. Encapsulates and allows for localization of parens. | |||
2010-11-02 | i18n/L10n fixes and translator documentation addded/updated. | Siebrand Mazeland | |
2010-11-02 | Add context for different uses of "%1$s (%2$s)" | Siebrand Mazeland | |
2010-11-02 | Merge branch 'pretty-title2' into 0.9.x | Brion Vibber | |