aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* API: Get History endpointArthurHoaro2017-05-071-0/+71
* Merge pull request #856 from ArthurHoaro/api/delete-linkArthurHoaro2017-05-071-0/+23
|\
| * API: add DELETE endpointArthurHoaro2017-05-071-0/+23
* | Merge pull request #840 from ArthurHoaro/api/putLinkArthurHoaro2017-05-072-0/+68
|\|
| * REST API: implement PUT methodArthurHoaro2017-05-072-0/+68
* | Merge pull request #764 from ArthurHoaro/feature/historyArthurHoaro2017-05-066-40/+294
|\ \
| * | History: lazy loading for the history fileArthurHoaro2017-03-211-0/+17
| * | History mechanismArthurHoaro2017-03-213-1/+188
| * | Move database read/write to FileUtils class + additional unit testsArthurHoaro2017-03-213-39/+89
* | | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-252-57/+46
|\ \ \
| * | | Change timezone data structure send to the templatesArthurHoaro2017-04-032-57/+46
* | | | Use raw bytes for upload size hidden inputArthurHoaro2017-04-101-5/+6
* | | | Fix offset check with link ID = 0ArthurHoaro2017-04-051-2/+2
* | | | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-0/+89
| |_|/ |/| |
* | | Merge pull request #742 from ArthurHoaro/api/postLinkArthurHoaro2017-04-013-3/+86
|\ \ \
| * | | REST API: implement POST link serviceArthurHoaro2017-03-273-3/+86
| |/ /
* / / Theme: use format_date function for daily dateArthurHoaro2017-03-281-3/+5
|/ /
* | Merge pull request #816 from ArthurHoaro/project/master-versionArthurHoaro2017-03-222-10/+79
|\ \ | |/ |/|
| * Set Shaarli's version only in shaarli_version.php fileArthurHoaro2017-03-211-2/+30
| * Add an updateMethod to match the current remote branch for updatesArthurHoaro2017-03-121-0/+44
| * Use 'dev' version on the master branchArthurHoaro2017-03-121-8/+5
* | Merge pull request #804 from ArthurHoaro/feature/atom-defaultArthurHoaro2017-03-213-2/+19
|\ \
| * | Fixes #304: use atom feed as defaultArthurHoaro2017-03-113-2/+19
* | | Proper error if the conf file is invalid instead of fatal errorArthurHoaro2017-03-122-3/+13
| |/ |/|
* | Merge pull request #779 from ArthurHoaro/feature/import-parser-logsArthurHoaro2017-03-111-9/+25
|\ \ | |/ |/|
| * Fix namespace issueArthurHoaro2017-03-101-0/+1
| * Link imports are now logged in `data/` folder, and can be debug using `dev.de...ArthurHoaro2017-03-101-9/+24
* | Fix #773: set Piwik URL protocolArthurHoaro2017-03-111-0/+17
|/
* Move config exception to dedicated classes with proper namespaceArthurHoaro2017-03-093-33/+44
* Fix blocking namespace issueArthurHoaro2017-03-082-15/+19
* Fix autoLocale error and cover it with unit testsArthurHoaro2017-03-071-13/+21
* Improve datetime displayArthurHoaro2017-03-061-20/+52
* Improve autoLocale() detectionArthurHoaro2017-03-061-9/+42
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-047-15/+18
* Add markdown_escape settingArthurHoaro2017-02-281-0/+23
* Set the vintage theme by default for the time beingArthurHoaro2017-02-271-0/+14
* REST API: implements getLink by ID serviceArthurHoaro2017-02-192-2/+55
* Merge pull request #769 from ArthurHoaro/api/getlinks-visibilityArthurHoaro2017-02-131-3/+2
|\
| * REST API - getLinks: support the visibility parameterArthurHoaro2017-01-171-3/+2
* | Fixes #775: LinkDB do not access LinkDB before ID system migrationArthurHoaro2017-02-041-15/+15
|/
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-163-27/+42
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-152-0/+117
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-152-0/+117
* | API: expect JWT in the Authorization headerVirtualTam2017-01-151-3/+8
* | Move user.css to data folderArthurHoaro2017-01-141-0/+16
* | Cleanup: use safe boolean comparisonsVirtualTam2017-01-073-3/+5
* | Merge pull request #732 from ArthurHoaro/feature/theme-managerArthur2017-01-065-1/+66
|\ \
| * | Updater: keep custom theme preference with the new theme settingArthurHoaro2017-01-053-20/+62
| * | Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-053-11/+21
| * | Change templates set through administration UIKnah Tsaeb2017-01-055-2/+15
| |/