Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backgroundjobs: Fix wrong var names | Jakob Sack | 2012-08-12 | 1 | -2/+2 |
| | |||||
* | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Backgroundjobs: rename ScheduledTask to QueuedTask | Jakob Sack | 2012-08-09 | 1 | -22/+23 |
| | |||||
* | Add public interface to background jobs | Jakob Sack | 2012-08-09 | 1 | -0/+116 |
| | |||||
* | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | Remove OC_App::register call in OCP\App::register | Jakob Sack | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | declare OCP\App::register as deprecated | Georg Ehrke | 2012-07-26 | 1 | -0/+15 |
| | |||||
* | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 1 | -0/+11 |
| | |||||
* | Offer User and Group interfaces in public API | Arthur Schiwon | 2012-07-25 | 2 | -0/+62 |
| | |||||
* | Trying to get documentation to "Do The Right Thing" (TM) | Thomas Tanghus | 2012-07-20 | 1 | -70/+73 |
| | |||||
* | Added some more documentation to OCP\JSON. | Thomas Tanghus | 2012-07-20 | 1 | -8/+57 |
| | |||||
* | Added some documentation for OCP\JSON::callCheck() | Thomas Tanghus | 2012-07-20 | 1 | -0/+15 |
| | |||||
* | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -22/+0 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 9 | -21/+0 |
| | |||||
* | provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵ | Arthur Schiwon | 2012-07-02 | 1 | -13/+57 |
| | | | | and mb_array_change_key_case for handling with UTF 8 | ||||
* | remove unnecessary comment | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | introducing a sanitize HTML function for the internal and the public API. This | Bjoern Schiessle | 2012-06-19 | 1 | -0/+12 |
| | | | | | allows to easily convert strings to HTML before displaying them on the web page to reduce the risk of xss vulnerabilities. | ||||
* | White-space fix. | Thomas Tanghus | 2012-06-14 | 1 | -13/+9 |
| | |||||
* | Added JSON methods for CSRF prevention. Make request token accessible from ↵ | Thomas Tanghus | 2012-06-13 | 1 | -0/+7 |
| | | | | template and add js var. | ||||
* | add two csrf check calls. Review and lot´s of porting needed. | Frank Karlitschek | 2012-06-09 | 1 | -0/+20 |
| | |||||
* | add deprecated warning | Frank Karlitschek | 2012-06-04 | 1 | -1/+2 |
| | |||||
* | added a serverProtocol function that correctly returns the used protocol ↵ | Frank Karlitschek | 2012-06-01 | 1 | -0/+10 |
| | | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer | ||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -1/+0 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 9 | -9/+9 |
| | |||||
* | getStorage belongs to files not to apps. | Frank Karlitschek | 2012-05-19 | 2 | -9/+9 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 9 | -1/+25 |
| | |||||
* | added documentation to OCP namespace | Sam Tuke | 2012-05-10 | 1 | -2/+6 |
| | |||||
* | Merge commit 'refs/merge-requests/100' of ↵ | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/100 | ||||
| * | fixed typo in lib/public/util.php:106 (varname to ) | Philipp Roggan | 2012-05-09 | 1 | -1/+1 |
| | | |||||
* | | fix bug in public api | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-05-07 | 1 | -1/+13 |
|\ | |||||
| * | Create a function for linking to remote.php | Bart Visscher | 2012-05-07 | 1 | -0/+12 |
| | | |||||
| * | Fix typo. | Thomas Tanghus | 2012-05-07 | 1 | -1/+1 |
| | | |||||
* | | some more docu fixes | Frank Karlitschek | 2012-05-07 | 1 | -7/+16 |
|/ | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -2/+46 |
| | |||||
* | some more documentation cleanups. much more is needed. | Frank Karlitschek | 2012-05-06 | 7 | -78/+79 |
| | | | | And greeting from the Atlanta airport. ;-) | ||||
* | first part of documentation update. lot´s more to come | Frank Karlitschek | 2012-05-06 | 1 | -47/+47 |
| | |||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 2 | -0/+85 |
| | |||||
* | implement missing getusers call | Frank Karlitschek | 2012-05-04 | 1 | -0/+10 |
| | |||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -0/+92 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -0/+94 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -0/+106 |
| | |||||
* | new checkAppEnabled call | Frank Karlitschek | 2012-05-02 | 1 | -1/+14 |
| | |||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 1 | -0/+35 |
| | |||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -0/+28 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 1 | -0/+70 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 2 | -74/+114 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -0/+156 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -4/+111 |
| |