aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Go 1.19René 'Necoro' Neumann2023-01-221-1/+2
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-248-12/+12
* #66: Support for specifying custom templatesRené 'Necoro' Neumann2022-01-091-6/+36
* Fix commentRené 'Necoro' Neumann2022-01-091-1/+1
* template: Restructuring and adding tests.René 'Necoro' Neumann2022-01-094-73/+159
* #67: Readability supportRené 'Necoro' Neumann2022-01-081-9/+44
* Introduce http.Context to bundle http specific parametersRené 'Necoro' Neumann2022-01-084-11/+24
* 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-211-29/+60
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-224-7/+7
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-295-6/+6
* #64: Set filename for included imagesRené 'Necoro' Neumann2021-10-292-5/+20
* Support feed targets per feedRené 'Necoro' Neumann2021-10-182-7/+6
* Toplevel feed may have an empty target: Store directly in root.René 'Necoro' Neumann2021-10-171-0/+4
* #62: Root can be emptyRené 'Necoro' Neumann2021-10-172-3/+13
* Do not try to download already embedded imagesRené 'Necoro' Neumann2021-06-022-40/+55
* Replace deprecated module `ioutil`René 'Necoro' Neumann2021-06-021-2/+2
* #47 Consume all messages and filter by UIDRené 'Necoro' Neumann2021-05-101-8/+13
* #47: Exhaust messages to avoid deadlockRené 'Necoro' Neumann2021-05-101-1/+8
* RestructureRené 'Necoro' Neumann2021-02-282-54/+49
* IMAP: Set a timeout for connectionRené 'Necoro' Neumann2021-02-281-2/+10
* Start IMAP connections in the background and use them on the goRené 'Necoro' Neumann2021-02-283-16/+26
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-274-2/+28
* Do not upgrade the cache in `print-cache`René 'Necoro' Neumann2021-02-272-3/+3
* New cache format using gzip compressionRené 'Necoro' Neumann2021-02-273-7/+76
* Put storing / loading details into cache implementationRené 'Necoro' Neumann2021-02-272-5/+17
* Rename fileRené 'Necoro' Neumann2021-02-271-0/+0
* Change from `transformToCurrent` to `transformTo`René 'Necoro' Neumann2021-02-272-5/+10
* Filter feeds in cache: Keep at most 1000 obsolete items per feedRené 'Necoro' Neumann2021-02-271-8/+38
* Fix remaining use of `state.feeds`René 'Necoro' Neumann2021-02-271-1/+1
* Improve output of `print-cache`René 'Necoro' Neumann2021-02-271-2/+16
* Do not use deprecated gofeed.Item.Author, but Authors insteadRené 'Necoro' Neumann2021-02-272-12/+24
* Improve namingRené 'Necoro' Neumann2021-02-223-10/+13
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-2210-294/+319
* Fix signatureRené 'Necoro' Neumann2021-02-211-1/+1
* Merge branch 'go-1.16'René 'Necoro' Neumann2021-02-214-73/+73
|\
| * Import 'embed' packageRené 'Necoro' Neumann2021-02-181-0/+1
| * Fix CRLF endingRené 'Necoro' Neumann2021-02-161-57/+57
| * Use go-embed for templates instead of inline strings.René 'Necoro' Neumann2021-02-164-73/+72
* | #25 Normalize folder namesRené 'Necoro' Neumann2021-02-211-1/+9
* | #25 Check for folder again while lockingRené 'Necoro' Neumann2021-02-211-0/+8
* | Strip `srcset` attributeRené 'Necoro' Neumann2021-02-211-0/+5
* | Slight restructuringRené 'Necoro' Neumann2021-02-212-9/+16
* | Clarify codeRené 'Necoro' Neumann2021-02-211-5/+5
* | #39 Ignore mails marked as deleted when looking for existing mails, as to not...René 'Necoro' Neumann2021-02-211-0/+1
|/
* Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann2021-02-161-2/+2
* Issue #46: Make the resulting email body not to include single \r or \n. This...René 'Necoro' Neumann2021-02-151-2/+3
* Pretty up the cache interface; ensure feed2imap-go unlocks the cacheRené 'Necoro' Neumann2020-08-222-4/+9
* print-cache should also unlockRené 'Necoro' Neumann2020-08-221-1/+5
* Switch back to 'replace' for html2textRené 'Necoro' Neumann2020-08-221-1/+1
/ui-blob.c?h=v0.9&id=596eb8fcb09697dd1b880123074d2ce6fdea03c0&follow=1'>ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli1-1/+7 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon1-1/+4 Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro2-3/+6 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro2-0/+12 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli3-0/+6 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato3-1/+6 This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1v0.8.2.1Lars Hjemli1-1/+1 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com>