ce545176c0
ipv6 support added
1e02e96eba
PasteFormData->fromPaste private method added
ea7ddcde65
set nullable: true for author property
6a2f15d1d6
Paste->formFormData method changed to Paste->forFormDataAndIp
48172fb9c1
code style changes
8bceb97550
save method in PasteRepository changed
ddfbba344a
DBAL types added to all Paste class properties
c164ed446b
static method fromFormData added to Paste class
f2072b9b10
getDescription method removed from migration class
6640112c54
bug fix
21d651f377
bug fix
8bb77fbe6c
main migration changed
1d08cfdc09
DTO for paste data added, Paste Entity changed
ffcfa29968
code style changes
f0546c0d72
Merge pull request 'Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.' (#55) from fix_53 into master
e1e9ce0055
Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.
Telegram API error: can't parse entities: Unclosed start tag
Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.
feature_paste
7e8de026e1
controllers to add and show paste added
9063173171
Add initial set of files
Miroslavsckaya
deleted branch feature_paste from Miroslavsckaya/copypaste
2023-07-20 19:36:13 +03:00
56fb66dc62
controllers to add and show paste added
eb8c7a9d21
Add initial set of files
960cee77e9
Merge pull request 'Fix #51. Using another symbol for cut text to avoid HTML parsing error in Telegram API.' (#52) from fix_51 into master
e25842708a
Fix #51. Using another symbol for cut text to avoid HTML parsing error in Telegram API.