| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
New plugin hook: ability to add custom filters to Shaarli search engine
|
|/
|
|
|
|
|
| |
A new plugin hook has been added: hook_test_filter_search_entry
This hook allows to filter out bookmark with custom plugin code when a search is performed.
Related to #143
|
|\
| |
| | |
Handle pagination through BookmarkService
|
| |
| |
| |
| |
| |
| |
| | |
Handle all search results through SearchResult object.
This is a required step toward implementing a BookmarkService based on SQL database.
Related to #953
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
DefaultFormatter:
- format 'a' tag content and not href attribute
- format hashtags properly
Markdown(Extra)Formatter:
- Extend Parsedown to format highlight properly: https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions
Fixes #1681
|
|\ \ \
| | | |
| | | | |
Fix: bulk add redirection with ending slash
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Otherwise cookie may not be store under the right subfolder, thus generating tokens in the wrong session file.
Fixes #1690
|
|\ \ \
| |_|/
|/| | |
Update German translations, added new strings to server.html
|
|/ / |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
@see https://www.php.net/manual/en/intldateformatter.format.php
> If a DateTime or an IntlCalendar object is passed, its timezone is not considered. The object will be formatted using the formaterʼs configured timezone. If one wants to use the timezone of the object to be formatted, IntlDateFormatter::setTimeZone() must be called before with the objectʼs timezone.
|
| |/ |
|
|\ \
| | |
| | | |
Fix: bulk add - delete existing link
|
| |/
| |
| |
| |
| |
| | |
Do not send redirect response in bookmark delete controller if the request comes from bulk creation page.
Fixes #1683
|
|\ \
| |/
|/| |
Fix: bulk add - private status
|
|/
|
|
|
|
| |
Use 'checked' attribute instead of 'value' for checkboxes. 'value' always returns 'on'.
Fixes #1684
|
|\
| |
| | |
Fix: bulk add - use unique HTML ID
|
| |
| |
| |
| |
| |
| | |
Use links loop ID to make ID unique and fix browser labels behaviour.
Fixes #1685
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make sure that header metadata associated with permalink is only used in linklist template.
Fixes #1686
|
|\| |
| |/
|/| |
Inject current template name in templates
|
|/
|
|
|
|
| |
Use either legacy key _PAGE_ or new 'template' one.
Related to https://github.com/kalvn/Shaarli-Material/issues/118
|
|\
| |
| | |
Update Japanese translations
|
| | |
|
| |\
| |/
|/| |
Merge fork source
|
|\ \
| | |
| | | |
Fix default_colors plugin: update CSS file on color change
|
| | |
| | |
| | |
| | |
| | |
| | | |
Last update of this plugin remove the save_plugin_parameters hook.
Fixes #1657
|
|\ \ \ |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Even though the documentation specify that tags should be passed as an array, tags string is actually allowed. So this adds a proper parsing with configured separator.
Related to #1651
|
|\ \ \
| | | |
| | | | |
Fix: synchronous metadata retrieval is failing in strict mode
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Metadata can now only be string or null.
Fixes #1653
|
|\ \ \ \
| | | | |
| | | | | |
Fix metadata extract regex (2)
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Reference: https://stackoverflow.com/questions/8055727/negating-a-backreference-in-regular-expressions
Fixes #1656
|
|\ \ \ \
| |_|/ /
|/| | | |
Daily RSS Cache: invalidate cache base on the date
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time.
Fixes #1659
|
|\ \ \ \
| |/ / /
|/| | | |
Typo fix line 76 'Authentication' -> Authorization
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Daily RSS - Remove relative description (today, yesterday)
|
| | | |
| | | |
| | | |
| | | | |
It is not useful for the RSS feed, as every new entry will be 'yesterday', and it requires an update the next day.
|
|\ \ \ \
| | | | |
| | | | | |
Plugin system: allow plugins to provide custom routes
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- each route will be prefixed by `/plugin/<plugin_name>`
- add a new template for plugins rendering
- add a live example in the demo_plugin
Check out the "Plugin System" documentation for more detail.
Related to #143
|
|\ \ \ \
| | | | |
| | | | | |
newer alpine (for newer PHP) and apk upgrade #1655
|
| | | | | |
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix: soft fail if the mutex is not working
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
And display the error in server admin page
Fixes #1650
|
|\ \ \ \ |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)
Signed-off-by: dependabot[bot] <support@github.com>
|