aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1308 from ArthurHoaro/feature/daily-dateArthurHoaro2019-06-085-312/+431
|\ \ | |/ |/| Daily - display the current day instead of the previous one
| * Daily - display the current day instead of the previous oneArthurHoaro2019-05-255-312/+431
| | | | | | | | | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299
* | Merge pull request #1309 from ArthurHoaro/feature/qrcode-linkArthurHoaro2019-05-302-2/+1
|\ \ | |/ |/| Remove QRCode link to an external service
| * Remove QRCode link to an external serviceArthurHoaro2019-05-252-2/+1
|/
* Merge pull request #1273 from ArthurHoaro/feature/ban-managerArthurHoaro2019-05-256-184/+630
|\ | | | | Rewrite IP ban management
| * Rewrite IP ban managementArthurHoaro2019-02-096-184/+630
| | | | | | | | | | | | | | This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587
* | Merge pull request #1301 from ArthurHoaro/template/print-cssArthurHoaro2019-05-252-2/+16
|\ \ | | | | | | Add print CSS rules to the default template
| * | Add print CSS rules to the default templateArthurHoaro2019-05-082-2/+16
| | | | | | | | | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons
* | | Merge pull request #1305 from ArthurHoaro/feature/forkawsomeArthurHoaro2019-05-256-10/+11
|\ \ \ | | | | | | | | Switch from FontAwesome v4.x to ForkAwesome
| * | | Switch from FontAwesome v4.x to ForkAwesomeArthurHoaro2019-05-196-10/+11
|/ / / | | | | | | | | | And use the Shaarli icon made by @xuv in the header and footer (default template).
* | | Merge pull request #1304 from ArthurHoaro/hotfix/yarn-depArthurHoaro2019-05-192-1040/+2054
|\ \ \ | | | | | | | | Update node-sass to fix a vulnerability in node tar dependency
| * | | Update node-sass to fix a vulnerability in node tar dependencyArthurHoaro2019-05-192-1040/+2054
| |/ / | | | | | | | | | See https://github.com/sass/node-sass/issues/2625
* | | Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-allArthurHoaro2019-05-081-1/+1
|\ \ \ | |/ / |/| | Hide select all button on mobile view
| * | Hide select all button on mobile viewArthurHoaro2019-04-221-1/+1
| | | | | | | | | | | | Bulk actions are not available on mobile view yet
* | | Merge pull request #1295 from ArthurHoaro/feature/visited-link-colorArthurHoaro2019-05-081-1/+1
|\ \ \ | | | | | | | | Slightly lighten visited link color
| * | | Slightly lighten visited link colorArthurHoaro2019-04-221-1/+1
| | | | | | | | | | | | | | | | To make it more visible in the middle of raw text.
* | | | Merge pull request #1296 from ArthurHoaro/feature/sticky-labelArthurHoaro2019-05-082-9/+18
|\ \ \ \ | |_|/ / |/| | | Display sticky label in linklist
| * | | Display sticky label in linklistArthurHoaro2019-04-222-9/+18
| |/ / | | | | | | | | | Add sticky label, like private label, in linklist to make it more visible.
* | | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibilityArthurHoaro2019-04-224-1/+85
|\ \ \ | | | | | | | | Bulk action: set visibility
| * | | Bulk action: set visibilityArthurHoaro2019-02-094-1/+85
| | |/ | |/| | | | | | | | | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160
* | | Merge pull request #1294 from virtualtam/changelog/v0.10.4nodiscc2019-04-164-9/+17
|\ \ \ | | | | | | | | Update README, CHANGELOG and AUTHORS for v0.10.4
| * | | Update README, CHANGELOG and AUTHORS for v0.10.4VirtualTam2019-04-164-9/+17
|/ / / | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | Merge pull request #1293 from ArthurHoaro/hotfix/history-renameArthurHoaro2019-04-151-1/+1
|\ \ \ | | | | | | | | Hotfix: History controller for the REST API has been renamed in a previous commit
| * | | Hotfix: History controller for the REST API has been renamed in a previous ↵ArthurHoaro2019-04-151-1/+1
|/ / / | | | | | | | | | | | | | | | commit but the class name hasn't been updated in index.php
* | | Merge pull request #1288 from shaarli/fix-mkdocsnodiscc2019-03-311-0/+15
|\ \ \ | | | | | | | | docs: add readthedocs configuration file
| * | | docs: add readthedocs configuration filenodiscc2019-03-301-0/+15
| | |/ | |/| | | | | | | | | | workaround for mkdocs incompatibility with python 3.7 https://github.com/rtfd/readthedocs.org/issues/5250
* | | Merge pull request #1283 from llune/patch-1ArthurHoaro2019-03-251-0/+3
|\ \ \ | | | | | | | | add "Select all" string and French translation
| * | | add "Select all" string and French translationLuce Carević2019-03-021-0/+3
| |/ /
* | | Merge pull request #1281 from llune/masterArthurHoaro2019-03-255-37/+37
|\ \ \ | |/ / |/| | accessibility fixes
| * | Merge pull request #1 from llune/pr2Luce Carević2019-03-021-3/+3
| |\ \ | | | | | | | | delete useless titles
| | * | delete useless titlesLuce Carević2019-03-021-3/+3
| |/ /
| * | fix empty links and hide <i> for screenreadersLuce Carević2019-03-023-32/+32
| | |
| * | footer and contentinfoLuce Carević2019-03-021-2/+2
|/ /
* | Merge pull request #1272 from ArthurHoaro/feature/html-langArthurHoaro2019-03-0220-19/+20
|\ \ | | | | | | Accessibility: specify the HTML lang attribute
| * | Accessibility: specify the HTML lang attributeArthurHoaro2019-02-0920-19/+20
| |/ | | | | | | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* | Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieveArthurHoaro2019-03-026-7/+42
|\ \ | | | | | | Do not try to retrieve thumbnails for internal link
| * | Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-246-7/+42
| |/ | | | | | | Also adds a helper function to determine if a link is a note and apply it across multiple files.
* | Merge pull request #1279 from virtualtam/changelog/v0.10.3Aurélien Tamisier2019-02-243-7/+37
|\ \ | | | | | | Update badges, changelog and documentation for v0.10.3
| * | Update badges, changelog and documentation for v0.10.3VirtualTam2019-02-243-7/+37
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | Merge pull request #1275 from ArthurHoaro/doc/drop-php70ArthurHoaro2019-02-241-1/+1
|\ \ \ | | | | | | | | Documentation: drop PHP 7.0 compatibility in Shaarli 11.x
| * | | Documentation: drop PHP 7.0 compatibility in Shaarli 11.xArthurHoaro2019-02-091-1/+1
| | |/ | |/| | | | | | | related to #1249
* | | Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warningArthurHoaro2019-02-242-1/+7
|\ \ \ | | | | | | | | Fix a warning if links sticky status isn't set
| * | | Fix a warning if links sticky status isn't setArthurHoaro2019-02-092-1/+7
| |/ / | | | | | | | | | | | | - initiate its status to false when the link is created - if not defined, initiate its status to false (can happen if the updater hasn't run)
* | | Merge pull request #1269 from ArthurHoaro/feature/remove-redirectorArthurHoaro2019-02-2412-168/+50
|\ \ \ | | | | | | | | Remove the redirector setting
| * | | Remove the redirector settingArthurHoaro2019-02-0912-168/+50
| |/ / | | | | | | | | | Fixes #1239
* | | Merge pull request #1274 from ArthurHoaro/hotfix/css-buttons-mobileArthurHoaro2019-02-241-0/+3
|\ \ \ | | | | | | | | Fix button overlapping on mobile in linklist
| * | | Fix button overlapping on mobile in linklistArthurHoaro2019-02-091-0/+3
| |/ /
* | | Merge pull request #1268 from ArthurHoaro/hotfix/thumb-gd-disableArthurHoaro2019-02-241-1/+1
|\ \ \ | |_|/ |/| | Fix thumbnails disabling if PHP GD is not installed
| * | Fix thumbnails disabling if PHP GD is not installedArthurHoaro2019-02-091-1/+1
| |/
* | Merge pull request #1264 from shaarli/doc-fix-mkdocs-warningsnodiscc2019-02-091-3/+3
|\ \ | |/ |/| doc: fix invalid links