Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add email aliases for users | Jason Hollingsworth | 2014-02-13 | 1 | -0/+17 |
| | | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added. | ||||
* | sync with upstream for ease to merge | GitLab | 2014-02-06 | 2 | -8/+30 |
|\ | |||||
| * | Add files to path blacklist. | Jason Hollingsworth | 2014-01-24 | 1 | -7/+0 |
| | | | | | | | | Remove empty ErrorsController | ||||
| * | Add support for various archive formats. | Jason Hollingsworth | 2014-01-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext} | ||||
| * | Issue 5716 - Allow removal of avatar | Drew Blessing | 2013-12-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG | ||||
| * | Expand refs constraints to include valid characters | Peter Fern | 2013-10-24 | 1 | -0/+14 |
| | | | | | | | | Fixes #4831, #4865, #4932 | ||||
| * | Fix profile specs | Dmitriy Zaporozhets | 2013-10-09 | 1 | -1/+1 |
| | | |||||
* | | adding tests for the ssh keys feature | GitLab | 2014-02-06 | 1 | -0/+5 |
|/ | |||||
* | Drop support of root namespace in routing | Hiroyuki Sato | 2013-09-13 | 2 | -63/+63 |
| | |||||
* | Remove old specs | Dmitriy Zaporozhets | 2013-08-27 | 1 | -7/+0 |
| | |||||
* | Fix routing specs | Dmitriy Zaporozhets | 2013-07-17 | 1 | -8/+13 |
| | |||||
* | Merge branch 'master' into 6-0-dev | Dmitriy Zaporozhets | 2013-07-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: app/views/dashboard/projects.html.haml app/views/layouts/_head_panel.html.haml config/routes.rb | ||||
| * | Prevent 'toplevel constant SnippetsController referenced by ↵ | Jack Weeden | 2013-07-01 | 1 | -1/+1 |
| | | | | | | | | Project::SnippetsController' warning | ||||
* | | Merge branch 'master' into 6-0-dev | Dmitriy Zaporozhets | 2013-06-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | Conflicts: app/controllers/admin/teams/projects_controller.rb app/views/team_members/_team_member.html.haml app/views/teams/members/_member.html.haml | ||||
| * | fix bad constant reference in `project_routing_spec.rb`. | Yves Senn | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | Fix route specs | Dmitriy Zaporozhets | 2013-06-26 | 1 | -2/+2 |
| | | |||||
* | | Move Profile related controllers under Profiles:: module | Dmitriy Zaporozhets | 2013-06-24 | 2 | -11/+11 |
| | | |||||
* | | Fix routing/controller specs for refactored controllers | Dmitriy Zaporozhets | 2013-06-23 | 1 | -94/+94 |
| | | |||||
* | | remove useless routing tests. Added symlink creation for project with code | Dmitriy Zaporozhets | 2013-06-22 | 2 | -35/+0 |
|/ | |||||
* | Merge pull request #4257 from jojosch/fix/routing-commit-with-# | Dmitriy Zaporozhets | 2013-06-11 | 1 | -0/+4 |
|\ | | | | | Routing fix Commit-List: branch with # and + in name | ||||
| * | Commit List and Tree allow also + in branch name | Johannes Schleifenbaum | 2013-06-09 | 1 | -0/+2 |
| | | |||||
| * | Routing fix Commit-List: switch to branch with # in name | Johannes Schleifenbaum | 2013-06-09 | 1 | -0/+2 |
| | | |||||
* | | Solve inconsistency between network graph & stat graphs | Dmitriy Zaporozhets | 2013-06-11 | 1 | -3/+9 |
|/ | |||||
* | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-06-04 | 2 | -4/+73 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb | ||||
| * | Routing updated to support global snippets | Andrew8xx8 | 2013-03-24 | 1 | -0/+45 |
| | | |||||
| * | Project snippets moved to /projects | Andrew8xx8 | 2013-03-23 | 1 | -4/+28 |
| | | |||||
* | | Fix routiong specs after rename of resque controller | Dmitriy Zaporozhets | 2013-05-30 | 2 | -9/+3 |
| | | |||||
* | | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3834 from ichord/gfm-autocomp | Dmitriy Zaporozhets | 2013-05-08 | 1 | -0/+4 |
|\ \ | | | | | | | improve gfm autocomplete | ||||
| * | | autocomplete issues and preload autocomplete data. | ichord | 2013-05-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | update jquery-atwho-rails to v0.3.0 add autocomplete_source action to project for gfm autocomplete move init_autocomplete layout from head_panel to project_resource | ||||
* | | | Replace old hashes with new 1.9 ruby hashes (rebase) | Andrey Kumanyaev | 2013-05-05 | 2 | -19/+19 |
|/ / | |||||
* | | updated fork feature to use gitlab-shell for v5 of gitlab | Angus MacArthur | 2013-04-15 | 1 | -0/+5 |
| | | |||||
* | | Update capybara to 2.1, poltergeist to master | Dmitriy Zaporozhets | 2013-04-11 | 1 | -0/+1 |
| | | |||||
* | | remove outdated routing specs | Dmitriy Zaporozhets | 2013-04-07 | 1 | -8/+0 |
| | | |||||
* | | notification scaffold | Dmitriy Zaporozhets | 2013-03-27 | 1 | -0/+13 |
| | | |||||
* | | Admin.projects: remove views and route specs | Dmitriy Zaporozhets | 2013-03-25 | 1 | -20/+0 |
|/ | |||||
* | removed few outdated tests | Dmitriy Zaporozhets | 2013-03-19 | 1 | -5/+1 |
| | |||||
* | Add and fix some tests for routing. | Sato Hiroyuki | 2013-03-06 | 1 | -5/+15 |
| | | | | It is linked to #2598. | ||||
* | Test to show incorrect routing to Compare controller | Yuri Feldman | 2013-02-12 | 1 | -0/+1 |
| | |||||
* | fix routing specs | Dmitriy Zaporozhets | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Fixed dashboard show specs | Dmitriy Zaporozhets | 2013-01-27 | 1 | -4/+4 |
| | |||||
* | fix tests | Andrey Kumanyaev | 2013-01-24 | 1 | -7/+7 |
| | |||||
* | Fix routing specs | Dmitriy Zaporozhets | 2013-01-09 | 1 | -6/+6 |
| | |||||
* | Cleanup after issues refactor and fix test | Dmitriy Zaporozhets | 2012-12-20 | 1 | -0/+3 |
| | |||||
* | add help/raketasks to routing spec | Johannes Schleifenbaum | 2012-12-08 | 1 | -0/+5 |
| | |||||
* | Refactored profile to resource. Added missing flash notice on successfull ↵ | Dmitriy Zaporozhets | 2012-12-02 | 1 | -18/+6 |
| | | | | updated. Update username via ajax | ||||
* | Merge pull request #2067 from ↵ | Dmitriy Zaporozhets | 2012-11-26 | 1 | -5/+6 |
|\ | | | | | | | | | riyad/diff-and-patch-for-commits-and-merge-requests Diff and patch for commits and merge requests | ||||
| * | Remove merge_request#raw and replace it with formats to #show | Riyad Preukschas | 2012-11-25 | 1 | -5/+5 |
| | | | | | | | | Needed to add a constraint on the id. Otherwise the format was parsed as part of the id. | ||||
| * | Add diff format to commit#show | Riyad Preukschas | 2012-11-22 | 1 | -0/+1 |
| | | |||||
* | | Deprecate code for Project. Use title and path | Dmitriy Zaporozhets | 2012-11-23 | 1 | -8/+0 |
|/ |