Kevin Woblick
Kevin Woblick
LinkAce should support multiple user accounts which then can independently manage their links. Current challenges: - There must be at least two roles: admin and regular user. Admins should be...
Add support for specifying a proxy for all outgoing connections to bypass corporate firewalls. Discussed in https://github.com/Kovah/LinkAce/discussions/452
Currently, there are two images available for LinkAce: one which only contains the application and needs a separate web server like nginx, and one that is able to run on...
The current settings implementation has a lot of issues because of broken types and settings loading through a difficult caches system. Needs to be replaced with something else. Update: the...
- venturecraft/revisionable is replaced by owen-it/laravel-auditing - old revisions are migrated to the new audits - lists and tags are now monitored, the logs can be found on the detail...
Add an activity log which can be enabled by the admin. Logs everything that is not already recorded by audit logs for model entities.
Users should be able to disable the backup notifications in the settings or the .env file. See #321
Idea: a public directory of LinkAce installations to browse through. Users can publish their LinkAce from their system settings, like "add my instance to the public directory". Only available for...
Links should be batch-editable, like adding a category, a tag, delete them, set them private,... Related: - #379