danielgrippi
9672c27232
using two less delegates in mobilejs; made some partials for mobile stream elements for sanity's sake
2011-10-02 12:27:14 -07:00
Maxwell Salzberg
164b395f06
derp. remove puts-es
2011-10-02 09:37:55 -07:00
Maxwell Salzberg
647bc585cc
always remember me on the mobile. make previous helpers shorter
2011-10-02 09:30:05 -07:00
danielgrippi
b881d7b3de
default sort order to created_at instead of commented_on on desktop site
2011-10-01 16:24:28 -07:00
danielgrippi
eaa191515e
remove logging statement in a before filter that performed a query
2011-09-30 21:11:00 -07:00
Maxwell Salzberg
63c7634f6a
Revert "header data as helper methods"
...
This reverts commit 607013bc83 .
2011-09-30 14:43:52 -07:00
danielgrippi
607013bc83
header data as helper methods
2011-09-30 13:22:12 -07:00
Maxwell Salzberg
621075d4e1
fix mentioning from profile page spec, add some tests for the ajax_stream? method
2011-09-30 10:54:13 -07:00
John Edmonds
8d0f6699ae
Move photo upload logic to file_handler.
2011-09-29 21:49:58 -04:00
Maxwell Salzberg
45491f06d5
fix cuke for inf scroll(dont rely on session for sort order)
2011-09-29 17:33:15 -07:00
Maxwell Salzberg
aa5d5b560d
fix incorrect status_message#new view
2011-09-29 15:17:25 -07:00
Maxwell Salzberg
772f69de2d
fix typo in statusmessage controller
2011-09-29 14:06:36 -07:00
danielgrippi
e3bf03636b
pass in mobile as provider_display_name on posts if posting from mobile
2011-09-28 22:15:32 -07:00
danielgrippi
2b2443b6b9
aspect dropdown takes public and all aspects option
2011-09-27 21:09:27 -07:00
danielgrippi
744ab579bd
adding comments work for one of two comment add buttons; added info on
...
posts; post show page.
2011-09-27 21:09:27 -07:00
danielgrippi
ea357a96ef
expand&collapse comments; added comment form (wip)
2011-09-27 21:09:27 -07:00
danielgrippi
91c9fffb81
touched up login page wip
2011-09-27 21:09:26 -07:00
danielgrippi
6deb924c32
fixed header; compose message on top right
2011-09-27 21:09:26 -07:00
danielgrippi
ab3d220b57
always sort by created_at on mobile
2011-09-27 21:09:26 -07:00
danielgrippi
8c586c4567
added html5 boilerplate meta tags to mobile; stripped functionality to add back
2011-09-27 21:09:25 -07:00
danielgrippi
4bd1f0997d
fix build
2011-09-25 13:14:09 -07:00
danielgrippi
131166841a
added logged out page referencing mobile
2011-09-25 11:58:44 -07:00
John Edmonds
b999617dde
Respond with HTML for Opera.
...
If we don't respond with the content-type text/html, rails will return a 406 Not Acceptable.
2011-09-25 12:01:44 -04:00
John Edmonds
5f906defc8
Directly use UploadedFile object if available.
...
Opera doesn't support XHR file uploads and instead submits a regular form.
Thus, we are provided with an UploadedFile object which can be used instead of creating our own compatible object.
2011-09-25 11:51:13 -04:00
Maxwell Salzberg
049eb74ab2
added route to grab users profile picture if you know their username
2011-09-24 23:33:14 -07:00
Ilya Zhitomirskiy
461cb22109
in the getting started featured tags are now followable
2011-09-23 17:06:21 -07:00
Ilya Zhitomirskiy
386697f711
added a nil check, for pre-mongo days
2011-09-21 13:37:37 -07:00
Ilya Zhitomirskiy
c98f2d1664
added a weekly user stat for admin
2011-09-21 13:23:09 -07:00
Ilya Zhitomirskiy
ed4b91249d
added a publisher to the tag page
2011-09-19 11:38:55 -07:00
Maxwell Salzberg
bc1aef4999
MS IZ start to implement followed tags in the stream
2011-09-16 18:19:34 -07:00
danielgrippi
999efbd451
IZ DG MS; fix method call in public receiver
2011-09-15 19:37:56 -07:00
danielgrippi
60cb9e43a7
DG MS; renamed Salmon jobs; CGI::unescape() incoming xml in public receive route
2011-09-15 15:33:28 -07:00
danielgrippi
97f80272b2
DG MS; changed Job:: to Jobs::; require all mail jobs from Job base class
2011-09-15 12:42:53 -07:00
danielgrippi
ec011f0800
DG MS; optimized local comments to be batched; backfilled more tests
2011-09-15 11:22:47 -07:00
Maxwell Salzberg
60ace5c297
DG MS; Broke out HydraWrapper in HttpMulti job
2011-09-14 15:50:07 -07:00
danielgrippi
91e649977c
MS DG update copyright
2011-09-14 11:23:12 -07:00
Maxwell Salzberg
3184d7aad1
MS DG clean up Postzord::Dispatcher::Private
2011-09-13 13:32:50 -07:00
The Lambda Calculus
f8f1ef3f91
Refactored code so that the controller got thinner while the model become fatter [Finishes #1126 ]
2011-09-13 03:04:22 -04:00
Maxwell Salzberg
665facaeb0
DG MS renamed private dispatcher; started refactor including public
...
dispatcher
2011-09-12 17:02:40 -07:00
Maxwell Salzberg
6e60905d0d
DG MS major refactor of salmon and corresponding federation logic
2011-09-12 14:05:32 -07:00
Maxwell Salzberg
6b0507949c
updated salmon to let us not always encrypt the header
2011-09-12 14:05:31 -07:00
danielgrippi
293afd80ff
all_public scope in Post for clarity
2011-09-11 19:28:52 -07:00
danielgrippi
1bd37038cc
fixed/moved specs; made Person.all_from_aspects scope (move direct AR querying from AspectStream; added more documentation in AspectStream
2011-09-11 14:16:48 -07:00
danielgrippi
21182c88ec
initial tests for AspectStream
2011-09-11 14:16:48 -07:00
danielgrippi
ec4dc7a905
Created AspectStream; removed all logic from AspectsController#index
2011-09-11 14:16:48 -07:00
Sarah Mei
8b789bfe35
Notifications don't 500 anymore, but I don't know how to make it render the mobile view.
2011-09-10 13:38:01 -07:00
danielgrippi
fe915ecb09
don't redirect to AspectsController#new from AspectsController#index if no aspect is present
2011-09-10 09:25:38 -07:00
danielgrippi
36a9e1643e
touched up AspectsController#index for readability's sake
2011-09-10 09:24:35 -07:00
Ilya Zhitomirskiy
ad11bd2a31
the Devise email regex was not catching pods that were anything other than a standard url
2011-09-09 18:05:58 -07:00
danielgrippi
1844226077
paginate facebook friends.
2011-09-07 13:00:21 -07:00
Jonne Hass
bc4872d3a5
ensure handle is downcased on search, fix #1912
2011-09-07 15:17:42 +02:00
Gonzalo Rodriguez
4a2b609d53
Join two aspect_ids calculations into one
2011-09-06 23:12:03 -03:00
Gonzalo Rodriguez
8dd05a5e5b
Fixing method signature semantics
2011-09-03 03:36:38 -03:00
Gonzalo Rodriguez
0aeab944bf
Related to #1885 . Workaround to avoid crashing when searching tags with dots like cubbi.es
...
What i did was to redirect to the tag without dots, in this case cubbies
I didn't consider a good idea to add route support for /tags/cubbi.es
since it get messed with request formats
2011-09-03 00:22:27 -03:00
Gonzalo Rodriguez
eae9c14168
Use named helper instead of hardcoded route
2011-09-02 22:49:16 -03:00
Daniel Grippi
00ffc996e4
Merge pull request #1866 from TheLambdaCalculus/b1126-deletion-of-all-photos-from-a-post-with-no-words-should-result-in-the-post-being-deleted
...
B1126 deletion of all photos from a post with no words should result in the post being deleted
2011-09-01 10:04:10 -07:00
vcuculo
8270a486ae
dont forget mobile site :)
2011-09-01 09:48:57 +02:00
The Lambda Calculus
9d7b8d7f5d
Have passing Cucumber tests [Finishes issue #1126 ]
2011-09-01 01:59:51 -04:00
The Lambda Calculus
98b71f92ab
We now do a check on photo deletion to ensure that any associated status messages are also deleted if now empty [Issue #1126 ]
2011-09-01 01:59:51 -04:00
Maxwell Salzberg
3bde507a3a
DC MS fix crazy status.net linkback accept header
2011-08-29 18:44:31 -07:00
Sarah Mei
b60101b9ad
Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new.
...
Facebox needs to get back a text/html response. We were using text/javascript to indicate that we wanted a remote form and text/html to indicate we wanted a non-remote form. The trouble is, if we request with text/javascript then that is the format we get back. It doesn't really make sense to use formats that way anyway, so I changed it to an explicit parameter. This had the nice side effect of simplifying our new-aspect views.
2011-08-28 16:08:57 -07:00
Gonzalo Rodriguez
b048d1dd54
When deleting an aspect from contacts page do not redirect to aspects page
2011-08-27 19:24:21 -03:00
Gonzalo Rodriguez
cc1add81b0
Avoid RecordNotFound exception thrown by find method when invalid person_id
2011-08-27 02:45:58 -03:00
Dan Hansen
d084c708b6
use @like.target instead of @target, build should be green
2011-08-26 16:08:39 -05:00
Dan Hansen
27d4fd8176
fix retractions, fix likes, backfill likes widget tests, remove typo from jasmine.yml, remove unneeded js files
...
require confirmation for comments in js, get rid of rails helper
2011-08-26 15:24:07 -05:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2708b0b695
added back the tooltip explaining username constatrains on the accept invite flow
2011-08-24 17:35:27 -07:00
Raphael Sofaer
7f0677ab16
connect wip
2011-08-23 16:37:51 -07:00
Raphael Sofaer
dec10e3de9
Finish setting up sesssions#new prefill when logged out by authorizationsControlelr
2011-08-23 16:37:51 -07:00
Raphael Sofaer
a63d1ad4ae
Sign out the signed in user if a different uid is passed to AuthorizationsController#new
2011-08-23 16:37:50 -07:00
Raphael Sofaer
6b88a75174
Log out a user if they arrive at AuthorizationsController#new carrying the username of a different user
2011-08-23 16:37:50 -07:00
danielgrippi
a7d9bbed84
wip
2011-08-23 16:37:50 -07:00
danielgrippi
27049e52b5
connect logic
2011-08-23 16:37:50 -07:00
Maxwell Salzberg
e7071fd74c
fix admin inviter
2011-08-23 08:43:42 -07:00
Dan Hansen
3ed50cab94
Merge branch 'master' of github.com:diaspora/diaspora into js-refactor-merged
...
Conflicts:
app/views/status_messages/bookmarklet.html.haml
config/assets.yml
db/schema.rb
public/javascripts/contact-edit.js
public/javascripts/publisher.js
public/javascripts/view.js
2011-08-20 14:40:56 -05:00
Maxwell Salzberg
e4062bf5fd
now functionally correct
2011-08-19 15:56:32 -07:00
Maxwell Salzberg
70fe2cf10f
wip
2011-08-19 15:56:31 -07:00
Maxwell Salzberg
6f20e11a67
better invite emails wip
2011-08-19 12:15:11 -07:00
Gonzalo Rodriguez
3d7297ba5e
Closes #1753 . Render thats_you message instead of dropdown for your hovercard
2011-08-19 00:47:26 -03:00
Maxwell Salzberg
6beeecefd8
add better messages telling a user that they sent share requests if they try and email exsisting users
2011-08-18 18:27:37 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
c3bcb9c962
Revert "Revert "Merge branch 'issue1586-aspectdropdown-when-posting'""
...
This reverts commit a407f12463 .
2011-08-18 16:48:20 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
a407f12463
Revert "Merge branch 'issue1586-aspectdropdown-when-posting'"
...
This reverts commit 2777f16f4f , reversing
changes made to 8b278adff6 .
2011-08-18 16:16:14 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
2777f16f4f
Merge branch 'issue1586-aspectdropdown-when-posting'
2011-08-18 16:02:09 -07:00
Maxwell Salzberg
7d9b1636c0
dont raise runtime error if invitation token is not found
2011-08-18 14:14:24 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
b1e95def4a
Merge branch 'master' into issue1586-aspectdropdown-when-posting
2011-08-18 12:59:00 -07:00
Maxwell Salzberg
0473037d1b
fix notification links
2011-08-18 11:12:58 -07:00
Gonzalo Rodriguez
2d54d9a97e
Validate presence of message text on conversations. Closes #1329 .
2011-08-17 23:52:31 -03:00
Maxwell Salzberg
ad1b122e20
test batch_invite
2011-08-17 16:28:21 -07:00
Maxwell Salzberg
4ed684491d
MS RS fix view params from invitations#new
2011-08-17 16:28:21 -07:00
Maxwell Salzberg
19eb549889
fixed up update controller action and building users #scary #gladsofaerisstillhere
2011-08-17 16:28:21 -07:00
danielgrippi
eb8c540ac1
MS DG IZ major invite refactor. all tests are green minus weird stuff on dans computer, need to checkout this out on pivots
2011-08-17 16:28:21 -07:00
danielgrippi
bf0eb3dac3
4 failures left in postgres
2011-08-17 14:18:51 -07:00
Raphael Sofaer
cc3eeac98e
Merge the aspect dropdown in the publisher with master, some things are still broken
2011-08-16 14:59:53 -07:00
Maxwell Salzberg
a06f25b297
Merge pull request #1763 from grzuy/conversation-creation-refactor
...
Refactor conversations creation
2011-08-16 10:26:54 -07:00
danielgrippi
32ae21a213
removed user invite counter, as it was already depricated
2011-08-15 15:15:43 -07:00
danielgrippi
669cd8578e
scoped invite_user_by_email job into Mail module
2011-08-15 12:35:32 -07:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
ba11bb6d89
you are now able to invite friends from the mobile site
2011-08-14 15:40:07 -07:00
Raphael Sofaer
3a18044821
Fix infinite scroll on search... some kind of weird thing with rails responding with json even when request.format is html, with a mime type of html
2011-08-13 09:59:17 -07:00
Gonzalo Rodriguez
2326206586
Refactor conversations creation
2011-08-12 23:07:01 -03:00
Raphael Sofaer
565d71a0cd
Bad solution for making sure that an invited facebook user is marked immediately as having been invited
2011-08-12 17:32:52 -07:00
danielgrippi
75f3accd37
moved facebook friend inviter/finder into contacts layout & re-added search
2011-08-12 17:05:01 -07:00
danielgrippi
a8d37fb3fc
Move Facebook inviter view into the contacts layout, rather than a facebox
2011-08-12 17:05:01 -07:00
Raphael Sofaer
38a8962945
Fix 500 on photo destroy
2011-08-12 15:58:42 -07:00
Andrej Kacian
1062cc5bf6
Fix contact count displayed on the right for good. Also use only one randomization when selecting the random contacts to display.
2011-08-12 22:04:53 +02:00
Raphael Sofaer
3c34749dd7
Put a select limit on the person query on contactsController index, since we know exactly what we're doing with the data
2011-08-12 10:13:29 -07:00
danielgrippi
7df883eaf0
added summary text per user on stats
2011-08-11 18:52:31 -07:00
danielgrippi
673397508f
added segments to stats
2011-08-11 18:34:26 -07:00
danielgrippi
5c6441f6db
add basic graph to stats view
2011-08-11 17:58:57 -07:00
danielgrippi
2d9b9270cb
go off of yesterday's stats (full day comparison)
2011-08-11 17:27:20 -07:00
danielgrippi
190332308b
started on the real stats page
2011-08-11 17:15:33 -07:00
Raphael Sofaer
d9904ecd30
InvitationsController update has an error, and our non-specific error catching is messing up knowing what our problems are
2011-08-11 14:50:43 -07:00
Raphael Sofaer
7900f291e4
Try to get rid of the googlebot error on posts/show
2011-08-11 14:26:01 -07:00
ticho
d63251e6a8
Merge pull request #1703 from ticho/fix-right-bar-target-contact-count
...
Show correct contact count in right bar when changing target aspect.
2011-08-11 14:09:34 -07:00
Raphael Sofaer
7021cd79c8
Select distinct people in contacts index
2011-08-11 11:56:23 -07:00
Dan Hansen
2e9040e227
merged with master, 7 cukes failing. jasmine is green. need to remove rails.js helpers so things suck less
2011-08-10 23:57:33 -07:00
danielgrippi
db645e8da8
merged publics/show and posts/show
2011-08-10 18:07:38 -07:00
Raphael Sofaer
90a5cd2254
Get rid of error on aspect_memberships destroy if someone has noscript on or something
2011-08-10 17:40:38 -07:00
Raphael Sofaer
091cdd6f94
Basic contacts index page on the mobile site
2011-08-10 16:23:33 -07:00
danielgrippi
118d3720c4
added view for activitystreams public post
2011-08-10 11:24:51 -07:00
Sarah Mei
0b02653f44
Merge pull request #1694 from ticho/tag-list-has-unfollow-icon
...
Add a "unfollow" icon to each tag in followed tags listing
2011-08-09 21:44:21 -07:00
Raphael Sofaer
902edb6745
Make the tag autocomplete on the getting started page less broken
2011-08-09 18:55:34 -07:00
Maxwell Salzberg
7ae6ca201b
revert a fix for the profile flash
2011-08-09 18:32:27 -07:00
Maxwell Salzberg
054c897820
authentication required on the token show page because it 500s if you are not logged in
2011-08-09 18:10:27 -07:00
Maxwell Salzberg
86e374b8ce
add hovercards back to mentions, reorganized some helpers, made getting started view mobile accessible
2011-08-09 16:54:24 -07:00
Raphael Sofaer
f8e53bfba5
Fix a user's atom feed route from a cell phone.
2011-08-09 16:20:27 -07:00
Andrej Kacian
2a970145c8
Added icon to directly unfollow a tag to listing of followed tags.
2011-08-09 22:45:06 +02:00
Maxwell Salzberg
e9d993b8f6
throw 404s when the person is no found
2011-08-09 13:03:45 -07:00
Raphael Sofaer
69619f9ba2
Rescue from duplicate key errors in AspectMembershipsController
2011-08-09 12:50:24 -07:00
Raphael Sofaer
7f5f696642
Don't let googlebot 500 us on the public post page
2011-08-09 12:26:10 -07:00
Manuel Schölling
79d0dfc7bb
added missing hang=>left and people's AspectMembershipDropdown is not a partial anymore
2011-08-07 12:53:22 +02:00
Manuel Schölling
fead6032f7
Issue 1586: added a aspect drop down next to the submit button in the publisher
2011-08-07 12:51:32 +02:00
Raphael Sofaer
dde4b30180
Fix rspec specs
2011-08-05 22:29:27 -07:00
Maxwell Salzberg
700927e40f
remove user stubbing
2011-08-05 18:59:04 -07:00
Maxwell Salzberg
b4d4499299
adding invite email
2011-08-05 18:32:25 -07:00
Maxwell Salzberg
1facf2fccb
fix passing public link for services links
2011-08-05 16:35:25 -07:00
danielgrippi
b11c1a899f
add invitations partial back, removed set_invites (yay)
2011-08-03 18:47:06 -07:00
danielgrippi
99ac976594
fix redirects around getting_started and aspect/index
2011-08-03 18:07:43 -07:00
danielgrippi
e23439d193
fix cucumber; temporarily remove fetch featured users initilizer
2011-08-03 18:02:57 -07:00
danielgrippi
b8b4ad3d84
added helpers for each of the getting started steps; make step sections dull if completed
2011-08-03 18:02:56 -07:00
danielgrippi
d51e495925
fetch featured users from remote servers on app init unless already in the db
2011-08-03 18:02:56 -07:00
Maxwell Salzberg
7e8f17cc31
refactoring this stuff
2011-08-03 16:58:55 -07:00
Raphael Sofaer
5967f01dab
Take out PostsFake, now that we ajax in comments it's not worth the extra complications
2011-08-03 11:09:21 -07:00
Maxwell Salzberg
9cbb6c4d5e
you know, i should uncomment code before i commit it
2011-08-02 22:30:24 -07:00
Maxwell Salzberg
11ad3f2b78
silly hack to preventdefault tags from getting generated...
2011-08-02 22:28:40 -07:00
Andrej Kacian
78c3d91abd
Show correct contact count in right bar when changing target aspect.
2011-07-31 12:29:56 +02:00
Ilyaaaaaaaaaaaaa Zhitomirskiy
e42d7273a8
featured users section
2011-07-29 19:00:15 -07:00
Maxwell Salzberg
d407be036e
i am not a number! include username in the main url of a local user!
2011-07-29 18:53:46 -07:00
Maxwell Salzberg
540a3e68a6
remove an unused query, randomize the contacts on your home page
2011-07-29 18:53:46 -07:00
Raphael Sofaer
5e39368414
Get rid of 500 on mobile comment creation
2011-07-29 12:01:35 -07:00
Raphael Sofaer
6946d28243
Fix the build for socketing of comments.haml
2011-07-29 11:50:50 -07:00
Raphael Sofaer
ddd4424df8
Merge remote branch 'manuels/842-sortable-aspects'
...
Conflicts:
app/models/user.rb
db/schema.rb
2011-07-28 14:36:41 -07:00