Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-09 | split out InlineAttachmentList from AttachmentList | 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-03 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
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-10-18 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
Conflicts: README lib/default.php | |||
2010-10-18 | options to nofollow external links in notices | Evan Prodromou | |
2010-10-04 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-10-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php | |||
2010-10-01 | Bugfix in FB-sharing header for empty profile avatar | Brion Vibber | |
2010-09-30 | Add helper metadata on individual notice pages to aid sharing to Facebook ↵ | Brion Vibber | |
(use poster's avatar as image, indicate the text content) | |||
2010-09-29 | Add Start/EndShowNoticeItem event hooks to single notice page | Zach Copley | |
2010-09-20 | Ticket #2750: fixes to HTTP caching behavior across login/logout boundaries | Brion Vibber | |
* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec * now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed) There'll still be some last-modified stamps that aren't including user info properly, probably. | |||
2010-04-18 | Merge branch '0.9.x' into 1.0.x | Craig Andrews | |
Conflicts: actions/confirmaddress.php actions/imsettings.php | |||
2010-04-10 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-03-22 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: lib/channel.php scripts/imdaemon.php | |||
2010-03-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-15 | Consolidate and patch up redirection to remote notices. | Brion Vibber | |
Now using the correct order consistently (URL, then URI if http/s), and as a niceness measure skipping the redirect if the only URL we have stored is the local one. (Could happen if remote OStatus feed has tag URIs and no alt link.) | |||
2010-03-13 | Ticket 2239: white space before apostrophe in metadata of status of notice | Brion Vibber | |
2010-01-27 | Create IM plugin, Pluginize XMPP, Create AIM plugin | Craig Andrews | |
2010-01-07 | Fixes to bugs where non-local messages were being wrong put in the public ↵ | Ciaran Gultnieks | |
timeline and public xmpp feed | |||
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-10-30 | Use nickname from profile, not user object, to avoid barfing warnings on ↵ | Brion Vibber | |
Twitter messages imported into the timeline. | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-11 | oEmbed provider does not use the twitter api library classes any more | Craig Andrews | |
2009-08-07 | Redirect instead of showing an error when the user visits a non-local ↵ | Craig Andrews | |
notice's url Use consistent logic in display non-local notice links Fixes http://laconi.ca/trac/ticket/1788 | |||
2009-08-04 | use 410 Gone for deleted notices | Evan Prodromou | |
2009-07-17 | Move the oembed endpoint to /main/oembed | Craig Andrews | |
2009-07-15 | Added oEmbed discovery for attachments and notices | Craig Andrews | |
2009-07-02 | notice should show user design | Evan Prodromou | |
2009-06-23 | use a subclass for single notice items to show attachments | Evan Prodromou | |
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-05-30 | correct last-modified date for shownotice.php | Evan Prodromou | |
2009-05-29 | Changed ul to ol and added xoxo for notice lists. | Sarven Capadisli | |
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-03-19 | redirect to original URL or URI for remote notices | Evan Prodromou | |
2009-01-23 | make avatar bigger on single notice pages | Robin Millette | |
2009-01-19 | Removed unnecessary empty containers (page_notice, aside, local | sarven | |
navigation) | |||
2009-01-19 | Changed @id to @class for notices ul | sarven | |
2009-01-18 | Update shownotice for new framework, make phpcs-clean | Evan Prodromou | |