Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -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 Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | ownCloud 4 | ||||
* | Merge commit 'refs/merge-requests/115' of ↵ | Michael Gapczynski | 2012-05-17 | 1 | -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 Kuznetsov | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | utf8-encoded directory names for example) | ||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 14 | -0/+0 |
| | | |||||
* | | Remove scroll to bookmarks_menu, no longer existent and the bookmark ↵ | Michael Gapczynski | 2012-05-13 | 1 | -4/+1 |
| | | | | | | | | controls are always visible at the top anyways | ||||
* | | Validate bookmark inputs, fixes bug oc-636 | Michael Gapczynski | 2012-05-13 | 1 | -1/+8 |
|/ | |||||
* | Change label for saving bookmark button | Brice Maron | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Try to correct query string url for search in bookmark | Brice Maron | 2012-05-08 | 1 | -1/+8 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 2 | -2/+2 |
| | |||||
* | added a nice API to get the installes Apps with names, urls and icon from ↵ | Frank Karlitschek | 2012-05-05 | 1 | -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 id | Bart Visscher | 2012-05-03 | 3 | -33/+44 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 6 | -15/+15 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 5 | -13/+13 |
| | |||||
* | port checkAppEnabled | Frank Karlitschek | 2012-05-02 | 2 | -2/+2 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 3 | -3/+3 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 2 | -4/+4 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 2 | -2/+2 |
| | |||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 4 | -4/+4 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 2 | -3/+3 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | some fixes fore movable apps | Georg Ehrke | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | bookmarks app seems to work now :) | Georg Ehrke | 2012-04-25 | 2 | -6/+6 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-04-22 | 1 | -1/+1 |
|\ | |||||
| * | make the button a bit more consistent to the other ownCloud interface | Frank Karlitschek | 2012-04-21 | 1 | -1/+1 |
| | | |||||
* | | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 7 | -7/+7 |
|/ | |||||
* | Bookmarks: handle input with & and ?, fixes oc-201 | Arthur Schiwon | 2012-04-15 | 1 | -18/+18 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 2 | -2/+2 |
| | |||||
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
| | |||||
* | improve flexibility of search providers a bit | Robin Appelman | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | Return JSON for import and export methods of OC_Migrate | Tom Needham | 2012-04-07 | 1 | -1/+0 |
| | |||||
* | Fix bookmarks migration provider | Tom Needham | 2012-03-27 | 1 | -2/+2 |
| | |||||
* | look for migrate.php in appinfo folder | Tom Needham | 2012-03-27 | 1 | -0/+0 |
| | |||||
* | Merge branch 'master' into migration | Tom Needham | 2012-03-27 | 2 | -5/+8 |
|\ | |||||
| * | spaces to tabs in bookmarks | Bartek Przybylski | 2012-03-24 | 1 | -1/+1 |
| | | |||||
| * | bookmarks tag placement & list width fix | Bartek Przybylski | 2012-03-24 | 1 | -3/+1 |
| | | |||||
| * | Bookmarks: make link text click clickable too - bugfix for oc-131 | Georg Ehrke | 2012-03-23 | 1 | -1/+1 |
| | | |||||
| * | use unnamed as title for a bookmark if no title was entered and curl fails | Georg Ehrke | 2012-03-23 | 1 | -1/+6 |
| | | |||||
* | | Added unified import method. | Tom Needham | 2012-03-20 | 1 | -5/+5 |
| | | |||||
* | | Add OC_Migration_Content class to help app devs. Restructure OC_Migrate. | Tom Needham | 2012-03-19 | 1 | -10/+10 |
| | | |||||
* | | Create new user, create new data dir, copy files, import app data | Tom Needham | 2012-03-17 | 1 | -5/+4 |
| | | |||||
* | | Migration info is an object. Other fixes | Tom Needham | 2012-03-16 | 1 | -3/+3 |
| | | |||||
* | | Finish import function for bookmarks | Tom Needham | 2012-03-13 | 1 | -15/+27 |
| | | |||||
* | | Find migrate.php even for disabled apps. Improve ui for user and admin ↵ | Tom Needham | 2012-03-13 | 2 | -4/+1 |
| | | | | | | | | migrations | ||||
* | | Fix return value of export | Tom Needham | 2012-03-11 | 1 | -1/+9 |
| | | |||||
* | | Fix copyRows() and sqlite connection | Tom Needham | 2012-03-11 | 1 | -2/+2 |
| | | |||||
* | | Lots of fixes, improve copyRows() method and update settings page. | Tom Needham | 2012-03-10 | 1 | -2/+2 |
| | |