ec88d2650eReplace own OMB stack with libomb.
Adrian Lang
2009-08-10 14:48:50 +02:00
17dcf1c317Merge branch 'twitter-oauth' into 0.8.x
Zach Copley
2009-08-10 07:49:51 +00:00
06c5f490eaAdd Twitter OAuth key and secret example
Zach Copley
2009-08-10 07:21:35 +00:00
681bcbf71eAdd synctwitterfriends to daemon startup and stop scripts
Zach Copley
2009-08-10 07:18:09 +00:00
dae74e8ff4Take token field out of foreign_link
Zach Copley
2009-08-10 07:13:00 +00:00
27548c6903I 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.
Zach Copley
2009-08-10 07:00:59 +00:00
fa8433308fMoved some stuff around. More comments and phpcs compliance.
Zach Copley
2009-08-10 06:05:43 +00:00
14b46e2183Added configuration option to only allow OpenID logins.
Jeffery To
2009-08-09 19:12:59 +08:00
c1b19929f6changed file.url column type from varcahr(255) to varchar(2047)
Brenda Wallace
2009-08-10 09:41:07 +12:00
4a0a6c96ceUpdated link colour.
Sarven Capadisli
2009-08-09 13:23:35 +02:00
060d5c4b8eFix logic that determines if a URL is relative or absolute in script() and cssLink()
Craig Andrews
2009-08-08 22:56:42 -04:00
1330998b9bUse jQuery instead of window.onLoad, which I believe will be faster and more reliable
Craig Andrews
2009-08-08 22:55:31 -04:00
9853d47137Update README to use the addPlugin syntax to add the plugin (which seems cleaner)
Craig Andrews
2009-08-08 22:38:48 -04:00
c6d2e54a71Throttles updating of the character counter to reduce the performance impact on typing, especially on slower devices (mobiles, netbooks).
brion
2009-08-08 17:54:57 -07:00
df12206421Broke some stuff out into functions. Ran it through phpcs.
Zach Copley
2009-08-08 18:13:19 +00:00
e3bb64cd6cMerge branch '0.8.x' into twitter-oauth
Zach Copley
2009-08-08 18:11:47 +00:00
534d0d804cFix for removing the first occurance of the duplicate nickname in textarea when NoticeReply() is used.
Sarven Capadisli
2009-08-08 10:44:28 +00:00
9ec022df93Only populate attachments array element if there are attachments
Zach Copley
2009-07-17 12:39:54 -07:00
348fa35c6bAlso show XML representation of attachments in the API
Zach Copley
2009-07-17 12:33:51 -07:00
0cfdc2b91bPost to Facebook user's stream if notice has an attachment, otherwise post notice as a status update
Zach Copley
2009-08-04 20:49:18 +00:00
dcfb91ea8bAttempt to reduce the number of calls to FB to speed things up
Zach Copley
2009-07-30 19:34:32 +00:00
b842b34a57More tinkering with logout. I think I got it this time! It's been driving me crazy.
Zach Copley
2009-07-16 00:47:48 +00:00
4e7546fbe2Call $this->getNotices() always, becuase $this will be the right class. e.g. TagrssAction or PublicrssAction
Brenda Wallace
2009-07-23 21:46:20 +12:00
468252ee6abug 1770 conversation link for email
anontwit
2009-08-07 15:24:58 -07:00
a7a87913beRedirect instead of showing an error when the user visits a non-local notice's url Use consistent logic in display non-local notice links
Craig Andrews
2009-08-07 18:26:12 -04:00
145bb28bafbug 1770 conversation link for email
anontwit
2009-08-07 15:24:58 -07:00
11086c7823Implemented the list_all and list groups API methods as defined at http://laconi.ca/trac/wiki/ProposedGroupsAPI Made the Autocomplete plugin also autocomplete groups
Craig Andrews
2009-08-07 18:00:04 -04:00
63cedb7c31Fixed Escaping in SMS Doc.
Christopher Vollick
2009-08-07 09:46:43 -04:00
69fb7817ef$args Was Out Of Scope in CheckMirror.
Christopher Vollick
2009-08-07 08:28:20 -04:00
ee9bfa7158UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo.
Adrian Lang
2009-08-07 12:21:36 +02:00
91cba7a76fMerge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.x
Craig Andrews
2009-08-06 22:45:09 -04:00
aba2fcb451Merge commit 'holizz/0.8.x-fasterjs' into 0.8.x
Craig Andrews
2009-08-06 22:40:59 -04:00
f917485a0dMerge commit 'jeff-themovie/0.8.x-jsonsearchresultslist' into 0.8.x
Craig Andrews
2009-08-06 22:39:38 -04:00
1c3a1360a9Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x
Craig Andrews
2009-08-06 22:38:06 -04:00
49eb6009a5install.php: improved support for running Laconica in a sub folder and on a non-standard port, tidyed up configuration file generation, removing duplication from db functions,
Brett Taylor
2009-08-07 14:17:55 +12:00
d9a9af569fUsed Yahoo! Smush.it to save a few bytes on the images
Craig Andrews
2009-08-06 22:30:02 -04:00
421e33f145- Rewrote SyncTwitterFriends as a daemon - Made it use OAuth - Code clean up
Zach Copley
2009-08-06 07:03:05 +00:00
6d29592ec7Abstract out the parallelizing daemon stuff
Zach Copley
2009-08-06 01:15:08 +00:00
2eaf738bf7Handle relative and absolute url parameters to script() and cssLink()
Craig Andrews
2009-08-05 20:28:46 -04:00
ca70874b0aUse cssLink() to link to external css
Craig Andrews
2009-08-05 20:16:34 -04:00
5ba3383665Use script() to write out javascript <script> tags
Craig Andrews
2009-08-05 20:15:00 -04:00
9a9195ecd8Used script() function to write out the javascript link
Craig Andrews
2009-08-05 19:54:46 -04:00
304db1d30bUse script() and cssLink() methods everywhere instead of manually writing out javascript and css each time
Craig Andrews
2009-08-05 19:45:12 -04:00
6a76addbe8Added cssLink() and script() functions to htmloutputter
Craig Andrews
2009-08-05 19:35:42 -04:00
feac024348Accidentally caused the DOCTYPE to never be rendered - fix that.
Craig Andrews
2009-08-05 19:24:34 -04:00
b975a6a0e5Don't start HTML responses with <?xml if the document is served as text/html.
Craig Andrews
2009-08-05 18:55:47 -04:00
95ba22c5d7Switch DOCTYPE's to the XHTML 5 DOCTYPE
Craig Andrews
2009-08-05 18:27:27 -04:00
7a61b0737dupdate version to 0.8.1pre1
Evan Prodromou
2009-08-05 16:06:15 -04:00
180ac80d4eMerge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou
2009-08-05 16:03:00 -04:00
e797001be4add livetweeter to notice source
Evan Prodromou
2009-08-05 16:02:47 -04:00
3ebbc1c388Merge branch '0.8.x' into twitter-oauth
Zach Copley
2009-08-05 19:01:15 +00:00
c3a522623cfixed double 'get' type
anontwit
2009-08-05 10:58:30 -07:00
c19df2dbc2updated IM docs with new commands
anontwit
2009-08-05 10:50:27 -07:00
44b2b64247Argh, first commit for ages and such a stupid error. Sorry.
Adrian Lang
2009-08-05 16:05:29 +02:00
9b3adf789aArgh, first commit for ages and such a stupid error. Sorry.
Adrian Lang
2009-08-05 16:05:29 +02:00
ecc7090011Argh, first commit for ages and such a stupid error. Sorry.
Adrian Lang
2009-08-05 16:05:29 +02:00
535e3bae79Fix reference to undefined variable in Design::toWebColor.
Adrian Lang
2009-08-05 15:58:18 +02:00
fe507928aeFix reference to undefined variable in Design::toWebColor.
Adrian Lang
2009-08-05 15:58:18 +02:00
36e5d2b45fAdded correct null check. Created noisey errors on fresh install. $id is not defined, should be $this->id
Eric Helgeson
2009-08-04 22:11:20 -05:00