Jonne Haß
244388fcb5
make aspect membership controller specs green
2014-08-23 16:34:01 +02:00
Jonne Haß
ceee5baae6
raise original exception in i18n interpolation fallback middleware
2014-08-23 16:34:01 +02:00
Jonne Haß
21feb91d27
always pass desired format in specs unless it's html
2014-08-23 16:34:01 +02:00
Jonne Haß
645a427798
Fix account deleter by not relying on protected_atrributes
2014-08-23 16:34:01 +02:00
Jonne Haß
2d57e15d5d
Remove :without_protection from call in the posts fetcher and fix a couple hundreds specs as a side effect
...
Heisenbugs ftw.
2014-08-23 16:34:01 +02:00
Jonne Haß
7e7082a3bd
Fix expectations for changes in generated HTML
...
Just a minor change, supplied attributes now go before the
standard ones
2014-08-23 16:34:01 +02:00
Jonne Haß
dc12479070
Filter :id in User.build for now
...
Rails 4 seem to allow setting the id through supplied parameters
The controllers ported to strong_parameters should guard against
attacks over this vector, but I didn't want to remove the specs
that test this here
2014-08-23 16:34:01 +02:00
Jonne Haß
659f0b96d4
do not pass relations to a method that expects a set of aspects ids or a single aspect
2014-08-23 16:34:01 +02:00
Jonne Haß
76c6d95a0e
replace deprecated disable_with option
2014-08-23 16:34:01 +02:00
Jonne Haß
09f0665225
replace deprecated usages for all
2014-08-23 16:34:01 +02:00
Jonne Haß
cc8a614c29
Remove attr_accessible from OpenGraphCache
2014-08-23 16:34:01 +02:00
Jonne Haß
2f1193fa36
Fix "prepared statements" errors
...
See https://coderwall.com/p/45ombq
2014-08-23 16:34:00 +02:00
Jonne Haß
dfa0245f4b
make assets:precompile work
2014-08-23 16:34:00 +02:00
Jonne Haß
a9e107364a
make status message controller spec pass and deprecation free
2014-08-23 16:34:00 +02:00
Jonne Haß
2cca5745c9
remove deprecated scoped
2014-08-23 16:34:00 +02:00
Jonne Haß
cb195f4d55
access connection through class
2014-08-23 16:34:00 +02:00
Jonne Haß
2f54d4f17d
remove conditions on association deprecation warnings
2014-08-23 16:34:00 +02:00
Jonne Haß
89afb616cf
replace deprecated scope syntax and unify it
2014-08-23 16:34:00 +02:00
Jonne Haß
33c3b38f2f
replace deprecated finder and finder_options syntax
2014-08-23 16:34:00 +02:00
Jonne Haß
d75632401b
make everything boot again
2014-08-23 16:34:00 +02:00
Jonne Haß
467df1df77
generate binstubs
2014-08-23 16:34:00 +02:00
Jonne Haß
59d60ff947
remove strong_parameters initializer
2014-08-23 16:34:00 +02:00
Jonne Haß
55f40a2b65
update to rails 4
2014-08-23 16:33:53 +02:00
Jonne Haß
58927d1a9d
bump sidekiq to 2.17.7
2014-08-23 16:03:17 +02:00
Steffen van Bergerem
d682821f2d
Refactor css
2014-08-23 15:45:45 +02:00
Jonne Haß
c4970b485f
Merge pull request #5131 from wegotcoders/3801_delete_own_photos
...
3801 delete own photos
2014-08-23 10:52:29 +02:00
Jonne Haß
18ead3e2e4
Merge pull request #5136 from svbergerem/fix-regression-login-css
...
Fix mobile sign in page regression
2014-08-22 00:22:07 +02:00
Steffen van Bergerem
987c982bb5
Fix mobile sign in page regression
2014-08-21 22:19:14 +02:00
goobertron
c8e5b326e5
Minor formatting changes to ToS
2014-08-21 11:36:21 +01:00
Jonne Haß
2b50001286
Merge pull request #5132 from svbergerem/remove-unused-login-js
...
Remove unused js code for login page
2014-08-19 18:05:21 +02:00
damzcodes
ab71205261
line breaks have been added in correct stylesheet
2014-08-19 14:51:42 +01:00
Daniel Sun
13419066d4
refactor authorIsCurrentUser to user model as isAuthorOf
...
Dried up authorIsCurrentUser in views.js
removed authorIsCurrentUser, now called from views.js
remove authorIsCurrentUser from views.js
2014-08-19 10:37:57 +01:00
op48
844fe9d6b9
Allow users to delete own photos from gallery
...
Added delete label to photos in gallery
added an event to delete photos of current user
Added css for hiding/revealing the delete label
Included the photo stylesheet
Added cucumber test for deleting your own photos
Removed wip
2014-08-19 10:11:06 +01:00
Steffen van Bergerem
9e32eb370a
Remove unused js code for login page
2014-08-19 09:25:48 +02:00
Jonne Haß
8654e1b3ad
remove unused variable in i18n.js [ci skip]
2014-08-18 21:09:57 +02:00
Jonne Haß
b582e1f707
i18n.js: Add interface to retrieve entire sections
...
And make use of that in HelpView
2014-08-18 21:06:52 +02:00
damzcodes
c58a56c5fe
line breaks have been added to long headings
2014-08-18 14:06:07 +01:00
Jonne Haß
ec877e3784
Merge pull request #4978 from jhass/bump_acts_as_taggable_on
...
Bump acts-as-taggable-on
2014-08-18 12:20:19 +02:00
Jonne Haß
ae24495c7d
Merge pull request #5127 from Raven24/hpetru-2875-ignore-user-posts
...
Remove ignored peoples posts without refresh (II)
2014-08-18 11:35:56 +02:00
Jonne Haß
ec02f54613
Merge pull request #5122 from jaideng123/5113-mark-as-read-by-filter
...
Added Mark all in filter as read feature
2014-08-18 11:30:18 +02:00
Jonne Haß
fa9c079955
Merge pull request #5121 from wegotcoders/4943-add-services-to-statistics-json
...
Service have been added to /statistics.json
2014-08-18 11:20:26 +02:00
Jonne Haß
d3b901801c
Merge pull request #5111 from jaywink/user-mailer
...
Rake task to send mails to users
2014-08-18 11:18:25 +02:00
Jonne Haß
5cba051fd7
Merge pull request #5104 from jaywink/tos
...
Terms of service and privacy policy feature.
2014-08-18 11:15:57 +02:00
jaideng123
c68eeb70fb
Added the button changing effect + the ability to read all of a type to mobile
2014-08-17 15:51:37 -05:00
jaideng123
406397988b
Made wording more clear, refactored read_all
2014-08-17 11:16:30 -05:00
Jason Robinson
d0b37fa7ee
Rescue from an exception when sending emails in podmin:admin_email
2014-08-17 18:14:36 +03:00
jaideng123
6456a441fe
Modified behavior of mark all as read button
2014-08-17 10:12:23 -05:00
Jason Robinson
a4eafe8a87
Allow sending emails with custom subject via Notifier.admin
2014-08-17 18:02:16 +03:00
Jason Robinson
6dd1e31337
Rake task for Notifier.admin to send emails to users
2014-08-17 18:02:16 +03:00
Jason Robinson
e58f0b2ad4
Terms of service and privacy policy feature.
...
If enabled, terms of service link will be shown in sign up page.
2014-08-17 17:44:44 +03:00