aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1610 from ArthurHoaro/fix/wallabagArthurHoaro2020-11-031-6/+29
|\
| * Plugin wallabag: minor improvementsArthurHoaro2020-10-271-6/+29
* | UT: fix formatting issue when the current day has a single digitArthurHoaro2020-11-022-3/+3
* | Merge pull request #1616 from dimtion/fix-api-redirectArthurHoaro2020-10-291-4/+4
|\ \
| * | postLink: change relative path to absolute pathLoïc Carr2020-10-281-4/+4
* | | Raise 404 error instead of 500 if permalink access is deniedArthurHoaro2020-10-281-2/+2
* | | Bulk creation: ignore blank linesArthurHoaro2020-10-271-1/+2
* | | Feature: bulk creation of bookmarksArthurHoaro2020-10-2710-75/+187
* | | Fix rebase issueArthurHoaro2020-10-271-0/+1
* | | Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-273-121/+677
* | | Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-275-4/+7
* | | Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-273-0/+201
* | | Merge pull request #1604 from ArthurHoaro/feature/server-admin-pageArthurHoaro2020-10-274-1/+342
|\ \ \ | |_|/ |/| |
| * | Feature: add a Server administration pageArthurHoaro2020-10-214-1/+342
* | | Use PSR-3 logger for login attemptsArthurHoaro2020-10-207-46/+66
|/ /
* | Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-204-8/+158
* | Merge pull request #1567 from ArthurHoaro/feature/async-title-retrievalArthurHoaro2020-10-204-150/+347
|\ \
| * | Improve metadata retrieval (performances and accuracy)ArthurHoaro2020-10-152-122/+146
| * | Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-153-35/+208
* | | add search highlight unit testsArthurHoaro2020-10-166-3/+184
* | | Strict types: fix an issue in daily where the date could be an intArthurHoaro2020-10-161-2/+2
|/ /
* | Add strict types for bookmarks managementArthurHoaro2020-10-137-109/+22
* | Add mutex on datastore I/O operationsArthurHoaro2020-10-1318-41/+92
* | Merge pull request #1540 from ArthurHoaro/fix/metadata-regexesArthurHoaro2020-10-131-0/+89
|\ \
| * | Improve regex to extract HTML metadata (title, description, etc.)ArthurHoaro2020-09-031-0/+89
* | | Merge pull request #1525 from ArthurHoaro/feature/rest-api-bookmark-datesArthurHoaro2020-10-131-4/+4
|\ \ \
| * | | REST API: allow override of creation and update datesArthurHoaro2020-08-291-4/+4
* | | | Add Markdown Extra formatterArthurHoaro2020-10-132-1/+163
* | | | Merge pull request #1575 from ArthurHoaro/feature/php8ArthurHoaro2020-10-03111-287/+368
|\ \ \ \
| * | | | Use assertRegExp polyfill instead of regexMatchesArthurHoaro2020-09-291-1/+2
| * | | | Fix missing @expectedException convertionArthurHoaro2020-09-298-20/+14
| * | | | Compatibility with PHP 8ArthurHoaro2020-09-293-18/+7
| * | | | Compatibility with PHPUnit 9ArthurHoaro2020-09-29110-249/+346
* | | | | Merge pull request #1574 from stoeps13/hosting-fixArthurHoaro2020-10-031-0/+47
|\ \ \ \ \
| * | | | | Revert unrelated changes and add unit testsArthurHoaro2020-09-301-0/+47
| |/ / / /
* | | | | Fix a bug preventing to edit bookmark with ID #0ArthurHoaro2020-09-301-0/+24
* | | | | Merge pull request #1569 from ArthurHoaro/fix/bad-encodingArthurHoaro2020-09-301-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix warning if the encoding retrieved from external headers is invalidArthurHoaro2020-09-301-0/+13
* | | | | Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-2721-170/+183
* | | | | Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-2647-72/+72
|/ / / /
* | | | Merge pull request #1560 from ArthurHoaro/fix/redirect-wrong-pathArthurHoaro2020-09-254-16/+47
|\ \ \ \
| * | | | Fix invalid redirection using the path of an external domainArthurHoaro2020-09-224-16/+47
* | | | | Merge pull request #1558 from ArthurHoaro/fix/plugins-base-pathArthurHoaro2020-09-252-21/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix plugin base path in core pluginsArthurHoaro2020-09-222-21/+39
* | | | | Merge pull request #1539 from ArthurHoaro/feature/manual-root-urlArthurHoaro2020-09-229-20/+140
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix subfolder configuration in unit testsArthurHoaro2020-09-127-19/+54
| * | | | Add manual configuration for root URLArthurHoaro2020-09-122-1/+86
* | | | | Merge pull request #1553 from ArthurHoaro/fix/404-pageArthurHoaro2020-09-123-1/+83
|\ \ \ \ \
| * | | | | Properly handle 404 errorsArthurHoaro2020-09-123-1/+83
* | | | | | Merge pull request #1551 from ArthurHoaro/fix/plugin-save-metadataArthurHoaro2020-09-123-17/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |