Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-12-22 | When queueing is off, restore runs immediately. Indicate that we've already ↵ | Brion Vibber | |
finished processing on the success page in this case; otherwise continue to show the 'will take a few minutes' message. | |||
2010-12-22 | Merge branch 'righttoleave' into 0.9.x | Brion Vibber | |
2010-12-22 | Merge branch 'righttoleave' into 0.9.x | Evan Prodromou | |
2010-12-22 | Error handling cleanup on backup/restore: | Brion Vibber | |
* avoid PHP notice from using wrong variable * show a visible error instead of blank screen if no file submitted with restore form * avoid PHP strict warning from using calling "non-static" DOMDocument::loadXML statically * suppress PHP warning from XML parse errors | |||
2010-12-22 | fix notice error | Brion Vibber | |
2010-12-17 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
Conflicts: classes/Memcached_DataObject.php | |||
2010-12-17 | Ticket #2959: implement api/users/profile_image endpoint in Twitter-compat API | Brion Vibber | |
2010-12-17 | fix typo in showstream | Brion Vibber | |
2010-12-17 | action to restore a user's backup from the Web interface | Evan Prodromou | |
2010-12-15 | syntax error in deleteaccount | Evan Prodromou | |
2010-12-15 | Merge branch '0.9.x' into righttoleave | Evan Prodromou | |
2010-12-15 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-12-14 | Mark OembedAction, XrdAction, and (plugin) AutocompleteAction as read-only. ↵ | Brion Vibber | |
Tweaked ApiStatusesShow and ApiTimelineUser to still claim read-only when hit with a HEAD request (usually link checkers or a precursor to a GET, and should be semantically equivalent to a GET without actually transferring data) | |||
2010-12-14 | AtomPub fix: correct the response URL given from posting a new message ↵ | Brion Vibber | |
(wrong parameter meant we got the main page instead of the message's URL) | |||
2010-12-14 | AtomPub fixes: return '201 Created' on POST of new message; better error ↵ | Brion Vibber | |
checking on Atom input | |||
2010-12-14 | An action to delete your own account | Evan Prodromou | |
The new DeleteaccountAction lets a user delete their own account (subject to global rights set by the admin). It presents a form to delete the account, with an "I am sure." text entry box. It then schedules the account for deletion and logs the user out. | |||
2010-12-13 | don't show the backup link if the user can't backup | Evan Prodromou | |
2010-12-13 | add an action to backup the current account in ActivityStreams format | Evan Prodromou | |
2010-12-13 | Merge branch 'activityatompub' into 0.9.x | Evan Prodromou | |
2010-12-13 | add the other three feeds to AtomPub service document | Evan Prodromou | |
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 | Move getConnectedApps() from Profile to User, where it belongs | Zach Copley | |
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-07 | Merge branch '0.9.x' into merge | Brion Vibber | |
Conflicts: README actions/hostmeta.php classes/File_redirection.php lib/common.php lib/designsettings.php lib/router.php lib/util.php lib/xmppmanager.php plugins/OStatus/OStatusPlugin.php | |||
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. |