Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup OC::loadfile | Bart Visscher | 2012-08-10 | 1 | -11/+21 |
| | |||||
* | Use OC_Util::displayLoginPage and cleanup the function | Bart Visscher | 2012-08-10 | 1 | -3/+14 |
| | |||||
* | Combine install checks in lib/base.php | Bart Visscher | 2012-08-10 | 1 | -19/+19 |
| | |||||
* | fix scanning of archives in some cases | Robin Appelman | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | remove unstable lib | Georg Ehrke | 2012-08-09 | 1 | -93/+0 |
| | |||||
* | Move login code from index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -0/+64 |
| | |||||
* | Move handling request of index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -0/+48 |
| | |||||
* | Remove unused RUNTIME_NOSETUPFS var | Bart Visscher | 2012-08-08 | 1 | -3/+0 |
| | |||||
* | while loop not needed because of recursive call of put() | Bjoern Schiessle | 2012-08-08 | 1 | -8/+4 |
| | |||||
* | fix for bug 879 - add parent directory to file cache if it does not exist yet. | Bjoern Schiessle | 2012-08-08 | 1 | -11/+23 |
| | | | | This can happen if the sync client is used before user created the root directory (e.g. through web login) for example. | ||||
* | Decode the alternative path_info | Bart Visscher | 2012-08-07 | 1 | -0/+11 |
| | |||||
* | Move getting the path info to OC_Request | Bart Visscher | 2012-08-07 | 1 | -0/+13 |
| | |||||
* | Add comments the other functions in OC_Request | Bart Visscher | 2012-08-07 | 1 | -0/+8 |
| | |||||
* | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 4 | -51/+50 |
| | |||||
* | Added function to make url absolute | Bart Visscher | 2012-08-07 | 2 | -4/+15 |
| | |||||
* | Fix rewriting GET parameters with ? in REQUESTEDAPP | Bart Visscher | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Change hardcoded urls to use linkTo function | Bart Visscher | 2012-08-06 | 1 | -2/+8 |
| | |||||
* | Small changes to allow updating main menu dynamically. | Thomas Tanghus | 2012-08-05 | 2 | -6/+7 |
| | |||||
* | Use correct variable name. | Thomas Tanghus | 2012-08-04 | 1 | -19/+19 |
| | |||||
* | OC_App::getAppVersion return blank if version is not specified | Alessandro Cosentino | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-04 | 1 | -0/+24 |
| | |||||
* | add iWork mimetypes | Georg Ehrke | 2012-08-03 | 1 | -0/+3 |
| | |||||
* | Merge branch 'chunked_upload' | Bart Visscher | 2012-08-03 | 2 | -4/+110 |
|\ | |||||
| * | Chunked upload: Support reusing local chunks | Bart Visscher | 2012-07-27 | 1 | -2/+30 |
| | | |||||
| * | Chunked upload: Refactor OC_FileChunking to object | Bart Visscher | 2012-07-27 | 2 | -21/+35 |
| | | |||||
| * | Chunked upload: Refactor to static class | Bart Visscher | 2012-07-27 | 2 | -18/+58 |
| | | |||||
| * | Merge branch 'master' into chunked_upload | Bart Visscher | 2012-07-27 | 71 | -1133/+2242 |
| |\ | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php | ||||
| * | | Custom chunking support | Bart Visscher | 2012-07-08 | 1 | -4/+25 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-03 | 1 | -0/+3 |
| | | | |||||
* | | | Fix #476 | Jakob Sack | 2012-07-31 | 1 | -4/+7 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-31 | 5 | -0/+124 |
| | | | |||||
* | | | Remove OC_App::register call in OCP\App::register | Jakob Sack | 2012-07-30 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-30 | 2 | -1/+44 |
| | | | |||||
* | | | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-29 | 1 | -1/+2 |
| | | | |||||
* | | | Methods to disable and enable users | Tom Needham | 2012-07-29 | 1 | -2/+35 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-29 | 5 | -0/+81 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-28 | 1 | -0/+20 |
| | | | |||||
* | | | Fix incorrect copy/paste for file_put_contents() | Michael Gapczynski | 2012-07-27 | 1 | -1/+1 |
| | | | |||||
* | | | Forgot data parameter for file_put_contents() streams pre proxies | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
| | | | |||||
* | | | Run pre and post proxies for file_put_contents() streams | Michael Gapczynski | 2012-07-26 | 1 | -31/+36 |
| | | | |||||
* | | | fix spelling fail | Georg Ehrke | 2012-07-26 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Smarter remove of etag properties for path | Bart Visscher | 2012-07-26 | 2 | -3/+18 |
| | | |||||
* | | Fix oc-1362: post_rename has no path param but newpath and oldpath | Bart Visscher | 2012-07-26 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-26 | 36 | -849/+1499 |
|\ \ | |||||
| * | | declare OCP\App::register as deprecated | Georg Ehrke | 2012-07-26 | 1 | -0/+15 |
| | | | |||||
| * | | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 4 | -1/+40 |
| | | | |||||
| * | | Rename functions | Bart Visscher | 2012-07-25 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath | ||||
| * | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 4 | -6/+25 |
| | | | |||||
| * | | method not used externally, thus not needed in interface | Arthur Schiwon | 2012-07-25 | 1 | -10/+0 |
| | | | |||||
| * | | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 2 | -1/+38 |
| | | |