History log of /ontohub/app/controllers/application_controller.rb
Revision Date Author Comments Expand
d327eb79653cf7820fe583473ab35816d44cd757 02-Aug-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

1555 patch url for (#1745) * Move monkey patches to one place and document them. * Make url_for consider LocIdBaseModel. * Use url_for instead of locid_for everywhere. * Remove now unused locid_for methods.

application_controller.rb metadata_controller.rb ontologies_controller.rb proof_attempts_controller.rb /ontohub/app/helpers/link_helper.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/state_helper.rb /ontohub/app/serializers/application_serializer.rb /ontohub/app/serializers/axiom_serializer.rb /ontohub/app/serializers/mapping_serializer.rb /ontohub/app/serializers/ontology_member/symbol_serializer.rb /ontohub/app/serializers/ontology_serializer.rb /ontohub/app/serializers/ontology_version_serializer.rb /ontohub/app/serializers/proof_attempt_configuration_serializer.rb /ontohub/app/serializers/proof_attempt_serializer.rb /ontohub/app/serializers/prover_output_serializer.rb /ontohub/app/serializers/sentence_serializer.rb /ontohub/app/serializers/theorem_serializer.rb /ontohub/app/views/axioms/_axiom.html.haml /ontohub/app/views/axioms/index.html.haml /ontohub/app/views/children/_child.html.haml /ontohub/app/views/mappings/_mapping.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/proof_attempts/_result.html.haml /ontohub/app/views/proof_attempts/_sentences_list.html.haml /ontohub/app/views/proof_attempts/index.html.haml /ontohub/app/views/proof_attempts/show.html.haml /ontohub/app/views/prover_outputs/show.html.haml /ontohub/app/views/symbols/_list.html.haml /ontohub/app/views/symbols/_node.html.haml /ontohub/app/views/theorems/_theorem.html.haml /ontohub/app/views/theorems/_theorem_large.html.haml /ontohub/doc/list_of_monkey_patches.md /ontohub/features/step_definitions/combination_steps.rb /ontohub/features/step_definitions/loc_id_routing_steps.rb /ontohub/features/step_definitions/ontology_state_steps.rb /ontohub/features/support/env.rb /ontohub/lib/extend/action_dispatch/routing/polymorphic_routes.rb /ontohub/lib/extend/file.rb /ontohub/spec/controllers/api/v1/proof_attempt_configurations_controller_spec.rb /ontohub/spec/controllers/api/v1/proof_attempts_controller_spec.rb /ontohub/spec/controllers/ontologies_controller_spec.rb /ontohub/spec/controllers/proof_attempts_controller_spec.rb /ontohub/spec/support/common_helper_methods.rb
466897c027934f3e919b55600916b23c953cf3d9 26-Jul-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Remove profiler gem. (#1740)

450c425d47cb4ff346c009bf6193057cee85fcc6 04-Mar-2016 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Update gem: secure_headers to 3.0.2. This version uses a Rack middleware to add the headers. As a consecience, we cannot test in rspec whether or not the headers are set. `curl -I http://localhost:3000` can be used to check the headers manually.

db3c752b6172237a35a342808a53624799294927 28-Aug-2015 Sascha Graef <sgraef@informatik.uni-bremen.de>

use correct method to check if user admin

f79d91b6b40a627cf127c6bc0b22392b1c5018a2 28-Aug-2015 Sascha Graef <sgraef@informatik.uni-bremen.de>

include rack profiler for admins in production

f2c921de7209f71ecb99a44de315747bf3d8c29e 04-Jun-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use select.

2f29a1a9d4851c8a277cd0095322d5f51b28bf75 02-Jun-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Only pass access token if it exists.

1365c7c52c67284d3c305ed7cbc2f22a20de7acf 02-Jun-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Pass access token on redirect, fix IRI constraint The IRI constraint fix is temporary. It will be removed as soon as the final RouterConstraints are implemented.

0d6f8d00bbfa3e07fe9e6bb453e0731246ad6e01 02-Jun-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Check access token for Repository :show.

193be661f0cdd5e3c0faef2dba6b580c0b734394 04-Mar-2015 Tim Reddehase <robustus@rightsrestricted.com>

safely escape loc/ids in requests/redirects.

2bc45485d0fe7200960bd17f1b81ea477bf16bef 04-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

support triple-slash in locid-for and hash-query We support commands for triple-slash as additional args to locid_for and a hash at the end for the query-strings key-value pairs.

c902029c8c57f3a4dbeb85e9f007e08acd5f46ab 03-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

support loc/id iris for children/symbols redirect For /children and /symbols redirect we should also use the loc/id iri system. This will achieve that.

aee0e37bf212c5d7cc3877f652b3062c65f3e3a1 02-Feb-2015 Tim Reddehase <robustus@rightsrestricted.com>

add locid_for controller/helper method This produces a url according to the requests base_url (which has the benefit of actually using the hostname that was used to contact the site) and the resource's locid attribute.

60b0f21f77dc8ec1189e596a71127f78b44f040a 17-Jun-2014 Tim Reddehase <robustus@rightsrestricted.com>

refactor links controller collection.

ee5342a8882c2fc7631fcffb5497e6597747887c 10-May-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix whitespace issues Includes fixes for the following whitespace-related issues: - Trailing whitespace at end of line - Tabs in file - No newline at end of file This commit fixes these issues for .rb, .coffee, and .sass files.

/ontohub/app/assets/javascripts/bulkupload.js.coffee /ontohub/app/assets/javascripts/flash.js.coffee /ontohub/app/assets/javascripts/highlight_anchor.js.coffee /ontohub/app/assets/javascripts/oops.js.coffee /ontohub/app/assets/javascripts/plugins/relationList.js.coffee /ontohub/app/assets/javascripts/plugins/remoteCollection.js.coffee /ontohub/app/assets/javascripts/statusUpdates.js.coffee /ontohub/app/assets/javascripts/tooltips.js.coffee /ontohub/app/assets/stylesheets/actions.css.sass /ontohub/app/assets/stylesheets/aside.css.sass /ontohub/app/assets/stylesheets/axioms.css.sass /ontohub/app/assets/stylesheets/bulkupload.css.sass /ontohub/app/assets/stylesheets/comments.css.sass /ontohub/app/assets/stylesheets/data_type.css.sass /ontohub/app/assets/stylesheets/entities.css.sass /ontohub/app/assets/stylesheets/formats.sass /ontohub/app/assets/stylesheets/latest.css.sass /ontohub/app/assets/stylesheets/oops-responses.css.sass /ontohub/app/assets/stylesheets/pagination.sass /ontohub/app/assets/stylesheets/quicksearch.css.sass /ontohub/app/assets/stylesheets/relationList.css.sass /ontohub/app/assets/stylesheets/repository.css.sass /ontohub/app/assets/stylesheets/search_result.css.sass /ontohub/app/assets/stylesheets/section.css.sass /ontohub/app/assets/stylesheets/sentences.css.sass adjoints_controller.rb admin/teams_controller.rb admin/users_controller.rb api/v1/base.rb api/v1/categories_controller.rb api/v1/ontologies_controller.rb api/v1/repositories_controller.rb application_controller.rb autocomplete_controller.rb children_controller.rb commit_references_controller.rb entities_search_controller.rb errors_controller.rb home_controller.rb keys_controller.rb language_adjoints_controller.rb language_mappings_controller.rb languages_controller.rb links_controller.rb logic_adjoints_controller.rb logic_mappings_controller.rb logics_controller.rb mappings_controller.rb metadata_controller.rb ontologies_controller.rb ontology_search_controller.rb ontology_version_member.rb ontology_versions_controller.rb oops_requests_controller.rb path_helpers.rb permissions_controller.rb polymorphic_resource/base.rb privilege_list/base.rb repository_settings_controller.rb sentences_controller.rb supports_controller.rb team_users_controller.rb teams/permissions_controller.rb teams_controller.rb users/confirmations_controller.rb users/registrations_controller.rb users_controller.rb /ontohub/app/helpers/application_helper.rb /ontohub/app/helpers/comments_helper.rb /ontohub/app/helpers/entity_helper.rb /ontohub/app/helpers/flash_helper.rb /ontohub/app/helpers/link_helper.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/ontology_helper.rb /ontohub/app/helpers/oops_helper.rb /ontohub/app/helpers/pagination_helper.rb /ontohub/app/helpers/permission_helper.rb /ontohub/app/helpers/search_helper.rb /ontohub/app/helpers/tag_helper.rb /ontohub/app/helpers/timestamp_helper.rb /ontohub/app/helpers/title_helper.rb /ontohub/app/models/ability.rb /ontohub/app/models/comment.rb /ontohub/app/models/e_edge.rb /ontohub/app/models/entity.rb /ontohub/app/models/entity/readability.rb /ontohub/app/models/entity/searching.rb /ontohub/app/models/entity_group.rb /ontohub/app/models/key.rb /ontohub/app/models/key/fingerprint.rb /ontohub/app/models/language.rb /ontohub/app/models/language_mapping.rb /ontohub/app/models/link.rb /ontohub/app/models/link_version.rb /ontohub/app/models/logic.rb /ontohub/app/models/logic_mapping.rb /ontohub/app/models/metadatum.rb /ontohub/app/models/ontology/categories.rb /ontohub/app/models/ontology/entities.rb /ontohub/app/models/ontology/import.rb /ontohub/app/models/ontology/links.rb /ontohub/app/models/ontology/oops.rb /ontohub/app/models/ontology/versions.rb /ontohub/app/models/ontology_version.rb /ontohub/app/models/ontology_version/files.rb /ontohub/app/models/ontology_version/numbers.rb /ontohub/app/models/ontology_version/oops_requests.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/ontology_version/states.rb /ontohub/app/models/oops_request.rb /ontohub/app/models/oops_request/responses.rb /ontohub/app/models/oops_request/states.rb /ontohub/app/models/oops_response.rb /ontohub/app/models/permission.rb /ontohub/app/models/repository/access.rb /ontohub/app/models/repository/file_not_found_error.rb /ontohub/app/models/repository/files_list.rb /ontohub/app/models/repository/import_error.rb /ontohub/app/models/repository/importing.rb /ontohub/app/models/repository/symlink.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/resource.rb /ontohub/app/models/sentence/readability.rb /ontohub/app/models/serialization.rb /ontohub/app/models/simple_ontology.rb /ontohub/app/models/support.rb /ontohub/app/models/team.rb /ontohub/app/models/team_user.rb /ontohub/app/models/user.rb /ontohub/app/models/user/authentication.rb /ontohub/config/god/app.rb /ontohub/config/god/sidekiq_workers.rb /ontohub/config/initializers/active_record_base.rb /ontohub/config/initializers/async_helper.rb /ontohub/config/initializers/rabl_init.rb /ontohub/config/routes.rb /ontohub/db/migrate/20120307143552_create_ontologies.rb /ontohub/db/migrate/20120307163615_create_links.rb /ontohub/db/migrate/20120308144854_create_teams.rb /ontohub/db/migrate/20120308144855_create_team_users.rb /ontohub/db/migrate/20120308144859_create_permissions.rb /ontohub/db/migrate/20120313131338_create_comments.rb /ontohub/db/migrate/20120416190216_create_serializations.rb /ontohub/db/migrate/20120416191514_create_link_versions.rb /ontohub/db/migrate/20120424155606_create_logic_mappings.rb /ontohub/db/migrate/20120424155621_create_language_mappings.rb /ontohub/db/migrate/20120424162211_create_language_adjoints.rb /ontohub/db/migrate/20120424162227_create_logic_adjoints.rb /ontohub/db/migrate/20120511162259_create_basic_proofs.rb /ontohub/db/migrate/20120511162609_create_structured_proof_parts.rb /ontohub/db/migrate/20120511162723_create_used_sentences.rb /ontohub/db/migrate/20130422184444_create_c_vertices_table.rb /ontohub/db/migrate/20130516165857_add_ontolgies_count_to_logics.rb /ontohub/db/migrate/20130730100410_remove_link_version_from_entity_mapping.rb /ontohub/db/migrate/20130826115853_create_ontology_type.rb /ontohub/db/migrate/20130924161345_add_license_models_to_ontologies.rb /ontohub/db/migrate/20130924224533_add_formality_levels_to_ontologies.rb /ontohub/db/migrate/20131108101521_rename_c_vertices_to_categories.rb /ontohub/db/migrate/20131108103128_rename_c_vertices_ontology_table_to_categories_ontology_table.rb /ontohub/db/migrate/20131206114523_rename_license_model_ontology_table_to_license_models_ontologies_table.rb /ontohub/db/migrate/20140329102152_create_entity_groups.rb /ontohub/db/migrate/20140329162713_remove_cycle_checker_from_e_edges.rb /ontohub/db/migrate/20140409093111_add_constratints_and_indices_to_entity_groups.rb /ontohub/db/migrate/20140508073115_remove_all_eedges_and_generate_tarjan_trees.rb /ontohub/db/seeds/010-users_and_teams.rb /ontohub/lib/autocomplete.rb /ontohub/lib/git_repository.rb /ontohub/lib/git_repository/cloning.rb /ontohub/lib/git_repository/commit.rb /ontohub/lib/git_repository/config.rb /ontohub/lib/git_repository/get_info_list.rb /ontohub/lib/git_repository/url_not_found_error.rb /ontohub/lib/hets.rb /ontohub/lib/language_population.rb /ontohub/lib/logic_mapping_population.rb /ontohub/lib/logic_population.rb /ontohub/lib/logicgraph_parser.rb /ontohub/lib/ontology_search.rb /ontohub/lib/oops.rb /ontohub/lib/oops/client.rb /ontohub/lib/oops/response.rb /ontohub/lib/pagination.rb /ontohub/lib/permissionable.rb /ontohub/lib/relation_list.rb /ontohub/lib/scope_builder.rb /ontohub/lib/sidetiq_worker.rb /ontohub/lib/state_updater.rb /ontohub/lib/tarjan_tree.rb /ontohub/lib/worker.rb /ontohub/spec/controllers/api/v1/ontologies_controller_spec.rb /ontohub/spec/controllers/api/v1/repositories_controller_spec.rb /ontohub/spec/controllers/comments_controller_spec.rb /ontohub/spec/controllers/keys_controller_spec.rb /ontohub/spec/controllers/repository_settings_controller_spec.rb /ontohub/spec/lib/repository/import/git_spec.rb /ontohub/spec/lib/repository/import/svn_spec.rb /ontohub/spec/lib/tarjan_spec.rb /ontohub/spec/models/ability_spec.rb /ontohub/spec/models/entity_group_spec.rb /ontohub/spec/models/key_spec.rb /ontohub/spec/models/project.rb /ontohub/spec/models/url_map_spec.rb /ontohub/spec/routing/files_routing_spec.rb /ontohub/spec/support/config/sunspot.rb /ontohub/test/factories/adjoint.rb /ontohub/test/factories/c_edge.rb /ontohub/test/factories/entity.rb /ontohub/test/factories/entity_group.rb /ontohub/test/factories/logic.rb /ontohub/test/factories/mapping.rb /ontohub/test/factories/ontology_version.rb /ontohub/test/factories/oops.rb /ontohub/test/factories/sentence.rb /ontohub/test/factories/serialization.rb /ontohub/test/factories/user.rb /ontohub/test/functional/admin/teams_controller_test.rb /ontohub/test/functional/admin/users_controller_test.rb /ontohub/test/functional/autocomplete_controller_test.rb /ontohub/test/functional/entities_controller_test.rb /ontohub/test/functional/entities_search_controller_test.rb /ontohub/test/functional/home_controller_test.rb /ontohub/test/functional/language_adjoint_controller_test.rb /ontohub/test/functional/language_controller_test.rb /ontohub/test/functional/language_mapping_controller_test.rb /ontohub/test/functional/logic_adjoint_controller_test.rb /ontohub/test/functional/logic_controller_test.rb /ontohub/test/functional/logic_mapping_controller_test.rb /ontohub/test/functional/ontologies_controller_test.rb /ontohub/test/functional/ontology_versions_controller_test.rb /ontohub/test/functional/oops_request_controller_test.rb /ontohub/test/functional/permissions_controller_test.rb /ontohub/test/functional/repositories_controller_test.rb /ontohub/test/functional/sentences_controller_test.rb /ontohub/test/functional/serializations_controller_test.rb /ontohub/test/functional/team_users_controller_test.rb /ontohub/test/functional/teams/permissions_controller_test.rb /ontohub/test/functional/teams_controller_test.rb /ontohub/test/functional/users_controller_test.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/entity_display_test.rb /ontohub/test/integration/ontology_state.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/integration/session_test.rb /ontohub/test/integration/visit_ontology_test.rb /ontohub/test/integration_test_helper.rb /ontohub/test/shared_helper.rb /ontohub/test/test_helper.rb /ontohub/test/unit/autocomplete_test.rb /ontohub/test/unit/category_test.rb /ontohub/test/unit/distributed_ontology_test.rb /ontohub/test/unit/entity_test.rb /ontohub/test/unit/formality_level_test.rb /ontohub/test/unit/language_population_test.rb /ontohub/test/unit/license_model_test.rb /ontohub/test/unit/logic_population_test.rb /ontohub/test/unit/logic_test.rb /ontohub/test/unit/logicgraph_parser/stub_test.rb /ontohub/test/unit/logicgraph_parser_test.rb /ontohub/test/unit/ontology_import_xml_test.rb /ontohub/test/unit/ontology_parser/distributed_test.rb /ontohub/test/unit/ontology_parser/single_test.rb /ontohub/test/unit/ontology_parser_test.rb /ontohub/test/unit/ontology_search_test.rb /ontohub/test/unit/ontology_test.rb /ontohub/test/unit/ontology_type_test.rb /ontohub/test/unit/ontology_version_test.rb /ontohub/test/unit/oops_request/responses_test.rb /ontohub/test/unit/oops_request/states_test.rb /ontohub/test/unit/oops_request_test.rb /ontohub/test/unit/oops_test.rb /ontohub/test/unit/permission_test.rb /ontohub/test/unit/repository_test.rb /ontohub/test/unit/sentence_test.rb /ontohub/test/unit/task_test.rb /ontohub/test/unit/team_test.rb /ontohub/test/unit/team_user_test.rb /ontohub/test/unit/tool_test.rb /ontohub/test/unit/triple_store_test.rb /ontohub/test/unit/user_test.rb
c921c5ed75f6f8a6bea34036c575ca23a9979b2b 14-Feb-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix redirect loop: go to root path

ac6fc38f071d45e007b57056bd496bf62bc83905 12-Feb-2014 Tim Reddehase <robustus@rightsrestricted.com>

add method to allow displaying all or subset-view This includes the Helper (view and controller) to determine if we want to see all (logics or sentences for example) or only a subset.

b273295144399944a00c71d72f3d5d0d7695942c 29-Oct-2013 Julian Kornberger <juliank@tzi.de>

Return forbidden if access is denied and requested format is not HTML.

47663504578b8a25df68de69c7ca6c3f41816275 26-Oct-2013 henning mueller <henning@orgizm.net>

Heavy refactoring of the redesign code.

/ontohub/app/assets/stylesheets/application.css.sass /ontohub/app/assets/stylesheets/body.css.sass /ontohub/app/assets/stylesheets/context-pane.css.sass /ontohub/app/assets/stylesheets/error.css.sass /ontohub/app/assets/stylesheets/footer.css.sass /ontohub/app/assets/stylesheets/formats.sass /ontohub/app/assets/stylesheets/jumbotron.css.sass /ontohub/app/assets/stylesheets/navbar.css.sass /ontohub/app/assets/stylesheets/ontologies.css.sass /ontohub/app/assets/stylesheets/ontology.css.sass application_controller.rb /ontohub/app/helpers/application_helper.rb /ontohub/app/helpers/ontology_helper.rb /ontohub/app/views/files/diff.html.haml /ontohub/app/views/layouts/application.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/ontology_versions/index.html.haml /ontohub/app/views/shared/_cover.html.haml /ontohub/app/views/shared/_footer.html.haml /ontohub/app/views/shared/_navbar.html.haml /ontohub/app/views/shared/_user_content.html.haml
b479f88ab203603ad81cad637cad3b1050184bf2 15-Oct-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Separate repository keywords from gobal keywords

7db6074e03ec38022974f98b07511443f3ca1012 15-Oct-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Display the context pane only on top pages

a172e6f473c46219c9f2838173f2cc5491682485 11-Oct-2013 Tim Reddehase <robustus@rightsrestricted.com>

fix resource chain for logics.

9e7fc90a2f25c6f3d33e089e3fa3d73323ef77e0 11-Oct-2013 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix missing mehtod tree_path error

50ff497a99e9c2629a399f54f247928ad6b492b6 11-Oct-2013 Tim Reddehase <robustus@rightsrestricted.com>

fix resource chain for logics.

46dd7ca898be6d5dbdfda64fd90ce01e253c0878 08-Oct-2013 Julian Kornberger <juliank@tzi.de>

Tests fixed

/ontohub/Gemfile /ontohub/Gemfile.lock application_controller.rb commit_references_controller.rb ontologies_controller.rb /ontohub/app/helpers/comments_helper.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/models/commit_reference.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology_version.rb /ontohub/app/views/comments/_comment.html.haml /ontohub/app/views/comments/_form.html.haml /ontohub/app/views/ontologies/_info.html.haml /ontohub/app/views/ontologies/_menu.html.haml /ontohub/app/views/ontologies/edit.html.haml /ontohub/app/views/shared/_navbar.html.haml /ontohub/config/routes.rb /ontohub/db/migrate/20131003154019_add_repository_source.rb /ontohub/db/migrate/20131004173521_add_base_path_to_ontology.rb /ontohub/db/migrate/20131004173653_remove_path_from_ontology.rb /ontohub/db/migrate/20131004175723_add_file_extension_to_ontology.rb /ontohub/lib/git_repository/history.rb /ontohub/spec/routing/files_routing_spec.rb /ontohub/test/factories/entity.rb /ontohub/test/functional/comments_controller_test.rb /ontohub/test/functional/entities_controller_test.rb /ontohub/test/functional/ontologies_controller_test.rb /ontohub/test/functional/ontology_versions_controller_test.rb /ontohub/test/functional/oops_request_controller_test.rb /ontohub/test/functional/search_controller_test.rb /ontohub/test/functional/sentences_controller_test.rb /ontohub/test/functional/users_controller_test.rb /ontohub/test/integration/comments_test.rb /ontohub/test/unit/ontology_test.rb /ontohub/test/unit/ontology_version_test.rb /ontohub/test/unit/oops_request/responses_test.rb /ontohub/test/unit/oops_request/states_test.rb /ontohub/test/unit/repository_test.rb
3972fb21a352c02d37360475613347bf42131b45 02-Oct-2013 Daniel Couto Vale <danielvale@uni-bremen.de>

Do not redirect on user login

9cfb01db247ca04bb4b5b337bbd77c66b7150e53 01-Oct-2013 Julian Kornberger <juliank@tzi.de>

Tests fixed and refactored

application_controller.rb files_controller.rb path_helpers.rb repositories_controller.rb /ontohub/app/helpers/navigation_helper.rb /ontohub/app/helpers/repository_helper.rb /ontohub/app/models/ontology.rb /ontohub/app/models/ontology_version/parsing.rb /ontohub/app/models/repository/validations.rb /ontohub/app/models/upload_file.rb /ontohub/app/views/files/_commit.html.haml /ontohub/app/views/files/_files_dir.html.haml /ontohub/app/views/files/_files_file.html.haml /ontohub/app/views/files/_files_file_base_ambiguous.html.haml /ontohub/app/views/files/_history_commit_group.html.haml /ontohub/app/views/files/diff.html.haml /ontohub/app/views/files/files.html.haml /ontohub/app/views/files/history.html.haml /ontohub/app/views/files/new.html.haml /ontohub/app/views/repositories/files.html.haml /ontohub/config/routes.rb /ontohub/lib/git_repository.rb /ontohub/lib/git_repository/cloning.rb /ontohub/test/integration/comments_test.rb /ontohub/test/integration/permissions_test.rb /ontohub/test/unit/ability_test.rb
8441cc0be003fcd6294a1b5b93e1143b5bb82cea 03-Jul-2013 Julian Kornberger <juliank@tzi.de>

secure_headers added

5a57115bbe7d39803b4f2b1f5dbf6f0f760d9169 30-Jul-2012 Daniel Couto Vale <danielvale@uni-bremen.de>

Remove PostgreSQL dependency

2c6c0b963ac06e3d0f270a11fb9610570ef061d9 17-Mar-2012 Julian Kornberger <juliank@tzi.de>

Handler for foreign key constraint exceptions

79770c779dce8fe4feb39649883ef5c83a60ce6a 14-Mar-2012 Julian Kornberger <juliank@tzi.de>

[#26147381] pagination with selector for page length

7b025f9d9726413eb3f50ca2b39826e7eed816fb 12-Mar-2012 Julian Kornberger <juliank@tzi.de>

CanCan integrated

150729e51595775aa4d363ec94cf9e1cf1053116 08-Mar-2012 Julian Kornberger <juliank@tzi.de>

Navigation created and User list improved

1e185b8192422bc09cb7f52f80a4c40d9b935535 07-Mar-2012 Julian Kornberger <juliank@tzi.de>

Admin::Users-Controller and Views created

9f4e199f9ae0b75c01f6a1a3dc49dd137ea16f77 06-Mar-2012 Julian Kornberger <juliank@tzi.de>

rails skeleton

/ontohub/.gitignore /ontohub/Gemfile /ontohub/Gemfile.lock /ontohub/Rakefile /ontohub/app/assets/images/.gitkeep /ontohub/app/assets/javascripts/application.js /ontohub/app/assets/stylesheets/application.css application_controller.rb /ontohub/app/helpers/.gitkeep /ontohub/app/mailers/.gitkeep /ontohub/app/models/.gitkeep /ontohub/app/views/layouts/application.html.haml /ontohub/config.ru /ontohub/config/application.rb /ontohub/config/boot.rb /ontohub/config/database.yml /ontohub/config/environment.rb /ontohub/config/environments/development.rb /ontohub/config/environments/production.rb /ontohub/config/environments/test.rb /ontohub/config/initializers/backtrace_silencers.rb /ontohub/config/initializers/inflections.rb /ontohub/config/initializers/mime_types.rb /ontohub/config/initializers/secret_token.rb /ontohub/config/initializers/session_store.rb /ontohub/config/initializers/wrap_parameters.rb /ontohub/config/locales/en.yml /ontohub/config/routes.rb /ontohub/db/seeds.rb /ontohub/doc/README_FOR_APP /ontohub/lib/assets/.gitkeep /ontohub/lib/tasks/.gitkeep /ontohub/public/404.html /ontohub/public/422.html /ontohub/public/500.html /ontohub/public/favicon.ico /ontohub/public/robots.txt /ontohub/script/rails /ontohub/test/functional/.gitkeep /ontohub/test/integration/.gitkeep /ontohub/test/performance/browsing_test.rb /ontohub/test/test_helper.rb /ontohub/test/unit/.gitkeep /ontohub/vendor/assets/javascripts/.gitkeep /ontohub/vendor/assets/stylesheets/.gitkeep