17 Jun, 2014
2 commits
-
Add notices to show action
-
This commit backs out the nesting of the error and notices as this would be better placed in an error or notices route.
15 Jun, 2014
1 commit
-
If there is no problem for the requested id the api will now correctly return a 404 status.
12 Jun, 2014
1 commit
11 Jun, 2014
1 commit
12 May, 2014
1 commit
09 May, 2014
1 commit
-
This allows a problem id to be passed to the problem api and only information for that problem will be returned.
22 Mar, 2014
1 commit
21 Mar, 2014
1 commit
26 Feb, 2014
2 commits
19 Feb, 2014
1 commit
-
Give admins the ability to destroy all problems associated with an app
02 Feb, 2014
2 commits
22 Jan, 2014
1 commit
10 Dec, 2013
1 commit
09 Dec, 2013
1 commit
-
….io/kb/ios/app-versions
06 Dec, 2013
1 commit
-
…his amount. filtering only happens if both min_app_version and app-version are set.
13 Nov, 2013
1 commit
31 Oct, 2013
1 commit
-
Using the scope on apps controller will yield lots of queries, so we need to call .to_a
14 Oct, 2013
2 commits
-
Update devise to 3.1.1, and remove token_authenticatable module
03 Oct, 2013
1 commit
-
Now the api_key of app can be regenerate. In previous this api-key can't be regenerate by the web front. To regenerate this api_key you need go to the edit app page. See #547
17 Sep, 2013
1 commit
16 Sep, 2013
1 commit
-
Conflicts: app/views/apps/show.html.haml
28 Aug, 2013
1 commit
-
Conflicts: app/models/notice.rb
22 Aug, 2013
1 commit
-
The pagination don't work with the javascript request See #528
20 Aug, 2013
1 commit
07 Aug, 2013
1 commit
-
See https://github.com/voxdolo/decent_exposure/wiki/Strategies:-Use-with-strong_parameters on how to use strong_parameters with decent_exposure
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
15 Jul, 2013
2 commits
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
02 Jul, 2013
2 commits
-
Extract the filter `find_problem` in decent_exposure to get this problem
-
1) Limit some before_filter using the expose system 2) Extract some view test in view spec instead of controller spec
06 Jun, 2013
1 commit
-
Fix #456
05 Jun, 2013
1 commit
-
* Extract in UserDestroy the user destroy system with callback * Avoid delete himself * little refactor on rspec to be more rspec compiliant
04 Jun, 2013
1 commit
31 May, 2013
1 commit
19 May, 2013
2 commits
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
-
Use Nokogiri to parse XML and see if it's valid XML