Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move README contents to doc/md/index.md | nodiscc | 2017-06-18 | 2 | -97/+111 |
| | |||||
* | make htmlpages | nodiscc | 2017-06-18 | 50 | -1854/+92 |
| | |||||
* | doc: rename "datastore hacks" -> "various hacks", move example scripts to ↵ | nodiscc | 2017-06-18 | 7 | -516/+10 |
| | | | | gist.github.com, remove obsolete GH wiki _Sidebar.md | ||||
* | Generate HTML documentation using MkDocs (WIP) | nodiscc | 2017-06-18 | 162 | -7136/+22127 |
| | | | | | | | | | | | | | | | | | | | | | | | | MkDocs is a static site generator geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML file. * http://www.mkdocs.org/ * http://www.mkdocs.org/user-guide/configuration/ Ref. #312 * remove pandoc-generated HTML documentation * move markdown doc to doc/md/, * mkdocs.yml: * generate HTML doc in doc/html * add pages TOC/ordering * use index.md as index page * Makefile: remove execute permissions from generated files * Makefile: rewrite htmlpages GFM to markdown conversion using sed: awk expression aslo matched '][' which causes invalid output on complex links with images or code blocks * Add mkdocs.yml to .gitattributes, exclude this file from release archives * Makefile: rename: htmldoc -> doc_html target * run make doc: pull latest markdown documentation from wiki * run make htmlpages: update html documentation | ||||
* | Merge pull request #890 from Lucas-C/taglist-cloud_improvments | ArthurHoaro | 2017-06-11 | 3 | -3/+19 |
|\ | | | | | Tagcloud/list improvments | ||||
| * | Tagcloud/list improvments | Lucas Cimon | 2017-06-09 | 3 | -3/+19 |
|/ | |||||
* | Merge pull request #894 from Lucas-C/bug893 | ArthurHoaro | 2017-06-07 | 1 | -2/+3 |
|\ | | | | | Fixing "Uncaught TypeError" in shaarli.js - fix #893 | ||||
| * | Fixing "Uncaught TypeError" in shaarli.js - fix #893 | Lucas Cimon | 2017-06-07 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #882 from ArthurHoaro/feature/edit-timestamp | ArthurHoaro | 2017-05-31 | 3 | -3/+16 |
|\ | | | | | Add creation date when editing a link | ||||
| * | Add creation date when editing a link | ArthurHoaro | 2017-05-31 | 3 | -3/+16 |
| | | | | | | | | | | | | Also, alter the title on edition Fixes #431 | ||||
* | | Merge pull request #880 from ArthurHoaro/hotfix/allowed-protocols | ArthurHoaro | 2017-05-31 | 8 | -16/+151 |
|\ \ | | | | | | | Add a whitelist of protocols for URLs | ||||
| * | | Add a whitelist of protocols for URLs | ArthurHoaro | 2017-05-25 | 8 | -16/+151 |
| | | | | | | | | | | | | | | | | | | | | | - for Shaare - for markdown description links and images Not whitelisted protocols will be replaced by `http://` | ||||
* | | | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit | ArthurHoaro | 2017-05-31 | 1 | -2/+12 |
|\ \ \ | | | | | | | | | Selection is now limited to 2k characters using bookmarklets | ||||
| * | | | Bookmarklet size limit: increase to 4500 chars and add an alert warning | ArthurHoaro | 2017-05-28 | 1 | -2/+12 |
| | | | | |||||
| * | | | Selection is now limited to 2k characters using bookmarklets | ArthurHoaro | 2017-05-25 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | | | | | | | to avoid having too large URL Fixes #528 | ||||
* | | | Merge pull request #883 from ArthurHoaro/template/visited-link | ArthurHoaro | 2017-05-28 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Display visited links in grey | ||||
| * | | Display visited links in grey | ArthurHoaro | 2017-05-25 | 1 | -2/+2 |
|/ / | | | | | | | Fixes #244 | ||||
* | | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 12 | -36/+115 |
|\ \ | | | | | | | Empty tag search will look for not tagged links | ||||
| * | | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 12 | -36/+115 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc | ||||
* | | | Merge pull request #881 from ArthurHoaro/feature/note-bookmarklet | ArthurHoaro | 2017-05-25 | 2 | -4/+19 |
|\ \ \ | | | | | | | | | Add Note bookmarklet #580 | ||||
| * | | | Add Note bookmarklet #580 | philipp-r | 2017-05-25 | 2 | -4/+19 |
| | | | | |||||
* | | | | Merge pull request #835 from ArthurHoaro/feature/tag-cloud | ArthurHoaro | 2017-05-25 | 12 | -17/+540 |
|\ \ \ \ | | | | | | | | | | | Adds a taglist view with edit/delete buttons | ||||
| * | | | | Tag list: use awesomplete for tag auto completion | ArthurHoaro | 2017-05-25 | 3 | -3/+69 |
| | | | | | |||||
| * | | | | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 9 | -16/+453 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme | ||||
| * | | | | Add a token available everywhere | ArthurHoaro | 2017-05-25 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Move tagcloud template file to tag.cloud | ArthurHoaro | 2017-05-25 | 3 | -1/+5 |
| | | | | | |||||
| * | | | | Add an endpoint to refresh the token | ArthurHoaro | 2017-05-25 | 2 | -0/+13 |
|/ / / / | | | | | | | | | | | | | Useful for AJAX requests which burns the token | ||||
* | | | | Merge pull request #819 from ArthurHoaro/feature/multi-delete | ArthurHoaro | 2017-05-25 | 5 | -17/+93 |
|\ \ \ \ | | | | | | | | | | | Bulk deletion | ||||
| * | | | | Bulk deletion: remove JS ES6 syntax | ArthurHoaro | 2017-05-08 | 1 | -65/+46 |
| | | | | | |||||
| * | | | | Bulk deletion | ArthurHoaro | 2017-05-08 | 5 | -11/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a checkboxes in linklist which display a sub-header containing action buttons * Strongly rely on JS * Requires a modern browser (ES6 syntax support) * Checkboxes are hidden if the browser is old or JS disabled | ||||
* | | | | | Merge pull request #878 from Lucas-C/master | ArthurHoaro | 2017-05-25 | 7 | -13/+68 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Adding the ability to display subtags in the tagcloud | ||||
| * | | | | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 7 | -13/+68 |
|/ / / / | |||||
* | | | | Merge pull request #868 from ArthurHoaro/theme/default-as-default | ArthurHoaro | 2017-05-10 | 2 | -55/+0 |
|\ \ \ \ | | | | | | | | | | | Use the new 'default' theme... as default | ||||
| * | | | | Use the new 'default' theme... as default | ArthurHoaro | 2017-05-09 | 2 | -55/+0 |
| |/ / / | | | | | | | | | | | | | Fixes #866 | ||||
* | | | | Merge pull request #869 from ArthurHoaro/cleanup/psh-dead-code | ArthurHoaro | 2017-05-10 | 1 | -21/+0 |
|\ \ \ \ | | | | | | | | | | | PubSubHub: remove dead code | ||||
| * | | | | PubSubHub: remove dead code | ArthurHoaro | 2017-05-09 | 1 | -21/+0 |
| |/ / / | |||||
* | | | | Merge pull request #870 from kalvn/fixusercss | ArthurHoaro | 2017-05-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fixes file existence check for user.css | ||||
| * | | | Fixes file existence check for user.css | kalvn | 2017-05-09 | 1 | -1/+1 |
|/ / / | |||||
* | | | Update Github badges | ArthurHoaro | 2017-05-07 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | | | Merge pull request #863 from ArthurHoaro/v0.9.0 | ArthurHoaro | 2017-05-07 | 56 | -135/+1090 |
|\ \ \ | | | | | | | | | Bump version to v0.9.0 | ||||
| * | | | Bump version to v0.9.0 | ArthurHoaro | 2017-05-07 | 56 | -135/+1090 |
|/ / / | | | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | | | Merge pull request #859 from ArthurHoaro/changelog | ArthurHoaro | 2017-05-07 | 1 | -1/+11 |
|\ \ \ | | | | | | | | | Changelog update | ||||
| * | | | Changelog update | ArthurHoaro | 2017-05-07 | 1 | -1/+11 |
| | | | | |||||
* | | | | Merge pull request #862 from ArthurHoaro/theme/tags-everywhere | ArthurHoaro | 2017-05-07 | 2 | -5/+13 |
|\ \ \ \ | | | | | | | | | | | Inject tag list everywhere to make autocomplete work on the fixed search bar | ||||
| * | | | | Inject tag list everywhere to make autocomplete work on the fixed search bar | ArthurHoaro | 2017-05-07 | 2 | -5/+13 |
| | | | | | |||||
* | | | | | Merge pull request #861 from ArthurHoaro/hotfix/import-shorturl-override | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix a bug happening when importing links with override option | ||||
| * | | | | | Fix a bug happening when importing links with override option | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | The shorturl would be set to null, generating a lot of warnings and breaking permalinks | ||||
* | | | | | Merge pull request #860 from ArthurHoaro/readme | ArthurHoaro | 2017-05-07 | 1 | -0/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Readme: add API documentation link | ||||
| * | | | | Readme: add API documentation link | ArthurHoaro | 2017-05-07 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge pull request #858 from ArthurHoaro/api/history-entries | ArthurHoaro | 2017-05-07 | 18 | -50/+137 |
|\ \ \ \ | |/ / / |/| | | | Add history entries for API endpoint |