aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/helper
Commit message (Collapse)AuthorAgeFilesLines
* curl usage: support HTTP/2 response code headerArthurHoaro2021-01-191-1/+1
|
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-21/+45
| | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659
* Merge pull request #1644 from ArthurHoaro/fix/daily-rssArthurHoaro2020-12-161-7/+11
|\ | | | | Daily RSS - Remove relative description (today, yesterday)
| * Daily RSS - Remove relative description (today, yesterday)ArthurHoaro2020-11-151-7/+11
| | | | | | | | It is not useful for the RSS feed, as every new entry will be 'yesterday', and it requires an update the next day.
* | Fix: soft fail if the mutex is not workingArthurHoaro2020-11-241-0/+16
|/ | | | | | And display the error in server admin page Fixes #1650
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-092-23/+28
|
* Fix rebase issueArthurHoaro2020-10-271-1/+1
|
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-0/+208
| | | | | | | | | - Heavy refactoring of DailyController - Add a banner like in tag cloud to display monthly and weekly links - Translations: t() now supports variables with optional first letter uppercase Fixes #160
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-272-0/+454