summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Security for online editor. Replace dev_access?, master_access? with can? met...randx2012-10-211-0/+8
* Added project has_one :last_event assoc. Fixed tab line-height after font-awe...randx2012-10-171-1/+1
* Only allow editing text filesRiyad Preukschas2012-10-161-0/+9
* Improve flash messages in tree#updateRiyad Preukschas2012-10-161-2/+2
* Minor improve to UI and code formatting of gitlab web editorrandx2012-10-151-6/+6
* WebEditor: base implementationValeriy Sizov2012-10-121-2/+8
* WebEditor: Check if save is possibleValeriy Sizov2012-10-121-3/+2
* WebEditor: sceletonValeriy Sizov2012-10-121-0/+8
* WebEditor: base formValeriy Sizov2012-10-121-0/+8
* Merge pull request #1675 from robbkidd/separate_mr_observerDmitriy Zaporozhets2012-10-111-5/+1
|\
| * Separate observing of Note and MergeRequestsRobb Kidd2012-10-101-5/+1
* | Add toggle to show closed issues on Milestones#showRobert Speicher2012-10-101-1/+1
|/
* Make notes for merge requests include commit notes and add helpersRiyad Preukschas2012-10-101-0/+5
* Remove unused history_path instance variableRobert Speicher2012-10-092-6/+2
* Context refactoring. Move Issues list, Search logic to contextrandx2012-10-098-72/+27
* project.issues_labels methodrandx2012-10-091-1/+1
* Reduce count of projects on dashboard to 20randx2012-10-091-1/+1
* Group: new link on dashboard if admin. Fixed people countrandx2012-10-091-1/+1
* Revert "Do not allow removal of a project owner user."Valeriy Sizov2012-10-081-1/+0
* Merge pull request #1651 from dosire/user_can_be_removed_if_its_not_a_project...Valeriy Sizov2012-10-081-0/+1
|\
| * Do not allow removal of a project owner user.Marin Jankovski2012-10-081-0/+1
* | Fixed group issues/mr. Also speedup project list of admin areaDmitriy Zaporozhets2012-10-041-2/+4
* | Dont change params hash. Use dup insteadDmitriy Zaporozhets2012-10-031-2/+3
* | SQL FixesDmitriy Zaporozhets2012-10-031-1/+1
* | Added ability to manage groups from adminDmitriy Zaporozhets2012-10-031-0/+8
* | Move all stuff to groups controllerrandx2012-10-022-14/+70
* | Group filtering on dashboardDmitriy Zaporozhets2012-10-021-2/+18
* | Admin Group scaffold -> new, show, indexDmitriy Zaporozhets2012-10-021-0/+66
* | rename ProjectController to ProjectResourceControllerCyril2012-09-2721-21/+21
* | update new controllersCyril2012-09-275-28/+5
* | Merge branch 'master' into simplify_controllers2Cyril2012-09-2711-126/+173
|\ \
| * | Use Rails.root.join where appropriateRobert Speicher2012-09-261-1/+1
| * | Add branches and tags Repo methodsRobert Speicher2012-09-261-2/+2
| * | Fix logs not showing in Tree for the root pathRobert Speicher2012-09-261-1/+1
| * | Fix the remaining actions in RefsControllerRobert Speicher2012-09-261-1/+1
| * | Add Compare#index and Compare#create actionsRobert Speicher2012-09-261-0/+7
| * | Fix Refs#switchRobert Speicher2012-09-261-4/+4
| * | Remove check_token_auth filterRobert Speicher2012-09-261-8/+0
| * | Update usages of project_commit[s] route helpersRobert Speicher2012-09-261-1/+1
| * | Add a "patch" MIME type, and render it like a normal view in Commit#showRobert Speicher2012-09-262-22/+14
| * | Use Commits#show instead of Commits#indexRobert Speicher2012-09-261-31/+5
| * | Remove Commits#compare, add CompareControllerRobert Speicher2012-09-262-12/+22
| * | Remove unused render_full_content filterRobert Speicher2012-09-266-9/+0
| * | Rename RefExtractor to ExtractsPathRobert Speicher2012-09-263-7/+3
| * | Update RefExtractor to handle atom feedsRobert Speicher2012-09-261-3/+0
| * | DRY up Blame, Blob and Tree controllersRobert Speicher2012-09-263-71/+9
| * | Add BlobController, remove Refs#blobRobert Speicher2012-09-262-41/+70
| * | Add BlameController, remove Refs#blame actionRobert Speicher2012-09-262-5/+46
| * | Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher2012-09-261-3/+3
| * | Add TreeController and specRobert Speicher2012-09-261-0/+49