summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* Remove OC_App::register functionBart Visscher2012-05-311-2/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-1/+2
| | | | ownCloud 4
* Merge commit 'refs/merge-requests/115' of ↵Michael Gapczynski2012-05-171-1/+1
|\ | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php
| * Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵Vitaly Kuznetsov2012-05-101-1/+1
| | | | | | | | utf8-encoded directory names for example)
* | removing executable bit - againThomas Mueller2012-05-1514-0/+0
| |
* | Remove scroll to bookmarks_menu, no longer existent and the bookmark ↵Michael Gapczynski2012-05-131-4/+1
| | | | | | | | controls are always visible at the top anyways
* | Validate bookmark inputs, fixes bug oc-636Michael Gapczynski2012-05-131-1/+8
|/
* Change label for saving bookmark buttonBrice Maron2012-05-081-1/+1
|
* Try to correct query string url for search in bookmarkBrice Maron2012-05-081-1/+8
|
* ported the oc_template classFrank Karlitschek2012-05-062-2/+2
|
* added a nice API to get the installes Apps with names, urls and icon from ↵Frank Karlitschek2012-05-051-1/+2
| | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration
* Bookmarks: Move delete code to Bookmarks class, also change to use idBart Visscher2012-05-033-33/+44
|
* ported oc_dbFrank Karlitschek2012-05-036-15/+15
|
* ported oc_jsonFrank Karlitschek2012-05-035-13/+13
|
* port checkAppEnabledFrank Karlitschek2012-05-022-2/+2
|
* first part of the config stuffFrank Karlitschek2012-05-023-3/+3
|
* ported the oc_app callsFrank Karlitschek2012-05-022-4/+4
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
|
* port linkto and serverHostFrank Karlitschek2012-05-012-2/+2
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-012-2/+2
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-012-2/+2
|
* ported getUserFrank Karlitschek2012-05-014-4/+4
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-012-3/+3
|
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
|
* some fixes fore movable appsGeorg Ehrke2012-04-261-1/+1
|
* bookmarks app seems to work now :)Georg Ehrke2012-04-252-6/+6
|
* 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 ↵Tom Needham2012-03-132-4/+1
| | | | | | | | migrations
* | 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
| |