| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Fix internal markdown link in documentation
|
|/ |
|
|\
| |
| | |
Force HTTPS if the original port is 443 behind a reverse proxy
|
| |
| |
| |
| | |
Fixes #1022
|
|\ \
| | |
| | | |
Increase buffer size for cURL download
|
| | |
| | |
| | |
| | | |
1kB chunk size has caused me a lot of trouble with Travis which wasn't completing the download
|
|\ \ \
| | | |
| | | | |
Improve SessionManager constructor and tests
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Relates to https://github.com/shaarli/Shaarli/pull/1005
Changed:
- pass a copy of the ConfigManager instance instead of a reference
- move FakeConfigManager to a dedicated file
- update tests
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \ \ \
| | | | |
| | | | | |
documentation cleanup
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* In preparation of #930 work
* Remove/reorder duplicate documentation from Makefile/Unit-tests.md/Download-and-Installation.md (composer information is now in Unit-tests.md)
* Installation using git: add composer requirement to all git installation procedures, add python3-virtualenv requirement
* Styling (horizontal rulers, spacing, descriptive headers)
|
|\ \ \ \
| |_|_|/
|/| | | |
Add apple-touch-icon meta tag
|
| |/ /
| | |
| | |
| | | |
Fixes #997
|
|\ \ \
| | | |
| | | | |
Improve messages if there is no plugin or parameter available in the admin page
|
| |/ /
| | |
| | |
| | | |
Fixes #931
|
|\ \ \
| |_|/
|/| | |
Return true after update ReorderDatastore to complete it
|
|/ / |
|
|\ \
| |/
|/| |
Fix alignement and better clarity for 'List all links with those tags' button
|
|/
|
|
|
|
| |
Fix CSS class typo and display the link as a button
Fixes #999
|
|\
| |
| | |
Don't URL encode description links if parameter 'redirector.encode_url' is set to false
|
| |
| |
| |
| | |
set to false
|
|\ \
| |/
|/| |
Remove redirector setting from Configure page
|
|/
|
|
|
|
| |
This feature is pretty much useless these days as browsers have builtin features to support the thag "<meta name='referrer'", so keep the setting page as clean as possible.
Also, avoid advertising it too much, because I'm pretty sure it doesn't work very well with markdown descriptions (as Parsedown have some trouble regarding URL detection (without MarkDown link tag)).
|
|\
| |
| | |
Addition of shaarli2mastodon plugin.
|
|/ |
|
|\
| |
| | |
Theme improvements: move thumbnails to the right and reduce margins overall
|
|/
|
|
|
|
|
|
|
|
| |
* Reduce multiple margins (markdown, space between block, etc.)
* Move thumbnails to the right in the same line as the title
* Move edit button as floating to the left
* Move fold/collapse and checkbox buttons as floating to the right
* Add a bunch of HTML ID in the linklist template
Relates to #877
|
|\
| |
| | |
Performances: reorder links when they're written instead of read
|
| |
| |
| |
| | |
relates to #891
|
|\ \
| | |
| | | |
Refactor session management utilities
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relates to https://github.com/shaarli/Shaarli/issues/324
Changed:
- `is_session_id_valid()` -> `SessionManager::checkId()`
- update tests
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relates to https://github.com/shaarli/Shaarli/issues/324
Added:
- `SessionManager` class to group session-related features
- unit tests
Changed:
- `getToken()` -> `SessionManager->generateToken()`
- `tokenOk()` -> `SessionManager->checkToken()`
- inject a `$token` parameter to `PageBuilder`'s constructor
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \ \
| |/ /
|/| | |
Changelog: link to CVE-2017-15215, give attribution
|
|/ / |
|
|\ \
| | |
| | | |
Documentation: add reverse proxy examples for Docker images
|
| | |
| | |
| | |
| | |
| | |
| | | |
Closes https://github.com/shaarli/Shaarli/issues/888
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \ \
| | | |
| | | | |
Docs: mention Docker in the download & install page
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Shaarli's translation
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* translation system and unit tests
* Translations everywhere
Dont use translation merge
It is not available with PHP builtin gettext, so it would have lead to inconsistency.
|
|\ \ \
| |/ /
|/| | |
docker: add 'latest' image
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This implies the following changes:
- `shaarli/shaarli:latest` will now point to the `latest` release
- `shaarli/shaarli:master` will point to the `master` branch
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \
| | |
| | | |
Docker: switch to Alpine Linux
|