| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fixes #360 - Auto-complete more than one tag in tag filter field
|
| |
| |
| |
| |
| |
| | |
* Group awesomplete for multi data in a single JS file.
* Use it in editlink and linklist.
* Move awesomplete JS lib at the end of page in editlink.
|
|\ \
| | |
| | | |
Add a target to generate Doxygen documentation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relates to #95
Customizations for PHP/Shaarli:
- add project information
- index PHP files
- index global functions
- exclude directories
Usage
$ make doxygen
$ firefox doxygen/index.html &
Notes
- classes can be found under "Data Structures"
- global functions can be found under "Files > Globals > Functions"
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|/ /
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \
| | |
| | | |
Fixes #382: Bookmarklet can not retrieve title when there is a quotation mark in it
|
| | |
| | |
| | |
| | |
| | |
| | | |
mark in it
bookmarklet fields weren't correctly escaped
|
|\ \ \
| | | |
| | | | |
Fixes #176 - Add opensearch functionality
|
| | |/
| |/|
| | |
| | |
| | | |
* add a new page in Router: do=opensearch which displays the opensearch plugin
* using base64 compressed image to avoid issue encountered with HTTPS
|
|\ \ \
| |_|/
|/| | |
Bugfix: do not store plugin errors in data.php
|
|/ /
| |
| |
| |
| |
| | |
Before this, calling writeConfig() would have write error messages in data.php, because it uses 'plugins' array which is used for plugin configuration.
Causing the message error appear everytime.
|
|\ \
| |/
|/| |
Bump version to v0.6.0
|
|/
|
|
| |
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
|
|\
| |
| | |
cleanup: remove the executable bit from source scripts
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
index.php: group globals by theme, format comments
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
Plugin proposition
|
| | |
|
| |\
| | |
| | | |
PLUGIN demo_plugin
|
| | |
| | |
| | |
| | |
| | | |
This plugin try to cover Shaarli's plugin API entirely.
Can be used by plugin developper to make their own.
|
| |\ \
| | | |
| | | | |
PLUGIN wallabag
|
| | | |
| | | |
| | | |
| | | |
| | | | |
+ removed exit error if the config is not found
+ coding style
|
| | |/
| | |
| | |
| | | |
Add a Wallabag icon in linklist for each link.
|
| |\ \
| | | |
| | | | |
PLUGIN readityourself
|
| | | | |
|
| | |/
| | |
| | |
| | | |
Add an icon for each link (linklist) for ReadItYourself
|
| |\ \
| | | |
| | | | |
PLUGIN: addlink_toolbar
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Add a field in linklist page to paste a new link.
Displayed in fields toolbar.
|
| |\ \
| | | |
| | | | |
PLUGIN playvideos
|
| | | |
| | | |
| | | |
| | | | |
+ coding style
|
| | |/
| | |
| | |
| | | |
Display a button in buttons toolbar which allows to play all videos found.
|
| |\ \
| | | |
| | | | |
PLUGIN QRCode
|
| | | |
| | | |
| | | |
| | | | |
+ coding style
|
| | |/
| | |
| | |
| | | |
Add an icon in linklist to display links QRCode
|
| |\ \
| | |/
| |/| |
PLUGIN archiveorg
|
| | |
| | |
| | |
| | | |
+ coding style
|
| |/
| |
| |
| | |
Display an archive.org icon in linklist, foreach links.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Add a bunch of plugin placeholders in templates
|
| | |
|
| |
| |
| |
| | |
see shaarli/Shaarli#275
|
|\ \
| |/
|/| |
Fixes #356 - adding a link should return added link's hash
|
|/
|
|
|
| |
* adding a link should return added link's hash
* allow redirection relative urls in generateLocation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
- PHP session IDs: handle hash algorithms and bits per char representations
Minor changes:
- HTTPS: support being served behing an SSL-enabled proxy
- HTTP/Server utilities: refactor & add test coverage
Project & documentation:
- improve/rewrite `README.md`
- update contributor list
- update `index.php` header
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
HTTP: move server URL functions to `HttpUtils.php`
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Relates to #333
Modifications:
- refactor server URL utility functions
- do not access global `$_SERVER` variables
- add test coverage
- improve readability
- apply coding conventions
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|