aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #868 from ArthurHoaro/theme/default-as-defaultArthurHoaro2017-05-102-55/+0
|\ \ \ \
| * | | | Use the new 'default' theme... as defaultArthurHoaro2017-05-092-55/+0
| |/ / /
* | | | Merge pull request #869 from ArthurHoaro/cleanup/psh-dead-codeArthurHoaro2017-05-101-21/+0
|\ \ \ \
| * | | | PubSubHub: remove dead codeArthurHoaro2017-05-091-21/+0
| |/ / /
* | | | Merge pull request #870 from kalvn/fixusercssArthurHoaro2017-05-091-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes file existence check for user.csskalvn2017-05-091-1/+1
|/ / /
* | | Update Github badgesArthurHoaro2017-05-071-2/+2
* | | Merge pull request #863 from ArthurHoaro/v0.9.0ArthurHoaro2017-05-0756-135/+1090
|\ \ \
| * | | Bump version to v0.9.0ArthurHoaro2017-05-0756-135/+1090
|/ / /
* | | Merge pull request #859 from ArthurHoaro/changelogArthurHoaro2017-05-071-1/+11
|\ \ \
| * | | Changelog updateArthurHoaro2017-05-071-1/+11
* | | | Merge pull request #862 from ArthurHoaro/theme/tags-everywhereArthurHoaro2017-05-072-5/+13
|\ \ \ \
| * | | | Inject tag list everywhere to make autocomplete work on the fixed search barArthurHoaro2017-05-072-5/+13
* | | | | Merge pull request #861 from ArthurHoaro/hotfix/import-shorturl-overrideArthurHoaro2017-05-071-0/+1
|\ \ \ \ \
| * | | | | Fix a bug happening when importing links with override optionArthurHoaro2017-05-071-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #860 from ArthurHoaro/readmeArthurHoaro2017-05-071-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
|\ \ \ \ \