summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Restyle admin:group:show. Remove .all calls fro users, projects hereDmitriy Zaporozhets2013-06-105-132/+92
* fix layout for snippetsDmitriy Zaporozhets2013-06-081-1/+1
* add data-page property to all pagesDmitriy Zaporozhets2013-06-084-4/+4
* Fix determine of layout for group/teamDmitriy Zaporozhets2013-06-082-5/+20
* Refactor event title for notesDmitriy Zaporozhets2013-06-072-19/+29
* Fix event note outputDmitriy Zaporozhets2013-06-071-1/+1
* remove outdated permission option from help pageDmitriy Zaporozhets2013-06-071-1/+0
* navless layout for new group/team. Proper title for this pagesDmitriy Zaporozhets2013-06-074-18/+29
* Show native head panel for logged-in users at public areaDmitriy Zaporozhets2013-06-071-9/+13
* Use navless layout when it makes senseDmitriy Zaporozhets2013-06-077-8/+26
* Fix dashboard lost if comment on commitDmitriy Zaporozhets2013-06-072-1/+9
* Merge pull request #4163 from jdamick/slow_team_listDmitriy Zaporozhets2013-06-062-2/+3
|\
| * addresses issue #4156jdamick2013-06-012-2/+3
* | Merge pull request #4164 from hiroponz/fix-postgres-errorDmitriy Zaporozhets2013-06-061-1/+1
|\ \
| * | Fix postgres error when displaying network graph.Sato Hiroyuki2013-06-021-1/+1
| |/
* | API: project eventsDmitriy Zaporozhets2013-06-061-1/+3
* | Merge pull request #4178 from docwhat/use-COLOR_SCHEMESDmitriy Zaporozhets2013-06-067-22/+19
|\ \
| * | design pages now uses the COLOR_SCHEMESChristian HoĢˆltje2013-06-057-22/+19
* | | Merge pull request #4206 from babatakao/authorize_all_teams_to_adminDmitriy Zaporozhets2013-06-063-4/+8
|\ \ \
| * | | Authorize all teams to admin: fix 500 error on showing team page.babatakao2013-06-053-4/+8
* | | | Allow forking of public projects by authenticated users. Fixes #4152Dmitriy Zaporozhets2013-06-061-1/+22
* | | | public_icon, private_icon helpersDmitriy Zaporozhets2013-06-068-8/+24
* | | | Move search to separate layoutDmitriy Zaporozhets2013-06-063-2/+14
* | | | Improve api docsDmitriy Zaporozhets2013-06-063-114/+37
* | | | Merge pull request #4155 from babatakao/selectable_master_project_deploy_keysDmitriy Zaporozhets2013-06-052-3/+5
|\ \ \ \
| * | | | Selectable deploy keys contain master projectsbabatakao2013-06-052-3/+5
| |/ / /
* | | | Restyle snippetsDmitriy Zaporozhets2013-06-0514-93/+138
* | | | Its better to load graph with ajax since it requires ~10 seconds for bigger p...Dmitriy Zaporozhets2013-06-053-32/+53
* | | | Fix new snippet tab highlight. Added new entries to changelogDmitriy Zaporozhets2013-06-051-1/+1
* | | | Style a bit a person section in graphDmitriy Zaporozhets2013-06-051-1/+2
* | | | Contributors graphs feature for GitLabKarlo Soriano2013-06-0510-0/+428
|/ / /
* | | Fixed ability and modify UI a bitDmitriy Zaporozhets2013-06-043-15/+19
* | | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-0431-83/+399
|\ \ \
| * | | Typos fixedAndrew8xx82013-03-251-2/+2
| * | | Codestyle improvedAndrew8xx82013-03-252-12/+6
| * | | Notes fixedAndrew8xx82013-03-254-0/+15
| * | | Permissions for Project Snippet fixedAndrew8xx82013-03-253-8/+8
| * | | Tests fixedAndrew8xx82013-03-252-6/+6
| * | | Tests for private snippet fixedAndrew8xx82013-03-251-1/+1
| * | | View improved. Pagination addedAndrew8xx82013-03-253-10/+6
| * | | Personal snippet model addedAndrew8xx82013-03-251-0/+18
| * | | Personal snippets controlelr refactoredAndrew8xx82013-03-252-31/+33
| * | | Search link removed. Will be implemented laterAndrew8xx82013-03-251-2/+0
| * | | Layuot and templates for personal snippets addedAndrew8xx82013-03-259-26/+75
| * | | It's better to use STI insteadAndrew8xx82013-03-251-1/+0
| * | | New layout for snippets addedAndrew8xx82013-03-251-0/+24
| * | | Additional scopes addedAndrew8xx82013-03-251-2/+5
| * | | Private added to attr_accessibleAndrew8xx82013-03-251-1/+1
| * | | Association form user to snippets addedAndrew8xx82013-03-241-0/+1
| * | | Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-249-16/+17