Steven Hancock
|
a8de3a5a3f
|
Rails.root and File.join cleanup
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
|
2012-06-11 03:13:20 -07:00 |
|
Florian Staudacher
|
8ca39f5936
|
show a "post is not public" message when visitor is not logged in
and tries to access a show page of a non-public post
|
2012-06-07 22:16:37 +02:00 |
|
David Morley
|
d3b5e330b3
|
allow interactions to be viewed on public posts when not logged in
|
2012-06-03 21:49:08 -03:00 |
|
danielgrippi
|
3e09d4ed14
|
Revert "don't seed beta users with default aspects"
This reverts commit 946f78b025.
|
2012-05-24 11:42:52 -07:00 |
|
danielgrippi
|
946f78b025
|
don't seed beta users with default aspects
|
2012-05-24 11:37:34 -07:00 |
|
Dan Hansen
|
cf847d61ba
|
bug mash #5
fix NoMethodError on InvitationsController
|
2012-05-23 13:05:01 -07:00 |
|
danielgrippi
|
72f718c8c3
|
new login page. kept the old one for safe keeping.
|
2012-05-19 11:10:17 -07:00 |
|
Maxwell Salzberg
|
593fa0ed8e
|
stupid hack for photos
|
2012-05-17 21:49:04 -07:00 |
|
Maxwell Salzberg
|
133c9ee0c3
|
remove deprecation warnings about the template handler in rails 3.2
|
2012-05-17 18:23:39 -07:00 |
|
Maxwell Salzberg
|
69d81951a5
|
wip
|
2012-05-17 14:55:22 -07:00 |
|
Maxwell Salzberg
|
455dc34eae
|
remove hotlink controller, just rewrite those landing assets
|
2012-05-16 15:02:59 -07:00 |
|
danielgrippi
|
08fddf7422
|
raise on hotlinking [ci skip]
|
2012-05-16 14:41:09 -07:00 |
|
Movilla
|
a3daa00a41
|
Rebase Add translation app/views/admins/stats.html.haml for Admin Panel
|
2012-05-15 22:27:08 +02:00 |
|
Maxwell Salzberg
|
ab2e740ca2
|
upgrade to Rails 3.2.3
|
2012-05-14 21:53:16 -07:00 |
|
Dennis Collinson
|
a90968ea2d
|
basic experimental stream
|
2012-05-14 17:57:02 -07:00 |
|
Maxwell Salzberg
|
06f389231a
|
kill services users with fire. we need this feature, but we need to just start from scratch because this is redonkalonk
|
2012-05-14 16:25:19 -07:00 |
|
Dennis Collinson
|
f6e3c1b88b
|
seperate interactions from posts
Lazily load post interactions on show page
hella refactorz
|
2012-05-12 17:41:58 -07:00 |
|
danielgrippi
|
81661c883f
|
custom landing page logic for mobile. yay
|
2012-05-11 17:05:09 -07:00 |
|
danielgrippi
|
a3ca176d74
|
new getting started page [ci skip]
|
2012-05-10 20:43:00 -07:00 |
|
Dennis Collinson
|
51b1ade3bc
|
DC DG; added LastThreeComments decorator so we don't have to load those comments when not needed (i.e. new profile pages)
|
2012-05-10 13:53:00 -07:00 |
|
Dennis Collinson
|
efa79a4ad7
|
Refactor Post Presenter
and comment presenter
|
2012-05-10 12:24:21 -07:00 |
|
Maxwell Salzberg
|
eaedfc9827
|
create a new publisher using the new composer. only for beta users
|
2012-05-09 16:55:33 -07:00 |
|
Dennis Collinson
|
93afe6d63c
|
rescue update services on login
was failing in development
|
2012-05-08 20:38:45 -07:00 |
|
Daniel Grippi
|
be43806ef9
|
Merge pull request #3245 from SuperTux88/fix-publisher-for-beta
Fix new publisher if user is beta
|
2012-05-08 18:42:55 -07:00 |
|
Benjamin Neff
|
1bc1dc4334
|
Fix new publisher if user is beta
|
2012-05-09 03:33:50 +02:00 |
|
danielgrippi
|
0ec364e44c
|
DG MS; popup on services, inlined in the composer
|
2012-05-08 18:09:33 -07:00 |
|
Dennis Collinson
|
1c135b61fd
|
Jamie Cai DC message in profile when user has no posts
|
2012-05-07 15:56:30 -07:00 |
|
danielgrippi
|
01d5c0473a
|
DG MS; don't redirect to legacy getting started if you're a beta user
|
2012-05-07 12:05:36 -07:00 |
|
danielgrippi
|
92230383a7
|
added controller test; put wallpaper into separate wallpaper/ directory
|
2012-05-06 12:35:11 -07:00 |
|
danielgrippi
|
56913ffb80
|
upload wallpaper for great success.
|
2012-05-06 12:35:11 -07:00 |
|
Dennis Collinson
|
bd6a9cfe00
|
next and previous now return post as json
clean up controller
|
2012-05-05 16:41:16 -07:00 |
|
Dennis Collinson
|
0fc399243b
|
fix next post and previous post, more efficient
make controller actions
make the presenter reflect that it is instance data ;-p
needs tests lol.
|
2012-05-04 18:25:09 -07:00 |
|
Maxwell Salzberg
|
e79d78302e
|
when a user is invited from a beta user, they are also beta
|
2012-05-04 17:38:08 -07:00 |
|
danielgrippi
|
bae47a10eb
|
use layout in our actual controller. derp. [ci skip]
|
2012-05-04 17:38:07 -07:00 |
|
Dennis Collinson
|
4253796f55
|
preload post on post show
|
2012-05-04 16:55:09 -07:00 |
|
Dennis Collinson
|
6fcba2dd4b
|
preload javascript vars using gon
|
2012-05-04 15:17:32 -07:00 |
|
danielgrippi
|
ab99154a1a
|
add FeatureFlagger to HomeController instead of making calls to Role directly
|
2012-05-02 20:41:01 -07:00 |
|
Sean Tilley
|
cf129b52ab
|
Merge pull request #3197 from ktkaushik/my-modifications
optimizied code for destroy action under tag_followings_controller.rb [ci skip]
|
2012-04-28 21:27:47 -07:00 |
|
danielgrippi
|
1b6c33aff5
|
show a user's full profile info if she's on her own page. duh.
|
2012-04-28 17:41:22 -07:00 |
|
danielgrippi
|
d5f511c325
|
hitting profiles.json publically displays only public stuff; if you're connected to a user, it shows that user's complete profile response
|
2012-04-28 17:05:25 -07:00 |
|
danielgrippi
|
c3b0bbd425
|
show new profile pages for those who have it activated
|
2012-04-28 16:06:36 -07:00 |
|
danielgrippi
|
bbd4ee5738
|
correctly redirect for beta and admin users (profile vs stream homepages)
|
2012-04-28 15:09:02 -07:00 |
|
Kaushik Thirthappa
|
a1f25a475d
|
optimizied code for destroy action for tags that a user is following.
|
2012-04-28 15:36:57 +05:30 |
|
danielgrippi
|
05683de16b
|
removed some old assets; added a link to profile edit next to quick stats on a profile page
|
2012-04-27 17:41:59 -07:00 |
|
Maxwell Salzberg
|
2b3bc5a0f0
|
fix profile json birthday response with some tests.
|
2012-04-26 16:00:23 -07:00 |
|
Maxwell Salzberg
|
fe87b38bf2
|
use birthday as text.
|
2012-04-26 15:01:43 -07:00 |
|
danielgrippi
|
d3b874b020
|
add basic profile info to profile; remove random console.logs [ci skip]
|
2012-04-26 14:52:48 -07:00 |
|
Dennis Collinson
|
2cbf383fbb
|
only redirect on html requests
|
2012-04-24 21:01:19 -07:00 |
|
Dennis Collinson
|
340411f17c
|
MS DC; admins are now always redirected to new profile
|
2012-04-24 18:39:09 -07:00 |
|
danielgrippi
|
84bd1fb1fc
|
return the person json response for profiles to get a correctly formatted name and expected avatar response; fix a jasmine spec around redirection
|
2012-04-23 23:31:39 -07:00 |
|