Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-08 | reorder notices when not using memcached | Evan Prodromou | |
2009-12-08 | Basic function to store forwards and redistribute | Evan Prodromou | |
2009-11-27 | Fix regression in group posting: bug introduced in commit ↵ | Brion Vibber | |
1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D | |||
2009-11-27 | Log database errors when saving notice_inbox entries | Brion Vibber | |
2009-11-17 | Need to check the Profile rather than the User. | Zach Copley | |
2009-11-16 | don't allow sandboxed users to post public notices | Evan Prodromou | |
2009-11-16 | Move rights check to profile and add right for new notices | Evan Prodromou | |
Added a right for new notices, realized that the hasRight() method should be on the profile, and moved it. Makes this a less atomic commit but that's the way it goes sometimes. | |||
2009-11-10 | add geo output to statuses in json, xml, atom, rss in API | Evan Prodromou | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-07 | don't distribute group notices to inboxes for users who've blocked the author | Evan Prodromou | |
2009-10-30 | Removed reference to 'api' action which no longer exists since api refactor | Craig Andrews | |
2009-10-29 | get location from a Notice | Evan Prodromou | |
2009-10-28 | Merge branch '0.9.x' into location | Evan Prodromou | |
2009-10-28 | save replies in the inbox | Evan Prodromou | |
2009-10-28 | replace some boolean-evaluations with calls to empty() | Evan Prodromou | |
2009-10-23 | update location while saving new profile | Evan Prodromou | |
2009-10-21 | new data structures for location | Evan Prodromou | |
2009-10-13 | remove inboxes option | Evan Prodromou | |
2009-10-03 | reformat Notice.php | Evan Prodromou | |
2009-10-04 | added all them doxygens | Brenda Wallace | |
2009-09-29 | change string return from Notice::saveNew to exceptions | Evan Prodromou | |
2009-09-24 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-08-29 | remove Notice::gc() for now | Evan Prodromou | |
2009-08-28 | fix for SQL error: ERROR: syntax error at or near ")" at character 45 | Brenda Wallace | |
http://laconi.ca/trac/ticket/1735 | |||
2009-08-28 | fix for SQL error: ERROR: syntax error at or near ")" at character 45 | Brenda Wallace | |
http://laconi.ca/trac/ticket/1735 | |||
2009-08-27 | remove duplicate save of Notice and streamline attachment detection | Evan Prodromou | |
2009-08-27 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/laconica.ini | |||
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 | Display linked oembed resources as enclosures if they are of non-html mime types | Craig Andrews | |
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 | a distributed -> the distributed | 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-21 | validation code in Notice correctly checks length of content | Evan Prodromou | |
2009-08-21 | Notice class has methods to check content length | Evan Prodromou | |
2009-08-21 | update data classes for TEXT content in notice | Evan Prodromou | |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-04 | save an archive of deleted notices | Evan Prodromou | |
2009-07-29 | New algorithm for reply_to saving | Evan Prodromou | |
I changed the reply-to algorithm so that we only say a notice is in reply to another notice if a) we receive that information from the Web or API or b) it's in a "low bandwidth" (XMPP, SMS) channel, and begins with "@nickname" or "T NICKNAME". The goal is to avoid false-positives and make conversation trees more accurate and useful. | |||
2009-07-23 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou | |
2009-07-23 | Merge branch 'master' into 0.8.x | Evan Prodromou | |
Conflicts: scripts/twitterstatusfetcher.php | |||
2009-07-23 | change NOTICE_GATEWAY to Notice::GATEWAY so autoloading works | Evan Prodromou | |
2009-07-20 | turn into canonical terms before checking for unique-ness of a tag in a notice | Brenda Wallace | |
2009-07-20 | look for full unicode when saving tags | Brenda Wallace | |