Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove project edit from admin area. Redesigned project page in admin area | Dmitriy Zaporozhets | 2013-03-25 | 1 | -5/+1 |
| | |||||
* | Make transfer action in project controller | Dmitriy Zaporozhets | 2013-03-25 | 1 | -0/+4 |
| | |||||
* | move edit to separate controller. This fixes #3265 | Dmitriy Zaporozhets | 2013-03-24 | 1 | -1/+2 |
| | |||||
* | move Wall to own resource | Dmitriy Zaporozhets | 2013-03-19 | 1 | -5/+6 |
| | |||||
* | Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-03-15 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Group and team rss is valid now | Dmitriy Zaporozhets | 2013-03-10 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' into fixes/api, code clean up and tests fixed | Sebastian Ziebell | 2013-03-07 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb | ||||
| * | Fix routing errors. | Sato Hiroyuki | 2013-03-06 | 1 | -3/+3 |
| | | | | | | | | It should fix #2598. | ||||
* | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-03-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: lib/api/projects.rb | ||||
| * | allow any attachment filenames | Dmitriy Zaporozhets | 2013-02-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-20 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | Conflicts: spec/requests/api/projects_spec.rb | ||||
| * | Merge branch 'features/attachment_server' of ↵ | Dmitriy Zaporozhets | 2013-02-16 | 1 | -0/+5 |
| |\ | | | | | | | | | | /home/git/repositories/gitlab/gitlabhq | ||||
| | * | handle attahcment with send_file | Dmitriy Zaporozhets | 2013-02-11 | 1 | -0/+5 |
| | | | |||||
* | | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix for incorrect routing to the Compare controller | Yuri Feldman | 2013-02-12 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-12 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | No gitolite in project any more | Dmitriy Zaporozhets | 2013-02-11 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Ability to manage and remove group as owner outside of admin area | Dmitriy Zaporozhets | 2013-02-01 | 1 | -1/+1 |
| | | |||||
| * | Switchable the main branch on network graph | Sato Hiroyuki | 2013-01-30 | 1 | -1/+1 |
| | | |||||
* | | log fatal errors that we catch | Felix Gilcher | 2013-02-01 | 1 | -0/+1 |
|/ | | | | | | | In case we rescue from a fatal error, we want the error and the backtrace to the error logged, so we can debug later on. This change injects the configured logger from the rails app to the grape API and logs error as well as backtrace in a rails-like fashion. | ||||
* | Dashboard to resource | Dmitriy Zaporozhets | 2013-01-27 | 1 | -5/+8 |
| | |||||
* | Add projects page to dashboard. Remove projects pagination on dashboard | Dmitriy Zaporozhets | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | Fix application crashes after #2772 | Dmitriy Zaporozhets | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | fix edit project members access link and page fixes refs #2745 | Andrey Kumanyaev | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | teams refactoring and cleanup pt.1 | Dmitriy Zaporozhets | 2013-01-25 | 1 | -4/+0 |
| | |||||
* | Fix mispelling and ambiguous id in UserTeam.without_project | Dmitriy Zaporozhets | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Fix little bugs | Andrey Kumanyaev | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | assign team to project from project page in public section | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+12 |
| | |||||
* | update routes | Andrey Kumanyaev | 2013-01-24 | 1 | -20/+24 |
| | |||||
* | move Team_members controller into project (conflicts with team/members ↵ | Andrey Kumanyaev | 2013-01-24 | 1 | -1/+3 |
| | | | | controller) | ||||
* | Remove old data | Andrey Kumanyaev | 2013-01-24 | 1 | -6/+0 |
| | |||||
* | Move team project management to own controller | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+1 |
| | |||||
* | save generated files | Andrey Kumanyaev | 2013-01-24 | 1 | -1/+0 |
| | |||||
* | Move admin team members management to own controller | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+3 |
| | |||||
* | Team projects public section | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+2 |
| | |||||
* | Team members public section | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+4 |
| | |||||
* | Add teams into Public sections | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+14 |
| | |||||
* | Admin teams section added | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+8 |
| | |||||
* | User can create group | Dmitriy Zaporozhets | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Fix routing. Finalize user show page | Dmitriy Zaporozhets | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | base implementation | Dmitriy Zaporozhets | 2013-01-22 | 1 | -0/+3 |
| | |||||
* | Reorder help routes | Riyad Preukschas | 2013-01-19 | 1 | -9/+9 |
| | |||||
* | Rename help#public_area to help#public_access | Riyad Preukschas | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Add optional signup. | Marin Jankovski | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | Add public filter to admin projects | Dmitriy Zaporozhets | 2013-01-13 | 1 | -0/+1 |
| | |||||
* | Public git read-only access via http | Dmitriy Zaporozhets | 2013-01-13 | 1 | -0/+8 |
| | |||||
* | email via sidekiq. start and stop rake tasks | Dmitriy Zaporozhets | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | sidekiq | Dmitriy Zaporozhets | 2013-01-09 | 1 | -3/+6 |
| |