Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Improve Url.String() | René 'Necoro' Neumann | 2021-10-18 | 1 | -8/+19 |
| | |||||
* | Support feed targets per feed | René 'Necoro' Neumann | 2021-10-18 | 1 | -5/+41 |
| | |||||
* | URL: Do not print '@' when no user is given | René 'Necoro' Neumann | 2021-10-18 | 1 | -1/+7 |
| | |||||
* | #62: Ensure that, with empty roots, there still remains a storage location | René 'Necoro' Neumann | 2021-10-17 | 1 | -0/+4 |
| | |||||
* | #62: Root can be empty | René 'Necoro' Neumann | 2021-10-17 | 1 | -3/+0 |
| | |||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 1 | -0/+127 |