Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-03-05 | Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-03-05 | @-links go to permalinks for local users | Evan Prodromou | |
2009-03-04 | Check for config file when running | Evan Prodromou | |
When running the full system, check for a config file, and throw an error if none is found. | |||
2009-02-27 | Fixes #1258: A period in a hashtag leads to the tag being interpreted as url ↵ | Adrian Lang | |
and hence breaking the tag. | |||
2009-02-20 | Change common_local_url() to take 4 arguments | Evan Prodromou | |
I changed common_local_url() to take an additional optional argument -- for query parameters. Being persnickety, I made it the third of four, and moved the last one ($fragment) down a slot. That required changing a couple of calls. | |||
2009-02-20 | * implemented STOMP support for external message queueing systems | Federico Marani | |
* (ticket-724) * included PHP STOMP libraries (http://code.google.com/p/stompcli/) | |||
2009-02-16 | error in hashtag link generation | Evan Prodromou | |
2009-02-16 | trac #201 Add flowplayer to enable multimedia playback capability. | Robin Millette | |
2009-02-13 | remove debugging info from local_url | Evan Prodromou | |
2009-02-13 | We have a FacebookQueueHandler now. The update_facebook.php cron | Zach Copley | |
script is totally deprecated. | |||
2009-02-12 | Merge branch 'queuehandlers' into 0.7.x | Zach Copley | |
2009-02-12 | The fabled twitterqueuehandler | Zach Copley | |