Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1367 from shaarli/thumbnailer-soundcloud | nodiscc | 2019-09-21 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | thumbnailer: add soundcloud.com to list of common media domains | |||||
| * | | thumbnailer: add soundcloud.com to list of common media domains | nodiscc | 2019-09-21 | 1 | -0/+1 | |
|/ / | | | | | OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image | |||||
* | | Merge pull request #1361 from Lucas-C/patch-1 | nodiscc | 2019-09-19 | 1 | -0/+1 | |
|\ \ | | | | | | | Add pelican shaarli_poster plugin to list of integrations | |||||
| * | | doc: update shaarli_poster pelican plugin url | nodiscc | 2019-09-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add pelican shaarli_poster plugin to list of integrations | Lucas Cimon | 2019-09-04 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #1365 from shaarli/dependabot/npm_and_yarn/mixin-deep-1.3.2 | nodiscc | 2019-09-19 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Bump mixin-deep from 1.3.1 to 1.3.2 | |||||
| * | | | Bump mixin-deep from 1.3.1 to 1.3.2 | dependabot[bot] | 2019-09-19 | 1 | -3/+3 | |
|/ / / | | | | | | | | | | | | | | | | | | | Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | | Merge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalink | nodiscc | 2019-09-14 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix RSS permalink included in Markdown bloc | |||||
| * | | | Fix RSS permalink included in Markdown bloc | ArthurHoaro | 2019-09-12 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Adds another line break before inserting RSS permalink to avoid including it in markdown blocs, such as blockquote. | |||||
* | | | Fix undefined thumbnail in OpenGraph headers (#1363) | ArthurHoaro | 2019-09-10 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | Fix undefined thumbnail in OpenGraph headers | |||||
| * | | Fix undefined thumbnail on OpenGraph headers | ArthurHoaro | 2019-09-10 | 2 | -2/+2 | |
| | | | | | | | | | | | | Fixes #1362 | |||||
* | | | Merge pull request #1359 from shaarli/dependabot/npm_and_yarn/lodash-4.17.15 | ArthurHoaro | 2019-08-27 | 1 | -3/+3 | |
|\ \ \ | |_|/ |/| | | Bump lodash from 4.17.11 to 4.17.15 | |||||
| * | | Bump lodash from 4.17.11 to 4.17.15 | dependabot[bot] | 2019-08-27 | 1 | -3/+3 | |
|/ / | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | Merge pull request #1355 from ArthurHoaro/hotfix/feed-md-directlink | ArthurHoaro | 2019-08-15 | 2 | -1/+11 | |
|\ \ | | | | | | | Markdown plugin: fix RSS feed direct link reverse | |||||
| * | | Markdown plugin: fix RSS feed direct link reverse | ArthurHoaro | 2019-08-15 | 2 | -1/+11 | |
| |/ | | | | | | | The plugin was only reversing permalinks and failed with setting rss_permalinks set to false | |||||
* | | Merge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading | ArthurHoaro | 2019-08-15 | 1 | -0/+2 | |
|\ \ | |/ |/| | Fix image lazy loading issues | |||||
| * | Fix image lazy loading issues | ArthurHoaro | 2019-08-15 | 1 | -0/+2 | |
|/ | | | | | For some reason, bLazy won't load the image if the img block has either 0 height or width. | |||||
* | Merge pull request #1351 from ArthurHoaro/hotfix/index-php-version | nodiscc | 2019-08-10 | 1 | -3/+1 | |
|\ | | | | | Bump PHP version check in index.php | |||||
| * | Bump PHP version check in index.php | ArthurHoaro | 2019-08-10 | 1 | -3/+1 | |
|/ | | | | Fixes #1249 | |||||
* | Merge pull request #1352 from ArthurHoaro/hotfix/ut-error | ArthurHoaro | 2019-08-10 | 1 | -13/+12 | |
|\ | | | | | Fix UT: LinkDBTest - make each tests independant | |||||
| * | Fix UT: LinkDBTest - make each tests independant | ArthurHoaro | 2019-08-10 | 1 | -13/+12 | |
|/ | | | | | Otherwise the datastore is empty in the last test, making it inconsistent due to dates issues. | |||||
* | Merge pull request #1336 from ArthurHoaro/hotfix/atom-author | ArthurHoaro | 2019-08-10 | 2 | -2/+2 | |
|\ | | | | | ATOM Feed: use instance name as author name instead of URL | |||||
| * | ATOM Feed: use instance name as author name instead of URL | ArthurHoaro | 2019-07-29 | 2 | -2/+2 | |
| | | | | | | | | Related FreshRSS/FreshRSS#2466 | |||||
* | | Merge pull request #1350 from ArthurHoaro/hotfix/sort-consistency | ArthurHoaro | 2019-08-10 | 2 | -2/+40 | |
|\ \ | | | | | | | Make sure that bookmark sort is consistent, even with equal timestamps | |||||
| * | | Make sure that bookmark sort is consistent, even with equal timestamps | ArthurHoaro | 2019-08-07 | 2 | -2/+40 | |
| | | | | | | | | | | | | Fixes #1348 | |||||
* | | | Merge pull request #1346 from kalvn/fixdailynotice | ArthurHoaro | 2019-08-10 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fixes a Undefined index: thumbnail in daily page. | |||||
| * | | Fixes a Undefined index: thumbnail in daily page. | kalvn | 2019-08-04 | 1 | -1/+1 | |
|/ / | ||||||
* | | Bump badge version | ArthurHoaro | 2019-08-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1345 from ArthurHoaro/changelog-v0.11.1 | ArthurHoaro | 2019-08-03 | 2 | -3/+16 | |
|\ \ | | | | | | | Changelog v0.11.1 | |||||
| * | | Changelog v0.11.1 | ArthurHoaro | 2019-08-03 | 2 | -3/+16 | |
|/ / | ||||||
* | | Merge pull request #1344 from agentcobra/agentcobra-patch-1 | ArthurHoaro | 2019-08-03 | 1 | -1/+1 | |
|\ \ | | | | | | | little fix template | |||||
| * | | little fix template | agentcobra | 2019-08-01 | 1 | -1/+1 | |
| | | | | | | | | | fix link between label and checkbox (updateCheck) | |||||
* | | | Merge pull request #1342 from ArthurHoaro/hotfix/composer-php71 | ArthurHoaro | 2019-08-01 | 2 | -132/+158 | |
|\ \ \ | | | | | | | | | Upgrade composer dependencies from PHP 7.1 | |||||
| * | | | Upgrade composer dependencies from PHP 7.1 | ArthurHoaro | 2019-08-01 | 2 | -132/+158 | |
|/ / / | ||||||
* | | | Merge pull request #1341 from ArthurHoaro/hotfix/travis-eol | ArthurHoaro | 2019-08-01 | 1 | -4/+0 | |
|\ \ \ | | | | | | | | | Remove Travis unit tests against PHP 5.6 and 7.0 | |||||
| * | | | Remove Travis unit tests against PHP 5.6 and 7.0 | ArthurHoaro | 2019-08-01 | 1 | -4/+0 | |
|/ / / | ||||||
* | | | Merge pull request #1340 from shaarli/fix-doc-links | nodiscc | 2019-08-01 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | doc: fix broken markdown link | |||||
| * | | doc: fix broken markdown link | nodiscc | 2019-08-01 | 1 | -1/+1 | |
|/ / | | | | | | | fixes https://github.com/shaarli/Shaarli/issues/1330 | |||||
* | | Merge pull request #1337 from ArthurHoaro/hotfix/docker-build | ArthurHoaro | 2019-07-29 | 1 | -1/+1 | |
|\ \ | | | | | | | Docker: Bump NodeJS version to prevent an issue with node-sass | |||||
| * | | Docker: Bump NodeJS version to prevent an issue with node-sass | ArthurHoaro | 2019-07-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1327 from llune/master | ArthurHoaro | 2019-07-29 | 8 | -38/+38 | |
|\ \ | |/ |/| | a11y fixes | |||||
| * | maj linklist | Luce Carević | 2019-07-28 | 1 | -0/+2 | |
| | | | | | | put back the link on the thumbmail and fix a11y | |||||
| * | fix a11y | Luce Carević | 2019-07-13 | 7 | -27/+25 | |
| | | ||||||
| * | fix a11y | Luce Carević | 2019-07-13 | 3 | -14/+14 | |
| | | ||||||
* | | Bump badges version | ArthurHoaro | 2019-07-27 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #1333 from ArthurHoaro/hotfix/sticky-update | ArthurHoaro | 2019-07-27 | 1 | -14/+10 | |
|\ \ | | | | | | | Persist sticky status on bookmark update | |||||
| * | | Persist sticky status on bookmark update | ArthurHoaro | 2019-07-27 | 1 | -14/+10 | |
| | | | | | | | | | | | | Fixes #1331 | |||||
* | | | Merge pull request #1334 from ArthurHoaro/changelog-v11 | ArthurHoaro | 2019-07-27 | 2 | -4/+51 | |
|\ \ \ | |/ / |/| | | Changelog and authors for v0.11 release | |||||
| * | | Changelog and authors for v0.11 release | ArthurHoaro | 2019-07-27 | 2 | -4/+51 | |
|/ / | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | |||||
* | | Merge pull request #1332 from rajathans/master_fix | ArthurHoaro | 2019-07-27 | 1 | -1/+0 | |
|\ \ | | | | | | | Responsive issue with delete button fix |