Commit Graph

216 Commits

Author SHA1 Message Date
Klaus Silveira
ea0d763394 Upgraded to Symfony 6.3 and PHP 8.2. 2023-11-16 22:20:26 -05:00
Chris Francy
f4ade09be3 add a ksort, so that repository index is ordered 2022-04-12 13:41:41 -07:00
Klaus Silveira
9bf0e0c2fe Merge branch '2.0' into master 2022-01-14 23:17:34 -05:00
Klaus Silveira
fff2aad0e5 Added PHP 8 compatibility. 2022-01-13 19:06:41 -05:00
Hoel Guilcher
2e0a400303 Add option to remove .git extension from repo names
Boolean option strip_dot_git in config.ini.
2020-05-17 11:05:27 +02:00
Matthijs van Schooten
c13f59277b Fixed PHP 7.3 incompatible regular expression 2019-04-17 13:29:14 +02:00
Sebastian Koslowski
96792ee47a fix "Patch Log"
fixes ambiguous argument error
2018-08-08 12:19:46 +02:00
Klaus Silveira
292c6f6d04 Merge pull request #802 from DannyvdSluijs/fix-phpdocs
Correct phpdoc annotations.
2018-06-26 22:57:26 -04:00
Maxim Rubis
2d62939f71 Fix #801 2018-06-26 22:13:28 -04:00
Danny van der Sluijs
8807ef2b96 Correct phpdoc annotations. 2018-06-22 20:58:20 +02:00
Camil Staps
51edf30f69 Fix #391: directory structure is ignored 2018-06-08 17:22:49 +02:00
JS
8e5c5d7fcd Added custom ssh port and fixed the base_path for cloning. 2018-05-21 11:54:42 +02:00
Klaus Silveira
d5f2ae5a81 Reverted dependency changes to run with PHP 5.3
GitList 1.x is legacy software and there's no reason why it should
not run on old versions of PHP. With the series 2.x being under
development, we should strive to make this version stable and
compatible with most platforms, regardless of any maintainability
issues that might occur from having to support legacy ecosystems.
2018-05-18 19:21:08 -04:00
Klaus Silveira
87b8c26b02 Fixed RCE in git grep.
A specific option in git grep could be added inside the
pattern to be searched for, resulting in possible RCE.

