Fixes mm-1355 adds rate limiting apis

Этот коммит содержится в:
=Corey Hulen
2015-07-29 01:26:10 -08:00
родитель 81e55eb57c
Коммит 9677a9f717
142 изменённых файлов: 7272 добавлений и 24159 удалений

Просмотреть файл

@@ -51,6 +51,7 @@ type User struct {
NotifyProps StringMap `json:"notify_props"`
LastPasswordUpdate int64 `json:"last_password_update"`
LastPictureUpdate int64 `json:"last_picture_update"`
FailedAttempts int `json:"failed_attempts"`
}
type GitLabUser struct {