selfoss icon indicating copy to clipboard operation
selfoss copied to clipboard

multipurpose rss reader, live stream, mashup, aggregation web application

Results 162 selfoss issues
Sort by recently updated
recently updated
newest added

Not an issue at all, but also not sure where else I should put this. For anyone looking for a docker container, this one here should be working. It works...

enhancement

2.19-fd8f195 doesn't work here. In the selfoss-logfile only the following Message appears: [2021-09-01 17:16:35] selfoss.ERROR: Undefined index: scheme While running "php cliupdate.php" the following essages appear in the console: Undefined...

bug

I prefer going through list of new posts, opening anything interesting in new tabs, flagging all feeds as read in selfoss and then going through the tabs I have opened....

enhancement

Zola is unfortunately not very flexible. And the Tera syntax is terrible.

We now target PHP 8.1, compatibility with older PHP versions will be provided using code transformation with [Rector](https://getrector.org/). - Remove config.platform.php from composer since it forces versions to be installed....

Fixes: https://github.com/fossar/selfoss/issues/669 - [x] Show colours for tags when editing starts - [x] Show colours in autocomplete - [ ] Add copy button - [x] Newly added tags lack colours...

Tracy produces much nicer error messages and allows us to get rid of F3. The version supporting PHP 5.6 unfortunately [produces warnings on PHP 8.0](https://github.com/nette/tracy/pull/522). Also until Tracy 2.9 (for...

This introduces two commands for dumping and loading the database contents: - `php bin/selfoss db:export path.json` - `php bin/selfoss db:import path.json` Those are useful for testing, as well as for...

toolchain
enhancement

This is a mess, had to write my [own Composer to Nix translator](https://github.com/fossar/composition-c4), am abusing NixOS module system greatly to generate Apache configuration but it still beats mucking with Dockerfiles...

Hi, building on top of the PR #1162 updated the branches with current master and joined mine and @akash07k 's changes together into this PR. I suggest to squash all...