summaryrefslogtreecommitdiff
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove project edit from admin area. Redesigned project page in admin areaDmitriy Zaporozhets2013-03-251-5/+1
|
* Make transfer action in project controllerDmitriy Zaporozhets2013-03-251-0/+4
|
* move edit to separate controller. This fixes #3265Dmitriy Zaporozhets2013-03-241-1/+2
|
* move Wall to own resourceDmitriy Zaporozhets2013-03-191-5/+6
|
* Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵Dmitriy Zaporozhets2013-03-151-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 Knox2013-03-091-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 nowDmitriy Zaporozhets2013-03-101-2/+2
|/
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-3/+3
|\ | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * Fix routing errors.Sato Hiroyuki2013-03-061-3/+3
| | | | | | | | It should fix #2598.
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-051-1/+1
|\ \ | |/ | | | | | | Conflicts: lib/api/projects.rb
| * allow any attachment filenamesDmitriy Zaporozhets2013-02-281-1/+1
| |
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-0/+5
|\ \ | |/ | | | | | | Conflicts: spec/requests/api/projects_spec.rb
| * Merge branch 'features/attachment_server' of ↵Dmitriy Zaporozhets2013-02-161-0/+5
| |\ | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| | * handle attahcment with send_fileDmitriy Zaporozhets2013-02-111-0/+5
| | |
* | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-131-1/+1
|\ \ \ | |/ /
| * | Fix for incorrect routing to the Compare controllerYuri Feldman2013-02-121-1/+1
| |/
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-121-3/+3
|\ \ | |/
| * No gitolite in project any moreDmitriy Zaporozhets2013-02-111-3/+3
| |
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-2/+2
|\ \ | |/
| * Ability to manage and remove group as owner outside of admin areaDmitriy Zaporozhets2013-02-011-1/+1
| |
| * Switchable the main branch on network graphSato Hiroyuki2013-01-301-1/+1
| |
* | log fatal errors that we catchFelix Gilcher2013-02-011-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 resourceDmitriy Zaporozhets2013-01-271-5/+8
|
* Add projects page to dashboard. Remove projects pagination on dashboardDmitriy Zaporozhets2013-01-271-0/+1
|
* Fix application crashes after #2772Dmitriy Zaporozhets2013-01-261-1/+1
|
* fix edit project members access link and page fixes refs #2745Andrey Kumanyaev2013-01-251-1/+1
|
* teams refactoring and cleanup pt.1Dmitriy Zaporozhets2013-01-251-4/+0
|
* Fix mispelling and ambiguous id in UserTeam.without_projectDmitriy Zaporozhets2013-01-241-1/+1
|
* Fix little bugsAndrey Kumanyaev2013-01-241-1/+1
|
* assign team to project from project page in public sectionAndrey Kumanyaev2013-01-241-0/+12
|
* update routesAndrey Kumanyaev2013-01-241-20/+24
|
* move Team_members controller into project (conflicts with team/members ↵Andrey Kumanyaev2013-01-241-1/+3
| | | | controller)
* Remove old dataAndrey Kumanyaev2013-01-241-6/+0
|
* Move team project management to own controllerAndrey Kumanyaev2013-01-241-0/+1
|
* save generated filesAndrey Kumanyaev2013-01-241-1/+0
|
* Move admin team members management to own controllerAndrey Kumanyaev2013-01-241-0/+3
|
* Team projects public sectionAndrey Kumanyaev2013-01-241-0/+2
|
* Team members public sectionAndrey Kumanyaev2013-01-241-0/+4
|
* Add teams into Public sectionsAndrey Kumanyaev2013-01-241-0/+14
|
* Admin teams section addedAndrey Kumanyaev2013-01-241-0/+8
|
* User can create groupDmitriy Zaporozhets2013-01-241-1/+1
|
* Fix routing. Finalize user show pageDmitriy Zaporozhets2013-01-221-1/+1
|
* base implementationDmitriy Zaporozhets2013-01-221-0/+3
|
* Reorder help routesRiyad Preukschas2013-01-191-9/+9
|
* Rename help#public_area to help#public_accessRiyad Preukschas2013-01-191-1/+1
|
* Add optional signup.Marin Jankovski2013-01-181-1/+1
|
* Add public filter to admin projectsDmitriy Zaporozhets2013-01-131-0/+1
|
* Public git read-only access via httpDmitriy Zaporozhets2013-01-131-0/+8
|
* email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-091-1/+1
|
* sidekiqDmitriy Zaporozhets2013-01-091-3/+6
|