Commit graph

16 commits

Author SHA1 Message Date
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
blackst0ne
eddf3febd7 [Rails5] Add safe_params helper
Rails 5.0 requires to explicitly permit attributes when building a URL
using current `params` object.

The `safe_params` helper allows developers to just call `safe_params.merge(...)`
instead of manually adding `permit` to every call.

https://github.com/rails/rails/pull/20868
2018-04-08 15:35:30 +11:00
Tieu-Philippe KHIM
3c1700cde6 Refactor atom builder by using xml.atom layout 2017-06-12 19:21:13 +02:00
blackst0ne
7f33eb39e9 Fix xml.updated field in rss/atom feeds 2017-03-12 09:05:01 +11:00
Lucas Deschamps
d84eb9abd6 Issues atom feed url reflect filters on dashboard
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-03 18:26:06 +01:00
Sean McGivern
c7941acd1e Don't try to count a relation with aliases
98f147e84d2bd8f2278452ac0852118452c76d4a fixed this for issues in HTML,
but not MRs or Atom feeds.
2016-06-10 14:29:08 +01:00
Robert Speicher
7001842dc4 Remove issue_to_atom helper 2016-05-23 17:06:26 -04:00
Sean McGivern
cf3b149e65 Point group's issues atom feed to group
This was using the user dashboard atom builder template, not one for the
group's issues.
2016-05-18 10:14:53 +01:00
Robert Speicher
4408dc0bd1 Use xmlschema where even more appropriate! 2016-01-07 20:01:08 -05:00
Robert Speicher
6344493655 Use to_s(:iso8601) where appropriate 2016-01-07 20:01:08 -05:00
Douwe Maan
a12d50c5e5 Remove unnecessary private_token params. 2015-04-23 17:11:39 +02:00
Douwe Maan
9c60354a6a Make links and titles of atom feeds consistent. 2015-04-23 17:11:39 +02:00
Dmitriy Zaporozhets
d31d711a70
DRY and refactor atom code
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-04 22:14:20 +02:00
Steven Thonus
65cad57a35 avatar upload on profile page 2013-10-09 09:05:09 +02:00
Dmitriy Zaporozhets
6b01196fb2 Dashboard to resource 2013-01-27 12:56:20 +02:00
randx
1b6a3dfec9 Move all stuff to groups controller 2012-10-02 20:42:15 +03:00