Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generates a permalinks URL if the URL is set to blank | ArthurHoaro | 2017-08-25 | 1 | -0/+3 |
| | | | | Fixes #926 | ||||
* | Fix untagged only button | ArthurHoaro | 2017-08-19 | 1 | -1/+1 |
| | |||||
* | Adding missing empty() as spotted in #889 code review | Lucas Cimon | 2017-08-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-rename | ArthurHoaro | 2017-08-05 | 1 | -40/+18 |
|\ | | | | | Make sure that the tag exists before altering/removing it | ||||
| * | Move tag renaming code to LinkDB and unit test it | ArthurHoaro | 2017-08-05 | 1 | -36/+14 |
| | | |||||
| * | Refactoring of CHANGETAG part to avoid duplicated code | ArthurHoaro | 2017-05-31 | 1 | -34/+27 |
| | | |||||
| * | Make sure that the tag exists before altering/removing it | ArthurHoaro | 2017-05-31 | 1 | -10/+17 |
| | | | | | | | | Fixes #886 | ||||
* | | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 1 | -1/+15 |
| | | |||||
* | | Tagcloud/list improvments | Lucas Cimon | 2017-06-09 | 1 | -1/+9 |
|/ | |||||
* | Merge pull request #882 from ArthurHoaro/feature/edit-timestamp | ArthurHoaro | 2017-05-31 | 1 | -1/+1 |
|\ | | | | | Add creation date when editing a link | ||||
| * | Add creation date when editing a link | ArthurHoaro | 2017-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Also, alter the title on edition Fixes #431 | ||||
* | | Merge pull request #880 from ArthurHoaro/hotfix/allowed-protocols | ArthurHoaro | 2017-05-31 | 1 | -7/+1 |
|\ \ | |/ |/| | Add a whitelist of protocols for URLs | ||||
| * | Add a whitelist of protocols for URLs | ArthurHoaro | 2017-05-25 | 1 | -7/+1 |
| | | | | | | | | | | | | | | - for Shaare - for markdown description links and images Not whitelisted protocols will be replaced by `http://` | ||||
* | | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 1 | -3/+15 |
|\ \ | | | | | | | Empty tag search will look for not tagged links | ||||
| * | | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 1 | -12/+28 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | Move tagcloud template file to tag.cloud | ArthurHoaro | 2017-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Add an endpoint to refresh the token | ArthurHoaro | 2017-05-25 | 1 | -0/+7 |
| | | | | | | | | | | | | Useful for AJAX requests which burns the token | ||||
* | | | Merge pull request #819 from ArthurHoaro/feature/multi-delete | ArthurHoaro | 2017-05-25 | 1 | -8/+11 |
|\ \ \ | | | | | | | | | Bulk deletion | ||||
| * | | | Bulk deletion | ArthurHoaro | 2017-05-08 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 1 | -3/+6 |
| |_|/ |/| | | |||||
* | | | PubSubHub: remove dead code | ArthurHoaro | 2017-05-09 | 1 | -21/+0 |
|/ / | |||||
* | | Inject tag list everywhere to make autocomplete work on the fixed search bar | ArthurHoaro | 2017-05-07 | 1 | -3/+1 |
| | | |||||
* | | Add settings history only when they're updated | ArthurHoaro | 2017-05-07 | 1 | -2/+1 |
| | | |||||
* | | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 1 | -8/+9 |
| | | | | | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | | API: Get History endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
| | | | | | | | | See http://shaarli.github.io/api-documentation/#links-history-get | ||||
* | | Merge pull request #856 from ArthurHoaro/api/delete-link | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
|\ \ | | | | | | | API: add DELETE endpoint | ||||
| * | | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete | ||||
* | | | Merge pull request #840 from ArthurHoaro/api/putLink | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
|\| | | | | | | | | REST API: implement PUT method | ||||
| * | | REST API: implement PUT method | ArthurHoaro | 2017-05-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put | ||||
* | | | Merge pull request #764 from ArthurHoaro/feature/history | ArthurHoaro | 2017-05-06 | 1 | -1/+22 |
|\ \ \ | | | | | | | | | History mechanism | ||||
| * | | | History mechanism | ArthurHoaro | 2017-03-21 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use case: rest API service * saved by default in data/history * same format as datastore.php * traced events: * save/edit/delete link * change settings or plugins settings * rename tag | ||||
* | | | | Merge pull request #830 from ArthurHoaro/theme/timezone | ArthurHoaro | 2017-04-25 | 1 | -12/+9 |
|\ \ \ \ | | | | | | | | | | | Change timezone data structure send to the templates | ||||
| * | | | | Change timezone data structure send to the templates | ArthurHoaro | 2017-04-03 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal of this is to be able to adapt the timezone form in template without hacking the HTML already rendered. * there are two arrays available: * `continents` which contains only a list of available continents * `cities` which contains a list of available timezone cities, associated with their continent Note: there are two distinct array because RainTPL doesn't support nested loop very well. | ||||
* | | | | | Use raw bytes for upload size hidden input | ArthurHoaro | 2017-04-10 | 1 | -1/+16 |
| | | | | | |||||
* | | | | | Fix a warning generated in return_bytes function and refactor it | ArthurHoaro | 2017-04-03 | 1 | -30/+2 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | It was multiplying a string containing a letter. Moved function to Utils.php and display a human readable limit size | ||||
* | | | | Merge pull request #742 from ArthurHoaro/api/postLink | ArthurHoaro | 2017-04-01 | 1 | -3/+4 |
|\ \ \ \ | | | | | | | | | | | REST API: implement POST link service | ||||
| * | | | | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 1 | -3/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #839 from ArthurHoaro/theme/daily-page-title | ArthurHoaro | 2017-03-29 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Display daily date in the page title (browser title) | ||||
| * | | | | Display daily date in the page title (browser title) | ArthurHoaro | 2017-03-28 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | | | | | Fixes #211 Depends on #838 | ||||
* / / / | Theme: use format_date function for daily date | ArthurHoaro | 2017-03-28 | 1 | -0/+1 |
|/ / / | |||||
* | | | Tags parameter for redirects #833 | philipp-r | 2017-03-25 | 1 | -3/+9 |
| | | | |||||
* | | | Merge pull request #831 from ArthurHoaro/theme/install-api-enable | ArthurHoaro | 2017-03-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add API setting in the new theme during the installation | ||||
| * | | | Add API setting in the new theme during the installation | ArthurHoaro | 2017-03-22 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Also use the same variable name across template files | ||||
* | | | Fixes a bug preventing to edit link with ID 0 | ArthurHoaro | 2017-03-22 | 1 | -2/+6 |
| |/ |/| | | | | | Fixes #814 | ||||
* | | Set Shaarli's version only in shaarli_version.php file | ArthurHoaro | 2017-03-21 | 1 | -4/+3 |
| | | |||||
* | | Use 'dev' version on the master branch | ArthurHoaro | 2017-03-12 | 1 | -2/+2 |
|/ | | | | Allowed check branches are now `latest` and `stable`. | ||||
* | Link imports are now logged in `data/` folder, and can be debug using ↵ | ArthurHoaro | 2017-03-10 | 1 | -1/+1 |
| | | | | | | `dev.debug=true` setting related to #741 and #681 | ||||
* | Fix blocking namespace issue | ArthurHoaro | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | Display private only filter as search parameter | ArthurHoaro | 2017-03-08 | 1 | -0/+1 |
| |