aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tools/Utils.php
Commit message (Collapse)AuthorAgeFilesLines
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix incorrect reading time calculation for entries in languages withAndrew Kovalyov2016-11-281-1/+1
| | | | non-latin chars subset.
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* CSJeremy Benoist2016-01-221-1/+1
|
* Use PHP7 random_bytes to generate RSS TokenJeremy Benoist2016-01-211-11/+4
| | | | random_bytes is a PHP 7 function wich has been ported to PHP 5 using paragonie/random_compat
* CSJeremy Benoist2015-08-201-1/+1
|
* Remove unsed thingsJeremy Benoist2015-08-201-0/+13
|
* CSJeremy Benoist2015-05-301-1/+1
|
* Avoid / in feed tokenJeremy2015-04-011-1/+2
| | | | Of course, it breaks the url and the route matcher for each feed route
* Add rss for entriesJeremy2015-03-311-0/+27
will fix #1000