aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #1135 from ArthurHoaro/ci/csslintArthurHoaro2018-05-2920-958/+1444
|\ \ \ | | | | | | | | Reformat SCSS to SASS format and run SASSLint in CI
| * | | Add SASSLint makefile target, and run it in CIArthurHoaro2018-05-108-14/+312
| | | | | | | | | | | | | | | | Also move ESLint and SASSLint config files to a dedicated .dev folder
| * | | Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-1011-15/+15
| | | |
| * | | Reformat default theme SCSS to match SASS rulesArthurHoaro2018-05-101-929/+1117
| | | |
* | | | Merge pull request #1140 from ArthurHoaro/hotfix/markdown-rss-permalinkArthurHoaro2018-05-292-0/+63
|\ \ \ \ | |_|/ / |/| | | Fix feed permalink rendering with markdown escape set to true
| * | | Fix feed permalink rendering with markdown escape set to trueArthurHoaro2018-05-192-0/+63
|/ / / | | | | | | | | | Fixes #1134
* | | Merge pull request #1138 from ArthurHoaro/stakaliArthurHoaro2018-05-172-3/+11
|\ \ \ | |/ / |/| | Adds Stakali Android app to 3rd party lists
| * | Adds Stakali Android app to 3rd party listsArthurHoaro2018-05-132-3/+11
|/ /
* | Merge pull request #1116 from ArthurHoaro/ci/eslintArthurHoaro2018-05-062-11/+32
|\ \ | | | | | | Use Travis stages to run JS tests separately
| * | Use Travis stages to run JS tests separatelyArthurHoaro2018-05-052-11/+32
|/ /
* | Merge pull request #1133 from ArthurHoaro/hotfix/title-dlArthurHoaro2018-05-022-5/+14
|\ \ | | | | | | Title retrieval fixes
| * | Support redirection in cURL download callbackArthurHoaro2018-05-011-4/+13
| | |
| * | Fix parameter order which was preventing max_dl parameter to work properlyArthurHoaro2018-05-011-1/+1
|/ /
* | Merge pull request #1081 from nodiscc/doc-merge-sharingnodiscc2018-04-1812-63/+98
|\ \ | | | | | | doc: merge all sharing methods under a single "Sharing content" page
| * | remove duplicate translationnodiscc2018-04-141-6/+0
| | |
| * | doc: sharing: add link to REST API documentationnodiscc2018-04-141-1/+1
| | |
| * | doc: optimize PNGs with pngcrushnodiscc2018-04-146-0/+0
| | | | | | | | | | | | 164k -> 156k
| * | doc: add edit_icon.png to git repositorynodiscc2018-04-142-1/+1
| | | | | | | | | | | | optimize icon with optipng/pngcrush (3.30%)
| * | update PO strings for Edit/New Shaarenodiscc2018-04-141-3/+14
| | | | | | | | | | | | update french translation
| * | default/editlink.tpl: title: Shaare -> New Shaarenodiscc2018-04-141-2/+1
| | |
| * | doc: merge all sharing methods under a single "Sharing content" pagenodiscc2018-04-145-58/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | * formatting, wording, reordering, general improvements * move blog/pastebin/notepad item from index.md to this page * add TODOs * add the new page to mkdocs TOC Part of https://github.com/shaarli/Shaarli/issues/598
* | | German language created (#1114)Buster One2018-04-152-0/+1314
|/ / | | | | | | | | | | | | | | | | | | | | | | * Added german language selection * German language file created * typo * extra space removed and typo corrected * lines 1314 through 1408 removed as suggested
* | Merge pull request #1126 from kramred/masterArthurHoaro2018-04-142-4/+4
|\ \ | | | | | | load user css at last, after plugin css to enable changing plugin styles
| | * also for new default tpl add meta tag to block sending the referrer vintage ↵Mark Schmitz2018-06-072-0/+6
| |/ | | | | | | -> #692
| * add loading user css at last to vintage tplMark Schmitz2018-04-131-1/+1
| |
| * load user css at last, after plugin css to enable changing plugin stylesMark Schmitz2018-04-131-3/+3
|/
* Merge pull request #1121 from virtualtam/node/packaging-metadataVirtualTam2018-04-0812-22/+28
|\ | | | | Update frontend metadata and COPYING
| * Cleanup unused asset resourcesVirtualTam2018-04-055-0/+0
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Update documentation and Doxygen icon locationVirtualTam2018-04-054-3/+3
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Update COPYINGVirtualTam2018-04-052-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/pull/1072 Changed: - update paths to resource files (assets, images) Removed: - references to resources now resolved through NPM - licenses corresponding to the aforementioned resources Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Update NPM frontend metadataVirtualTam2018-04-041-0/+4
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Update EditorConfig for frontend resourcesVirtualTam2018-04-031-1/+1
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #1115 from ArthurHoaro/parsedown-versionArthurHoaro2018-03-313-60/+71
|\ | | | | Update parsedown to its latest version instead of fixed 1.6
| * Update parsedown to its latest version instead of fixed 1.6ArthurHoaro2018-03-313-60/+71
|/
* Remove minified JS libsArthurHoaro2018-03-312-9/+0
|
* Merge pull request #1113 from ArthurHoaro/docker/node-yarn-webpackArthurHoaro2018-03-281-1/+10
|\ | | | | Docker: build frontend dependencies with node and yarn
| * Docker: build frontend dependencies with node and yarnArthurHoaro2018-03-271-1/+10
| |
| * Webpack / Documentation updateArthurHoaro2018-03-265-11/+47
| |
| * Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and gitArthurHoaro2018-03-269-18/+4849
| |
| * Webpack / Update front paths in template filesArthurHoaro2018-03-2615-50/+97
| |
| * Webpack / Rewrite all JS to ES6 SyntaxArthurHoaro2018-03-265-724/+656
| |
| * Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ArthurHoaro2018-03-2648-8228/+19
| |
* | Merge pull request #1072 from ArthurHoaro/feature/modern-front-endArthurHoaro2018-03-2881-9118/+5755
|\ \ | | | | | | Manage frontend dependencies with npm/yarn and webpack
| * | Webpack / Documentation updateArthurHoaro2018-03-285-11/+47
| | |
| * | Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and gitArthurHoaro2018-03-289-18/+4849
| | |
| * | Webpack / Update front paths in template filesArthurHoaro2018-03-2815-50/+97
| | |
| * | Webpack / Rewrite all JS to ES6 SyntaxArthurHoaro2018-03-285-724/+656
| | |
| * | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ArthurHoaro2018-03-2848-8228/+19
|/ /
* | Merge pull request #1093 from ArthurHoaro/feature/theme-translationArthurHoaro2018-03-266-2/+98
|\ \ | | | | | | Load theme translations files automatically
| * | Load theme translations files automaticallyArthurHoaro2018-03-266-2/+98
| | | | | | | | | | | | | | | | | | Fixes #1077 Take a look at the docs update to see how it works