Commit Graph

694 Commits

Author SHA1 Message Date
Alexander Haase
3d96c75673 Reformat README 2019-06-01 22:18:39 +02:00
sessionm21
5a2f427ea0 Update README.md
Set file permissions for .htaccess
2019-05-30 21:43:15 -07:00
Alexander Haase
4592719966 Build a new release 1.0.2 2019-04-25 19:50:24 +02:00
Matthijs van Schooten
c13f59277b Fixed PHP 7.3 incompatible regular expression 2019-04-17 13:29:14 +02:00
Shane F. Carr
a387536257 URL-encode username for URL 2018-12-30 16:52:44 -06:00
Klaus Silveira
23bea78684 Merge pull request #820 from siburny/small-fixes-in-tests
Minor fixes to tests
2018-11-14 16:15:12 -05:00
Max Rubis
8918f3c337 Fix styling issue 2018-11-14 15:40:48 -05:00
Klaus Silveira
a6ef1adb1f Merge pull request #810 from 3kakakhel/master
Update screenshots for new features and interface in the readme file.
2018-11-14 15:23:45 -05:00
Maxim Rubis
64cdbe0609 Use php temp path by default; "$this" should be "self"; ignore dev files 2018-10-31 09:35:33 -04:00
Ali Kakakhel
8f259dfe0e Update screenshots for new features and interface.
The new screenshots show more of the already existing features such as
diff view, file view, blame view, log view, etc.. The new screenshots
also show new features such as the commit and network graphs.
Additionally, the new screenshots show the more modern and mobile
friendly bootstrap3 theme.
2018-09-16 21:03:16 -06:00
Klaus Silveira
c0cb5fbca0 Merge pull request #808 from skoslowski/patch-1
fix "Patch Log"
2018-09-04 14:23:07 -04: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
Klaus Silveira
d5bfb3c7bd Merge pull request #804 from siburny/patch-strict-warning-getstatistics
Fix #801
2018-06-26 22:57:12 -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
Pierre Weyl
23c8d5a371 Fix GitList version in the default theme footer 1.0.1 2018-06-20 17:07:18 +02:00
Klaus Silveira
dcbb445867 Merge pull request #793 from reallinfo/master
logo added & readme updated.
2018-06-12 16:17:43 -04:00
reallinfo
01cbd66d93 Add files via upload 2018-06-12 22:16:00 +03:00
reallinfo
48db5ad35b Update README.md 2018-06-12 22:11:17 +03:00
reallinfo
ce4a03e43a Add files via upload 2018-06-12 22:09:56 +03:00
Klaus Silveira
ec6211e8a7 Merge pull request #788 from camilstaps/fix-391-directory-structure-is-ignored
Fix #391: directory structure is ignored
2018-06-09 18:47:38 -04:00
Camil Staps
51edf30f69 Fix #391: directory structure is ignored 2018-06-08 17:22:49 +02:00
Klaus Silveira
eab6bc0762 Merge pull request #777 from welljsjs/master
Added custom ssh port and fixed the base_path for cloning.
2018-05-21 12:42:21 -04:00
JS
b66692fb0a Reset config.ini-example 2018-05-21 11:59:56 +02:00
JS
8e5c5d7fcd Added custom ssh port and fixed the base_path for cloning. 2018-05-21 11:54:42 +02:00
root
91be209a7e Fixed #775: Stylesheet include paths and CSP MIME types. 2018-05-20 11:59:24 +02:00
Klaus Silveira
505fa26b73 Updated deps. 2018-05-18 20:16:26 -04:00
Klaus Silveira
ea4439a472 Removed CI cache. 2018-05-18 20:01:47 -04:00
Klaus Silveira
8f236ab5c7 Updated deps. 2018-05-18 19:55:14 -04:00
Klaus Silveira
50c0b12be0 Fixed test suite execution in 5.3. 2018-05-18 19:47:20 -04:00
Klaus Silveira
3bbd29847d Still trying to make Travis run 5.3. 2018-05-18 19:42:13 -04:00
Klaus Silveira
0112f9f407 Update CI config. Again. 2018-05-18 19:36:54 -04:00
Klaus Silveira
a0a610673d Updated CI config. 2018-05-18 19:30:00 -04: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.
1.0.0
2018-05-18 19:21:08 -04:00
Klaus Silveira
0e892b4a6f Updated version. 0.7.0 2018-04-24 11:21:06 -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
398344a3fd Fixed PHP requirements. 2017-08-22 11:44:34 -04:00
Klaus Silveira
1d7ee82acb Bumped version number. 0.6.0 2017-08-22 11:22:51 -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
e69d48bd0b Merge pull request #702 from stevemcgf/master
Fixes issue #689 Network graph broken. Can only view master.
2017-08-22 10:11:20 -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
8e26eb7a64 Merge pull request #709 from cleverer/mobile
Makes theme bootstrap3 mobile friendly
2017-08-22 10:08:09 -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
Klaus Silveira
ab6039746f Merge pull request #731 from akashima/htaccess
Update .htaccess
2017-08-22 10:05:50 -04:00
Klaus Silveira
6f7227790b Merge pull request #695 from Hologos/hotfix/incompatible-method-definition
Fixes incompatible method definition of GitList\Git\Repository::getHead().
2017-08-22 10:05:20 -04:00
akira kashima
dfa215c2c5 Update .htaccess
index.php is pretty url.
2017-07-07 10:45:14 +09:00