aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare v1.4.0v1.4.0René 'Necoro' Neumann2021-12-212-3/+5
* Prefer the self-link of the feed over the URL.René 'Necoro' Neumann2021-12-211-10/+16
* Resolve relative links, so that external clients can use absolute links.René 'Necoro' Neumann2021-12-212-29/+62
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-224-7/+7
* Prepare v1.3.0v1.3.0René 'Necoro' Neumann2021-11-012-2/+5
* Squashed commit of the following:René 'Necoro' Neumann2021-11-012-10/+9
* Update README with new `go install`René 'Necoro' Neumann2021-10-291-4/+2
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-297-17/+12
* #64: Set filename for included imagesRené 'Necoro' Neumann2021-10-293-5/+22
* Upgrade replacement dependenciesRené 'Necoro' Neumann2021-10-232-17/+6
* Upgrade to Go 1.17René 'Necoro' Neumann2021-10-233-5/+19
* Fix release processv1.2.0René 'Necoro' Neumann2021-10-202-3/+2
* Prepare v1.2.0René 'Necoro' Neumann2021-10-203-3/+6
* Improve Url.String()René 'Necoro' Neumann2021-10-182-16/+40
* Improve commentRené 'Necoro' Neumann2021-10-181-2/+2
* Update documentationRené 'Necoro' Neumann2021-10-183-1/+7
* Explicit test for maildirRené 'Necoro' Neumann2021-10-181-1/+7
* RestructuringRené 'Necoro' Neumann2021-10-181-24/+33
* Support feed targets per feedRené 'Necoro' Neumann2021-10-185-19/+183
* URL: Do not print '@' when no user is givenRené 'Necoro' Neumann2021-10-181-1/+7
* #62: Fix tests (empty root is now allowed)René 'Necoro' Neumann2021-10-171-2/+16
* #62: ChangelogRené 'Necoro' Neumann2021-10-171-0/+2
* #62: Ensure that, with empty roots, there still remains a storage locationRené 'Necoro' Neumann2021-10-172-0/+12
* Toplevel feed may have an empty target: Store directly in root.René 'Necoro' Neumann2021-10-171-0/+4
* Improve documentation in configurationRené 'Necoro' Neumann2021-10-171-3/+3
* #62: Root can be emptyRené 'Necoro' Neumann2021-10-173-6/+13
* Allow to specify path to the cache directly in the config fileRené 'Necoro' Neumann2021-10-174-9/+23
* Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0dependabot[bot]2021-10-152-3/+3
* Update go-imap to 1.2.0René 'Necoro' Neumann2021-10-062-7/+5
* Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0dependabot[bot]2021-08-132-3/+3
* Update html2text dependencyRené 'Necoro' Neumann2021-07-242-9/+7
* Prepare v1.1.1v1.1.1René 'Necoro' Neumann2021-07-243-3/+7
* Fix IMAP disconnectRené 'Necoro' Neumann2021-07-241-1/+4
* Bump github.com/google/uuid from 1.2.0 to 1.3.0dependabot[bot]2021-07-172-3/+3
* Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1dependabot[bot]2021-07-172-6/+8
* Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1dependabot[bot]2021-07-022-3/+3
* Prepare v1.1.0v1.1.0René 'Necoro' Neumann2021-06-183-3/+8
* Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.0dependabot[bot]2021-06-182-3/+3
* Bump github.com/emersion/go-message from 0.14.1 to 0.15.0dependabot[bot]2021-06-182-3/+3
* More testsRené 'Necoro' Neumann2021-06-021-1/+56
* Change handling of NULL nodes to new yaml.v3 semanticsRené 'Necoro' Neumann2021-06-021-14/+7
* Upgrade yaml.v3 dependencyRené 'Necoro' Neumann2021-06-022-3/+3
* Bump github.com/google/go-cmp from 0.5.5 to 0.5.6dependabot[bot]2021-06-022-3/+3
* Do not try to download already embedded imagesRené 'Necoro' Neumann2021-06-023-40/+57
* Replace deprecated module `ioutil`René 'Necoro' Neumann2021-06-021-2/+2
* Prepare v1.0.0v1.0.0René 'Necoro' Neumann2021-05-192-2/+7
* Upgrade go-imap to 1.1.0René 'Necoro' Neumann2021-05-122-8/+5
* Small style improvementRené 'Necoro' Neumann2021-05-111-2/+1
* Fix commentsRené 'Necoro' Neumann2021-05-111-8/+6
* Update dependenciesRené 'Necoro' Neumann2021-05-112-10/+11
t/commit/ui-repolist.c?h=v0.8.3.2&id=ce1c7336e5b3e3ebe8f8c9029c405aedec98c208&follow=1'>Read repo-info from /etc/cgitrcLars Hjemli5-55/+120 This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6 When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli1-24/+28 Signed-off-by: Lars Hjemli <hjemli@gmail.com>