aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/netscape
Commit message (Collapse)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-1/+1
| | | | | | | Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+2
|
* Feature: support any tag separatorArthurHoaro2020-11-051-5/+5
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Better support for notes permalinkArthurHoaro2020-07-281-1/+1
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-231-7/+8
|
* Use NetscapeBookmarkUtils object instance instead of static callsArthurHoaro2020-07-231-54/+64
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-62/+55
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-241-1/+1
| | | | Also adds a helper function to determine if a link is a note and apply it across multiple files.
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-121-0/+225
Signed-off-by: VirtualTam <virtualtam@flibidi.net>