diaspora/app/models
Alec Leamas eacee54846 Replace APP_CONFIG[:terse_pod_url] with uri object.
Adds a new APP_CONFIG[:pod_uri] item, an uri object parsed from
pod_url. Replace all occurrences of APP_CONFIG[:terse_pod_url] with
APP_CONFIG[:pod_uri].host. Closes http://bugs.joindiaspora.com/issues/684,
using the well-defined semantics of the uri object.

The pod_url is normalized using module URI's functions, always with a
trailing /.

The diaspora-handle will always reflect the pod_url with this patch
i. e., a pod_url like www.dpod.se will give the handle xx@www.dpod.se;
previous code stripped the www. prefix. If this is a problem, it
should be addressed by another setting, since one cannot presume that
www.domain.tld resolves to the same address as domain.tld.
2010-12-10 14:29:19 +01:00
..
jobs added specs for push_to_services, also rename the socket webfinger job spec because since it did not end with '_spec' it was not getting run 2010-12-09 19:29:25 -08:00
services small bugfixes for services refactor 2010-12-09 19:29:25 -08:00
aspect.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
comment.rb Revert "Revert redis merge to fix bugs on master" 2010-12-02 15:33:26 -08:00
contact.rb user can now remove contact from aspects on contact's profile page. a contact's posts are retained in a given aspect reflecting the duration of said contact's inclusion. 2010-11-21 16:30:45 -08:00
invitation.rb Add some specs to Invitation, use I18n in InvitationsController 2010-12-05 14:37:43 -08:00
person.rb select only profile on most Person queries 2010-12-09 15:04:40 -08:00
photo.rb Fix photo uploading in profile photos, style photo upload button better 2010-12-09 13:06:31 -08:00
post.rb Revert "Revert redis merge to fix bugs on master" 2010-12-02 15:33:26 -08:00
profile.rb Bug #624 Can't unset birthday 2010-11-30 21:23:47 -08:00
request.rb Remove query from aspects manage, correct spec in User spec 2010-12-09 19:11:47 -08:00
retraction.rb Revert "Revert redis merge to fix bugs on master" 2010-12-02 15:33:26 -08:00
service.rb ugh 2010-12-09 20:32:39 -08:00
status_message.rb MSSM services are now broken out into seperate classes, and we cleaned up posting to them 2010-12-09 19:29:25 -08:00
user.rb Replace APP_CONFIG[:terse_pod_url] with uri object. 2010-12-10 14:29:19 +01:00