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

1095 Commits

Author SHA1 Message Date
ganomi
46d5836da3 Fix public api when querying with no filter
add test for the case
2014-12-26 19:51:28 +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
Jenkins for ownCloud
2133641eee [tx-robot] updated from transifex 2014-12-20 02:10:19 -05:00
Jörn Friedrich Dreyer
d72818f83d search changes require oc 8 2014-12-19 11:28:38 +01:00
Jenkins for ownCloud
160f5c7878 [tx-robot] updated from transifex 2014-12-19 02:10:19 -05:00
Jan-Christoph Borchardt
ff22ae5a5b Merge pull request #110 from owncloud/FileAppLooks
Make it look like FileApp -> No Border
2014-12-15 14:40:21 +01:00
Thomas Müller
a62c9a16da Merge pull request #111 from TtuxX/master
Remove the bookmarks 10 tags display limit/bug
2014-12-15 13:34:06 +01:00
Thomas Müller
f47eeec562 Merge pull request #112 from owncloud/remove-build.xml
remove build.xml
2014-12-15 13:33:20 +01:00
Thomas Müller
7a428db693 remove build.xml 2014-12-15 11:58:24 +01:00
TtuxX
a35e9d9c39 Remove the bookmark tags display limit
Set the limit from 10 (original default value) to -1 (load all the tags you ever created)
2014-12-09 00:19:08 +01:00
Jenkins for ownCloud
a6daccdd88 [tx-robot] updated from transifex 2014-12-08 02:10:17 -05:00
ganomi
81a814c375 Make it look like FileApp -> No Border 2014-12-07 20:57:38 +01:00
Thomas Müller
800635081a No more php 5.3 2014-12-07 12:40:43 +01:00
Jenkins for ownCloud
0b216cf650 [tx-robot] updated from transifex 2014-12-07 02:10:17 -05:00
Jenkins for ownCloud
03676bf496 [tx-robot] updated from transifex 2014-12-04 02:10:18 -05:00
Jenkins for ownCloud
43e209388e [tx-robot] updated from transifex 2014-12-03 02:10:18 -05:00
Jörn Friedrich Dreyer
c39a346f2f make search results app specific 2014-12-02 17:58:16 +01:00
Jenkins for ownCloud
b08e244e25 [tx-robot] updated from transifex 2014-12-02 02:10:17 -05:00
Jenkins for ownCloud
b294da0e05 [tx-robot] updated from transifex 2014-12-01 02:10:16 -05:00
Jenkins for ownCloud
92b01ab972 [tx-robot] updated from transifex 2014-11-30 02:10:17 -05:00
Jenkins for ownCloud
f9cf657d56 [tx-robot] updated from transifex 2014-11-29 02:10:17 -05:00
Jenkins for ownCloud
ba24bfeae5 [tx-robot] updated from transifex 2014-11-28 02:10:17 -05:00
Jenkins for ownCloud
2bf97ef0da [tx-robot] updated from transifex 2014-11-27 02:10:23 -05:00
Thomas Müller
f67d47f09a Merge pull request #105 from owncloud/ganomi-master
Ganomi master
2014-11-26 12:45:42 +01:00
Thomas Müller
d350f8f2fa adding js/3rdparty to scrutinizer ignore 2014-11-26 12:27:12 +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
Thomas Müller
df24129839 Delete migrate.php
Migrations are no longer supported in core
2014-11-26 12:20:33 +01:00
Thomas Müller
ca5f1090db Merge pull request #102 from owncloud/rmobslang
remove obsolete langs. #11274
2014-11-26 12:17:16 +01:00
Volkan Gezer
7d3d57b416 remove obsolete langs. #11274 2014-11-20 15:02:04 +01:00
Jenkins for ownCloud
f614869ea1 [tx-robot] updated from transifex 2014-11-20 02:10:17 -05:00
Jenkins for ownCloud
751a52222e [tx-robot] updated from transifex 2014-11-13 02:10:22 -05:00
Lukas Reschke
9d9667b9e6 Revert "Disable entity loader just in case"
This reverts commit 9c8d26fa9b.
2014-11-05 22:40:55 +01:00
Lukas Reschke
f9bc84916d Merge pull request #98 from owncloud/check-requesttoken-for-import
Add requesttoken
2014-11-05 17:16:59 +01:00
Lukas Reschke
d9675e60b3 Merge pull request #100 from owncloud/disable-entity-loader
Disable entity loader
2014-11-05 17:16:52 +01:00
Frank Karlitschek
e057ac105c Merge pull request #99 from owncloud/ensure-url-correctness
Ensure that URL is always HTTP:// or HTTPS://
2014-11-05 08:36:03 -05:00
Lukas Reschke
9c8d26fa9b Disable entity loader just in case 2014-11-05 10:15:54 +01:00
Lukas Reschke
a64eeddfdd Ensure that URL is always HTTP:// or HTTPS:// 2014-11-05 10:08:04 +01:00
Lukas Reschke
aa2d32eb61 Add requesttoken 2014-11-05 09:56:22 +01:00
Jenkins for ownCloud
c124e940ea [tx-robot] updated from transifex 2014-10-30 06:57:04 -04:00
Thomas Müller
83d619d9c9 Merge pull request #97 from owncloud/kill-l10n-script
delete all po and pot files as well as l10n.pl - no longer required
2014-10-29 09:26:03 +01:00
Jenkins for ownCloud
a0a15b035d [tx-robot] updated from transifex 2014-10-27 16:18:24 -04:00
Thomas Müller
e471c01419 delete all po and pot files as well as l10n.pl - no longer required 2014-10-27 21:12:58 +01:00
Jenkins for ownCloud
8ec8218cc3 [tx-robot] updated from transifex 2014-10-27 02:10:07 -04:00
Jenkins for ownCloud
430ab37bc0 [tx-robot] updated from transifex 2014-10-26 02:10:06 -04:00
Jenkins for ownCloud
a48910586f [tx-robot] updated from transifex 2014-10-25 02:10:07 -04:00
Jenkins for ownCloud
f2df4b7c3e [tx-robot] updated from transifex 2014-10-24 02:10:07 -04:00
Jenkins for ownCloud
7b7f5edbdf [tx-robot] updated from transifex 2014-10-23 02:10:24 -04:00
Jenkins for ownCloud
9b43b366b0 [tx-robot] updated from transifex 2014-10-22 02:10:46 -04:00
Jenkins for ownCloud
f7c6862050 [tx-robot] updated from transifex 2014-10-21 02:10:07 -04:00