summaryrefslogtreecommitdiff
path: root/config/routes/profile.rb
Commit message (Collapse)AuthorAgeFilesLines
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-1/+1
|
* Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-0/+1
|
* Remove Private Token from User Settings > AccountDouwe Maan2017-11-021-1/+0
|
* moved devise_for :emails to live under `profiles`, removing the needBrett Walker2017-09-231-0/+3
| | | | for `emails` to be a top level route
* add verified/unverified labels to profile emails.Brett Walker2017-09-231-1/+5
| | | | added "Resend confirmation email" for unverified emails
* user may now revoke a gpg keyAlexis Reigel2017-07-271-1/+5
| | | | | other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
* add profile gpg key page to manage gpg keysAlexis Reigel2017-07-271-0/+1
|
* user can reset his rss token on the account pageAlexis Reigel2017-05-241-0/+1
|
* Remove remnants of git annexPawel Chojnacki2017-03-031-1/+1
|
* Create relation between chat user and GitLab user and allow to authorize ↵Kamil Trzcinski2016-11-161-0/+6
| | | | them [ci skip]
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-0/+1
| | | | email token be reset
* Split routes on multiple filesdz-split-routesDmitriy Zaporozhets2016-10-051-0/+43
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>