Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 2 | -0/+37 |
| | | | | | | * 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 an endpoint to refresh the token | ArthurHoaro | 2017-05-25 | 1 | -0/+6 |
| | | | | Useful for AJAX requests which burns the token | ||||
* | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 2 | -5/+8 |
| | |||||
* | Use the new 'default' theme... as default | ArthurHoaro | 2017-05-09 | 1 | -15/+0 |
| | | | | Fixes #866 | ||||
* | Merge pull request #862 from ArthurHoaro/theme/tags-everywhere | ArthurHoaro | 2017-05-07 | 1 | -2/+12 |
|\ | | | | | 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 | 1 | -2/+12 |
| | | |||||
* | | 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 | ||||
* | | History: fix entries order | ArthurHoaro | 2017-05-07 | 1 | -1/+0 |
| | | |||||
* | | Reset the history file due to datetime format change | ArthurHoaro | 2017-05-07 | 1 | -0/+11 |
| | | |||||
* | | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 6 | -8/+19 |
|/ | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | API: Get History endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+71 |
| | | | | 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/+23 |
|\ | | | | | API: add DELETE endpoint | ||||
| * | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+23 |
| | | | | | | | | | | | | 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 | 2 | -0/+68 |
|\| | | | | | REST API: implement PUT method | ||||
| * | REST API: implement PUT method | ArthurHoaro | 2017-05-07 | 2 | -0/+68 |
| | | | | | | | | | | * 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 | 6 | -40/+294 |
|\ \ | | | | | | | History mechanism | ||||
| * | | History: lazy loading for the history file | ArthurHoaro | 2017-03-21 | 1 | -0/+17 |
| | | | | | | | | | | | | Only read it when it's necessary | ||||
| * | | History mechanism | ArthurHoaro | 2017-03-21 | 3 | -1/+188 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Move database read/write to FileUtils class + additional unit tests | ArthurHoaro | 2017-03-21 | 3 | -39/+89 |
| | | | |||||
* | | | Merge pull request #830 from ArthurHoaro/theme/timezone | ArthurHoaro | 2017-04-25 | 2 | -57/+46 |
|\ \ \ | | | | | | | | | Change timezone data structure send to the templates | ||||
| * | | | Change timezone data structure send to the templates | ArthurHoaro | 2017-04-03 | 2 | -57/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -5/+6 |
| | | | | |||||
* | | | | Fix offset check with link ID = 0 | ArthurHoaro | 2017-04-05 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix a warning generated in return_bytes function and refactor it | ArthurHoaro | 2017-04-03 | 1 | -0/+89 |
| |_|/ |/| | | | | | | | | | | | | | | 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 | 3 | -3/+86 |
|\ \ \ | | | | | | | | | REST API: implement POST link service | ||||
| * | | | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 3 | -3/+86 |
| |/ / | |||||
* / / | Theme: use format_date function for daily date | ArthurHoaro | 2017-03-28 | 1 | -3/+5 |
|/ / | |||||
* | | Merge pull request #816 from ArthurHoaro/project/master-version | ArthurHoaro | 2017-03-22 | 2 | -10/+79 |
|\ \ | |/ |/| | Use 'dev' version on the master branch | ||||
| * | Set Shaarli's version only in shaarli_version.php file | ArthurHoaro | 2017-03-21 | 1 | -2/+30 |
| | | |||||
| * | Add an updateMethod to match the current remote branch for updates | ArthurHoaro | 2017-03-12 | 1 | -0/+44 |
| | | |||||
| * | Use 'dev' version on the master branch | ArthurHoaro | 2017-03-12 | 1 | -8/+5 |
| | | | | | | | | Allowed check branches are now `latest` and `stable`. | ||||
* | | Merge pull request #804 from ArthurHoaro/feature/atom-default | ArthurHoaro | 2017-03-21 | 3 | -2/+19 |
|\ \ | | | | | | | Fixes #304: use atom feed as default | ||||
| * | | Fixes #304: use atom feed as default | ArthurHoaro | 2017-03-11 | 3 | -2/+19 |
| | | | | | | | | | | | | RSS feed is still available with the setting set to false | ||||
* | | | Proper error if the conf file is invalid instead of fatal error | ArthurHoaro | 2017-03-12 | 2 | -3/+13 |
| |/ |/| | | | | | | | | | | | | | Error: An error occurred while parsing configuration JSON file (data/config.json.php): error code #4 ➜ Syntax error Please check your JSON syntax (without PHP comment tags) using a JSON lint tool such as jsonlint.com. | ||||
* | | Merge pull request #779 from ArthurHoaro/feature/import-parser-logs | ArthurHoaro | 2017-03-11 | 1 | -9/+25 |
|\ \ | |/ |/| | Link imports are now logged in `data/` folder, and can be debug using… | ||||
| * | Fix namespace issue | ArthurHoaro | 2017-03-10 | 1 | -0/+1 |
| | | |||||
| * | Link imports are now logged in `data/` folder, and can be debug using ↵ | ArthurHoaro | 2017-03-10 | 1 | -9/+24 |
| | | | | | | | | | | | | `dev.debug=true` setting related to #741 and #681 | ||||
* | | Fix #773: set Piwik URL protocol | ArthurHoaro | 2017-03-11 | 1 | -0/+17 |
|/ | |||||
* | Move config exception to dedicated classes with proper namespace | ArthurHoaro | 2017-03-09 | 3 | -33/+44 |
| | |||||
* | Fix blocking namespace issue | ArthurHoaro | 2017-03-08 | 2 | -15/+19 |
| | |||||
* | Fix autoLocale error and cover it with unit tests | ArthurHoaro | 2017-03-07 | 1 | -13/+21 |
| | |||||
* | Improve datetime display | ArthurHoaro | 2017-03-06 | 1 | -20/+52 |
| | | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET) | ||||
* | Improve autoLocale() detection | ArthurHoaro | 2017-03-06 | 1 | -9/+42 |
| | | | | | | - Creates arrays_combination function to cover all cases - add the underscore separator in the regex - add `utf8` encoding in addition to `UTF-8` | ||||
* | application: introduce the Shaarli\Config namespace | VirtualTam | 2017-03-04 | 7 | -15/+18 |
| | | | | | | | | | | | Namespaces have been introduced with the REST API, and should be generalized to the whole codebase to manage object scope and benefit from autoloading. See: - https://secure.php.net/manual/en/language.namespaces.php - http://www.php-fig.org/psr/psr-4/ Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Add markdown_escape setting | ArthurHoaro | 2017-02-28 | 1 | -0/+23 |
| | | | | | | | | | | | | | This setting allows to escape HTML in markdown rendering or not. The goal behind it is to avoid XSS issue in shared instances. More info: * the setting is set to true by default * it is set to false for anyone who already have the plugin enabled (avoid breaking existing entries) * improve the HTML sanitization when the setting is set to false - but don't consider it XSS proof * mention the setting in the plugin README | ||||
* | Set the vintage theme by default for the time being | ArthurHoaro | 2017-02-27 | 1 | -0/+14 |
| | |||||
* | REST API: implements getLink by ID service | ArthurHoaro | 2017-02-19 | 2 | -2/+55 |
| | | | | See http://shaarli.github.io/api-documentation/#links-link-get | ||||
* | Merge pull request #769 from ArthurHoaro/api/getlinks-visibility | ArthurHoaro | 2017-02-13 | 1 | -3/+2 |
|\ | | | | | REST API - getLinks: support the visibility parameter | ||||
| * | REST API - getLinks: support the visibility parameter | ArthurHoaro | 2017-01-17 | 1 | -3/+2 |
| | |