pasty icon indicating copy to clipboard operation
pasty copied to clipboard

pasty is a fast and lightweight code pasting server

Results 22 pasty issues
Sort by recently updated
recently updated
newest added

pasty had a feature which allowed users to highlight specific lines some time ago, but I removed it because of its poorly performing implementation. However I think it would be...

classification/enhancement
area/frontend

![image](https://user-images.githubusercontent.com/48460840/137490842-71cb6b76-af36-477f-93da-61f7690fb189.png) The pasty website is currently missing a favicon. I think it would make the site a little more attractive. Additionally it might be cool to make the tab title...

classification/enhancement
area/frontend

Currently, the raw paste view (`GET //raw`) is handled by the backend while the normal paste view (`GET /`) is being routed to the frontend. It would make sense to...

classification/enhancement
area/frontend
area/backend

Maybe it would be nice to be able to create a paste by just sending a POST request to the root URL (i.e. https://pasty.lus.pm) with the request body representing the...

classification/enhancement
area/backend

Maybe it would be nice to be able to attach to the pasty process and instruct it to do something based on commands. Maybe like this: ``` $ docker attach...

classification/enhancement
area/backend

This PR tracks the process of refactoring and improving pasty in many ways. It also introduces Semantic Versioning to this project, so its completion will equal the v1.0.0 release. **ToDo:**...

classification/enhancement
area/backend

Rather than implementing administration functionality directly into pasty (which was intended to be lightweight by default), it could make sense to implement an administration API used to manage the instance....

classification/enhancement
area/backend

Pastes may get indexed by search engines. We should definitely add a corresponding robots.txt file preventing this.

classification/enhancement
area/backend

It would be awesome if you could define a custom code for a created paste. I think a good way to implement this would be to set an alias which...

classification/enhancement
area/frontend
area/backend

Currently, the only possible administration token is stored in the `PASTY_MODIFICATION_TOKEN_MASTER` environment variable. I think it would make sense to store Argon2id hashes in an additional `admin_tokens` database table instead...

classification/enhancement
area/backend