Nicolas Da Mutten
f6d4bed4cd
Fixes HTTP(S) label to represent SSL status
2017-01-08 18:14:24 +01:00
Nicolas Da Mutten
9682f2a0cc
Adds rounded corners to readme-view
2017-01-08 18:07:37 +01:00
Nicolas Da Mutten
355943b27a
Allows to hide repos with regex
2017-01-08 17:45:44 +01:00
Nicolas Da Mutten
b45767e6b5
Adds rounded corners to repository list
2017-01-07 16:40:22 +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
Nicolas Da Mutten
cbca1f10d6
Makes theme bootstrap3 mobile friendly
...
Also adds rounded corners to follow bootstrap style
Updates fontawesome to 4.7.0
Updates bootstrap to v3.3.7
Updates jQuery to v3.1.1
2017-01-07 16:14:14 +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
cceafa59cc
added tests for PatchLog Page
2016-11-13 01:38:06 +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
Steve Mc Gregor
ac3030f6d7
Fixes issue #689 Network graph broken. Can only view master.
2016-11-11 10:52:49 -05: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
Klaus Silveira
f7cd359fb6
Merge pull request #688 from Hologos/feature/clone-button
...
Displays remote URL for SSH and/or HTTP(s).
2016-10-05 10:51:29 -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
Klaus Silveira
a708d27d6e
Merge pull request #678 from knivre/master
...
Update bootstrap3 theme so it displays app.title.
2016-09-15 10:02:08 -03:00
Klaus Silveira
68b19096ef
Merge pull request #682 from marceldeglau/master
...
Move TreeGraphController.php into Controller
2016-09-15 10:01:59 -03: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
knivre
d13e236578
Update bootstrap3 theme so it displays app.title.
2016-07-19 05:13:07 +02:00
Klaus Silveira
c9235a5edd
Merge pull request #564 from mrzechonek/project_list
...
Add support for gitweb-style projects.list
2016-03-14 10:16:33 -03: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
Gary Green
c5322e2b83
Merge pull request #651 from nodtem66/patch-1
...
Fixed issue: Cannot view JSP #501
2016-02-11 09:38:21 +00: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
Gary Green
a6c008c802
Merge pull request #643 from SkeletonEye/master
...
tar-button on tree-page fixed
2016-01-22 12:07:20 +00:00
Gary Green
60f42f77de
Merge pull request #640 from internetisalie/avatar-custom
...
Add avatar url customization
2016-01-22 12:06:22 +00:00
SkeletonEye
0bddaa7018
line indent in template fixed
2016-01-03 11:37:58 +01:00
SkeletonEye
7beea0db84
fixed download-button-group
2016-01-02 22:19:56 +01: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
f6c24470db
don't select over and over again
2015-11-02 15:45:21 +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
5ac1db95ca
return is unnecessary
2015-11-02 15:19:54 +01:00
JBlond
ab8e58d2db
return is unnecessary
2015-11-02 15:19:35 +01:00
JBlond
d9c95ef7f7
Unit of measure px / % is redundant
2015-11-02 15:18:15 +01:00
JBlond
5aef58398b
Merge branch 'master' of https://github.com/klaussilveira/gitlist
2015-11-02 15:11:51 +01:00
Gary Green
3dd25f3b87
Merge pull request #623 from mhthies/patch-1
...
Improve RSS Feed by adding author tag
2015-09-13 13:56:12 +01:00
Michael Thies
c91cf6268d
Improve RSS Feed by adding author tag
2015-09-13 13:40:17 +02:00
JBlond
678044ca30
Merge branch 'master' of https://github.com/klaussilveira/gitlist
2015-08-17 15:12:39 +02:00
Gary Green
7428ad85f3
Fix typos
2015-08-12 14:07:19 +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
Gary Green
7b5274478e
Merge pull request #613 from tassoevan/update.psr4
...
Enable PSR-4 autoloading
2015-07-30 09:44:04 +01:00