Thanks to Kacper Szurek (https://security.szurek.pl) for
catching this one!
2018-04-24 11:16:32 -04:00
Elisiano Petrini
464d4db963 Give precedence to configured filetypes and binary_filetypes instead of built-ins
This is to give precedence to entries in config.ini over the built-ins
in src/Util/Repository.php

Fixes #743
2017-08-29 14:24:39 -04:00
Klaus Silveira
cc1dc5af14 Updated dependencies. 2017-08-22 11:21:11 -04:00
Klaus Silveira
9f77f50e79 Merge pull request #711 from cleverer/extended-hide
Allows to hide repos with regex
2017-08-22 10:14:33 -04:00
Klaus Silveira
b287dea592 Merge pull request #697 from myfreescalewebpage/master
Fix fatal error with long tags
2017-08-22 10:11:37 -04:00
Klaus Silveira
d78206968a Merge pull request #703 from Lupul/PatchLog
Add the option to view patch log for individual files
2017-08-22 10:09:44 -04:00
Klaus Silveira
66d43bcea6 Merge pull request #710 from cleverer/clone-button
Extends clone button options
2017-08-22 10:07:11 -04:00
Nicolas Da Mutten
355943b27a Allows to hide repos with regex 2017-01-08 17:45:44 +01:00
Nicolas Da Mutten
a47fc10717 Extends clone button options Specifically adds option to define host for ssh and http, and allows to set subdir and dynamic user for ssh 2017-01-07 16:16:46 +01:00
Hologos
b0928df384 @fix: Fixes incompatible method definition of GitList\Git\Repository::getHead(). 2016-12-05 10:39:52 +01:00
Zollner Robert
63e3d997a1 Do not use the short syntax for arrays 2016-11-13 01:45:54 +02:00
Zollner Robert
a67b0bdc73 Add the option to view patch log for individual files
cli: git log -p /path/file
2016-11-12 23:58:57 +02:00
myfreescalewebpage
639768c5ef Fix fatal error with long tags
See issue #696
2016-10-29 13:15:07 +02:00
Klaus Silveira
b507e27862 Merge pull request #687 from Hologos/hotfix/empty-tree-searches
Fixes empty tree searches.
2016-10-05 10:51:39 -03:00
Hologos
7192e5844a @add: Enables dynamic http_user. 2016-09-23 19:33:03 +02:00
Hologos
ecc8e97117 @add: Displays remote URL for SSH and/or HTTP(s). 2016-09-21 15:46:56 +02:00
malekjir
6234b890cb @fix: Fixes empty tree searches. 2016-09-19 22:52:44 +02:00
Marcel Deglau
07983ab69f Move TreeGraphController.php into Controller (Delete this one) 2016-09-01 22:48:15 +02:00
Marcel Deglau
cfb299cf4f Move TreeGraphController.php into Controller
Move TreeGraphController.php from src/GitList/Controller into Controller to fix fresh install issues.
2016-09-01 22:47:40 +02:00
Michał 'Khorne' Rzechonek
8951074e3d Add support for gitweb-style projects.list 2016-03-14 11:12:41 +00:00
Klaus Silveira
8a66002248 Merge pull request #634 from camilstaps/master
Fixes an issue with stats in paths with whitespace
2016-03-08 09:03:46 -03:00
Klaus Silveira
4ead31cc5d Merge pull request #633 from JBlond/master
TreeGraph and come clean up
2016-03-08 09:02:37 -03:00
Jirawat I
67155f8cb8 Fixed issue: Cannot view JSP #501
according to @monkiki, change "jsp" mime type to "application/x-jsp"
2016-02-11 09:53:17 +07:00
Michael Crawford
73c362fa52 Add avatar url customization 2015-12-22 17:20:32 -05:00
Camil Staps
3b98f5db0c Fixes an issue with stats in paths with whitespace
Splitting on whitespace of the ls-tree output is not enough: when
a path contains a space only the first part is taken as the file
name. This commit changes that behaviour by using another command
to list all the file names.
2015-11-29 16:41:43 +01:00
JBlond
3535fef5b0 PHPDoc 2015-11-02 15:45:39 +01:00
JBlond
8ce0aabdca PHPDoc 2015-11-02 15:31:09 +01:00
JBlond
6c1e54bde3 parameter is nowhere used 2015-11-02 15:29:41 +01:00
JBlond
2cd7c8fc09 Merge branch 'master' of https://github.com/klaussilveira/gitlist 2015-07-30 11:32:13 +02:00
Gary
12080cee1a Fix escaping issue with dashes, hashes. 2015-07-30 10:07:43 +01:00
Gary
8a608fc80d Missing https on gravatar in NetworkController 2015-07-30 09:54:39 +01:00
Tasso Evangelista
ef380d1e36 Enable PSR-4 autoloading
As of 2014-10-21 PSR-0 has been marked as deprecated.
2015-07-30 03:43:15 -03:00
JBlond
f76d6512e0 Merge branch 'master' of https://github.com/guiyomh/gitlist 2015-07-29 16:43:50 +02:00
Gary Green
bac769d042 Merge pull request #589 from bjoernffm/master
fixed issue #573 (only numbers in repo names), added repo name to zip/ta...
2015-07-28 12:27:42 +01:00
Adam Kouse
3b505e3508 Swap tabs for spaces to match formatting of the rest of the project 2015-06-07 15:55:53 -04:00
Björn Ebbrecht
7bf67f880b fixed issue #573 (only numbers in repo names), added repo name to zip/tar ball for better identification 2015-04-29 23:23:12 +02:00
Björn Ebbrecht
ee1273529b just fixing for more prettiness 2015-04-29 22:32:27 +02:00