aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* doc: contributing: remove leftover link to wikinodiscc2017-07-041-1/+1
|
* Merge pull request #772 from nodiscc/rtfdnodiscc2017-07-04161-7647/+20558
|\ | | | | Generate HTML documentation using MkDocs
| * makefile: remove [[link]] -> [link](url) conversion logicnodiscc2017-07-041-6/+0
| | | | | | | | all links in documentation have been converted to standard markdown link syntax
| * make htmlpagesnodiscc2017-07-044-47/+236
| |
| * makefile: remove obsolete 'doc' targetnodiscc2017-07-041-8/+2
| | | | | | | | official documentation can now be found in doc/md/
| * doc: release: update doc generation instructionsnodiscc2017-07-041-2/+2
| |
| * CONTRIBUTING.md: define new workflow for documentation edition and contributionsnodiscc2017-07-041-6/+2
| |
| * doc: replace pandoc requirement with python3-venvnodiscc2017-06-181-1/+2
| |
| * move README contents to doc/md/index.mdnodiscc2017-06-182-97/+111
| |
| * make htmlpagesnodiscc2017-06-1850-1854/+92
| |
| * doc: rename "datastore hacks" -> "various hacks", move example scripts to ↵nodiscc2017-06-187-516/+10
| | | | | | | | gist.github.com, remove obsolete GH wiki _Sidebar.md
| * Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-18162-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_improvmentsArthurHoaro2017-06-113-3/+19
|\ | | | | Tagcloud/list improvments
| * Tagcloud/list improvmentsLucas Cimon2017-06-093-3/+19
|/
* Merge pull request #894 from Lucas-C/bug893ArthurHoaro2017-06-071-2/+3
|\ | | | | Fixing "Uncaught TypeError" in shaarli.js - fix #893
| * Fixing "Uncaught TypeError" in shaarli.js - fix #893Lucas Cimon2017-06-071-2/+3
|/
* Merge pull request #882 from ArthurHoaro/feature/edit-timestampArthurHoaro2017-05-313-3/+16
|\ | | | | Add creation date when editing a link
| * Add creation date when editing a linkArthurHoaro2017-05-313-3/+16
| | | | | | | | | | | | Also, alter the title on edition Fixes #431
* | Merge pull request #880 from ArthurHoaro/hotfix/allowed-protocolsArthurHoaro2017-05-318-16/+151
|\ \ | | | | | | Add a whitelist of protocols for URLs
| * | Add a whitelist of protocols for URLsArthurHoaro2017-05-258-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-limitArthurHoaro2017-05-311-2/+12
|\ \ \ | | | | | | | | Selection is now limited to 2k characters using bookmarklets
| * | | Bookmarklet size limit: increase to 4500 chars and add an alert warningArthurHoaro2017-05-281-2/+12
| | | |
| * | | Selection is now limited to 2k characters using bookmarkletsArthurHoaro2017-05-251-2/+2
| | |/ | |/| | | | | | | | | | | | | to avoid having too large URL Fixes #528
* | | Merge pull request #883 from ArthurHoaro/template/visited-linkArthurHoaro2017-05-281-2/+2
|\ \ \ | |/ / |/| | Display visited links in grey
| * | Display visited links in greyArthurHoaro2017-05-251-2/+2
|/ / | | | | | | Fixes #244
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-2512-36/+115
|\ \ | | | | | | Empty tag search will look for not tagged links
| * | Empty tag search will look for not tagged linksArthurHoaro2017-05-2512-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-bookmarkletArthurHoaro2017-05-252-4/+19
|\ \ \ | | | | | | | | Add Note bookmarklet #580
| * | | Add Note bookmarklet #580philipp-r2017-05-252-4/+19
| | | |
* | | | Merge pull request #835 from ArthurHoaro/feature/tag-cloudArthurHoaro2017-05-2512-17/+540
|\ \ \ \ | | | | | | | | | | Adds a taglist view with edit/delete buttons
| * | | | Tag list: use awesomplete for tag auto completionArthurHoaro2017-05-253-3/+69
| | | | |
| * | | | Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-259-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 everywhereArthurHoaro2017-05-251-0/+3
| | | | |
| * | | | Move tagcloud template file to tag.cloudArthurHoaro2017-05-253-1/+5
| | | | |
| * | | | Add an endpoint to refresh the tokenArthurHoaro2017-05-252-0/+13
|/ / / / | | | | | | | | | | | | Useful for AJAX requests which burns the token
* | | | Merge pull request #819 from ArthurHoaro/feature/multi-deleteArthurHoaro2017-05-255-17/+93
|\ \ \ \ | | | | | | | | | | Bulk deletion
| * | | | Bulk deletion: remove JS ES6 syntaxArthurHoaro2017-05-081-65/+46
| | | | |
| * | | | Bulk deletionArthurHoaro2017-05-085-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/masterArthurHoaro2017-05-257-13/+68
|\ \ \ \ \ | |_|_|_|/ |/| | | | Adding the ability to display subtags in the tagcloud
| * | | | Adding ability to display subtags in tagcloudLucas Cimon2017-05-247-13/+68
|/ / / /
* | | | Merge pull request #868 from ArthurHoaro/theme/default-as-defaultArthurHoaro2017-05-102-55/+0
|\ \ \ \ | | | | | | | | | | Use the new 'default' theme... as default
| * | | | Use the new 'default' theme... as defaultArthurHoaro2017-05-092-55/+0
| |/ / / | | | | | | | | | | | | Fixes #866
* | | | Merge pull request #869 from ArthurHoaro/cleanup/psh-dead-codeArthurHoaro2017-05-101-21/+0
|\ \ \ \ | | | | | | | | | | PubSubHub: remove dead code
| * | | | PubSubHub: remove dead codeArthurHoaro2017-05-091-21/+0
| |/ / /
* | | | Merge pull request #870 from kalvn/fixusercssArthurHoaro2017-05-091-1/+1
|\ \ \ \ | |/ / / |/| | | Fixes file existence check for user.css
| * | | Fixes file existence check for user.csskalvn2017-05-091-1/+1
|/ / /
* | | Update Github badgesArthurHoaro2017-05-071-2/+2
| | | | | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* | | Merge pull request #863 from ArthurHoaro/v0.9.0ArthurHoaro2017-05-0756-135/+1090
|\ \ \ | | | | | | | | Bump version to v0.9.0
| * | | Bump version to v0.9.0ArthurHoaro2017-05-0756-135/+1090
|/ / / | | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* | | Merge pull request #859 from ArthurHoaro/changelogArthurHoaro2017-05-071-1/+11
|\ \ \ | | | | | | | | Changelog update