Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-10Enable serving static objects from an external storageAhmad Sherif
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
2019-06-26Copy routes from EERobert Speicher
This ensures all routes are defined in both CE and EE, with EE-specific routes being wrapped in `Gitlab.ee` blocks.
2019-05-31Send notifications to group-specific email addressWei-Meng Lee
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2017-11-02Remove Private Token from User Settings > AccountDouwe Maan
2017-09-23moved devise_for :emails to live under `profiles`, removing the needBrett Walker
for `emails` to be a top level route
2017-09-23add verified/unverified labels to profile emails.Brett Walker
added "Resend confirmation email" for unverified emails
2017-07-27user may now revoke a gpg keyAlexis Reigel
other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
2017-07-27add profile gpg key page to manage gpg keysAlexis Reigel
2017-05-24user can reset his rss token on the account pageAlexis Reigel
2017-03-03Remove remnants of git annexPawel Chojnacki
2016-11-16Create relation between chat user and GitLab user and allow to authorize ↵Kamil Trzcinski
them [ci skip]
2016-11-07Use separate email-friendly token for incoming email and let incomingDouwe Maan
email token be reset
2016-10-05Split routes on multiple filesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>