Commit Graph

  • ec88d2650e Replace own OMB stack with libomb. Adrian Lang 2009-08-10 14:48:50 +02:00
  • 17dcf1c317 Merge branch 'twitter-oauth' into 0.8.x Zach Copley 2009-08-10 07:49:51 +00:00
  • 06c5f490ea Add Twitter OAuth key and secret example Zach Copley 2009-08-10 07:21:35 +00:00
  • 681bcbf71e Add synctwitterfriends to daemon startup and stop scripts Zach Copley 2009-08-10 07:18:09 +00:00
  • dae74e8ff4 Take token field out of foreign_link Zach Copley 2009-08-10 07:13:00 +00:00
  • 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. Zach Copley 2009-08-10 07:00:59 +00:00
  • fa8433308f Moved some stuff around. More comments and phpcs compliance. Zach Copley 2009-08-10 06:05:43 +00:00
  • 14b46e2183 Added configuration option to only allow OpenID logins. Jeffery To 2009-08-09 19:12:59 +08:00
  • c1b19929f6 changed file.url column type from varcahr(255) to varchar(2047) Brenda Wallace 2009-08-10 09:41:07 +12:00
  • 4a0a6c96ce Updated link colour. Sarven Capadisli 2009-08-09 13:23:35 +02:00
  • 060d5c4b8e Fix logic that determines if a URL is relative or absolute in script() and cssLink() Craig Andrews 2009-08-08 22:56:42 -04:00
  • 1330998b9b Use jQuery instead of window.onLoad, which I believe will be faster and more reliable Craig Andrews 2009-08-08 22:55:31 -04:00
  • 9853d47137 Update README to use the addPlugin syntax to add the plugin (which seems cleaner) Craig Andrews 2009-08-08 22:38:48 -04:00
  • c6d2e54a71 Throttles 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
  • df12206421 Broke some stuff out into functions. Ran it through phpcs. Zach Copley 2009-08-08 18:13:19 +00:00
  • e3bb64cd6c Merge branch '0.8.x' into twitter-oauth Zach Copley 2009-08-08 18:11:47 +00:00
  • fe3ce5b6c4 Fixed typo "thier". Ticket 1606 Sarven Capadisli 2009-08-08 17:45:53 +02:00
  • 534d0d804c Fix 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
  • 9ec022df93 Only populate attachments array element if there are attachments Zach Copley 2009-07-17 12:39:54 -07:00
  • 348fa35c6b Also show XML representation of attachments in the API Zach Copley 2009-07-17 12:33:51 -07:00
  • 0cfdc2b91b Post 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
  • 2399908138 Better error handling when updating Facebook Zach Copley 2009-07-27 02:54:51 +00:00
  • abdd4a3c3e Update to lastest external Facebook libs Zach Copley 2009-07-15 16:09:07 -07:00
  • dcfb91ea8b Attempt to reduce the number of calls to FB to speed things up Zach Copley 2009-07-30 19:34:32 +00:00
  • b842b34a57 More 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
  • 4e7546fbe2 Call $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
  • 468252ee6a bug 1770 conversation link for email anontwit 2009-08-07 15:24:58 -07:00
  • 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 Craig Andrews 2009-08-07 18:26:12 -04:00
  • 145bb28baf bug 1770 conversation link for email anontwit 2009-08-07 15:24:58 -07:00
  • 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 Craig Andrews 2009-08-07 18:00:04 -04:00
  • 63cedb7c31 Fixed 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
  • ee9bfa7158 UnsubscribeAction: Add LACONICA gate, fix PHPCS errors, fix error handling typo. Adrian Lang 2009-08-07 12:21:36 +02:00
  • 91cba7a76f Merge commit 'jeff-themovie/0.8.x-rss-1.0-descriptions' into 0.8.x Craig Andrews 2009-08-06 22:45:09 -04:00
  • aba2fcb451 Merge commit 'holizz/0.8.x-fasterjs' into 0.8.x Craig Andrews 2009-08-06 22:40:59 -04:00
  • f917485a0d Merge commit 'jeff-themovie/0.8.x-jsonsearchresultslist' into 0.8.x Craig Andrews 2009-08-06 22:39:38 -04:00
  • 1c3a1360a9 Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x Craig Andrews 2009-08-06 22:38:06 -04:00
  • 49eb6009a5 install.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
  • d9a9af569f Used Yahoo! Smush.it to save a few bytes on the images Craig Andrews 2009-08-06 22:30:02 -04:00
  • c03d593287 Make TwitterStatusFetcher extend ParallelizingDaemon Zach Copley 2009-08-06 22:52:58 +00:00
  • b2e9d23b84 Set counter text only when it differs from the new remaining count. Tom Adams 2009-08-06 23:13:05 +01:00
  • 04ed583cc5 remove redundant/unnecessary lines Craig Andrews 2009-08-06 18:05:46 -04:00
  • 932d1fb7ce Move inline javascript to a separate js file Craig Andrews 2009-08-06 15:26:13 -04:00
  • 380c486626 I had my user info hardcoded... oops. Craig Andrews 2009-08-06 15:19:33 -04:00
  • 26b608d914 Support the 'lite' parameter to statuses/friends and statuses/followers twitter api methods. Craig Andrews 2009-08-06 15:14:27 -04:00
  • 153248b482 Added the Autocomplete plugin Craig Andrews 2009-08-06 14:39:59 -04:00
  • 7c9e12a0b8 Fixed IM and SMS enabled options to default to true. Jeffery To 2009-08-07 01:57:43 +08:00
  • 5f293f0e2f Added configuration option to disable post-by-email. Jeffery To 2009-08-07 01:55:31 +08:00
  • c261a645a1 Hide subscription controls for disabled services (IM, SMS) Jeffery To 2009-08-07 01:34:36 +08:00
  • 93f585446e Added configuration options to enable/disable SMS and Twitter integration. Jeffery To 2009-08-07 01:18:17 +08:00
  • e386a75d1b Check theme first for CSS files, then use the non-theme path. Craig Andrews 2009-08-06 13:05:40 -04:00
  • 406020df38 add LiveTweeter (note caps) Evan Prodromou 2009-08-06 12:35:35 -04:00
  • 2087ae621c Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x Evan Prodromou 2009-08-06 12:32:09 -04:00
  • 43e1c3d71f add qwit Evan Prodromou 2009-08-06 12:30:56 -04:00
  • ad1c91a1cf Fixed missing/null values from JSON search results Jeffery To 2009-08-07 00:03:50 +08:00
  • adc5901d21 Make RSS 1.0 channel descriptions more consistent with RSS 2.0 and Atom descriptions Jeffery To 2009-08-06 23:36:24 +08:00
  • c8c2d9d7c9 Make 2nd and 3rd cssLink() arguments optional Craig Andrews 2009-08-06 11:18:57 -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
  • 6d29592ec7 Abstract out the parallelizing daemon stuff Zach Copley 2009-08-06 01:15:08 +00:00
  • 2eaf738bf7 Handle relative and absolute url parameters to script() and cssLink() Craig Andrews 2009-08-05 20:28:46 -04:00
  • ca70874b0a Use cssLink() to link to external css Craig Andrews 2009-08-05 20:16:34 -04:00
  • 5ba3383665 Use script() to write out javascript <script> tags Craig Andrews 2009-08-05 20:15:00 -04:00
  • 9a9195ecd8 Used script() function to write out the javascript link Craig Andrews 2009-08-05 19:54:46 -04:00
  • 304db1d30b Use 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
  • 6a76addbe8 Added cssLink() and script() functions to htmloutputter Craig Andrews 2009-08-05 19:35:42 -04:00
  • feac024348 Accidentally caused the DOCTYPE to never be rendered - fix that. Craig Andrews 2009-08-05 19:24:34 -04:00
  • b975a6a0e5 Don't start HTML responses with <?xml if the document is served as text/html. Craig Andrews 2009-08-05 18:55:47 -04:00
  • 95ba22c5d7 Switch DOCTYPE's to the XHTML 5 DOCTYPE Craig Andrews 2009-08-05 18:27:27 -04:00
  • d77982b9b4 added Infinite Scroll plugin Craig Andrews 2009-08-05 17:09:19 -04:00
  • 83ff1cecd3 Use NICKNAME_FMT everywhere consistently Craig Andrews 2009-08-05 16:26:19 -04:00
  • 7a61b0737d update version to 0.8.1pre1 Evan Prodromou 2009-08-05 16:06:15 -04:00
  • 180ac80d4e Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x Evan Prodromou 2009-08-05 16:03:00 -04:00
  • e797001be4 add livetweeter to notice source Evan Prodromou 2009-08-05 16:02:47 -04:00
  • 3ebbc1c388 Merge branch '0.8.x' into twitter-oauth Zach Copley 2009-08-05 19:01:15 +00:00
  • c3a522623c fixed double 'get' type anontwit 2009-08-05 10:58:30 -07:00
  • c19df2dbc2 updated IM docs with new commands anontwit 2009-08-05 10:50:27 -07:00
  • 44b2b64247 Argh, first commit for ages and such a stupid error. Sorry. Adrian Lang 2009-08-05 16:05:29 +02:00
  • 9b3adf789a Argh, first commit for ages and such a stupid error. Sorry. Adrian Lang 2009-08-05 16:05:29 +02:00
  • ecc7090011 Argh, first commit for ages and such a stupid error. Sorry. Adrian Lang 2009-08-05 16:05:29 +02:00
  • 535e3bae79 Fix reference to undefined variable in Design::toWebColor. Adrian Lang 2009-08-05 15:58:18 +02:00
  • fe507928ae Fix reference to undefined variable in Design::toWebColor. Adrian Lang 2009-08-05 15:58:18 +02:00
  • 36e5d2b45f Added 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
  • cd71f9cc51 Better (hopefully) database connection management for child processes Zach Copley 2009-08-05 00:16:12 +00:00
  • 43eb19910f Post 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
  • 5dc1291b59 move openid instructions to OpenIDPlugin Evan Prodromou 2009-08-04 13:27:22 -04:00
  • 5576917662 Use empty() for checking whether DB_DataObject returned something Zach Copley 2009-08-04 17:20:28 +00:00
  • 0685b85d8d Use ssl for fetching frinds_timeline from Twitter since it requires auth and is a protected resource Zach Copley 2009-08-04 17:19:05 +00:00
  • 622c0b24c3 move redirect-to-openid code to OpenID plugin Evan Prodromou 2009-08-04 13:17:43 -04:00
  • 000e21be19 Merge branch '0.9.x' into openidplugin Evan Prodromou 2009-08-04 13:10:43 -04:00
  • 8f122dd71e new action for when we redirect to login page Evan Prodromou 2009-08-04 13:10:37 -04:00
  • 2ed46ce274 move XRDS code from public action to OpenIDPlugin Evan Prodromou 2009-08-04 13:04:31 -04:00
  • 628a937108 say that it's OK to do OpenID login in private mode Evan Prodromou 2009-08-04 11:16:43 -04:00
  • 4586e15f45 fix comment to note that xrds file is for OMB not OpenID Evan Prodromou 2009-08-04 09:04:41 -04:00
  • 3997682d26 incorrectly moved user xrds to OpenID plugin; fixing Evan Prodromou 2009-08-04 09:03:58 -04:00
  • 0616ea0205 move check for SSL from util.php to OpenIDPlugin Evan Prodromou 2009-08-04 09:00:58 -04:00
  • 797f296974 fix require paths for OpenID plugin files Evan Prodromou 2009-08-04 07:45:16 -04:00
  • f704a7029e OpenIDPlugin autoloads class files Evan Prodromou 2009-08-04 07:40:41 -04:00
  • 3245357749 add account settings menu item for OpenID Evan Prodromou 2009-08-04 07:22:56 -04:00
  • 7a742a0572 show OpenID action in login nav Evan Prodromou 2009-08-04 07:20:17 -04:00
  • 93239adb55 remove unused openid lib from logout action Evan Prodromou 2009-08-04 07:12:43 -04:00