Loïc d'Anterroches
e31f10e648
Fixed error in the cron job if a key has a bad format.
2011-02-01 20:58:24 +01:00
William MARTIN
d654c95689
Fix issue 553 : Git escape too much character in a UTF-8 shell
...
Add an option to configure the git core.quotepath option
2011-01-06 14:03:07 +01:00
Thomas Keller
7f32a5679d
* removed type
field in IDF_Key on request of Loic and automatically detect
...
and validate raw key data
* reworked the parseMonotoneKeyData() function to parse ssh and monotone keys
* tweak help texts and exception strings
2010-08-24 23:30:12 +02:00
Thomas Keller
e47d51d14c
Add the possibility to save mtn public keys per user
...
* src/IDF/Key.php: new column "type" which is either "ssh" or "mtn";
utility functions to query the mtn key name and id as well as
all available key types for the current IDF installation
* src/IDF/Migrations/16KeyType.php: needed migration script
* src/IDF/Plugin/SyncGit/Cron.php: ensure only SSH keys are handled
* adapt forms and templates accordingly
2010-08-11 23:48:09 +02:00
Vladimir Solomatin
430c9cb00e
Fixed issue 467, exception when deleting an orphan git repo.
2010-05-17 19:40:26 +02:00
Mehdi Kabab
8f914c44a1
Fixed issue 459, variables not defined for exec in PHP 5.3.
2010-05-11 10:13:38 +02:00
Loic d'Anterroches
b7833b5d23
Updated to have the latest .pot file.
2010-04-19 09:27:37 +02:00
Loic d'Anterroches
bbc29c889f
Added the post-update hook at the creation of the git repository.
2010-04-14 13:31:30 +02:00
Loic d'Anterroches
a5a5c7b2b6
Fixed security issue, read access on a git project marked as private and source access marked as login in/all access.
2010-02-19 17:43:29 +01:00
Loic d'Anterroches
3a28fe9d28
Fixed ticket 208, added more logging in GitServe and Scm backend.
2010-02-17 21:57:28 +01:00
Loic d'Anterroches
8d32905913
Fixed transient error when the git cron job creates the repository before the first push.
2009-10-09 10:35:13 +02:00
Loic d'Anterroches
157819195b
Fixed issue 285, weird mkdir() error sometimes on first git push.
2009-09-21 10:03:33 +02:00
Loic d'Anterroches
82e2684004
Fixed to match with the name of configuration setting.
2009-07-13 16:11:20 +02:00
Mehdi Kabab
e235242ea6
Fixed issue 204, deleting a project does not remove the repository
2009-06-19 16:44:35 +02:00
Manuel Eidenberger
42c6f53fbc
Added the ability to configure the paths to the SCM executables.
2009-02-25 14:28:14 +01:00
Loic d'Anterroches
6153cd0b13
Fixed issue 119, no environment for the shell_exec and exec calls.
...
For each call exec or shell_exec, I have added the ability to prepend a
string. For example '/usr/bin/env -i '.
2009-01-29 20:29:45 +01:00
Loic d'Anterroches
6b32413e69
Automatically create the git repository during the cron run.
2009-01-21 20:05:03 +01:00
Loic d'Anterroches
28432296bf
Fixed the bad static call.
2009-01-20 17:37:37 +01:00
Loic d'Anterroches
5d3ce34c4b
Fixed to correctly update the git daemon export flag as needed.
2009-01-20 17:31:55 +01:00
Loic d'Anterroches
61f53c518f
Added the latest elements of the git repositories control.
...
Now, need to write the documentation.
2009-01-20 10:33:56 +01:00
Loic d'Anterroches
941a495144
Added the bulk of the access control to the git repositories.
2009-01-19 20:44:03 +01:00
Loic d'Anterroches
48355417d7
Remove cariage returns in the SSH keys.
2009-01-17 16:37:14 +01:00
Loic d'Anterroches
419601bb92
Added the upload of the SSH key for the end user.
2009-01-14 23:05:52 +01:00
Loic d'Anterroches
00f3b08ec6
Started the work on issue 3, git synchronization.
2009-01-14 21:23:52 +01:00