Maxwell Salzberg
|
6b0507949c
|
updated salmon to let us not always encrypt the header
|
2011-09-12 14:05:31 -07:00 |
|
danielgrippi
|
32ae21a213
|
removed user invite counter, as it was already depricated
|
2011-08-15 15:15:43 -07:00 |
|
danielgrippi
|
db645e8da8
|
merged publics/show and posts/show
|
2011-08-10 18:07:38 -07:00 |
|
Maxwell Salzberg
|
700927e40f
|
remove user stubbing
|
2011-08-05 18:59:04 -07:00 |
|
Raphael Sofaer
|
13afd9fb7b
|
Don't route nonexistent actions to ProfileController
|
2011-08-05 18:39:17 -07:00 |
|
Maxwell Salzberg
|
b4d4499299
|
adding invite email
|
2011-08-05 18:32:25 -07:00 |
|
Raphael Sofaer
|
a469f09c01
|
Fix hovercard conflict with vanity urls
|
2011-08-01 18:22:29 -07:00 |
|
danielgrippi
|
756a20ecd4
|
link a user to featured users if user has zero contacts
|
2011-08-01 15:19:51 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
e42d7273a8
|
featured users section
|
2011-07-29 19:00:15 -07:00 |
|
Maxwell Salzberg
|
d55a21c458
|
just kidding. totally going to namespace users
|
2011-07-29 18:53:46 -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 |
|
danielgrippi
|
509a435cc9
|
moving to not including the post in the reshare xml
|
2011-07-21 18:22:17 -07:00 |
|
Maxwell Salzberg
|
06f886ad77
|
WIP reshare
|
2011-07-21 18:22:17 -07:00 |
|
Raphael Sofaer
|
9797e04957
|
Merge remote branch 'yolk/348-change-email-with-confirmation' into merge_email_change
Conflicts:
app/controllers/users_controller.rb
config/locales/diaspora/en.yml
db/schema.rb
spec/controllers/users_controller_spec.rb
spec/mailers/notifier_spec.rb
|
2011-07-19 10:44:00 -07:00 |
|
MrZYX
|
7e84747a52
|
clean up routes.rb a bit
|
2011-07-12 16:47:04 +02:00 |
|
danielgrippi
|
2e15b6a61e
|
Likes in comments, cache counter disabled for now.
|
2011-07-11 15:00:48 -07:00 |
|
Raphael Sofaer
|
3f555eefc4
|
Server side of ajaxy comments done, need to modify comments/_comments and make it work.
|
2011-07-11 09:11:16 -07:00 |
|
Raphael Sofaer
|
2fb0fce1a8
|
Nest likes and comments routes in the post route
|
2011-07-10 21:44:34 -07:00 |
|
Raphael Sofaer
|
934ae80a5f
|
Take index route off until I actually make it
|
2011-07-10 20:26:38 -07:00 |
|
Raphael Sofaer
|
97ca10ddda
|
Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController
|
2011-07-10 20:06:31 -07:00 |
|
danielgrippi
|
b1fc87ea30
|
add basic overview page to admin controller
|
2011-07-06 19:08:09 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
1c79c2c6f0
|
made aspect_dropdown ajax in (created route), in the process of removing aspect_membership js responses
|
2011-07-06 12:45:16 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
f0d9d318e8
|
a user can now follow and unfollow a tag
|
2011-07-05 15:03:26 -07:00 |
|
Ilyaaaaaaaaaaaaa Zhitomirskiy
|
1e4ee472b7
|
WIP you can now follow a tag, needs a clean up, and ajax love
|
2011-07-05 15:03:26 -07:00 |
|
Raphael Sofaer
|
4f056dca8e
|
Ajax in likes in stream
|
2011-07-04 22:10:30 -07:00 |
|
danielgrippi
|
9debec4410
|
fix the build.
|
2011-07-04 16:53:43 -07:00 |
|
Raphael Sofaer
|
1af945de11
|
Merge branch 'master' into oauth
Conflicts:
Gemfile
Gemfile.lock
app/models/app_config.rb
app/models/post.rb
db/schema.rb
public/stylesheets/sass/application.sass
spec/lib/webfinger_spec.rb
|
2011-06-28 17:13:38 -07:00 |
|
Raphael Sofaer
|
5884a900a2
|
Get rid of manage
|
2011-06-24 16:55:40 -07:00 |
|
Ilya Zhitomirskiy
|
ef0e48a7ff
|
A user can now revoke an application's token iz ms
|
2011-06-13 16:48:52 -07:00 |
|
Ilya Zhitomirskiy
|
3d77186d35
|
added authorizations page where a user can see all of their authorized applications
|
2011-06-13 15:40:55 -07:00 |
|
danielgrippi
|
e121b0fe6d
|
Chubbies now sees that it has no secret and registers itself.
|
2011-06-03 16:22:38 -07:00 |
|
Raphael Sofaer
|
381b85189d
|
Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow
|
2011-06-03 16:22:38 -07:00 |
|
MrZYX
|
668c4ddfc5
|
d'oh
- just check for existance before accessing in services initializer
- before_validation has no option :post
- dry up routes.rb
|
2011-06-02 12:32:21 +02:00 |
|
Maxwell Salzberg
|
1ef9d43262
|
added pagination for people on tag pages
|
2011-06-01 18:59:15 -07:00 |
|
Sebastian
|
ea85daadc4
|
Added UsersController#confirm_email with route and some specs
|
2011-06-01 16:26:54 +02:00 |
|
Maxwell Salzberg
|
52487e87de
|
added a very basic page for the stream of all public activity stream photos
|
2011-05-25 12:57:29 -07:00 |
|
Raphael Sofaer
|
93be5497a7
|
Small controller for generating an auth token, if you are an authable user
|
2011-05-19 18:29:53 -07:00 |
|
danielgrippi
|
d7899d10e3
|
Fix various links in to cubbi.es objects
|
2011-05-19 15:17:42 -07:00 |
|
Maxwell Salzberg
|
3c4c62abd5
|
moved auth token to admins page, and added a link in the dropdown
|
2011-05-19 14:23:04 -07:00 |
|
danielgrippi
|
c8e31825c5
|
Bookmark -> ActivitiyStreams::Photo
|
2011-05-19 11:57:06 -07:00 |
|
danielgrippi
|
9b941e6520
|
Bookmark now consumes cubbi.es JSON, cubbi.es things can be saved to Diaspora, but are not displayed.
|
2011-05-19 11:57:06 -07:00 |
|
danielgrippi
|
be662a65c6
|
added token authenticatable to user model
|
2011-05-19 11:57:06 -07:00 |
|
MrZYX
|
c47c9ef069
|
fix untranslated string; fix two translations; don't mess routes.rb again
|
2011-05-18 00:53:48 +02:00 |
|
danielgrippi
|
60a60733df
|
Merge branch 'master' into follow
Conflicts:
app/controllers/aspects_controller.rb
app/controllers/contacts_controller.rb
app/controllers/people_controller.rb
app/controllers/photos_controller.rb
app/controllers/tags_controller.rb
app/helpers/notifications_helper.rb
app/models/notifications/new_request.rb
app/models/user_preference.rb
public/javascripts/view.js
spec/controllers/aspects_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/post_visibilities_controller_spec.rb
spec/controllers/requests_controller_spec.rb
spec/mailers/notifier_spec.rb
spec/models/user_spec.rb
|
2011-05-12 15:49:51 -07:00 |
|
danielgrippi
|
8b081a48b4
|
likes controller now has destroy method. commented out dislikes from views. unlike links not functional.
|
2011-05-11 11:08:29 -07:00 |
|
zhitomirskiyi
|
469d5b99a2
|
WIP added a share view, tests are red
|
2011-05-09 16:55:22 -07:00 |
|
danielgrippi
|
648a10e6d3
|
Merge branch 'master' into follow
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
|
2011-05-04 11:35:35 -07:00 |
|
MrZYX
|
ff58d63191
|
minor cleanup to routes.rb
|
2011-04-30 16:28:39 +02:00 |
|
Jonne Hass
|
84412863dc
|
(minor change) move bookmarklet route to the right place
|
2011-04-30 06:51:37 -07:00 |
|
Raphael Sofaer
|
d5ecce7ca6
|
Merge branch 'limit_similar_contacts'
Conflicts:
app/controllers/people_controller.rb
|
2011-04-12 11:48:41 -07:00 |
|