Louis

Results 238 comments of Louis

Seems like it is due to [moment.js not having a comprehensive list of locales](https://github.com/moment/moment/tree/develop/locale). The solution would be to move to [another date library](https://momentjs.com/docs/#/-project-status/recommendations/) that rely on the [Intl API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).

I updated the condition, tests seem happy now :)

Hey, thanks for the pull request. After a quick glance, it seems to look good, but before diving into it further: - [x] DCO does not pass - [x] Can...

@smarinier I think your rebase went wrong: ![image](https://github.com/nextcloud/server/assets/6653109/d9fd0c21-ca64-439e-919e-0b285903f327)

Hey, it seems like the issue is still not identified. Can some of you check their NC server logs and browser logs looking for related errors?

I think the issue is that the `files_versions` table only gets populated fully if it's empty for a file when listing its versions. But thinking of it now, entries can...