1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Markus Kwaśnicki
720d808dc1 Fixed PHP fatal error: Controller could not resolve namespace of Helper class. 2015-04-30 18:58:47 +02:00
Morris Jobke
a6d57d2a5c Merge pull request #114 from TtuxX/patch-3
Fix http / https protocol requirement.
2015-03-10 09:54:47 +01:00
TtuxX
e85ecbed55 Improve protocols regex 2015-03-09 20:31:38 +01:00
Lukas Reschke
09d0002622 Sanitize exported file properly 2015-02-02 14:02:42 +01:00
TtuxX
b6048dd3a8 Update bookmarkcontroller.php 2015-01-05 18:50:32 +01:00
TtuxX
a08b252564 Update bookmarkcontroller.php 2014-12-26 13:53:53 +01:00
TtuxX
e6dcb38e25 Fix http / https protocol requirement
Fix the http / https prefix requirement when adding a bookmark by :
1 - Constructing URLs for both protocols,
2 - Retrieving both pages titles,
3 - Choosing the one which works, with a systematic preference for https.
2014-12-26 13:14:13 +01:00
ganomi
ae81b9dcd2 This is a refactored / rewritten version of the bookmarks app using the app frameworks design and controller features.
Dependency Injection for user and db is used througout the controllers
The Routing features a consistent rest api
The Routing provides some legacy routes, so that for exampe the Android Bookmarks App still works.

There is a publicly available api that provides access to bookmarks per user.
(This is usefull in connection with the WP Plugin https://github.com/mario-nolte/oc2wp-bookmarks)
2014-11-26 12:24:18 +01:00