gitlab-org--gitlab-foss/app/controllers
2013-06-22 14:11:20 +03:00
..
admin Cleanup: removed unused routing/methods. Improved admin area usability 2013-06-22 14:11:20 +03:00
projects Remove all team resources except models. Move models to deprecated directory 2013-06-18 21:22:34 +03:00
public Add simple search to projects in public area 2013-05-13 21:18:08 +03:00
application_controller.rb Migrate global project taks. Removed more teams related functionality 2013-06-19 19:48:48 +03:00
blame_controller.rb
blob_controller.rb
commit_controller.rb Fix inline diff issue. See #3150 2013-06-12 16:43:58 +03:00
commits_controller.rb
compare_controller.rb
dashboard_controller.rb Remove second search. More compact list. Additional filter 2013-06-19 17:48:43 +03:00
deploy_keys_controller.rb Squash project settings navs 2013-06-19 22:44:57 +03:00
edit_tree_controller.rb
errors_controller.rb
files_controller.rb Files controller handle redirect to remote storage. Added config block to carrierwave init 2013-05-15 22:35:59 +03:00
graphs_controller.rb Prevent page crash if failed to parse graphs data 2013-06-18 18:58:33 +03:00
groups_controller.rb prevent document unbind since it breaks rails ujs 2013-06-21 23:47:42 +03:00
help_controller.rb Improve api docs 2013-06-06 13:19:23 +03:00
hooks_controller.rb Squash project settings navs 2013-06-19 22:44:57 +03:00
issues_controller.rb Use project.team over project.users 2013-06-18 17:47:52 +03:00
keys_controller.rb
labels_controller.rb Include default labels in issues autocomplete etc. Show colored labels on issues show page 2013-05-07 19:26:41 +03:00
merge_requests_controller.rb
milestones_controller.rb
network_controller.rb Solve inconsistency between network graph & stat graphs 2013-06-11 09:54:01 +03:00
notes_controller.rb
notifications_controller.rb Adding groups to notification settings 2013-06-21 23:17:58 +03:00
omniauth_callbacks_controller.rb
passwords_controller.rb Prevent infinit password change by settin password_expires_at to nil 2013-06-13 20:21:51 +03:00
profiles_controller.rb Dont allow LDAP users to change password inside GitLab 2013-05-24 17:12:27 +03:00
project_resource_controller.rb
projects_controller.rb Make it possible to assign/mention users from group members 2013-06-22 00:02:09 +03:00
protected_branches_controller.rb
raw_controller.rb
refs_controller.rb Solve inconsistency between network graph & stat graphs 2013-06-11 09:54:01 +03:00
registrations_controller.rb Add settings for user permission defaults 2013-05-16 18:02:22 +04:00
repositories_controller.rb Provide a path to repo archive. gitlab_git up to 1.0.5 2013-04-29 09:15:18 +03:00
search_controller.rb Fix paginate of blobs, fixed preserve in dev mode for blob results 2013-05-14 20:25:16 +03:00
services_controller.rb Squash project settings navs 2013-06-19 22:44:57 +03:00
snippets_controller.rb Use navless layout for snippets page 2013-06-18 17:43:49 +03:00
team_members_controller.rb Squash project settings navs 2013-06-19 22:44:57 +03:00
tree_controller.rb Refactor: remove dup code 2013-05-13 18:41:04 +09:00
users_controller.rb Remove form for adding user to several projects from admin area. 2013-06-22 13:41:08 +03:00
users_groups_controller.rb You should not be able to remove a Group owner 2013-06-22 11:02:31 +03:00
walls_controller.rb
wikis_controller.rb