summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Restyled error messages in common way. Added title to head partialDmitriy Zaporozhets2012-11-2813-16/+25
* Add a link to each project on the Issues dashboardRobert Speicher2012-11-281-1/+1
* Increased test coverageDmitriy Zaporozhets2012-11-212-23/+23
* Validate username. Gitlab::Regex addedDmitriy Zaporozhets2012-11-286-13/+23
* Fix CSS for code highlightingRiyad Preukschas2012-11-273-8/+12
* Add user_color_scheme_class helperRiyad Preukschas2012-11-273-6/+8
* Remove unused responsive formatsDmitriy Zaporozhets2012-11-271-1/+9
* Fix user creation cause of dual namespace buildDmitriy Zaporozhets2012-11-271-2/+0
* NamespacesHelperDmitriy Zaporozhets2012-11-272-22/+26
* Fix invalid method call for gitoliteDmitriy Zaporozhets2012-11-271-1/+1
* Rewrite and improve git backend logic. Fix project movind. Raise exception to...Dmitriy Zaporozhets2012-11-2717-95/+138
* Project -> update repo only on create and destroy. Fixtures Updated with name...Dmitriy Zaporozhets2012-11-216-7/+20
* Show namespace in search autocompleteDmitriy Zaporozhets2012-11-271-1/+1
* Merge pull request #2070 from jouve/fix_destroy_projectDmitriy Zaporozhets2012-11-271-1/+1
|\
| * fix destroy project from adminCyril2012-11-261-1/+1
* | Improved Issues and MR filtersDmitriy Zaporozhets2012-11-272-3/+21
* | Fix sattellitesDmitriy Zaporozhets2012-11-212-4/+9
* | Dashboard filters for eventsDmitriy Zaporozhets2012-11-217-33/+130
* | Fix snippet render issue cause of haml preserveDmitriy Zaporozhets2012-11-263-22/+16
* | Fix snippet render errorDmitriy Zaporozhets2012-11-261-1/+4
* | Merge pull request #2067 from riyad/diff-and-patch-for-commits-and-merge-requ...Dmitriy Zaporozhets2012-11-268-29/+56
|\ \
| * | Change "Get Patch" buttons to dropdowns orffering patches and diffsRiyad Preukschas2012-11-252-6/+16
| * | Remove MergeRequest#to_raw and replace it with #to_diff and #to_patchRiyad Preukschas2012-11-251-12/+14
| * | Remove merge_request#raw and replace it with formats to #showRiyad Preukschas2012-11-253-11/+11
| * | Add diff format to commit#showRiyad Preukschas2012-11-221-0/+1
| * | Add Commit#to_diff for raw diffRiyad Preukschas2012-11-221-0/+15
| * | Don't escape Html in patchesRiyad Preukschas2012-11-222-2/+1
* | | Fix dir permission on creationDmitriy Zaporozhets2012-11-261-1/+1
* | | Fix critical issue with dir permission for namespacesDmitriy Zaporozhets2012-11-261-1/+1
* | | Fix http push with namespaces. Allow use of username as loginDmitriy Zaporozhets2012-11-261-1/+1
| |/ |/|
* | project admin area - show project name with namespaceDmitriy Zaporozhets2012-11-253-7/+14
* | Fixed user.namespace_id exception if namespace is nilDmitriy Zaporozhets2012-11-252-3/+1
* | Allow project creation in scope of group for non-admin but group ownersDmitriy Zaporozhets2012-11-254-13/+50
* | Fix group assoc. Show namespace in project listDmitriy Zaporozhets2012-11-242-2/+6
* | ReannotatedDmitriy Zaporozhets2012-11-244-4/+18
* | move namespace dir after path changedDmitriy Zaporozhets2012-11-241-1/+8
* | add ability to change namespace from project edit pageDmitriy Zaporozhets2012-11-249-27/+65
* | Project can be transfered to namespace and out nowDmitriy Zaporozhets2012-11-243-13/+16
* | Create namespace on username init. Raise exception if project cannot be movedDmitriy Zaporozhets2012-11-242-4/+9
* | class for moving projectDmitriy Zaporozhets2012-11-241-17/+4
* | Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets2012-11-233-3/+13
* | Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-234-6/+12
* | Fix project.code-related functionalityDmitriy Zaporozhets2012-11-237-14/+8
* | Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-2312-54/+44
* | Create dir with namespace. Create namespace with userDmitriy Zaporozhets2012-11-236-25/+38
* | Make admin project list more usefulDmitriy Zaporozhets2012-11-236-8/+30
* | Fixed admin area. Create project only from one placeDmitriy Zaporozhets2012-11-238-100/+41
* | Ability to create project with namespaceDmitriy Zaporozhets2012-11-237-4/+58
* | Update namespace if user changed username. Dont move project if new recordDmitriy Zaporozhets2012-11-232-1/+7
* | Improve routing. Project access via namespaceDmitriy Zaporozhets2012-11-223-6/+19