aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Readme: add API documentation linkArthurHoaro2017-05-071-0/+6
| |/ / /
* | | | Merge pull request #858 from ArthurHoaro/api/history-entriesArthurHoaro2017-05-0718-50/+137
|\ \ \ \ | |/ / / |/| | |
| * | | Add settings history only when they're updatedArthurHoaro2017-05-071-2/+1
| * | | History: fix entries orderArthurHoaro2017-05-072-12/+11
| * | | Reset the history file due to datetime format changeArthurHoaro2017-05-071-0/+11
| * | | Add history entries for API endpointArthurHoaro2017-05-0716-36/+114
|/ / /
* | | Merge pull request #857 from ArthurHoaro/api/history-getArthurHoaro2017-05-074-0/+375
|\ \ \
| * | | API: Get History endpointArthurHoaro2017-05-074-0/+375
|/ / /
* | | Merge pull request #856 from ArthurHoaro/api/delete-linkArthurHoaro2017-05-074-40/+168
|\ \ \
| * | | API: add DELETE endpointArthurHoaro2017-05-074-40/+168
* | | | Merge pull request #840 from ArthurHoaro/api/putLinkArthurHoaro2017-05-075-0/+346
|\| | |
| * | | REST API: implement PUT methodArthurHoaro2017-05-075-0/+346
* | | | Merge pull request #855 from ArthurHoaro/theme/vintage-home-linkArthurHoaro2017-05-063-4/+4
|\ \ \ \
| * | | | Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-033-4/+4
* | | | | Merge pull request #764 from ArthurHoaro/feature/historyArthurHoaro2017-05-0611-59/+696
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | History: lazy loading for the history fileArthurHoaro2017-03-212-3/+32
| * | | | History mechanismArthurHoaro2017-03-216-19/+469
| * | | | Move database read/write to FileUtils class + additional unit testsArthurHoaro2017-03-215-40/+198
* | | | | Merge pull request #852 from ArthurHoaro/theme/install-passwordArthurHoaro2017-04-251-1/+1
|\ \ \ \ \
| * | | | | Theme: use a password type field during the installArthurHoaro2017-04-251-1/+1
* | | | | | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-2512-137/+282
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Apply the new timezone template variables to the vintage themeArthurHoaro2017-04-045-4/+85
| * | | | | Apply the new timezone template variables to the default themeArthurHoaro2017-04-043-32/+91
| * | | | | Change timezone data structure send to the templatesArthurHoaro2017-04-034-101/+106
* | | | | | Merge pull request #848 from ArthurHoaro/hotfix/upload-maxsizeArthurHoaro2017-04-254-7/+35
|\ \ \ \ \ \
| * | | | | | Use raw bytes for upload size hidden inputArthurHoaro2017-04-104-7/+35
|/ / / / / /
* | | | | | Merge pull request #844 from ArthurHoaro/hotfix/id-0ArthurHoaro2017-04-051-2/+2
|\ \ \ \ \ \
| * | | | | | Fix offset check with link ID = 0ArthurHoaro2017-04-051-2/+2
|/ / / / / /
* | | | | | Merge pull request #800 from ArthurHoaro/hotfix/get-bytes-warningArthurHoaro2017-04-034-31/+172
|\ \ \ \ \ \
| * | | | | | UtilsTest: PHP 5.5 compatibilityArthurHoaro2017-04-031-8/+8
| * | | | | | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-034-31/+172
|/ / / / / /
* | | | | | Merge pull request #842 from ArthurHoaro/cleanup/remove-riy-pluginArthurHoaro2017-04-035-153/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove readityourself pluginArthurHoaro2017-04-015-153/+0
|/ / / / /
* | | | | Merge pull request #742 from ArthurHoaro/api/postLinkArthurHoaro2017-04-016-7/+284
|\ \ \ \ \
| * | | | | REST API: implement POST link serviceArthurHoaro2017-03-276-7/+284
* | | | | | Merge pull request #839 from ArthurHoaro/theme/daily-page-titleArthurHoaro2017-03-291-0/+1
|\ \ \ \ \ \
| * | | | | | Display daily date in the page title (browser title)ArthurHoaro2017-03-281-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #838 from ArthurHoaro/theme/daily-date-formatArthurHoaro2017-03-296-9/+66
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Theme: use format_date function for daily dateArthurHoaro2017-03-286-9/+66
|/ / / / /
* | | | | Merge pull request #837 from ArthurHoaro/theme/js-edit-linklist-marginArthurHoaro2017-03-271-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Theme: JS - Fix a bug preventing edit margin suppression to workArthurHoaro2017-03-271-2/+1
|/ / / /
* | | | Merge pull request #832 from ArthurHoaro/theme/fontArthurHoaro2017-03-277-11/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Theme: change global font to Roboto and include bold variantArthurHoaro2017-03-247-11/+20
* | | | Merge pull request #834 from philipp-r/issue-833ArthurHoaro2017-03-251-3/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Tags parameter for redirects #833philipp-r2017-03-251-3/+9
|/ / /
* | | Merge pull request #831 from ArthurHoaro/theme/install-api-enableArthurHoaro2017-03-234-5/+23
|\ \ \
| * | | Add API setting in the new theme during the installationArthurHoaro2017-03-224-5/+23
| | |/ | |/|
* | | Merge pull request #829 from ArthurHoaro/hotfix/id-0ArthurHoaro2017-03-231-2/+6
|\ \ \ | |_|/ |/| |
| * | Fixes a bug preventing to edit link with ID 0ArthurHoaro2017-03-221-2/+6
|/ /
* | Merge pull request #828 from ArthurHoaro/project/master-versionArthurHoaro2017-03-221-1/+1
|\ \