Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-14 | Merge branch '0.8.x' into groupblock | Evan Prodromou | |
Conflicts: lib/router.php | |||
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-14 | Some UI improvements for blocking and unblocking | Evan Prodromou | |
Add unblock to the router table, so unblocking will work at all. Block form and unblock form return to subscribers list, not subscriptions list, by default. showstream action sends its parameters to block and unblock forms to better return to the right page. | |||
2009-06-14 | The rest of the things necessary to make group block work | Evan Prodromou | |
Link to the group block form. Hide join button if the current user is blocked. | |||
2009-06-14 | Make group block work | Evan Prodromou | |
2009-06-14 | add UI for blocking a user from a group | Evan Prodromou | |
2009-06-14 | Break profilelist into a recipe | Evan Prodromou | |
Expanded the ProfileList class so it worked more like a recipe. This helps to get rid of a lot of special cases and simplifies the code. It also makes it possible to do things like group block. | |||
2009-06-12 | Child notices should have thier own ID on their LIs, not the parent's | Zach Copley | |
2009-06-12 | Remove useless method | Zach Copley | |
2009-06-12 | Takes care of http://laconi.ca/trac/ticket/1372 and a minor part of | Sarven Capadisli | |
http://laconi.ca/trac/ticket/1367 One of the bugs was to replace foaf:knows with the weaker sioc:follows. This is done, but foaf:knows is also retained when the subscription is bidirectional. Primary topic of the file is an Agent rather than a Person. rdfs:comment replaced by bio:olb which is a fairly popular RDF property for one-line biographies rdf:about attribute to the <OnlineAccount> elements in a manner consistent with the RSS 1.0 feed. Changed the OnlineAccount's homepage property to an accountProfilePage property. Will be added to FOAF spec soon (already widely used). Added a <weblog> property from the Agent to their profile page. Thanks to Toby Inkster for the patch. http://buzzword.org.uk/2009/laconica-0.7.3-foafsioc.patch | |||
2009-06-12 | Ticket #1611 and a bunch of code cleanup | Zach Copley | |
2009-06-10 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-10 | Remove FIXME-marked Opera links until they actually work | 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-06-06 | Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.7.x | |||
2009-06-04 | Handle the ways Twitter accepts passing the user in the query string. | Dan Moore | |
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 ↵ | Robin Millette | |
xhtml tag. | |||
2009-05-31 | Refactored some attachment code and fixed upload bug in interface. | Robin Millette | |
2009-05-31 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload Conflicts: js/util.js lib/attachmentlist.php | |||
2009-05-31 | Added configurable options for attachments: supported mimetypes and quotas ↵ | Robin Millette | |
for uploads. | |||
2009-05-30 | correct last-modified date for shownotice.php | Evan Prodromou | |
2009-05-30 | Using lowercase for form action 'post' | Sarven Capadisli | |
2009-05-30 | Typo in label @for | Sarven Capadisli | |
2009-05-29 | Ticket #1572 - Implement Twitter's account/rate_limit_status API method0.7.4pre1 | Zach Copley | |
We don't have a rate limit (yet) but some clients check this method. This dummy implementation always says the auth user has 100 requests left. | |||
2009-05-29 | Ticket #1568 - API should return full user objects | Zach Copley | |
2009-05-29 | Ticket #1567 - Change max_id to return notices <= ID instead of < ID | Zach Copley | |
2009-05-29 | Ticket #1567 - API: Change before_id parameter to max_id | Zach Copley | |
2009-05-29 | Changed ul to ol and added xoxo for notice lists. | Sarven Capadisli | |
2009-05-28 | Warning log msg when http basic auth fails | Zach Copley | |
2009-05-28 | Warning log msg when http basic auth fails | Zach Copley | |
2009-05-27 | Handles local aliases (redirection) for file uploads attached to notices. | Robin Millette | |
2009-05-26 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload | |||
2009-05-26 | Let's you upload a file with a notice and have it shown with other attachments. | Robin Millette | |
2009-05-26 | Fixed warning on Facebook app settings page | Zach Copley | |
2009-05-26 | Some adjustments to allow the Facebook app work with Laconica 0.8 | Zach Copley | |
2009-05-26 | Removed silly "dented:" status prefix from Facebook App | Zach Copley | |
2009-05-26 | Ticket #1196 - Fixed: Warning on invite tab in Facebook App | Zach Copley | |
2009-05-26 | Removed silly "dented:" status prefix from Facebook App | Zach Copley | |
2009-05-26 | Ticket #1196 - Fixed: Warning on invite tab in Facebook App | Zach Copley | |
2009-05-25 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Sarven Capadisli | |
into 0.8.x | |||
2009-05-25 | Updated JS to show/hide attachment thumbnails with timers. Minor | Sarven Capadisli | |
markup changes. | |||
2009-05-25 | Really removing the old files, thanks git! | Robin Millette | |
2009-05-25 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Sarven Capadisli | |
into 0.8.x | |||
2009-05-25 | Markup cleanup for attachments | Sarven Capadisli | |
2009-05-25 | Removed more cruft from old attachment/attachements pages | Robin Millette | |
2009-05-25 | Oups, forget the attachment_thumbnail.php action file | Robin Millette | |
2009-05-24 | Rearranged attachment info to only appear on each applicable notice page and ↵ | Robin Millette | |
thru an ajax popup. | |||
2009-05-21 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
2009-05-21 | Merge branch 'conversationtree' into 0.8.x | Evan Prodromou | |