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 (Expand)Author
2018-08-01Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable
2018-07-30Allow users to set a statusBob Van Landuyt
2018-07-29Add support for searching users by confirmed e-mailsStan Hu
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Merge branch 'update-rubocop'Sean McGivern
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-07Rails5 fix mysql milliseconds problem in specsJasper Maes
2018-06-05send ico files with inline dispositionAlexis Reigel
2018-06-01Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-31Fix spec for User#ci_owned_runnersDylan Griffith
2018-05-31Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński
2018-05-22Don't set the notification_email when only unconfirmed_email is changedRémy Coutable
2018-05-17Resolve "Opening Project with invite but without accepting leads to 404 error...🙈 jacopo beschi 🙉
2018-05-16Merge branch 'jprovazn-remote-upload-destroy' into 'master'Kamil Trzciński
2018-05-16Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-05-16Delete remote uploadsJan Provaznik
2018-05-15Does not log failed sign-in attempts when database is in read-only modeDouglas Barbosa Alexandre
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
2018-04-23Resolve "Namespace factory is problematic"Lin Jen-Shin
2018-04-09Allow group owner to enable runners from subgroups (#41981)Dylan Griffith
2018-04-06Cache personal projects count.Andreas Brandl
2018-04-05Ensure internal users (ghost, support bot) get assigned a namespaceDouwe Maan
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-29Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern
2018-03-28Don’t delete deploy key when user who created it is deletedDouwe Maan
2018-03-28Remove permanent redirectsBob Van Landuyt
2018-03-22Change avatar error message to include allowed file formatsFabian Schneider
2018-03-07Leverage user_contributed_projects to find recent events.Andreas Brandl
2018-03-02Extract method User#authorizations_for_projects.Andreas Brandl
2018-02-18Don't attempt to update user tracked fields if database is in read-onlyStan Hu
2018-02-13Strip whitespace from username/login value for user lookupPeter Lauck
2018-02-08Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan
2018-02-08Add groups to OpenID Connect claimsHassan Zamani
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2018-02-06Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan
2018-02-06Validate user namespace before saving so that errors persist on modelDouwe Maan
2018-02-06Merge branch '26468-fix-admin-recent-sign-in' into 'master'Rémy Coutable
2018-02-0631885 - Ability to transfer a single group to another groupMayra Cabrera
2018-02-05Using correct column for sorting users by Recent Sign-inPoornima
2018-02-05Add foreign keys to todos table.Andreas Brandl
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-21Yield no results for blank searches on User name, username and emailMark Fletcher
2018-01-04Merge branch 'mdelaossa/gitlab-ce-31995-project-limit-default-fix'Dmitriy Zaporozhets
2018-01-02Fix user membership destroy relationFrancisco Javier López
2017-12-30User#projects_limit remove DB default and added NOT NULL constraintMario de la Ossa
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-20Add BlocksJsonSerialization model concern and include it in UserRobert Speicher