nodiscc
|
803f6a7e36
|
build: use the yarnpkg command instead of yarn
- yarnpkg is always aliased to the proper yarn binary on all distributions
- yarn command does not always point to yarn package managed (Debian)
|
2022-04-06 19:26:01 +02:00 |
|
nodiscc
|
1387e059eb
|
Merge pull request #1845 from kcaran/month_end
#1844 - Month end issues with the Daily Shaarli, updates to date processing
|
2022-04-06 17:21:28 +00:00 |
|
Keith Carangelo
|
9d99925615
|
Updated to pass codesniffer
|
2022-03-31 16:01:55 -04:00 |
|
Keith Carangelo
|
6ecc4745f4
|
Fix Github #1844 - Monthly views previous/next month links during month
end. Avoid deprecated strftime function. Got tests to pass in PHP 8.1.
|
2022-03-31 15:42:25 -04:00 |
|
nodiscc
|
f6076a9275
|
Merge pull request #1843 from shaarli/dependabot/npm_and_yarn/ansi-regex-4.1.1
Bump ansi-regex from 4.1.0 to 4.1.1
|
2022-03-29 18:01:51 +00:00 |
|
dependabot[bot]
|
abf5a0fb9f
|
Bump ansi-regex from 4.1.0 to 4.1.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-29 16:09:51 +00:00 |
|
nodiscc
|
c2c8990f23
|
Merge pull request #1842 from shaarli/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
|
2022-03-29 16:09:21 +00:00 |
|
nodiscc
|
f2cd2215f0
|
Merge pull request #1837 from nfriedli/master
Correction: pubsubhubbub hub link in RSS / Atom.
The hub link variable is wrong in default template (this correction) but OK in the vintage one.
|
2022-03-29 16:08:57 +00:00 |
|
dependabot[bot]
|
441b755712
|
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-29 15:32:20 +00:00 |
|
Nicolas Friedli
|
cbb140a9af
|
Correction: pubsubhubbub hub link in RSS / Atom.
|
2022-03-14 14:21:29 +01:00 |
|
nodiscc
|
30cf6bf92e
|
Merge pull request #1826 from nodiscc/dockerfile-alpine-3.15
dockerfile: update base image to alpine 3.15
|
2022-01-14 13:38:10 +00:00 |
|
nodiscc
|
6067508bb1
|
dockerfile: update base image to alpine 3.15
- fixes https://github.com/shaarli/Shaarli/issues/1655
|
2022-01-14 14:23:23 +01:00 |
|
nodiscc
|
39a3749f3b
|
Merge pull request #1825 from nodiscc/fix-phpcs-blank-lines-after-brace
tests: phpcs: fix 'Opening brace must not be followed by a blank line' error
|
2022-01-13 19:54:45 +00:00 |
|
nodiscc
|
cf9031da22
|
tests: phpcs: fix 'Opening brace must not be followed by a blank line' error
- fixes https://github.com/shaarli/Shaarli/issues/1818
|
2022-01-13 20:50:39 +01:00 |
|
nodiscc
|
aeda845b3c
|
Merge pull request #1806 from nodiscc/doc-fix-example-config-json
doc: add "formatter" setting to example.json.php, remove duplicate "general" key
fixes https://github.com/shaarli/Shaarli/issues/1680
|
2021-12-17 14:35:14 +00:00 |
|
nodiscc
|
7ae4b2f8b0
|
doc: add "formatter" key to example config.json.php
- fixes https://github.com/shaarli/Shaarli/issues/1680
|
2021-10-10 15:11:38 +02:00 |
|
nodiscc
|
df0ca43873
|
doc: remove duplicate "general" key in example config.php.json
- ref. https://github.com/shaarli/Shaarli/issues/1680
|
2021-10-10 15:09:57 +02:00 |
|
nodiscc
|
21550cda7d
|
Merge pull request #1804 from nodiscc/doc-fix-icon
doc: fix homepage title/icon rendering
|
2021-10-02 11:25:16 +00:00 |
|
nodiscc
|
e0f4fd4537
|
doc: fix homepage title/icon rendering
- fixes https://github.com/shaarli/Shaarli/issues/1774
|
2021-09-26 21:53:41 +02:00 |
|
ArthurHoaro
|
163cd8ce2d
|
Merge pull request #1798 from kcaran/or-tag-search
|
2021-09-23 08:32:40 +02:00 |
|
Keith Carangelo
|
d2019d3a09
|
Fixed issue with suggestions on multiple terms
|
2021-09-08 20:45:56 -04:00 |
|
Keith Carangelo
|
c6f27b1ade
|
Fixed issues after running make code_sniffer
|
2021-09-08 15:46:51 -04:00 |
|
Keith Carangelo
|
6202038c65
|
Updated to pass eslint
|
2021-09-08 15:40:05 -04:00 |
|
Keith Carangelo
|
a7d43caccb
|
Added support for OR (~) and optional AND (+) operators for tag searches.
|
2021-09-08 15:26:58 -04:00 |
|
Keith Carangelo
|
6e0f92acb4
|
Merge branch 'master' of github.com:Shaarli/Shaarli into upstream
|
2021-09-07 13:41:59 -04:00 |
|
ArthurHoaro
|
6ca3980812
|
Merge pull request #1795 from shaarli/dependabot/npm_and_yarn/tar-6.1.11
Bump tar from 6.1.3 to 6.1.11
|
2021-09-05 10:22:10 +02:00 |
|
ArthurHoaro
|
a276e0c4e6
|
Merge pull request #1786 from yfdyh000/remove_travis.org
remove travis from README.md
|
2021-09-05 09:28:46 +02:00 |
|
ArthurHoaro
|
b1f026b674
|
Merge pull request #1791 from yfdyh000/plugin_enabled
Intuitive checkbox for Enabled Plugins
|
2021-09-05 09:27:55 +02:00 |
|
dependabot[bot]
|
a908ed6866
|
Bump tar from 6.1.3 to 6.1.11
Bumps [tar](https://github.com/npm/node-tar) from 6.1.3 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.3...v6.1.11)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-31 16:51:51 +00:00 |
|
Keith Carangelo
|
6ca8ab31b2
|
Merge branch 'master' of github.com:Shaarli/Shaarli into upstream
|
2021-08-26 14:17:37 -04:00 |
|
YFdyh000
|
f33af48b59
|
Intuitive checkbox for Enabled Plugins
|
2021-08-22 22:34:28 +08:00 |
|
YFdyh000
|
36e16b3d17
|
remove travis from README.md
|
2021-08-22 21:44:39 +08:00 |
|
ArthurHoaro
|
3b1818dfa6
|
Merge pull request #1781 from yfdyh000/zh_CN
|
2021-08-14 10:52:58 +02:00 |
|
ArthurHoaro
|
9a62827452
|
UT: bump number of languages
|
2021-08-14 10:44:40 +02:00 |
|
nodiscc
|
dba8975f85
|
Merge pull request #1784 from shaarli/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
|
2021-08-14 00:21:20 +00:00 |
|
nodiscc
|
4dfabbf8a7
|
Merge pull request #1780 from shaarli/dependabot/npm_and_yarn/tar-6.1.3
Bump tar from 6.1.0 to 6.1.3
|
2021-08-14 00:21:01 +00:00 |
|
dependabot[bot]
|
65d9afa9b8
|
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-10 22:52:25 +00:00 |
|
YFdyh000
|
142370f0a1
|
Add Chinese (Simplified) translation
|
2021-08-10 07:23:42 +08:00 |
|
dependabot[bot]
|
a0eed0546b
|
Bump tar from 6.1.0 to 6.1.3
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.3.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.3)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-03 19:55:31 +00:00 |
|
nodiscc
|
ab6a4c9f7b
|
Merge pull request #1779 from letompouce/doc-rm-markdown-plugin
doc: remove the markdown plugin from the plugins list
|
2021-08-02 13:52:02 +00:00 |
|
ToM
|
63fe4881cc
|
doc: remove the markdown plugin from the plugins list
The plugin is now part of core since v0.12.0
|
2021-08-01 16:44:31 +02:00 |
|
nodiscc
|
a79707258f
|
Merge pull request #1768 from nodiscc/doc-proxy-subdirectory
doc: add notice about nginx location directive when shaarli is installed in a subdirectory
|
2021-07-19 17:02:29 +00:00 |
|
nodiscc
|
1a36e314ba
|
Merge pull request #1769 from nodiscc/doc-php-ldap
doc: LDAP login support, update php requirements list
|
2021-07-19 17:02:14 +00:00 |
|
nodiscc
|
4cfaa67e07
|
Merge pull request #1767 from nodiscc/doc-bookmarklet
doc: bookmarklet is now working on github.com
|
2021-07-19 17:02:05 +00:00 |
|
nodiscc
|
338648093f
|
Merge pull request #1765 from nodiscc/github-actions-docker-build
build and push docker images using Github Actions
|
2021-07-19 16:58:34 +00:00 |
|
nodiscc
|
d1fed70609
|
Merge pull request #1766 from shaarli/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.35 to 7.0.36
|
2021-06-18 15:47:38 +00:00 |
|
nodiscc
|
4a63c2bbb4
|
doc: LDAP login support, update php requirements list
- fixes https://github.com/shaarli/Shaarli/issues/1677
|
2021-06-17 17:57:07 +02:00 |
|
nodiscc
|
f841121a6e
|
doc: add notice about nginx location directive when shaarli is installed in a subdirectory
- fixes https://github.com/shaarli/Shaarli/issues/1679
|
2021-06-17 17:50:56 +02:00 |
|
nodiscc
|
2a569f1e93
|
doc: bookmarklet is now working on github.com
- left generic paragraph about this problem in place, since the problem may still be present on other sites
- closes https://github.com/shaarli/Shaarli/issues/1730
|
2021-06-17 17:46:00 +02:00 |
|
dependabot[bot]
|
bf63992617
|
Bump postcss from 7.0.35 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-15 20:38:40 +00:00 |
|