Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | make common_config() handle nulls correctly | Evan Prodromou | |
2009-08-04 | add an event for determining if an action is sensitive | Evan Prodromou | |
2009-08-02 | Fixed PHP Notices: | Jeffery To | |
Undefined index: HTTP_X_FORWARDED_FOR Undefined index: HTTP_CLIENT_IP Undefined variable: proxy Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php | |||
2009-08-02 | Fixed PHP Notice "Use of undefined constant session_name - assumed ↵ | Jeffery To | |
'session_name'" | |||
2009-07-26 | lowercase tags using mb_convert_case(), which understands many more ↵ | Brenda Wallace | |
alphabets than I do. | |||
2009-07-22 | Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x | Craig Andrews | |
2009-07-21 | Detect xmpp uri's and make them into hyperlinks | Craig Andrews | |
http://laconi.ca/trac/ticket/1592 | |||
2009-07-20 | show full utf8 in tags | Brenda Wallace | |
2009-07-04 | don't try to show non-object | Evan Prodromou | |
2009-07-03 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-02 | Make logging facility configurable | Zach Copley | |
2009-07-02 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-01 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-07-01 | better transport choices when xmpp is disabled | Evan Prodromou | |
2009-07-01 | take out session handler notification | Evan Prodromou | |
2009-07-01 | Add UnQueueManager for immediate handling | Evan Prodromou | |
Perhaps it's a little precious, but I took out the switches in util.php to determine what's supposed to be sent when, and made a queuemanager class that will just do things when they're supposed to be done. | |||
2009-06-30 | Merge commit 'jeff-themovie/small-fixes' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/small-fixes': Fix missing max_id in API search calls Fix "Trying to get property of non-object" errors when a user tries to log in using an unknown nickname Fix "Trying to get property of non-object" errors when accessing the people search results page Fix "Undefined variable: cnt" Fix "Trying to get property of non-object" errors in groupeditform.php Fix "Undefined property: DisfavorAction::$id" | |||
2009-06-28 | better output for common error handler | Evan Prodromou | |
2009-06-28 | extract log-line formatting to its own function | Evan Prodromou | |
2009-06-28 | don't canonicalize people's text into URLs | Evan Prodromou | |
2009-06-28 | start of queuemanager code | Evan Prodromou | |
2009-06-27 | log IP for API auth errors | Evan Prodromou | |
2009-06-27 | some debugging code for sessions | Evan Prodromou | |
2009-06-27 | use the session class to store sessions | Evan Prodromou | |
2009-06-27 | a memcached_dataobject class for saving sessions | Evan Prodromou | |
2009-06-27 | marker in sessions | Evan Prodromou | |
2009-06-26 | Merge branch '0.8.x' into small-fixes | Jeffery To | |
2009-06-25 | Return clippy to his rightful place next to attachments | Zach Copley | |
2009-06-24 | make stomp server work with username and password | Evan Prodromou | |
2009-06-24 | Merge branch '0.8.x' into small-fixes | Jeffery To | |
Conflicts: lib/peoplesearchresults.php lib/profilelist.php | |||
2009-06-23 | append uploads to content rather than showing them double | Evan Prodromou | |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-06-15 | allow a configured base for cache keys | Evan Prodromou | |
2009-06-14 | Link and distribute notices tagged for a group alias | Evan Prodromou | |
Correctly link and distribute notices tagged for a group alias. Added a helper function, getForNickname(), to User_group, to make it easier to get a group by its nickname or aliases. | |||
2009-06-12 | Fix "Trying to get property of non-object" errors when a user tries to log ↵ | Jeffery To | |
in using an unknown nickname | |||
2009-06-10 | merge error in util.php | 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 | Removing inbox and memcached daemon handling | Evan Prodromou | |
2009-05-28 | Only enqueue inbox-dependent transports after inboxes have been filled | Evan Prodromou | |
2009-05-27 | Handles local aliases (redirection) for file uploads attached to notices. | Robin Millette | |
2009-05-25 | Display thumbnail on hover over links in notices when appropriate. | Robin Millette | |
2009-05-24 | Removed big clip and replaced with smaller inline one next to each URL (in a ↵ | Robin Millette | |
notice) that's actually an attachment. Overlay (popup) on click. | |||
2009-05-18 | Removed dead code. | Robin Millette | |
2009-05-13 | rewrote short url stuff to handle new file/url classes (redirections, ↵ | Robin Millette | |
oembed, mimetypes, etc.) | |||
2009-05-11 | db stuff for URLs: redirections, oembed, etc. | Robin Millette | |
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-23 | 8-char limit on transports | Evan Prodromou | |
2009-04-23 | incorrect config setting for inboxes | Evan Prodromou | |
2009-04-23 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |