]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoUse nickname from profile, not user object, to avoid barfing warnings on Twitter...
Brion Vibber [Fri, 30 Oct 2009 20:53:23 +0000 (16:53 -0400)]
Use nickname from profile, not user object, to avoid barfing warnings on Twitter messages imported into the timeline.

14 years agoRedirect to login when trying to send a direct message while not logged in.
Craig Andrews [Fri, 30 Oct 2009 20:01:20 +0000 (16:01 -0400)]
Redirect to login when trying to send a direct message while not logged in.

http://status.net/trac/ticket/1359

14 years agoAdded simple registration (sreg) support to the OpenID provider
Craig Andrews [Fri, 30 Oct 2009 19:33:04 +0000 (15:33 -0400)]
Added simple registration (sreg) support to the OpenID provider

14 years agoAllow non-users to view the site's xrds when the site is private. Getting to closer...
Craig Andrews [Fri, 30 Oct 2009 17:48:18 +0000 (13:48 -0400)]
Allow non-users to view the site's xrds when the site is private. Getting to closer to allow OpenID login on private sites.

14 years agomade openidserver a login action so it can be seen when the site is in "private"...
Craig Andrews [Fri, 30 Oct 2009 17:42:54 +0000 (13:42 -0400)]
made openidserver a login action so it can be seen when the site is in "private" mode

14 years agoAdded an "Verify Your Identity" page to the OpenID provider
Craig Andrews [Fri, 30 Oct 2009 17:21:11 +0000 (13:21 -0400)]
Added an "Verify Your Identity" page to the OpenID provider

14 years agoFixed Nudge XHR
Sarven Capadisli [Fri, 30 Oct 2009 16:06:11 +0000 (16:06 +0000)]
Fixed Nudge XHR

14 years agoMinor
Sarven Capadisli [Fri, 30 Oct 2009 16:02:22 +0000 (16:02 +0000)]
Minor

14 years agoUsing document importNode otherwise IE pukes
Sarven Capadisli [Fri, 30 Oct 2009 15:59:24 +0000 (15:59 +0000)]
Using document importNode otherwise IE pukes

14 years agoIE doesn't like last comma. I understand.
Sarven Capadisli [Fri, 30 Oct 2009 15:47:32 +0000 (15:47 +0000)]
IE doesn't like last comma. I understand.

14 years agoRemove attachment view after XHR notice submit
Sarven Capadisli [Fri, 30 Oct 2009 15:41:52 +0000 (15:41 +0000)]
Remove attachment view after XHR notice submit

14 years agoAdded missing dataType line for ajaxForm
Sarven Capadisli [Fri, 30 Oct 2009 15:21:03 +0000 (16:21 +0100)]
Added missing dataType line for ajaxForm

14 years agoAdded Init comment
Sarven Capadisli [Fri, 30 Oct 2009 14:59:17 +0000 (15:59 +0100)]
Added Init comment

14 years agoResetting counter after a notice submit
Sarven Capadisli [Fri, 30 Oct 2009 14:51:52 +0000 (15:51 +0100)]
Resetting counter after a notice submit

14 years agoUpdated author documentation
Sarven Capadisli [Fri, 30 Oct 2009 14:49:47 +0000 (15:49 +0100)]
Updated author documentation

14 years agoOnly run the scripts if the user is logged in
Sarven Capadisli [Fri, 30 Oct 2009 14:48:35 +0000 (15:48 +0100)]
Only run the scripts if the user is logged in

14 years agoUpdated notice form counter
Sarven Capadisli [Fri, 30 Oct 2009 14:43:41 +0000 (15:43 +0100)]
Updated notice form counter

14 years agoUpdated SubmitOnReturn
Sarven Capadisli [Fri, 30 Oct 2009 13:31:57 +0000 (14:31 +0100)]
Updated SubmitOnReturn

14 years agoUpdated NoticeDataAttach
Sarven Capadisli [Fri, 30 Oct 2009 13:16:38 +0000 (14:16 +0100)]
Updated NoticeDataAttach

14 years agoUpdated NoticeAttachments
Sarven Capadisli [Fri, 30 Oct 2009 13:02:51 +0000 (14:02 +0100)]
Updated NoticeAttachments

14 years agoMissing :
Sarven Capadisli [Fri, 30 Oct 2009 12:56:53 +0000 (13:56 +0100)]
Missing :

14 years agoUpdated NoticeReply and NoticeReplySet
Sarven Capadisli [Fri, 30 Oct 2009 12:56:01 +0000 (13:56 +0100)]
Updated NoticeReply and NoticeReplySet

14 years agoUpdated form_notice
Sarven Capadisli [Fri, 30 Oct 2009 12:15:11 +0000 (13:15 +0100)]
Updated form_notice

14 years agoRefactored XHR forms:
Sarven Capadisli [Fri, 30 Oct 2009 11:40:08 +0000 (12:40 +0100)]
Refactored XHR forms:
.form_user_subscribe
.form_user_unsubscribe
.form_favor
.form_disfavor
.form_group_join
.form_group_leave
.form_user_nudge

Using FormXHR()

14 years agoMerge commit 'mainline/0.9.x' into 0.9.x
Brenda Wallace [Fri, 30 Oct 2009 06:21:16 +0000 (19:21 +1300)]
Merge commit 'mainline/0.9.x' into 0.9.x

14 years agodon't write the closing ?> to the config.php
Brenda Wallace [Fri, 30 Oct 2009 05:53:45 +0000 (18:53 +1300)]
don't write the closing ?> to the config.php

14 years agoBump to Auth_OpenID 2.1.3
Craig Andrews [Fri, 30 Oct 2009 05:30:42 +0000 (01:30 -0400)]
Bump to Auth_OpenID 2.1.3

14 years agoRemoved reference to 'api' action which no longer exists since api refactor
Craig Andrews [Fri, 30 Oct 2009 05:25:52 +0000 (01:25 -0400)]
Removed reference to 'api' action which no longer exists since api refactor

14 years agoFixed PubSubHubBub plugin to reflect new api
Craig Andrews [Fri, 30 Oct 2009 05:20:47 +0000 (01:20 -0400)]
Fixed PubSubHubBub plugin to reflect new api

14 years agoFix feed links which were broken when the API was restructured
Craig Andrews [Thu, 29 Oct 2009 23:09:42 +0000 (19:09 -0400)]
Fix feed links which were broken when the API was restructured

14 years agoMerge commit 'mainline/0.9.x' into 0.9.x
Brenda Wallace [Thu, 29 Oct 2009 21:35:27 +0000 (10:35 +1300)]
Merge commit 'mainline/0.9.x' into 0.9.x

14 years agogive some suggestions back to the user when no config file found, and a link to the...
Brenda Wallace [Thu, 29 Oct 2009 21:03:25 +0000 (10:03 +1300)]
give some suggestions back to the user when no config file found, and a link to the installer

14 years agoRevert "give some suggestions back to the user when no config file found, and a link...
Brenda Wallace [Thu, 29 Oct 2009 21:02:37 +0000 (10:02 +1300)]
Revert "give some suggestions back to the user when no config file found, and a link to the installer"

This reverts commit 7f5fbee2e36889fae1d1c5043d76625e197e39ea.

14 years agoMerge commit 'mainline/0.9.x' into 0.9.x
Brenda Wallace [Thu, 29 Oct 2009 20:41:04 +0000 (09:41 +1300)]
Merge commit 'mainline/0.9.x' into 0.9.x

14 years agowhitespace adjustments for doxygen
Craig Andrews [Thu, 29 Oct 2009 20:26:56 +0000 (16:26 -0400)]
whitespace adjustments for doxygen

14 years agoMoved the public XRDS from the OpenID plugin to core
Craig Andrews [Thu, 29 Oct 2009 20:01:25 +0000 (16:01 -0400)]
Moved the public XRDS from the OpenID plugin to core
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS
Added OpenID provider functionality (no delegation support [yet])

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 29 Oct 2009 20:17:22 +0000 (16:17 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agogive some suggestions back to the user when no config file found, and a link to the...
Brenda Wallace [Thu, 29 Oct 2009 20:17:19 +0000 (09:17 +1300)]
give some suggestions back to the user when no config file found, and a link to the installer

14 years agoshow notice location in notice list
Evan Prodromou [Thu, 29 Oct 2009 20:16:02 +0000 (16:16 -0400)]
show notice location in notice list

14 years agofix caching in location.php
Evan Prodromou [Thu, 29 Oct 2009 20:15:49 +0000 (16:15 -0400)]
fix caching in location.php

14 years agoMerge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber [Thu, 29 Oct 2009 19:09:24 +0000 (15:09 -0400)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x

14 years agouse addPlugin() in the README setup example
Brion Vibber [Thu, 29 Oct 2009 19:08:24 +0000 (15:08 -0400)]
use addPlugin() in the README setup example

14 years agomake an URL for a geonames location
Evan Prodromou [Thu, 29 Oct 2009 19:07:26 +0000 (15:07 -0400)]
make an URL for a geonames location

14 years agoa location method for getting an URL
Evan Prodromou [Thu, 29 Oct 2009 18:49:00 +0000 (14:49 -0400)]
a location method for getting an URL

14 years agoget location from a Profile
Evan Prodromou [Thu, 29 Oct 2009 18:43:25 +0000 (14:43 -0400)]
get location from a Profile

14 years agoget location from a Notice
Evan Prodromou [Thu, 29 Oct 2009 18:43:18 +0000 (14:43 -0400)]
get location from a Notice

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 29 Oct 2009 18:34:33 +0000 (14:34 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agofix uninitialized variables in showstream.php
Evan Prodromou [Thu, 29 Oct 2009 18:34:08 +0000 (14:34 -0400)]
fix uninitialized variables in showstream.php

14 years agoDon't spew warnings for URL shortener plugins that don't declare if they're free...
Brion Vibber [Thu, 29 Oct 2009 18:29:52 +0000 (14:29 -0400)]
Don't spew warnings for URL shortener plugins that don't declare if they're free services.

14 years agoWarning cleanup: drop reference on router parameter to RouterInitialized event handlers.
Brion Vibber [Thu, 29 Oct 2009 17:55:37 +0000 (13:55 -0400)]
Warning cleanup: drop reference on router parameter to RouterInitialized event handlers.
We don't (and don't need to) pass a reference here, and the mix can trigger warnings.

14 years agoFixed bookmarklet URL
Sarven Capadisli [Thu, 29 Oct 2009 12:37:05 +0000 (13:37 +0100)]
Fixed bookmarklet URL

14 years agoUpdated bookmarklet styles
Sarven Capadisli [Thu, 29 Oct 2009 12:31:56 +0000 (13:31 +0100)]
Updated bookmarklet styles

14 years agoDon't include site in gettext
Sarven Capadisli [Thu, 29 Oct 2009 12:24:06 +0000 (13:24 +0100)]
Don't include site in gettext

14 years agoUpdated bookmarklet. Created its own action
Sarven Capadisli [Thu, 29 Oct 2009 12:18:51 +0000 (13:18 +0100)]
Updated bookmarklet. Created its own action

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 29 Oct 2009 02:58:58 +0000 (22:58 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoFixed header comment.
Zach Copley [Thu, 29 Oct 2009 00:47:14 +0000 (17:47 -0700)]
Fixed header comment.

14 years agoTrap ClientExceptions from media upload process and hand them off to API error handler
Zach Copley [Thu, 29 Oct 2009 00:29:21 +0000 (17:29 -0700)]
Trap ClientExceptions from media upload process and hand them off to API error handler

14 years agoMerge branch 'api-media-upload' into 0.9.x
Zach Copley [Thu, 29 Oct 2009 00:18:33 +0000 (17:18 -0700)]
Merge branch 'api-media-upload' into 0.9.x

* api-media-upload:
  Rearanged a couple things & removed debugging statements
  Rework MailDaemon to use the MediaFile class for uploads
  Implement media upload in the API
  Extract media upload stuff into its own library class.

14 years agoRearanged a couple things & removed debugging statements
Zach Copley [Thu, 29 Oct 2009 00:12:22 +0000 (17:12 -0700)]
Rearanged a couple things & removed debugging statements

14 years agoRework MailDaemon to use the MediaFile class for uploads
Zach Copley [Wed, 28 Oct 2009 22:24:20 +0000 (22:24 +0000)]
Rework MailDaemon to use the MediaFile class for uploads

14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Wed, 28 Oct 2009 21:28:08 +0000 (17:28 -0400)]
Merge branch '0.9.x' into location

14 years agorogue n in curlclient.php
Evan Prodromou [Wed, 28 Oct 2009 21:28:00 +0000 (17:28 -0400)]
rogue n in curlclient.php

14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Wed, 28 Oct 2009 21:24:53 +0000 (17:24 -0400)]
Merge branch '0.9.x' into location

14 years agoadd StartInitializeRouter event
Evan Prodromou [Wed, 28 Oct 2009 20:07:57 +0000 (16:07 -0400)]
add StartInitializeRouter event

14 years agosave replies in the inbox
Evan Prodromou [Wed, 28 Oct 2009 19:33:10 +0000 (15:33 -0400)]
save replies in the inbox

14 years agocorrectly output public XRDS <meta>
Evan Prodromou [Wed, 28 Oct 2009 18:38:19 +0000 (14:38 -0400)]
correctly output public XRDS <meta>

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Wed, 28 Oct 2009 18:21:51 +0000 (14:21 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoreplace some boolean-evaluations with calls to empty()
Evan Prodromou [Wed, 28 Oct 2009 18:21:42 +0000 (14:21 -0400)]
replace some boolean-evaluations with calls to empty()

14 years agoImplement media upload in the API
Zach Copley [Wed, 28 Oct 2009 04:45:56 +0000 (21:45 -0700)]
Implement media upload in the API

14 years agoEnable welcome bot to broadcast it's notices
Carlos Perilla [Tue, 1 Sep 2009 04:01:36 +0000 (23:01 -0500)]
Enable welcome bot to broadcast it's notices

14 years agoDisplay user avatar in the XMPP message
Craig Andrews [Wed, 28 Oct 2009 03:31:49 +0000 (23:31 -0400)]
Display user avatar in the XMPP message
Include notice id and conversation link the XMPP message

Thanks to Deepspawn for this idea and initial code

14 years agoimplement the nudge command
Craig Andrews [Wed, 28 Oct 2009 02:45:00 +0000 (22:45 -0400)]
implement the nudge command

14 years agoAdded a new "reply" command
Craig Andrews [Wed, 28 Oct 2009 02:30:21 +0000 (22:30 -0400)]
Added a new "reply" command

14 years agoExtract media upload stuff into its own library class.
Zach Copley [Wed, 28 Oct 2009 02:11:18 +0000 (19:11 -0700)]
Extract media upload stuff into its own library class.

14 years agoShorten the notice text after command processing is done
Craig Andrews [Wed, 28 Oct 2009 02:02:55 +0000 (22:02 -0400)]
Shorten the notice text after command processing is done

14 years agoImplemented reply # command, allowing users to favorite specific notices by the notice id
Craig Andrews [Wed, 28 Oct 2009 01:48:56 +0000 (21:48 -0400)]
Implemented reply # command, allowing users to favorite specific notices by the notice id

14 years agoSpecify the number of cols for the Facebook app's multi-friend inviter
Zach Copley [Tue, 27 Oct 2009 21:07:17 +0000 (21:07 +0000)]
Specify the number of cols for the Facebook app's multi-friend inviter
widget so it fits better into Facebook's new layout.

14 years agoForgot to move the facebookapp.css file into the new Facebook plugin
Zach Copley [Tue, 27 Oct 2009 21:00:26 +0000 (21:00 +0000)]
Forgot to move the facebookapp.css file into the new Facebook plugin

14 years agoRemoved attachment UI
Sarven Capadisli [Tue, 27 Oct 2009 16:44:55 +0000 (17:44 +0100)]
Removed attachment UI

14 years agoSlight alignment
Sarven Capadisli [Tue, 27 Oct 2009 15:32:09 +0000 (16:32 +0100)]
Slight alignment

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Tue, 27 Oct 2009 14:00:35 +0000 (15:00 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoSome CSS updates for FB app
Sarven Capadisli [Tue, 27 Oct 2009 13:59:58 +0000 (14:59 +0100)]
Some CSS updates for FB app

14 years agoMake email domain checking optional, as some statusnet installations (such as those...
Craig Andrews [Mon, 26 Oct 2009 14:31:12 +0000 (10:31 -0400)]
Make email domain checking optional, as some statusnet installations (such as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail
systems, and this check will always fail.

14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Sat, 24 Oct 2009 23:59:46 +0000 (19:59 -0400)]
Merge branch '0.9.x' into location

14 years agoAdd .DS_Store to .gitignore list; these are desktop metadata files maintained by...
Brion Vibber [Sat, 24 Oct 2009 23:42:29 +0000 (16:42 -0700)]
Add .DS_Store to .gitignore list; these are desktop metadata files maintained by Mac OS X Finder.

14 years agoMove Twitter and Facebook-specific mail notifications to their respective plugins
Zach Copley [Fri, 23 Oct 2009 23:38:45 +0000 (23:38 +0000)]
Move Twitter and Facebook-specific mail notifications to their respective plugins

14 years agoRemove automatic enqueuing for Facebook
Zach Copley [Fri, 23 Oct 2009 23:34:48 +0000 (23:34 +0000)]
Remove automatic enqueuing for Facebook

14 years agoMerge branch '0.9.x' into facebook-app-plugin
Zach Copley [Fri, 23 Oct 2009 23:05:59 +0000 (23:05 +0000)]
Merge branch '0.9.x' into facebook-app-plugin

14 years agoSome phpcs cleanup
Zach Copley [Fri, 23 Oct 2009 23:05:23 +0000 (23:05 +0000)]
Some phpcs cleanup

14 years agoMerge branch '0.9.x' into facebook-app-plugin
Zach Copley [Fri, 23 Oct 2009 22:48:35 +0000 (22:48 +0000)]
Merge branch '0.9.x' into facebook-app-plugin

14 years agoFix an incorrectly passing URL test case and add two a related test case:
Brion Vibber [Fri, 23 Oct 2009 20:50:39 +0000 (13:50 -0700)]
Fix an incorrectly passing URL test case and add two a related test case:
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature.

14 years agoFix three fatal errors when posting from 0.9.x:
Brion Vibber [Fri, 23 Oct 2009 20:31:53 +0000 (20:31 +0000)]
Fix three fatal errors when posting from 0.9.x:
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge.
* Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction.
* UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.

14 years agoupdate location while saving new profile
Evan Prodromou [Fri, 23 Oct 2009 15:47:00 +0000 (11:47 -0400)]
update location while saving new profile

14 years agoupdate location while registering
Evan Prodromou [Fri, 23 Oct 2009 15:46:44 +0000 (11:46 -0400)]
update location while registering

14 years agoMerge commit 'refs/merge-requests/1815' of git://gitorious.org/statusnet/mainline...
Craig Andrews [Fri, 23 Oct 2009 15:15:25 +0000 (11:15 -0400)]
Merge commit 'refs/merge-requests/1815' of git://gitorious.org/statusnet/mainline into 0.9.x

14 years agoMerge branch '0.9.x' into facebook-app-plugin
Zach Copley [Thu, 22 Oct 2009 21:12:51 +0000 (21:12 +0000)]
Merge branch '0.9.x' into facebook-app-plugin

14 years agoMerge branch '0.9.x' into location
Evan Prodromou [Thu, 22 Oct 2009 20:23:42 +0000 (16:23 -0400)]
Merge branch '0.9.x' into location

14 years agoMerge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Thu, 22 Oct 2009 20:21:05 +0000 (16:21 -0400)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

14 years agoHTTPResponse has default empty headers
Evan Prodromou [Thu, 22 Oct 2009 20:20:56 +0000 (16:20 -0400)]
HTTPResponse has default empty headers

14 years agoresults of json parsing are objects not arrays
Evan Prodromou [Thu, 22 Oct 2009 20:20:31 +0000 (16:20 -0400)]
results of json parsing are objects not arrays