Age | Commit message (Expand) | Author |
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as @profile@ex... | Brion Vibber |
2010-01-25 | Offload inbox updates to a queue handler to speed up posting online | Evan Prodromou |
2010-01-04 | Updated element id for notice_data-geo | Sarven Capadisli |
2009-12-29 | Implement user interface for user to preview what location they are sharing w... | Craig Andrews |
2009-12-28 | Move location-argument-handling code into a single function | Evan Prodromou |
2009-12-28 | remove namespace setting from location; it's unused | Evan Prodromou |
2009-12-22 | save location at notice post time | Evan Prodromou |
2009-12-11 | change Notice::saveNew() to use named arguments for little-used options | Evan Prodromou |
2009-11-19 | Add location form elements to the noticeform, and save their values on submis... | Craig Andrews |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber |
2009-11-08 | Remove more contractions | Siebrand Mazeland |
2009-10-31 | merge from testing | Evan Prodromou |
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven Capadisli |
2009-10-28 | Merge branch 'api-media-upload' into 0.9.x | Zach Copley |
2009-10-28 | Rearanged a couple things & removed debugging statements | Zach Copley |
2009-10-27 | Extract media upload stuff into its own library class. | Zach Copley |
2009-10-27 | Shorten the notice text after command processing is done | Craig Andrews |
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber |
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-09-11 | Add a parameter named 'inreplyto' to the 'notice/new' page, so urls can inclu... | Craig Andrews |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
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 |
2009-08-21 | Web UI for notices correctly shows and checks max content length | Evan Prodromou |
2009-08-11 | reformat newnotice.php | Evan Prodromou |
2009-07-07 | File classes does not use the $FILES array directly, as users of this class a... | Craig Andrews |
2009-06-25 | Make shorturls in notice content point to AttachmentAction urls | Zach Copley |
2009-06-25 | FileAction redirections weren't being added (e.g.: /notice/$notice_id/file) | Zach Copley |
2009-06-25 | avoid getting duplicate errors on upload | Evan Prodromou |
2009-06-23 | remove common_debug from newnotice | Evan Prodromou |
2009-06-23 | append uploads to content rather than showing them double | Evan Prodromou |
2009-06-23 | make file command configurable | Evan Prodromou |
2009-06-22 | Attachment upload server and path now configurable | Zach Copley |
2009-06-16 | Moved url handling to its proper place, from newnotice to Notice.php | Robin Millette |
2009-06-01 | Remove js that crept back in, added another error string. | Robin Millette |
2009-06-01 | Attachments popups for supported files are now embedded with the object xhtml... | Robin Millette |
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette |
2009-05-31 | Added configurable options for attachments: supported mimetypes and quotas fo... | Robin Millette |
2009-05-27 | Handles local aliases (redirection) for file uploads attached to notices. | Robin Millette |
2009-05-26 | Let's you upload a file with a notice and have it shown with other attachments. | Robin Millette |
2009-05-13 | rewrote short url stuff to handle new file/url classes (redirections, oembed,... | Robin Millette |
2009-05-11 | db stuff for URLs: redirections, oembed, etc. | Robin Millette |
2009-03-03 | Catch bad replyto IDs before saving a new notice to avoid a constraint violat... | CiaranG |
2009-02-27 | Fix replyto parameter in newnotice | Adrian Lang |