Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PubSubHub: remove dead code | ArthurHoaro | 2017-05-09 | 1 | -21/+0 |
| | |||||
* | Update Github badges | ArthurHoaro | 2017-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | Merge pull request #863 from ArthurHoaro/v0.9.0 | ArthurHoaro | 2017-05-07 | 56 | -135/+1090 |
|\ | | | | | Bump version to v0.9.0 | ||||
| * | Bump version to v0.9.0 | ArthurHoaro | 2017-05-07 | 56 | -135/+1090 |
|/ | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
* | Merge pull request #859 from ArthurHoaro/changelog | ArthurHoaro | 2017-05-07 | 1 | -1/+11 |
|\ | | | | | Changelog update | ||||
| * | Changelog update | ArthurHoaro | 2017-05-07 | 1 | -1/+11 |
| | | |||||
* | | Merge pull request #862 from ArthurHoaro/theme/tags-everywhere | ArthurHoaro | 2017-05-07 | 2 | -5/+13 |
|\ \ | | | | | | | 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 | 2 | -5/+13 |
| | | | |||||
* | | | 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 | ||||
* | | | Merge pull request #860 from ArthurHoaro/readme | ArthurHoaro | 2017-05-07 | 1 | -0/+6 |
|\ \ \ | |_|/ |/| | | Readme: add API documentation link | ||||
| * | | Readme: add API documentation link | ArthurHoaro | 2017-05-07 | 1 | -0/+6 |
| |/ | |||||
* | | Merge pull request #858 from ArthurHoaro/api/history-entries | ArthurHoaro | 2017-05-07 | 18 | -50/+137 |
|\ \ | |/ |/| | Add history entries for API endpoint | ||||
| * | Add settings history only when they're updated | ArthurHoaro | 2017-05-07 | 1 | -2/+1 |
| | | |||||
| * | History: fix entries order | ArthurHoaro | 2017-05-07 | 2 | -12/+11 |
| | | |||||
| * | 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 | 16 | -36/+114 |
|/ | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | Merge pull request #857 from ArthurHoaro/api/history-get | ArthurHoaro | 2017-05-07 | 4 | -0/+375 |
|\ | | | | | API: Get History endpoint | ||||
| * | API: Get History endpoint | ArthurHoaro | 2017-05-07 | 4 | -0/+375 |
|/ | | | | See http://shaarli.github.io/api-documentation/#links-history-get | ||||
* | Merge pull request #856 from ArthurHoaro/api/delete-link | ArthurHoaro | 2017-05-07 | 4 | -40/+168 |
|\ | | | | | API: add DELETE endpoint | ||||
| * | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 4 | -40/+168 |
| | | | | | | | | | | | | 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 | 5 | -0/+346 |
|\| | | | | | REST API: implement PUT method | ||||
| * | REST API: implement PUT method | ArthurHoaro | 2017-05-07 | 5 | -0/+346 |
| | | | | | | | | | | * Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put | ||||
* | | Merge pull request #855 from ArthurHoaro/theme/vintage-home-link | ArthurHoaro | 2017-05-06 | 3 | -4/+4 |
|\ \ | | | | | | | Rename title link label to home link and apply it in vintage theme | ||||
| * | | Rename title link label to home link and apply it in vintage theme | ArthurHoaro | 2017-05-03 | 3 | -4/+4 |
| | | | | | | | | | | | | Related to #853 | ||||
* | | | Merge pull request #764 from ArthurHoaro/feature/history | ArthurHoaro | 2017-05-06 | 11 | -59/+696 |
|\ \ \ | |/ / |/| | | History mechanism | ||||
| * | | History: lazy loading for the history file | ArthurHoaro | 2017-03-21 | 2 | -3/+32 |
| | | | | | | | | | | | | Only read it when it's necessary | ||||
| * | | History mechanism | ArthurHoaro | 2017-03-21 | 6 | -19/+469 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -40/+198 |
| | | | |||||
* | | | Merge pull request #852 from ArthurHoaro/theme/install-password | ArthurHoaro | 2017-04-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Theme: use a password type field during the install | ||||
| * | | | Theme: use a password type field during the install | ArthurHoaro | 2017-04-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #830 from ArthurHoaro/theme/timezone | ArthurHoaro | 2017-04-25 | 12 | -137/+282 |
|\ \ \ \ | |/ / / |/| | | | Change timezone data structure send to the templates | ||||
| * | | | Apply the new timezone template variables to the vintage theme | ArthurHoaro | 2017-04-04 | 5 | -4/+85 |
| | | | | |||||
| * | | | Apply the new timezone template variables to the default theme | ArthurHoaro | 2017-04-04 | 3 | -32/+91 |
| | | | | |||||
| * | | | Change timezone data structure send to the templates | ArthurHoaro | 2017-04-03 | 4 | -101/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Merge pull request #848 from ArthurHoaro/hotfix/upload-maxsize | ArthurHoaro | 2017-04-25 | 4 | -7/+35 |
|\ \ \ \ | | | | | | | | | | | Use raw bytes for upload size hidden input | ||||
| * | | | | Use raw bytes for upload size hidden input | ArthurHoaro | 2017-04-10 | 4 | -7/+35 |
|/ / / / | |||||
* | | | | Merge pull request #844 from ArthurHoaro/hotfix/id-0 | ArthurHoaro | 2017-04-05 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix offset check with link ID = 0 | ||||
| * | | | | Fix offset check with link ID = 0 | ArthurHoaro | 2017-04-05 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #800 from ArthurHoaro/hotfix/get-bytes-warning | ArthurHoaro | 2017-04-03 | 4 | -31/+172 |
|\ \ \ \ | | | | | | | | | | | Fix a warning generated in return_bytes function and refactor it | ||||
| * | | | | UtilsTest: PHP 5.5 compatibility | ArthurHoaro | 2017-04-03 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | Fix a warning generated in return_bytes function and refactor it | ArthurHoaro | 2017-04-03 | 4 | -31/+172 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | It was multiplying a string containing a letter. Moved function to Utils.php and display a human readable limit size | ||||
* | | | | Merge pull request #842 from ArthurHoaro/cleanup/remove-riy-plugin | ArthurHoaro | 2017-04-03 | 5 | -153/+0 |
|\ \ \ \ | |_|_|/ |/| | | | Remove readityourself plugin | ||||
| * | | | Remove readityourself plugin | ArthurHoaro | 2017-04-01 | 5 | -153/+0 |
|/ / / | | | | | | | | | | Fixes #818 | ||||
* | | | Merge pull request #742 from ArthurHoaro/api/postLink | ArthurHoaro | 2017-04-01 | 6 | -7/+284 |
|\ \ \ | | | | | | | | | REST API: implement POST link service | ||||
| * | | | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 6 | -7/+284 |
| | | | | |||||
* | | | | 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 | ||||
* | | | | | Merge pull request #838 from ArthurHoaro/theme/daily-date-format | ArthurHoaro | 2017-03-29 | 6 | -9/+66 |
|\ \ \ \ \ | |/ / / / |/| | | | | Theme: use format_date function for daily date | ||||
| * | | | | Theme: use format_date function for daily date | ArthurHoaro | 2017-03-28 | 6 | -9/+66 |
|/ / / / |