Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve test to also validate error message | René 'Necoro' Neumann | 2023-04-23 | 1 | -42/+39 |
| | |||||
* | Fix/improve tests | René 'Necoro' Neumann | 2023-04-22 | 1 | -59/+104 |
| | |||||
* | Improve error handling | René 'Necoro' Neumann | 2023-04-22 | 1 | -1/+11 |
| | |||||
* | Fix out of bound panic when Root is the empty string. | René 'Necoro' Neumann | 2023-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This error occured when the target is specified on item level: The global Target was set to the server string with an empty root, because the path itself is treated as being local to the current item. Rationale behind this: We do not want to make assumption about the global root, but need to ensure that all items connect to the same server. Fixes #91. | ||||
* | Replace `interface{}` by `any` | René 'Necoro' Neumann | 2022-04-24 | 3 | -8/+8 |
| | |||||
* | Replace homegrown map-to-structure code by using package mapstructure. | René 'Necoro' Neumann | 2022-01-10 | 2 | -41/+25 |
| | |||||
* | #66: Support for specifying custom templates | René 'Necoro' Neumann | 2022-01-09 | 1 | -0/+4 |
| | |||||
* | #67: Readability support | René 'Necoro' Neumann | 2022-01-08 | 1 | -1/+1 |
| | |||||
* | Add test for fix of 180aa45d40 | René 'Necoro' Neumann | 2022-01-08 | 1 | -0/+1 |
| | |||||
* | Fix configuration parsing, when the target field is not of a primitive type. | René 'Necoro' Neumann | 2022-01-08 | 1 | -3/+7 |
| | |||||
* | Improve Url.String() | René 'Necoro' Neumann | 2021-10-18 | 2 | -16/+40 |
| | |||||
* | Improve comment | René 'Necoro' Neumann | 2021-10-18 | 1 | -2/+2 |
| | |||||
* | Explicit test for maildir | René 'Necoro' Neumann | 2021-10-18 | 1 | -1/+7 |
| | |||||
* | Restructuring | René 'Necoro' Neumann | 2021-10-18 | 1 | -24/+33 |
| | |||||
* | Support feed targets per feed | René 'Necoro' Neumann | 2021-10-18 | 3 | -12/+177 |
| | |||||
* | URL: Do not print '@' when no user is given | René 'Necoro' Neumann | 2021-10-18 | 1 | -1/+7 |
| | |||||
* | #62: Fix tests (empty root is now allowed) | René 'Necoro' Neumann | 2021-10-17 | 1 | -2/+16 |
| | |||||
* | #62: Ensure that, with empty roots, there still remains a storage location | René 'Necoro' Neumann | 2021-10-17 | 2 | -0/+12 |
| | |||||
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 1 | -3/+0 |
| | |||||
* | Allow to specify path to the cache directly in the config file | René 'Necoro' Neumann | 2021-10-17 | 1 | -0/+2 |
| | |||||
* | More tests | René 'Necoro' Neumann | 2021-06-02 | 1 | -1/+56 |
| | |||||
* | Change handling of NULL nodes to new yaml.v3 semantics | René 'Necoro' Neumann | 2021-06-02 | 1 | -14/+7 |
| | |||||
* | Small style improvement | René 'Necoro' Neumann | 2021-05-11 | 1 | -2/+1 |
| | |||||
* | Fix comments | René 'Necoro' Neumann | 2021-05-11 | 1 | -8/+6 |
| | |||||
* | Strip whitespace from folder names | René 'Necoro' Neumann | 2021-02-21 | 2 | -0/+13 |
| | |||||
* | Fix order for `Cmp.Diff` | René 'Necoro' Neumann | 2021-02-21 | 1 | -3/+3 |
| | |||||
* | Slight restructuring | René 'Necoro' Neumann | 2021-02-21 | 1 | -1/+5 |
| | |||||
* | #26: Introduce new option `auto-target` | René 'Necoro' Neumann | 2020-08-22 | 3 | -13/+45 |
| | |||||
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 5 | -2/+30 |
| | |||||
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 2 | -10/+12 |
| | |||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 3 | -3/+238 |
| | |||||
* | Allow options on group level. | René 'Necoro' Neumann | 2020-05-10 | 1 | -4/+6 |
| | | | | Closes #12. | ||||
* | Min frequency should be 0 by default | René 'Necoro' Neumann | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Explicit version info | René 'Necoro' Neumann | 2020-05-03 | 1 | -10/+0 |
| | |||||
* | Option "reupload-if-updated" | René 'Necoro' Neumann | 2020-05-03 | 1 | -0/+1 |
| | |||||
* | Restructure | René 'Necoro' Neumann | 2020-05-02 | 1 | -4/+4 |
| | |||||
* | WIP: Message-Ids | René 'Necoro' Neumann | 2020-05-02 | 1 | -2/+3 |
| | |||||
* | Option 'body' | René 'Necoro' Neumann | 2020-05-02 | 2 | -0/+37 |
| | |||||
* | Embedding images in mail | René 'Necoro' Neumann | 2020-05-02 | 1 | -12/+14 |
| | |||||
* | Config option 'max-failures' | René 'Necoro' Neumann | 2020-05-01 | 1 | -0/+2 |
| | |||||
* | Reintroduce yaml-internal `feed` | René 'Necoro' Neumann | 2020-05-01 | 3 | -33/+40 |
| | |||||
* | Print warning on deprecated options. Handle "disable-ssl-verification" | René 'Necoro' Neumann | 2020-05-01 | 2 | -3/+62 |
| | |||||
* | Print warning, when unknown global option. Also support specifying the new ↵ | René 'Necoro' Neumann | 2020-05-01 | 1 | -0/+23 |
| | | | | 'options:' keys on global level, but print warning. | ||||
* | YAML Parsing: Enable 'KnownFields' | René 'Necoro' Neumann | 2020-05-01 | 2 | -0/+11 |
| | |||||
* | Yaml: Pass `Reader` around instead of []byte | René 'Necoro' Neumann | 2020-05-01 | 3 | -11/+12 |
| | |||||
* | Remove pointers from feed options. Detect unknown fields in feed and group ↵ | René 'Necoro' Neumann | 2020-05-01 | 4 | -122/+170 |
| | | | | options. | ||||
* | Add tls-no-verify option to disallow certificate checks. | René 'Necoro' Neumann | 2020-04-27 | 1 | -0/+5 |
| | | | | Closes #3 | ||||
* | Handle `target: null` the same as `target: ""`. | René 'Necoro' Neumann | 2020-04-26 | 2 | -48/+80 |
| | | | | Closes #1 | ||||
* | Option `always-new` | René 'Necoro' Neumann | 2020-04-26 | 1 | -0/+5 |
| | |||||
* | Options: "disable" and "ignore-hash" | René 'Necoro' Neumann | 2020-04-26 | 1 | -0/+10 |
| |