summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup OC::loadfileBart Visscher2012-08-101-11/+21
|
* Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-101-3/+14
|
* Combine install checks in lib/base.phpBart Visscher2012-08-101-19/+19
|
* fix scanning of archives in some casesRobin Appelman2012-08-091-2/+2
|
* remove unstable libGeorg Ehrke2012-08-091-93/+0
|
* Move login code from index.php to OC classBart Visscher2012-08-081-0/+64
|
* Move handling request of index.php to OC classBart Visscher2012-08-081-0/+48
|
* Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-3/+0
|
* while loop not needed because of recursive call of put()Bjoern Schiessle2012-08-081-8/+4
|
* fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-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_infoBart Visscher2012-08-071-0/+11
|
* Move getting the path info to OC_RequestBart Visscher2012-08-071-0/+13
|
* Add comments the other functions in OC_RequestBart Visscher2012-08-071-0/+8
|
* Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-074-51/+50
|
* Added function to make url absoluteBart Visscher2012-08-072-4/+15
|
* Fix rewriting GET parameters with ? in REQUESTEDAPPBart Visscher2012-08-071-1/+1
|
* Change hardcoded urls to use linkTo functionBart Visscher2012-08-061-2/+8
|
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-052-6/+7
|
* Use correct variable name.Thomas Tanghus2012-08-041-19/+19
|
* OC_App::getAppVersion return blank if version is not specifiedAlessandro Cosentino2012-08-041-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-041-0/+24
|
* add iWork mimetypesGeorg Ehrke2012-08-031-0/+3
|
* Merge branch 'chunked_upload'Bart Visscher2012-08-032-4/+110
|\
| * Chunked upload: Support reusing local chunksBart Visscher2012-07-271-2/+30
| |
| * Chunked upload: Refactor OC_FileChunking to objectBart Visscher2012-07-272-21/+35
| |
| * Chunked upload: Refactor to static classBart Visscher2012-07-272-18/+58
| |
| * Merge branch 'master' into chunked_uploadBart Visscher2012-07-2771-1133/+2242
| |\ | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php
| * | Custom chunking supportBart Visscher2012-07-081-4/+25
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-031-0/+3
| | |
* | | Fix #476Jakob Sack2012-07-311-4/+7
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-315-0/+124
| | |
* | | Remove OC_App::register call in OCP\App::registerJakob Sack2012-07-301-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-302-1/+44
| | |
* | | Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-1/+2
| | |
* | | Methods to disable and enable usersTom Needham2012-07-291-2/+35
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-295-0/+81
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-281-0/+20
| | |
* | | Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-271-1/+1
| | |
* | | Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-261-1/+1
| | |
* | | Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-261-31/+36
| | |
* | | fix spelling failGeorg Ehrke2012-07-261-1/+1
| |/ |/|
* | Smarter remove of etag properties for pathBart Visscher2012-07-262-3/+18
| |
* | Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher2012-07-261-1/+5
| |
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-2636-849/+1499
|\ \
| * | declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
| | |
| * | Create uniqid ETag for directoriesBart Visscher2012-07-254-1/+40
| | |
| * | Rename functionsBart Visscher2012-07-254-6/+6
| | | | | | | | | | | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath
| * | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-254-6/+25
| | |
| * | method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| | |
| * | provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
| | |