Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Ability to edit comments | Jack Weeden | 2013-07-01 | 1 | -0/+66 | |
| | | ||||||
* | | Fix profile emails with new key route | Dmitriy Zaporozhets | 2013-06-24 | 1 | -2/+2 | |
| | | ||||||
* | | remove useless routing tests. Added symlink creation for project with code | Dmitriy Zaporozhets | 2013-06-22 | 1 | -1/+2 | |
| | | ||||||
* | | Remove form for adding user to several projects from admin area. | Dmitriy Zaporozhets | 2013-06-22 | 1 | -14/+0 | |
|/ | | | | Remove unnecessary projects order on User#show | |||||
* | Force user password change for users created by admin | Dmitriy Zaporozhets | 2013-06-13 | 1 | -17/+1 | |
| | ||||||
* | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-06-04 | 1 | -99/+0 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Snippets feature refactored. Tests now use spinach | Andrew8xx8 | 2013-03-24 | 2 | -200/+0 | |
| | | ||||||
| * | Project Snippets now part of project | Andrew8xx8 | 2013-03-24 | 1 | -0/+101 | |
| | | ||||||
* | | Merge branch 'add-defaults-create-group-team' of ↵ | Dmitriy Zaporozhets | 2013-05-27 | 1 | -0/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | https://github.com/dmedvinsky/gitlabhq into dmedvinsky-add-defaults-create-group-team Conflicts: config/gitlab.yml.example | |||||
| * | | Add settings for user permission defaults | Dmitry Medvinsky | 2013-05-16 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | “Can create groups” and “Can create teams” had hardcoded defaults to `true`. Sometimes it is desirable to prohibit these for newly created users by default. | |||||
* | | | changed Gitlab to GitLab | Ben Bodenmiller | 2013-05-19 | 1 | -1/+1 | |
|/ / | ||||||
* | | Feature: Deploy keys between projects | Dmitriy Zaporozhets | 2013-05-06 | 1 | -67/+0 | |
| | | ||||||
* | | Fix internally public projects tests | Stephen Lottermoser | 2013-05-02 | 1 | -4/+4 | |
| | | | | | | | | Takes into account 98bea4b1ff and 3b88636d3c. | |||||
* | | Internally public projects | Stephen Lottermoser | 2013-05-02 | 1 | -0/+242 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Public projects listed in the public section will be linked to the actual project's page. Public projects now give any user Guest permissions to the project, allowing them to download the code, read and create issues, and view anything else in the project's pages. Ample access tests have been added to the project_access_spec to verify correct permissions and behavior on public projects. - Visitors to the site who are not logged in still cannot view the project's pages. - Logged-in users visiting a public project where they are not a team member can create issues, but not snippets. They can view the projects code, issues, merge requests, etc, just as if they were a Guest member of the project. - Since this is a public project, the user is also granted :download_code permissions, a permission normally reserved for Reporters, since they can clone the repo anyways and browse commits and branches locally. | |||||
* | | Minor usability improvements | Dmitriy Zaporozhets | 2013-04-18 | 1 | -6/+6 | |
| | | ||||||
* | | adopt tests to pass with new poltergeist | Dmitriy Zaporozhets | 2013-04-11 | 1 | -53/+60 | |
| | | ||||||
* | | Specs refactoring to reduce test time. Disabled observers by default for specs | Dmitriy Zaporozhets | 2013-04-10 | 2 | -0/+2 | |
| | | ||||||
* | | Reduce notes_on_merge_requests_spec time from 3 min to 1min | Dmitriy Zaporozhets | 2013-04-10 | 1 | -55/+41 | |
| | | ||||||
* | | Cleanup gfm tests | Dmitriy Zaporozhets | 2013-04-10 | 1 | -72/+3 | |
| | | ||||||
* | | fix test | Dmitriy Zaporozhets | 2013-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | fix tests | Dmitriy Zaporozhets | 2013-04-01 | 2 | -3/+4 | |
| | | ||||||
* | | fix facotries | Dmitriy Zaporozhets | 2013-04-01 | 1 | -2/+2 | |
| | | ||||||
* | | Use project_with_code factory where necessary | Dmitriy Zaporozhets | 2013-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | refactor wall.js. style wall page a bit | Dmitriy Zaporozhets | 2013-03-28 | 1 | -8/+0 | |
| | | ||||||
* | | Updatev security tests since admin is a superuser now. Has access to any project | Dmitriy Zaporozhets | 2013-03-25 | 1 | -17/+17 | |
| | | ||||||
* | | Removed not relevant tests for admin.projects | Dmitriy Zaporozhets | 2013-03-25 | 1 | -42/+0 | |
|/ | ||||||
* | removed few outdated tests | Dmitriy Zaporozhets | 2013-03-19 | 1 | -10/+0 | |
| | ||||||
* | fix wall feature. removed duplicated test | Dmitriy Zaporozhets | 2013-03-19 | 1 | -41/+0 | |
| | ||||||
* | fix tests. added jquery.timeago.js | Dmitriy Zaporozhets | 2013-03-19 | 4 | -56/+12 | |
| | ||||||
* | remove unused spec | Dmitriy Zaporozhets | 2013-03-19 | 1 | -14/+0 | |
| | ||||||
* | Fix spec errors. | Sato Hiroyuki | 2013-03-19 | 2 | -8/+11 | |
| | ||||||
* | Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-03-15 | 1 | -21/+0 | |
|\ | | | | | | | | | | | | | | | | | | | | | DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb | |||||
| * | Replace current Wiki system with Gollum Wikis. | Dan Knox | 2013-03-09 | 1 | -20/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis. | |||||
* | | Use wiki tab for wiki, wall, snippets | Dmitriy Zaporozhets | 2013-03-15 | 1 | -1/+1 | |
|/ | ||||||
* | fix admin users tests | Dmitriy Zaporozhets | 2013-02-28 | 1 | -4/+4 | |
| | ||||||
* | Restore old order for MR lists. Fix failing tests | Dmitriy Zaporozhets | 2013-02-21 | 2 | -2/+2 | |
| | ||||||
* | Fix merge request closed filter. Fixed one more test | Dmitriy Zaporozhets | 2013-02-21 | 1 | -1/+3 | |
| | ||||||
* | Removing ambiguity and non-working selectors | Dmitriy Zaporozhets | 2013-02-21 | 4 | -6/+8 | |
| | ||||||
* | Fixing rspec after upgrade to capybara pt1 | Dmitriy Zaporozhets | 2013-02-21 | 3 | -9/+36 | |
| | ||||||
* | move capybara scenarios to spec/features | Dmitriy Zaporozhets | 2013-02-21 | 18 | -0/+1575 | |