Zach Copley
|
17dcf1c317
|
Merge branch 'twitter-oauth' into 0.8.x
Conflicts:
scripts/getvaliddaemons.php
|
2009-08-10 07:49:51 +00:00 |
|
Zach Copley
|
27548c6903
|
I forgot that we don't do database upgrades for point releases. So I've
changed Twitter OAuth to store token and token secret in the same field
in foreign_link (credentials). This should be changed in 0.9.
|
2009-08-10 07:00:59 +00:00 |
|
Zach Copley
|
fa8433308f
|
Moved some stuff around. More comments and phpcs compliance.
|
2009-08-10 06:05:43 +00:00 |
|
Zach Copley
|
df12206421
|
Broke some stuff out into functions. Ran it through phpcs.
|
2009-08-08 18:13:19 +00:00 |
|
Zach Copley
|
e3bb64cd6c
|
Merge branch '0.8.x' into twitter-oauth
|
2009-08-08 18:11:47 +00:00 |
|
Sarven Capadisli
|
fe3ce5b6c4
|
Fixed typo "thier". Ticket 1606
|
2009-08-08 17:45:53 +02:00 |
|
Craig Andrews
|
a7a87913be
|
Redirect instead of showing an error when the user visits a non-local notice's url
Use consistent logic in display non-local notice links
Fixes http://laconi.ca/trac/ticket/1788
|
2009-08-07 18:26:12 -04:00 |
|
Craig Andrews
|
11086c7823
|
Implemented the list_all and list groups API methods as defined at http://laconi.ca/trac/wiki/ProposedGroupsAPI
Made the Autocomplete plugin also autocomplete groups
|
2009-08-07 18:00:04 -04:00 |
|
Craig Andrews
|
91cba7a76f
|
Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.x
|
2009-08-06 22:45:09 -04:00 |
|
Craig Andrews
|
1c3a1360a9
|
Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x
|
2009-08-06 22:38:06 -04:00 |
|
Craig Andrews
|
26b608d914
|
Support the 'lite' parameter to statuses/friends and statuses/followers twitter api methods.
http://laconi.ca/trac/ticket/1786
|
2009-08-06 15:14:27 -04:00 |
|
Jeffery To
|
5f293f0e2f
|
Added configuration option to disable post-by-email.
This hides the relevant settings from the email settings page and
prevents maildaemon.php from processing email if the option is
disabled.
|
2009-08-07 01:55:31 +08:00 |
|
Jeffery To
|
c261a645a1
|
Hide subscription controls for disabled services (IM, SMS)
|
2009-08-07 01:34:36 +08:00 |
|
Jeffery To
|
93f585446e
|
Added configuration options to enable/disable SMS and Twitter integration.
This disables the IM, SMS and Twitter settings pages and queue handlers
depending on the config options.
|
2009-08-07 01:18:17 +08:00 |
|
Jeffery To
|
adc5901d21
|
Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom descriptions
|
2009-08-06 23:36:24 +08:00 |
|
Craig Andrews
|
304db1d30b
|
Use script() and cssLink() methods everywhere instead of manually writing out javascript and css each time
|
2009-08-05 19:45:12 -04:00 |
|
Craig Andrews
|
83ff1cecd3
|
Use NICKNAME_FMT everywhere consistently
|
2009-08-05 16:26:19 -04:00 |
|
Zach Copley
|
f94ee5597d
|
Moved some stuff to a base class
|
2009-08-04 00:46:18 +00:00 |
|
Zach Copley
|
1f9d1772c0
|
Allow removal of Twitter account. Deleted dead code.
|
2009-08-04 00:02:07 +00:00 |
|
Zach Copley
|
dccd4aa68d
|
Merge branch '0.8.x' into twitter-oauth
|
2009-08-03 22:47:57 +00:00 |
|
Zach Copley
|
981fa1b33a
|
Make the TwitterQueuehandler post to Twitter using OAuth
|
2009-08-03 22:46:01 +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 |
|
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 |
|
Zach Copley
|
6f4b2f0ac2
|
Twitter OAuth server dance working
|
2009-08-01 08:20:44 +00:00 |
|
Craig Andrews
|
ec103b90e3
|
Implemented the "show" method of the laconica groups api
|
2009-07-30 22:15:24 -04:00 |
|
Evan Prodromou
|
a79a860d81
|
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
|
2009-07-28 10:02:39 -04:00 |
|
Craig Andrews
|
e804b2a500
|
trim the subject line of invite emails
Thanks semjaza
http://laconi.ca/trac/ticket/1746
|
2009-07-27 16:02:03 -04:00 |
|
Evan Prodromou
|
7835393c25
|
change front page to link to max member groups
|
2009-07-27 15:07:39 -04:00 |
|
Eric Helgeson
|
abae937947
|
Changed file back to 0644.
Blame: 0adaaa1b9de61eaa8f7e4c622cda27fb634b53a5
|
2009-07-22 10:21:49 -05:00 |
|
Steve Winton
|
0adaaa1b9d
|
Added hidden input to showRecoverForm() so form can be submitted without error in IE by pressing <return>
|
2009-07-21 16:40:51 -04:00 |
|
Craig Andrews
|
c74943e598
|
I can't believe I forgot to commit this as part of 9ed117d... wow. Epic fail. Epic.
|
2009-07-17 23:16:29 -04:00 |
|
Craig Andrews
|
f1fc392e2d
|
Fix OpenId cancelled / error message
Thanks jeff-themovie
|
2009-07-17 22:55:59 -04:00 |
|
Craig Andrews
|
3dbbefd5ad
|
Merge branch 'oembed-provider' into 0.8.x
|
2009-07-17 12:33:56 -04:00 |
|
Craig Andrews
|
9ed117dc3a
|
Move the oembed endpoint to /main/oembed
|
2009-07-17 12:33:12 -04:00 |
|
Evan Prodromou
|
eb22f06ac6
|
conversation action is readonly
|
2009-07-15 16:57:39 -04:00 |
|
Craig Andrews
|
6308539c1d
|
Added oEmbed discovery for attachments and notices
|
2009-07-15 15:11:29 -04:00 |
|
Craig Andrews
|
e637e5a8a9
|
Support oembed for attachments and notices
|
2009-07-15 14:49:41 -04:00 |
|
Craig Andrews
|
0aeea42724
|
Added stub oembed api endpoint
|
2009-07-15 10:29:54 -04:00 |
|
Craig Andrews
|
e047ba52c7
|
Merge branch 'tags-timeline-api' into 0.8.x
|
2009-07-13 14:58:39 -04:00 |
|
Craig Andrews
|
91324890ae
|
Add timeline tags API (RSS 2.0 and Atom feeds)
|
2009-07-12 15:07:54 -04:00 |
|
Craig Andrews
|
7654d69022
|
Fix atom self reference in the groups api
|
2009-07-12 15:06:37 -04:00 |
|
Zach Copley
|
7621e0e384
|
Fix link for atom feed in showgroup action
|
2009-07-10 20:13:12 -07:00 |
|
Zach Copley
|
6b0468358b
|
Group timeline API method doesn't require auth
|
2009-07-10 18:15:18 -07:00 |
|
Zach Copley
|
7308203065
|
Update showgroup action RSS 2.0 feed link
|
2009-07-10 18:11:54 -07:00 |
|
Zach Copley
|
c13dd856c8
|
Fix alternate link for groups API feed
|
2009-07-10 18:08:10 -07:00 |
|
Zach Copley
|
544a14d290
|
Move groups timeline API method into groups API action
|
2009-07-10 17:56:01 -07:00 |
|
Zach Copley
|
5b3d4f7121
|
Merge branch 'candrews-review' into 0.8.x
* candrews-review:
added group status api, located at /api/statuses/group_timeline/ID.rss
|
2009-07-10 16:11:31 -07:00 |
|
Zach Copley
|
4a1d7ad082
|
Merge branch 'candrews-review' into 0.8.x
|
2009-07-10 21:03:44 +00:00 |
|
Craig Andrews
|
08d50655f3
|
added group status api, located at /api/statuses/group_timeline/ID.rss
http://laconi.ca/trac/ticket/1702
|
2009-07-10 17:00:27 -04:00 |
|