Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2009-04-23 | Add an inbox queue handler | Evan Prodromou | |
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action. | |||
2009-04-23 | A queuehandler for blowing caches offline | Evan Prodromou | |
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices. | |||
2009-04-21 | Suppress errors when checking for the existence of files that might be ↵ | CiaranG | |
restricted by open_basedir - should resolve issue #1310 | |||
2009-04-20 | Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵ | Adrian Lang | |
the unintended deletion. | |||
2009-04-18 | shortening links in notices from XMPP | Tobias Diekershoff | |
This patch enables shortening of links, that where send from XMPP. The problem was, that in util.php common_current_user() is not finding the user account from which is posted, so the service to shorten is not known, so no shortening at all... This patch cleans up the xmppdaemon a little bit and hard codes ur1.ca as shortening service _if_ the user is not set. Ugly but working. | |||
2009-04-17 | fix merge conflict 0.7.x 0.8.x in util.php and register.php. | Robin Millette | |
2009-04-17 | cosmetic fixes. | Robin Millette | |
2009-04-10 | Trimming the accept header parts for better content type comparison. | Sarven Capadisli | |
e.g., ' text/xml' != 'text/xml' | |||
2009-04-08 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-08 | Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master | CiaranG | |
2009-04-03 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-04-03 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-04-03 | Only kill control and surrogates, leave UTF-8 formatting chars alone. | Zach Copley | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-03 | add finishaddopenid to list of sensitive pages to use with ssl | Evan Prodromou | |
2009-04-02 | Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵ | Evan Prodromou | |
fmarani/0.8.x | |||
2009-04-01 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev | Evan Prodromou | |
Conflicts: README lib/router.php | |||
2009-04-01 | Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371 | CiaranG | |
2009-03-31 | give the correct root url when SSL enabled | Evan Prodromou | |
2009-03-30 | Support SSL for some, all, or no pages | Evan Prodromou | |
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others. | |||
2009-03-30 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-03-30 | add titles to group links in notices | Evan Prodromou | |
2009-03-30 | add a title to attention notice links | Evan Prodromou | |
2009-03-28 | Testing JMS message selectors for notice tags-based routing | Federico Marani | |
2009-03-26 | Support SSL for some, all, or no pages | Evan Prodromou | |
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others. | |||
2009-03-16 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
2009-03-17 | use common_database_tablename instead of repeating that if structure everywhere | Brenda Wallace | |
2009-03-12 | Revert "trac #201 Add flowplayer to enable multimedia playback capability." | Evan Prodromou | |
This reverts commit 9c9b6790ce78296c0b182f03b5f6f2c035e43a7c. This code wasn't ready for release, so I've reverted it for now. Conflicts: lib/action.php lib/util.php | |||
2009-03-09 | Changed all $config[][] calls to common_config() | Eric Helgeson | |
2009-03-08 | use call_user_func for callbacks | Evan Prodromou | |
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ↵ | CiaranG | |
(submitted by oxygene) | |||
2009-03-07 | Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x | Federico Marani | |
Conflicts: lib/util.php | |||
2009-03-07 | tests with Apache ActiveMQ topics (pubsub) | Federico Marani | |
2009-03-06 | Some fixes for OpenID and OMB URLs | Evan Prodromou | |