..
recurring_todos
rename repeating -> recurring, repeat -> recurrence
2015-02-10 16:25:27 +01:00
todos
Remove private variable usage from models
2018-11-12 13:23:30 -06:00
application_controller.rb
Fixed bug causing context change to hidden returning a server error
2019-05-22 16:09:46 +03:00
calendar_controller.rb
#2036 : Change empty XML responses to have the correct base element
2019-05-03 11:47:05 +03:00
contexts_controller.rb
#2203 : Allow using REST API with token
2019-05-04 20:31:32 +03:00
data_controller.rb
Extract rendering to helper method. Shift filename sanitization to controller.
2016-02-02 11:08:12 +00:00
feedlist_controller.rb
Remove trailing whitespace and tabs
2014-08-14 21:05:05 -05:00
integrations_controller.rb
Convert render :text to render :body
2018-09-22 13:03:35 -05:00
login_controller.rb
Convert before_filter to before_action
2018-09-22 12:55:27 -05:00
mailgun_controller.rb
Convert before_filter to before_action
2018-09-22 12:55:27 -05:00
notes_controller.rb
#2036 : Change empty XML responses to have the correct base element
2019-05-03 11:47:05 +03:00
preferences_controller.rb
Convert render :text to render :body
2018-09-22 13:03:35 -05:00
projects_controller.rb
#2203 : Allow using REST API with token
2019-05-04 20:31:32 +03:00
recurring_todos_controller.rb
Use exists? instead of count > 0
2019-05-04 10:32:15 -05:00
search_controller.rb
Remove 'project_hidden' state
2016-04-16 09:27:33 +02:00
stats_controller.rb
#1153 : Use translations properly, add missing labels, fix bugs and add links to charts
2019-05-19 16:40:00 +03:00
todos_controller.rb
Refactor todos_controller and todos_helper to use @original_item
2019-11-17 16:03:40 +13:00
users_controller.rb
#2036 : Change empty XML responses to have the correct base element
2019-05-03 11:47:05 +03:00