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 |
|
Dennis Schubert
|
3a29bef99f
|
This should fix any 500 at notifications-page. Thanks @MrZYX an Chandler
|
2011-05-07 23:36:10 +02:00 |
|
danielgrippi
|
e854bd0a32
|
split 'mutual' flag into 'sharing' and 'receiving' on Contact
|
2011-05-04 17:09:48 -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
|
b297648072
|
Added migration that downcases all usernames. This should solve the "Can only login via password reset" problems
|
2011-04-21 14:24:32 +02:00 |
|
Raphael Sofaer
|
4870ffb944
|
Fix db seed, refactor aspect-filters a bunch, fix stream_element a little
|
2011-04-13 18:13:26 -07:00 |
|
danielgrippi
|
106ae983d5
|
Merge branch 'master' into follow. all specs green.
Conflicts:
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/models/person.rb
config/assets.yml
db/schema.rb
public/javascripts/aspect-edit.js
spec/controllers/aspects_controller_spec.rb
spec/models/user/querying_spec.rb
spec/spec_helper.rb
|
2011-04-11 17:48:37 -07:00 |
|
MrZYX
|
bb2b708a69
|
basename vs. dirname fail -.-, sorry my bad
|
2011-04-08 22:01:10 +02:00 |
|
danielgrippi
|
aeda5a4e39
|
dispatching / receiving logic complete. following wip.
|
2011-04-07 18:29:24 -07:00 |
|
maxwell
|
48cfa49582
|
change the mention notification wording to be less akward
|
2011-04-07 17:45:03 -07:00 |
|
Raphael Sofaer
|
e2103788f5
|
Merge branch 'tag_name_uniqueness'
|
2011-04-07 17:00:58 -07:00 |
|
Raphael Sofaer
|
a05b141366
|
Add tagged posts to db seed, make people#show and tags#show infinite scroll
|
2011-04-07 16:36:14 -07:00 |
|
Raphael Sofaer
|
883ff63ec9
|
Add some posting to rake db:seed
|
2011-04-07 15:00:57 -07:00 |
|
MrZYX
|
ef124d748b
|
fixed another require for ruby 1.9, #1002
|
2011-04-07 21:48:22 +02:00 |
|
danielgrippi
|
4f972a23f6
|
drop requests table wip
|
2011-04-06 19:01:41 -07:00 |
|
Raphael Sofaer
|
9e05f3196c
|
finish tag name uniqueness migration
|
2011-04-06 15:08:10 -07:00 |
|
Raphael Sofaer
|
d825463472
|
Working on tag name uniqueness
|
2011-04-06 14:44:29 -07:00 |
|
Raphael Sofaer
|
75a1d9dda0
|
Forgot to check in db schema
|
2011-04-06 14:32:46 -07:00 |
|
danielgrippi
|
2e5b5e1efe
|
request notification emails -> started sharing notification emails
|
2011-04-06 13:21:15 -07:00 |
|
danielgrippi
|
68375fdb02
|
added mutual flag, removed pending from contact, specs are green. wip
|
2011-04-05 16:12:53 -07:00 |
|
Raphael Sofaer
|
03e37d2186
|
Using union in stream query
|
2011-04-05 11:40:32 -07:00 |
|
Raphael Sofaer
|
ed79cb5ded
|
Forgot self.
|
2011-04-05 10:38:58 -07:00 |
|
Raphael Sofaer
|
8d3f4609a3
|
Take models back out of migration, will have to fix it for postgres again later
|
2011-04-05 10:35:48 -07:00 |
|
Raphael Sofaer
|
fdb6675f28
|
Make things more postgres compatible
|
2011-04-05 09:49:39 -07:00 |
|
danielgrippi
|
c800b0bfef
|
use fixtures in request spec; collapsed xml specs
|
2011-04-04 11:57:25 -07:00 |
|
MrZYX
|
2725e862ad
|
fixed add user task
|
2011-04-02 21:14:11 +02:00 |
|
Raphael Sofaer
|
435b16b30a
|
Don't index on just hidden
|
2011-03-30 19:17:52 -07:00 |
|
zhitomirskiyi
|
5a9ec82597
|
can now hide posts
|
2011-03-30 16:43:28 -07:00 |
|
zhitomirskiyi
|
fb8b8ab7fc
|
wip holding off until the follow model is done
|
2011-03-30 16:43:28 -07:00 |
|
Raphael Sofaer
|
597e71c216
|
Yep, there are violating records
|
2011-03-30 16:40:11 -07:00 |
|
Raphael Sofaer
|
1ba4ece23c
|
Foreign keys on pms
|
2011-03-30 16:40:11 -07:00 |
|
Raphael Sofaer
|
2a18ded47c
|
Finish tags migration
|
2011-03-30 11:53:40 -07:00 |
|
Raphael Sofaer
|
23af0d14b0
|
Take context out of index, delete dup taggings
|
2011-03-30 11:40:26 -07:00 |
|
Raphael Sofaer
|
6e0315965b
|
add unique index
|
2011-03-30 11:31:10 -07:00 |
|
danielgrippi
|
c9d5a15bf8
|
Remove any stray post_visibilities
|
2011-03-29 18:30:17 -07:00 |
|
danielgrippi
|
6a51c09a16
|
delete bad post visibilities before traversing the table
|
2011-03-29 17:31:57 -07:00 |
|
danielgrippi
|
2f473cadc3
|
added indexes on visibilities
|
2011-03-29 17:31:56 -07:00 |
|
danielgrippi
|
3615c448d2
|
fixed migration, added deletion of unused post_visibilities
|
2011-03-29 17:31:56 -07:00 |
|
danielgrippi
|
97d8b34599
|
Fix all specs, add foreign key constraints on post_visibility
|
2011-03-29 17:31:56 -07:00 |
|
danielgrippi
|
9a0d6219b5
|
Moving PostVisibility to aspects, WIP, model specs pass
|
2011-03-29 17:31:56 -07:00 |
|
MrZYX
|
24d692bfab
|
fixed another migration for ruby 1.9, thanks blast_hardcheese
|
2011-03-25 16:15:09 +01:00 |
|
zhitomirskiyi
|
7a31531258
|
added location to the profile
|
2011-03-23 15:56:46 -07:00 |
|
zhitomirskiyi
|
0ae9af74f3
|
removed the services from seed
|
2011-03-23 10:38:45 -07:00 |
|
zhitomirskiyi
|
e45a3503d0
|
on aspect edit the contacts are now sorted by first name
|
2011-03-22 18:01:17 -07:00 |
|
Raphael Sofaer
|
2b997e70c2
|
Refactor image processing to use 2 uploaders. Federation and s3 need testing
|
2011-03-21 16:40:53 -07:00 |
|
zhitomirskiyi
|
70d71ec491
|
service users is green
|
2011-03-21 14:56:50 -07:00 |
|
zhitomirskiyi
|
ede7d4e8e2
|
made the job, broke outthe save_users, still need to do lifecycle callbacks
|
2011-03-21 14:56:50 -07:00 |
|
zhitomirskiyi
|
3afa14d341
|
wip
|
2011-03-21 14:56:50 -07:00 |
|
MrZYX
|
a2715ca963
|
fixed migration naming, fixed translation
|
2011-03-20 23:00:56 +01:00 |
|
MrZYX
|
b0ba35274e
|
fixed migration for ruby 1.9
|
2011-03-20 18:10:58 +01:00 |
|