0c13daae99f7290dc5fdcc65f00fcef5ca1d8cbe |
|
17-Jan-2016 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Split options for mirror and non-mirror repos. |
7ae9f534961fb14c72064feb422749308c0c1058 |
|
07-Jan-2016 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Change clone hint. |
820a91872ae09fd7ec759a8d0410cd34c04487c3 |
|
28-May-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Use config.fqdn instead of Settings.hostname
If `Settings.hostname` is defined, it is the same as `config.fqdn`,
so this is only really a change if `Settings.hostname` is `nil`.
This doesn't change the deployment config. There we explicitly use
`Settings.hostname` because we don't want to read the hostname from our
development machines when deploying. |
113cd002139756abd35496a70a5aae2a8dbd4d62 |
|
28-Feb-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add repository undelete functionality. |
6e08acec643a91ac4b91b1aaf6fbf207cd6b583e |
|
05-Jan-2015 |
Model Renamer <bot-rename@ontohub.org> |
Revert renaming in repositories_helper and related. |
67ea9fccbdc154cf2418f16ab8883ccfcbc77b51 |
|
05-Jan-2015 |
Model Renamer <bot-rename@ontohub.org> |
Run rename refactor script. |
9f71e4e1c9cab7485784b2b0bb7d1402ae1e4d14 |
|
05-Nov-2014 |
hardik101 <hardikbalar101@gmail.com> |
removal of travis error casuing changes |
22297c9ed98da092bf39cc111584a7b072cffdea |
|
04-Nov-2014 |
hardik101 <hardikbalar101@gmail.com> |
all remaining generalizations |
6c1eb8c5dca7d7f271acc44d45839db658b95d6f |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
extract default-clone-type into constant
The default-clone-type of 'git' is now a constant in the
Repository-namespace. As this is the default clone-type the
clone_methods method will now use this as the default (instead of the
confusing `nil`). |
c5c3d15651bb25d73c093a713382f5842040ebf2 |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
provide repository-clone list as text response
If the repository list is queried as text/plain it will respond with the
clone-urls for the repositories. One can switch between the different
clone-urls via `?clone_type`, where `?clone_type=git` is the default and
`?clone_type=ssh-git` is currently the only alternative. |
2d0fe7a0a3c1fa2ac6ec083e854b281a26f889bf |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
extract default-clone-type into constant
The default-clone-type of 'git' is now a constant in the
Repository-namespace. As this is the default clone-type the
clone_methods method will now use this as the default (instead of the
confusing `nil`). |
e05ee20b96473f97fabd2c2bd06378c45d64adf8 |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
provide repository-clone list as text response
If the repository list is queried as text/plain it will respond with the
clone-urls for the repositories. One can switch between the different
clone-urls via `?clone_type`, where `?clone_type=git` is the default and
`?clone_type=ssh-git` is currently the only alternative. |
1d30f949f910951ed77a466a5267ae3069df8410 |
|
24-Jul-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
rename method remote? to mirror? |
d08e844ab0b6e875e0716e0986debfb79924e662 |
|
02-Jul-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
add modal body helpers |
1804e1667be6fda5f29467750f87abb4084fa0d0 |
|
25-Apr-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
dont allow write access for mirrors |
d756a4e0f573b9895f5f99e210f049b9f4306b2d |
|
30-Jan-2014 |
henning mueller <henning@orgizm.net> |
Moved labels in localization file. |
8d050e0562ded9f29d349f3589d870fe9121f7e2 |
|
24-Jan-2014 |
henning mueller <henning@orgizm.net> |
Basic support for public writable repositories. |
cec53ccac7de752d8fb45d5431a5d93421d83e9f |
|
03-Jan-2014 |
henning mueller <henning@orgizm.net> |
Better description of repository cloning methods in view. |
a270ffb74180d084336b07b185845a619339bc93 |
|
23-Dec-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
add support for multiple repo-clone methods. |