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
2015-09-20Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher
2015-09-06Re-annotate modelsStan Hu
2015-08-20Only show recent push event if the branch still exists or a recent merge requ...Stan Hu
2015-08-05Add "Confirm user" button in user admin pageStan Hu
2015-08-02Re-annotate modelsAtsushi Ishida
2015-07-24Add User.find_by_username!Robert Speicher
2015-07-10Add User#disable_two_factor!Robert Speicher
2015-06-24Only look up Commit authors/committers by emailRobert Speicher
2015-06-23Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets
2015-06-23Use alias_attribute to define User#two_factor_enabledRobert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-22Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets
2015-06-21Make default value for otp_required_for_login false instead of nullRobert Speicher
2015-06-19Allow Admin to filter users by 2FA statusRobert Speicher
2015-06-19Add convenience methods to User for getting and setting 2FA statusRobert Speicher
2015-06-17Spec and refactor User.find_for_commitRobert Speicher
2015-06-14Add `dashboard` attribute to User modelRobert Speicher
2015-06-14Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher
2015-06-10ensure_length_of -> validate_length_ofRobert Speicher
2015-06-04Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets
2015-05-28Make namespace API available to all usersStan Hu
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
2015-05-26Minor model spec cleanupsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-05-10Re-annotate User modelRobert Speicher
2015-05-03Re-annotate modelsStan Hu
2015-05-02Add application setting to restrict user signups to e-mail domainsStan Hu
2015-03-27Move User.cleanup_username to Namespace.cleanup_path.Douwe Maan
2015-03-05Re-annotate modelsDmitriy Zaporozhets
2015-02-27Fix and test User#contributed_projects_ids.Douwe Maan
2015-02-13Prevent autogenerated OAuth username to clash with existing namespace.Douwe Maan
2015-02-13Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-02-12Clean username acquired from OAuth/LDAP.Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2015-02-06Refactor issuable sorting a bitDmitriy Zaporozhets
2015-01-22Annotate modelsDmitriy Zaporozhets
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-10-30Session API: Use case-insensitive authentication like in UIAndrey Krivko
2014-10-13Merge tests to support Multiple LDAP groupsJan-Willem van der Meer
2014-10-13Admin: user sortingValery Sizov
2014-09-14Replace old references of users_project & users_groupDmitriy Zaporozhets
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-08-13Merge branch 'ldap/cache_check' into 'master'Dmitriy Zaporozhets
2014-08-06Skip LDAP cache check when LDAP is disabledJacob Vosmaer
2014-08-06Add a spec for User#requires_ldap_check?Jacob Vosmaer
2014-07-18Add star count, view logic, more tests.Ciro Santilli
2014-07-18Add project stars.Ciro Santilli
2014-06-30Fix user model specsDmitriy Zaporozhets
2014-06-27Remove mass assgnment specsDmitriy Zaporozhets
2014-06-17Remove rails observers from applicationDmitriy Zaporozhets