Jordi Boggiano
|
94926218e8
|
CS fixes
|
2014-10-17 18:57:27 +01:00 |
Jordi Boggiano
|
e61e62908e
|
Merge remote-tracking branch 'frederikbosch/patch-1'
|
2014-09-24 19:17:30 +01:00 |
frederik
|
d1d40502bf
|
ProcessExecutor::escape
|
2014-09-24 18:30:12 +02:00 |
frederik
|
7ae1430689
|
#3297 ProcessUtil class using ProcessUtil of Symfony Console
|
2014-09-24 17:18:15 +02:00 |
Bastian Hofmann
|
204fc207fa
|
Moved config option to not save subversion credentials to repository configuration, added documentation.
|
2014-09-16 15:16:55 +02:00 |
Bastian Hofmann
|
b132e4eae0
|
Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag
Example config:
{
"http-basic": {
"svn.example.com": {
"username": "user",
"password": "password",
"cacheCredentials": false
}
}
}
|
2014-09-11 11:48:24 +02:00 |
François Pluchino
|
8b5c00bff0
|
Fix phpdoc
|
2014-07-16 15:17:38 +02:00 |
Jordi Boggiano
|
08e34858d6
|
Fix code to use hostname only, refs #3026
|
2014-06-05 11:14:29 +02:00 |
Benjamin Grandfond
|
31b95ed02c
|
Make auth credential creation private
|
2014-06-03 13:34:58 +02:00 |
Benjamin Grandfond
|
a21b0f82db
|
Allow SVN to connect with credentials provided with the auth.json file
|
2014-05-30 17:14:43 +02:00 |
Jordi Boggiano
|
432ace33d4
|
Clean up svn environment to fix OSX issues, fixes #2708, refs #2146
|
2014-02-19 10:55:00 +01:00 |
Wouter Wolters
|
97d52968ab
|
Fix authentication issue with subversion 1.8
|
2013-11-05 18:57:29 +01:00 |
Jordi Boggiano
|
efb41d467e
|
Skip redirect to URL lines in svn output, fixes #2338
|
2013-10-18 11:45:05 +02:00 |
DerManoMann
|
abb1db54bb
|
Add another svn auth failed string to check (older svn server version)
|
2013-08-23 09:29:19 +12:00 |
Phansys
|
465d1fdd44
|
Allowed to 5 auth requests before fail (6687743adb/src/Composer/Util/Svn.php (L115) ).
|
2013-06-14 18:32:27 -03:00 |
jspagnoletti
|
6687743adb
|
Added check for SVN WebDAV auth request (http://subversion.apache.org/docs/api/latest/group__svn__dav__error.html#gada0137a4ffc40251d2fce8ba06ca2e14, http://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/ErrorCodes.java).
|
2013-06-10 15:00:58 -03:00 |
Pascal Borreli
|
83fd3967f0
|
Fixed PHPDoc
|
2012-10-24 23:44:40 +00:00 |
Jordi Boggiano
|
66e9dcddf4
|
CS fixes
|
2012-06-23 11:58:18 +02:00 |
Gordon Schmidt
|
589dffbfbb
|
changed string to match authorization errors
|
2012-05-31 09:24:36 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
9ed06f8853
|
Output svn output to user in verbose mode
|
2012-04-04 09:36:04 +02:00 |
Jordi Boggiano
|
7285536737
|
Fix exception handling
|
2012-03-25 00:39:28 +01:00 |
Jordi Boggiano
|
1e2223bcdb
|
Add note for improvement of Svn util
|
2012-03-25 00:30:59 +01:00 |
Jordi Boggiano
|
5a7abfd84f
|
Remove code duplication in Svn classes
|
2012-03-25 00:29:14 +01:00 |
Jordi Boggiano
|
862d4af274
|
Cache credentials by default since that's the default svn behavior
|
2012-03-24 23:08:43 +01:00 |
Jordi Boggiano
|
8fb9c4bf3b
|
Svn related coding style/consistency fixes and minor improvements
|
2012-03-24 23:07:10 +01:00 |
Jordi Boggiano
|
da649fdc79
|
Remove unused pipe argument
|
2012-03-24 22:47:16 +01:00 |
Jordi Boggiano
|
ab9fc59d30
|
Add missing license headers
|
2012-03-24 22:39:34 +01:00 |
till
|
c6653f0711
|
* fix up CS suggestions from stof/seldaek
|
2012-03-23 16:03:52 +01:00 |
till
|
0d6297f235
|
* add 'doAuthDance()' to allow code reuse from SvnDownloader and SvnDriver
|
2012-03-22 18:40:18 +01:00 |
till
|
17f90f56eb
|
* move helper functions to util class
|
2012-03-22 17:18:24 +01:00 |