| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add a share link next to « Permalink » in linklist (using share icon
from fork awesome)
- This link generates a private key associated to the bookmark
- Accessing the bookmark while logged out with the proper key will
display it
Fixes #475
|
|\
| |
| | |
Feature: add a Server administration page
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It contains mostly read only information about the current Shaarli instance,
PHP version, extensions, file and folder permissions, etc.
Also action buttons to clear the cache or sync thumbnails.
Part of the content of this page is also displayed on the install page,
to check server requirement before installing Shaarli config file.
Fixes #40
Fixes #185
|
|/
|
|
| |
Fixes #1122
|
|
|
|
|
|
|
|
|
| |
This feature is based general.enable_async_metadata setting and works with existing metadata.js file.
The script is compatible with any template:
- the thumbnail div bloc must have attribute
- the bookmark bloc must have attribute with the bookmark ID as value
Fixes #1564
|
|\ |
|
| |
| |
| |
| |
| | |
- Use dedicated function to download headers to avoid apply multiple regexps on headers
- Also try to extract title from meta tags
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- There is a new standalone script (metadata.js) which requests
a new controller to get bookmark metadata and fill the form async
- This feature is enabled with the new setting: general.enable_async_metadata
(enabled by default)
- general.retrieve_description is now enabled by default
- A small rotating loader animation has a been added to bookmark inputs
when metadata is being retrieved (default template)
- Custom JS htmlentities has been removed and mathiasbynens/he
library is used instead
Fixes #1563
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
Parameters typing and using strict types overall increase the codebase
quality by enforcing the a given parameter will have the expected type.
It also removes the need to unnecessary unit tests checking methods
behavior with invalid input.
|
|
|
|
|
|
| |
To make sure that there is no concurrent operation on the datastore file.
Fixes #1132
|
|\
| |
| | |
Improve regex to extract HTML metadata (title, description, etc.)
|
| |
| |
| |
| |
| |
| | |
Also added a bunch of tests to cover more use cases.
Fixes #1375
|
|\ \
| | |
| | | |
REST API: allow override of creation and update dates
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Note that if they're not provided, default behaviour will apply:
creation and update dates will be autogenerated, and not empty.
Fixes #1223
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Library: [Parsedown Extra](https://github.com/erusev/parsedown-extra)
Also sort dependencies alphabetically.
Fixes #1169
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Fix warning if the encoding retrieved from external headers is invalid
|
| | | |
| | | |
| | | |
| | | | |
Also fixed the regex to support this failing header: charset="utf-8"\r\n"
|
| | | |
| | | |
| | | |
| | | | |
Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fix invalid redirection using the path of an external domain
|
| | | |
| | | |
| | | |
| | | | |
Fixes #1554
|
|\ \ \ \
| |/ / /
|/| | | |
Fix plugin base path in core plugins
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also fix note check in archiveorg plugin, and regression on vintage template.
Documentation regarding relative path has been added.
Fixes #1548
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL.
Fixes #1339
|
|\ \ \ \
| | | | |
| | | | | |
Properly handle 404 errors
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use 404 template instead of default Slim error page if the route is not found.
Fixes #827
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Plugins: do not save metadata along plugin parameters
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Also prevent the token to be saved.
Fixes #1550
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Used @nodiscc suggestion in #1148 (slightly edited).
It provides a description of what Shaarli does, Markdown rendering demo, and a thumbnail link.
Fixes #1148
|
|\ \ \
| | | |
| | | | |
Fix visibility issue on daily page
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This filter (links by day) didn't apply any visibility parameter.
Fixes #1543
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
LegacyRouter is no longer used for routing, only in existing plugins to match the _PAGE_ parameter.
So we change a few of its values there, to match the new ones defined in TemplatePage.
@see discussion in shaarli/Shaarli#1537
|