summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
Commit message (Expand)AuthorAgeFilesLines
...
* fix merge conflictsGeorg Ehrke2012-04-221-1/+1
|\
| * make the button a bit more consistent to the other ownCloud interfaceFrank Karlitschek2012-04-211-1/+1
* | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-177-7/+7
|/
* Bookmarks: handle input with & and ?, fixes oc-201Arthur Schiwon2012-04-151-18/+18
* reuse OC_L10N objectsRobin Appelman2012-04-142-2/+2
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
* improve flexibility of search providers a bitRobin Appelman2012-04-141-2/+2
* Return JSON for import and export methods of OC_MigrateTom Needham2012-04-071-1/+0
* Fix bookmarks migration providerTom Needham2012-03-271-2/+2
* look for migrate.php in appinfo folderTom Needham2012-03-271-0/+0
* Merge branch 'master' into migrationTom Needham2012-03-272-5/+8
|\
| * spaces to tabs in bookmarksBartek Przybylski2012-03-241-1/+1
| * bookmarks tag placement & list width fixBartek Przybylski2012-03-241-3/+1
| * Bookmarks: make link text click clickable too - bugfix for oc-131Georg Ehrke2012-03-231-1/+1
| * use unnamed as title for a bookmark if no title was entered and curl failsGeorg Ehrke2012-03-231-1/+6
* | Added unified import method.Tom Needham2012-03-201-5/+5
* | Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-191-10/+10
* | Create new user, create new data dir, copy files, import app dataTom Needham2012-03-171-5/+4
* | Migration info is an object. Other fixesTom Needham2012-03-161-3/+3
* | Finish import function for bookmarksTom Needham2012-03-131-15/+27
* | Find migrate.php even for disabled apps. Improve ui for user and admin migrat...Tom Needham2012-03-132-4/+1
* | Fix return value of exportTom Needham2012-03-111-1/+9
* | Fix copyRows() and sqlite connectionTom Needham2012-03-111-2/+2
* | Lots of fixes, improve copyRows() method and update settings page.Tom Needham2012-03-101-2/+2
* | Add OC_Migrate::copyRows() methodTom Needham2012-03-101-57/+32
* | Use json for migration dataTom Needham2012-03-031-48/+50
* | Udpdate bookmarks migration provider. App version included in export.Tom Needham2012-03-031-1/+1
* | Update bookmarks migration provider.Tom Needham2012-03-031-5/+63
* | Fix merge conflictTom Needham2012-03-0216-210/+165
|\|
| * Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-012-6/+4
| * Bookmarks: fix loading and displaying of the bookmarksBart Visscher2012-03-012-4/+19
| * bookmarklets should not look like buttonsAlessandro Cosentino2012-02-271-1/+1
| * Editor fixed.Marvin Thomas Rabe2012-02-232-4/+4
| * Little bookmark improvementMarvin Thomas Rabe2012-02-222-1/+4
| * Changed textMarvin Thomas Rabe2012-02-221-1/+1
| * Changed bookmarklet to read later widgetMarvin Thomas Rabe2012-02-226-68/+72
| * No bookmarks message will now show up if all bookmarks are deltedMarvin Thomas Rabe2012-02-221-3/+6
| * Updated bookmark formMarvin Thomas Rabe2012-02-223-30/+8
| * changed look of bookmarkletMarvin Thomas Rabe2012-02-223-10/+8
| * sharing code between the two bookmarkletsAlessandro Cosentino2012-02-224-18/+18
| * Removed redundant code.Marvin Thomas Rabe2012-02-2212-109/+22
| * Bookmarklet Window closes itself after submit.Marvin Thomas Rabe2012-02-221-1/+1
| * UI problems solved. Bookmarks app updated.Marvin Thomas Rabe2012-02-224-6/+14
| * Bookmarks: uses the core action iconsBart Visscher2012-02-212-0/+0
| * Added missing filesMarvin Thomas Rabe2012-02-212-0/+0
| * Added bookmarklet for browser. Inspired by Google BookmarksAlessandro Cosentino2012-02-193-3/+21
| * Bookmarks: Fix image urls in bookmarks.jsBart Visscher2012-02-171-3/+19
| * Use separate function to make absolute urlsBart Visscher2012-02-171-1/+1
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into migrationTom Needham2012-02-102-27/+36
|\|
| * removing console error in safari for bookmarksBartek Przybylski2012-02-031-1/+1