aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/admin/ManageShaareControllerTest
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-271-0/+139
| | | | | | | | | | - Add a share link next to « Permalink » in linklist (using share icon from fork awesome) - This link generates a private key associated to the bookmark - Accessing the bookmark while logged out with the proper key will display it Fixes #475
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-202-6/+59
| | | | | | | | | This feature is based general.enable_async_metadata setting and works with existing metadata.js file. The script is compatible with any template: - the thumbnail div bloc must have attribute - the bookmark bloc must have attribute with the bookmark ID as value Fixes #1564
* Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-151-35/+83
| | | | | | | | | | | | | | - There is a new standalone script (metadata.js) which requests a new controller to get bookmark metadata and fill the form async - This feature is enabled with the new setting: general.enable_async_metadata (enabled by default) - general.retrieve_description is now enabled by default - A small rotating loader animation has a been added to bookmark inputs when metadata is being retrieved (default template) - Custom JS htmlentities has been removed and mathiasbynens/he library is used instead Fixes #1563
* Add strict types for bookmarks managementArthurHoaro2020-10-132-5/+19
| | | | | | | | Parameters typing and using strict types overall increase the codebase quality by enforcing the a given parameter will have the expected type. It also removes the need to unnecessary unit tests checking methods behavior with invalid input.
* Merge pull request #1575 from ArthurHoaro/feature/php8ArthurHoaro2020-10-037-29/+33
|\
| * Compatibility with PHPUnit 9ArthurHoaro2020-09-297-29/+33
| |
* | Fix a bug preventing to edit bookmark with ID #0ArthurHoaro2020-09-301-0/+24
|/
* Fix invalid redirection using the path of an external domainArthurHoaro2020-09-221-2/+2
| | | | Fixes #1554
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-4/+19
|
* Pin bookmarks through Slim controllerArthurHoaro2020-07-231-0/+145
|
* Process change visibility action through Slim controllerArthurHoaro2020-07-231-0/+418
|
* Improve ManageTagController coverage and error handlingArthurHoaro2020-07-235-0/+1160