aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/url.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix out of bound panic when Root is the empty string.René 'Necoro' Neumann2023-03-231-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' Neumann2021-10-181-8/+19
|
* Support feed targets per feedRené 'Necoro' Neumann2021-10-181-5/+41
|
* URL: Do not print '@' when no user is givenRené 'Necoro' Neumann2021-10-181-1/+7
|
* #62: Ensure that, with empty roots, there still remains a storage locationRené 'Necoro' Neumann2021-10-171-0/+4
|
* #62: Root can be emptyRené 'Necoro' Neumann2021-10-171-3/+0
|
* Verbose variant of 'target' in configRené 'Necoro' Neumann2020-05-141-0/+127
>1-0/+1 2023-05-12Issue #95 Add warning when config can be read globally.René 'Necoro' Neumann1-0/+11 2023-05-11Issue #95: Change cache ownership.René 'Necoro' Neumann1-0/+4 2023-05-11Issue #95: Add hint about sensible access rights.René 'Necoro' Neumann1-0/+1 2023-04-23[workflow] Port changes also to releaseRené 'Necoro' Neumann1-6/+5 2023-04-23[workflow] Checkout before go setupRené 'Necoro' Neumann1-3/+3 2023-04-23[workflow] determine go version from go.modRené 'Necoro' Neumann1-3/+2 2023-04-23Improve test to also validate error messageRené 'Necoro' Neumann1-42/+39 2023-04-22Fix/improve testsRené 'Necoro' Neumann1-59/+104 2023-04-22Improve error handlingRené 'Necoro' Neumann1-1/+11 2023-04-21Fix workflow: '1.20' needs to be quotedRené 'Necoro' Neumann2-2/+2