Felipe Martin
Felipe Martin
Fixed an uncaught exception that was caused when the tree is generating and we see a group we can't access. We tried to retrieve it's info but it raised an...
A draft pull request to explain and experiment with logic domains, to try and encapsulate the common code between the API and the CLI prior to API improvements (#466)
### Discussed in https://github.com/go-shiori/shiori/discussions/462 Originally posted by **Orhideous** August 8, 2022 Hi everyone. A few months ago I started to sketch out some complete API overhaul (see: https://github.com/go-shiori/shiori/pull/463). The main...
Currently sessions exist only in memory, that means, once you restart the service all logged in sessions will require login in again. Also there's a lot of duplicated code laying...
It seems that shiori depends on [warc](https://github.com/go-shiori/warc) which is currently archived. We need to find a replacement for warc. Maybe [obelisk](https://github.com/go-shiori/obelisk)? ## Acceptance criteria - Add a migration that will...
After making some changes I noticed that there are two APIs, one for the frontend/users and one for the web extension. I need to dig further into why is this...
Client.Stat was not returning a proper Go err for not found files, the ideal way to check this is using `errors.Is(err, fs.ErrNotExist)` but the client was returning a generic error....
#### Summary Refactor of the group allocation for new installations. Previously, group allocation was performed randomly based on group annotations. This system is changed with this PR using the group...
#### Summary Add [rotator](https://github.com/mattermost/rotator) support to the resize operation of `cluster` in the same way we use it for `upgrade`. #### Ticket Link https://mattermost.atlassian.net/browse/MM-46849 #### Release Note ```release-note - Add...
Updated issue template with references to default database engine plus the new `shiori version` command. **Note:** Merge this the moment we release 1.6.0.