| Commit message (Expand) | Author | Age | Files | Lines |
* | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
* | check if user is allowed to edit bookmarks | Bjoern Schiessle | 2012-06-21 | 1 | -3/+11 |
* | make bookmarks bookmarklet work again, kudos to Victor Dubiniuk | Arthur Schiwon | 2012-06-20 | 1 | -7/+7 |
* | bookmarks: make read later-button draggable again, fixes oc-944 | Arthur Schiwon | 2012-06-20 | 1 | -1/+1 |
* | utf8 in der DB config | Marco B | 2012-06-11 | 1 | -1/+1 |
* | Using POST instead of GET. | Lukas Reschke | 2012-06-10 | 9 | -11/+18 |
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -2/+0 |
* | mark the apps as part of the shipped package and increase the requirement to ... | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
* | Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/ownclo... | Michael Gapczynski | 2012-05-17 | 1 | -1/+1 |
|\ |
|
| * | Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-e... | Vitaly Kuznetsov | 2012-05-10 | 1 | -1/+1 |
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 14 | -0/+0 |
* | | Remove scroll to bookmarks_menu, no longer existent and the bookmark controls... | Michael Gapczynski | 2012-05-13 | 1 | -4/+1 |
* | | 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 the... | Frank Karlitschek | 2012-05-05 | 1 | -1/+2 |
* | 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 |