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

29 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer
a36e1c72d4 remove superfluous ?> at the end of .php files (left out apps/*/templates) 2012-07-09 16:51:16 +02:00
Thomas Mueller
3391ae307a removing executable bit - again 2012-05-15 00:52:00 +02:00
Bart Visscher
f23ff751b2 Bookmarks: Move delete code to Bookmarks class, also change to use id 2012-05-03 17:33:57 +02:00
Frank Karlitschek
7bfe6a7c89 ported oc_db 2012-05-03 13:06:08 +02:00
Frank Karlitschek
18322419e3 first part of the config stuff 2012-05-02 13:28:56 +02:00
Frank Karlitschek
2336d2350e ported getUser 2012-05-01 18:50:31 +02:00
Frank Karlitschek
fa8a3215b7 finish porting of the LOG calls or the apps to the public api 2012-05-01 17:38:27 +02:00
Robin Appelman
b653f5d1b5 improve flexibility of search providers a bit 2012-04-14 11:29:54 +02:00
Tom Needham
30267aa169 look for migrate.php in appinfo folder 2012-03-27 20:45:37 +00:00
Tom Needham
ac29d182e0 Added unified import method. 2012-03-20 20:19:21 +00:00
Tom Needham
f78765f494 Add OC_Migration_Content class to help app devs. Restructure OC_Migrate. 2012-03-19 20:44:20 +00:00
Tom Needham
20e6df4ac5 Create new user, create new data dir, copy files, import app data 2012-03-17 16:25:14 +00:00
Tom Needham
d382ec60eb Migration info is an object. Other fixes 2012-03-16 22:50:35 +00:00
Tom Needham
372b699a00 Finish import function for bookmarks 2012-03-13 21:24:07 +00:00
Tom Needham
7d4c764036 Find migrate.php even for disabled apps. Improve ui for user and admin migrations 2012-03-13 16:21:17 +00:00
Tom Needham
e6ad86e08a Fix return value of export 2012-03-11 22:20:01 +00:00
Tom Needham
47cc489a53 Fix copyRows() and sqlite connection 2012-03-11 22:09:16 +00:00
Tom Needham
9f87bfb06f Lots of fixes, improve copyRows() method and update settings page. 2012-03-10 18:18:58 +00:00
Tom Needham
3aa9c0e2d2 Add OC_Migrate::copyRows() method 2012-03-10 15:52:38 +00:00
Tom Needham
a3ac799e39 Use json for migration data 2012-03-03 17:30:21 +00:00
Tom Needham
9f7a046569 Udpdate bookmarks migration provider. App version included in export. 2012-03-03 14:35:17 +00:00
Tom Needham
999ff138a8 Update bookmarks migration provider. 2012-03-03 13:22:45 +00:00
Tom Needham
97c67fe734 Fix merge conflict 2012-03-02 21:35:48 +00:00
Bart Visscher
1efdb4fc95 Search: Change provider registration to class name, for lazy loading of search providers 2012-03-01 22:59:35 +01:00
Tom Needham
7016613b6e Updated Migrate_provider bookmakr implementation 2012-02-03 22:41:39 +00:00
Tom Needham
6412e7e25e load bookmarks provider class 2012-02-03 21:28:58 +00:00
Tom Needham
7ec723c753 more commenting out for debugging, added logging commands 2012-02-03 21:00:12 +00:00
Tom Needham
98bcad3593 Initial migration code, and basic export for bookmarks 2012-02-03 20:32:06 +00:00
David Iwanowitsch
a3cb7ef548 Added searchprovider for bookmarks, initial l10n support for bookmark plugin
moved some code from updateList.php to bookmarks.php, to make it reusable
2012-02-01 15:40:59 +01:00