Evan Prodromou
0616ea0205
move check for SSL from util.php to OpenIDPlugin
2009-08-04 13:01:23 -04:00
Evan Prodromou
797f296974
fix require paths for OpenID plugin files
2009-08-04 13:01:23 -04:00
Evan Prodromou
f704a7029e
OpenIDPlugin autoloads class files
2009-08-04 13:01:23 -04:00
Evan Prodromou
3245357749
add account settings menu item for OpenID
2009-08-04 13:01:23 -04:00
Evan Prodromou
7a742a0572
show OpenID action in login nav
2009-08-04 13:01:23 -04:00
Evan Prodromou
93239adb55
remove unused openid lib from logout action
2009-08-04 13:01:23 -04:00
Evan Prodromou
6d64882270
OpenIDPlugin sets up actions for router
2009-08-04 13:01:23 -04:00
Evan Prodromou
2b79b4d21f
Move OpenID-related files to OpenID plugin directory
...
As a first step to pluginizing our OpenID support, I've moved the
important OpenID-related files to a dedicated plugin directory. Many
of these classes are still referred to by libraries that are still in
core.
2009-08-04 13:01:23 -04:00
Evan Prodromou
9421b36498
add an event for head children
2009-08-04 13:01:06 -04:00
Evan Prodromou
8dcb6c86ae
document lots of undoc'd events
2009-08-04 13:00:44 -04:00
Evan Prodromou
abffaebebd
event for determining if an action is a login action
2009-08-04 11:13:47 -04:00
Evan Prodromou
c378cc976f
add an event for determining if an action is sensitive
2009-08-04 08:58:24 -04:00
Evan Prodromou
822d5b8887
Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x
2009-08-04 08:38:34 -04:00
Evan Prodromou
6937704ebd
give plugins a chance to autoload their classes
2009-08-04 07:34:58 -04:00
Evan Prodromou
58f85463ef
error in EndLoginGroupNav arguments
2009-08-04 07:17:14 -04:00
Evan Prodromou
84ca1482ff
add hook for showing account settings menu
2009-08-04 07:08:10 -04:00
Evan Prodromou
b3ba7669df
Add hooks for Start/End LoginGroupNav
2009-08-04 06:52:57 -04:00
Evan Prodromou
9e078c28b6
start upgrade script for 0.9.x
2009-08-04 06:07:32 -04:00
Eric Helgeson
dc5d0cc4f1
Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3b
...
Adding deleted_notice to pg.sql
2009-08-04 06:05:04 -04:00
Evan Prodromou
a321651a13
use 410 Gone for Twitter API
2009-08-04 06:05:04 -04:00
Evan Prodromou
3ebf817e36
use 410 Gone for deleted notices
2009-08-04 06:05:04 -04:00
Evan Prodromou
a074cccb0e
save an archive of deleted notices
2009-08-04 06:05:04 -04:00
Evan Prodromou
db53cc800f
add a deleted_notice table
2009-08-04 06:05:04 -04:00
Evan Prodromou
b995370d4a
0.9.0 dev version
2009-08-04 06:05:04 -04:00
Eric Helgeson
0853ed069b
Merge commit 'origin/0.8.x' into 0.9.x
2009-08-03 18:11:06 -05:00
Eric Helgeson
ff6e976d03
Added the 0.2 recaptcha plugin. Should work in all browsers. Please test.
2009-08-03 16:39:10 -05:00
Brenda Wallace
d0b85d3ad2
Upgrade script
2009-08-04 08:51:57 +12:00
Zach Copley
f81dcbd5b7
Merge branch 'fbconnect-speedup' into 0.8.x
2009-08-03 18:48:25 +00:00
Craig Andrews
92ef468fcc
Use the same favorite notification function in the API as everywhere else
...
http://laconi.ca/trac/ticket/873
2009-08-03 11:47:58 -04:00
Craig Andrews
c65056aa8d
Merge commit 'jeff-themovie/0.8.x-small-fixes-2' into 0.8.x
2009-08-02 18:13:10 -04:00
Evan Prodromou
fdaba2e94b
Merge branch 'master' into 0.8.x
2009-08-02 13:53:42 -04:00
Evan Prodromou
b27af3247d
don't delete during select
2009-08-02 11:18:56 -04:00
Evan Prodromou
8157336a0d
don't delete during select
2009-08-02 11:18:41 -04:00
Evan Prodromou
f342db586d
A script to GC sessions correctly
2009-08-02 10:35:30 -04:00
Evan Prodromou
60c39e4705
GC sessions one by one to make sure memcached gets cleared
2009-08-02 10:35:18 -04:00
Evan Prodromou
43747391e8
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-08-02 10:35:03 -04:00
Evan Prodromou
2934099fbd
A script to GC sessions correctly
2009-08-02 10:34:40 -04:00
Evan Prodromou
34e8b25cee
GC sessions one by one to make sure memcached gets cleared
2009-08-02 10:34:23 -04:00
Jeffery To
e670e4306b
Fixed PHP Notices:
...
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 20:10:31 +08:00
Jeffery To
20c536fdd4
Fixed PHP Notice "Undefined variable: cnt"
2009-08-02 19:52:27 +08:00
Jeffery To
fe57e2e06b
Fixed PHP Notice "Undefined variable: suplink"
2009-08-02 19:47:36 +08:00
Jeffery To
6c1bd67591
Fixed PHP Notice "Undefined index: enclosures" (and a possible one for 'tags')
2009-08-02 19:38:03 +08:00
Jeffery To
b2d2b19d3a
Fixed PHP Notice "Use of undefined constant session_name - assumed 'session_name'"
2009-08-02 19:36:09 +08:00
Craig Andrews
45ad4cfe72
Added a url field to hold the permalink. I believe this field is very useful for api consumers.
2009-07-30 22:43:07 -04:00
Craig Andrews
ec103b90e3
Implemented the "show" method of the laconica groups api
2009-07-30 22:15:24 -04:00
Sarven Capadisli
77c5f9481c
Removed default values from <input>s. JavaScript will now get the
...
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.
2009-07-30 17:06:17 -04:00
Evan Prodromou
d5cc1357fd
don't ignore config.php.sample
2009-07-30 17:06:03 -04:00
Evan Prodromou
854d24b05a
Site-wide design configuration
...
I added some code so that the site-wide design can be set, using the
configuration interface.
I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.
Conflicts:
config.php.sample
2009-07-30 17:05:35 -04:00
Evan Prodromou
339e6796a0
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
2009-07-30 17:03:22 -04:00
Evan Prodromou
3af5774769
throw an exception rather than die()
2009-07-30 16:55:09 -04:00