Jörn Friedrich Dreyer
Jörn Friedrich Dreyer
While we used the file observer to monitor new pictures inside a folder I think this was the wrong approach. We now face the problem presented in this issue. If...
Currently, the attributes are hard coded to the structs for simplicity. We could make this more flexible by using a more generic mechanism. I currently don't have the time to...
hm, yeah I guess a relvease is due. Let me go through the PRs. It might take a while because I need to prepare for a conference in three weeks....
so ... 'in february' is the correct answer.
actually the ldap server has a quit channel ... we can use that for the time being
@kulmann @micbar does that mean we can merge this now?
um ... `:` is a [reserved character on windows](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file) and cannot be used in directory or file names ... maybe stick to unix time? ... yes @phil-davis mum will be...
> @butonic maybe the UNIX time is confusing not only for mum, what about 2018_02_03_07_30_00? I don't think having the date in the filename adds any value: - the mtime...
lol ... so they use `.` to separate the time components
This actually violates the PUT semantics, because we are not creating the resource requested in PUT. It cannot be retrieved with a subsequent GET request. IMO this should be fixed...