summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* remove superfluous $RUNTIME_APPTYPESThomas Müller2014-02-065-24/+0
* Merge pull request #7064 from owncloud/files-scrolltopafterupdateJan-Christoph Borchardt2014-02-051-4/+5
|\
| * Scroll to the top after switching dirVincent Petry2014-02-041-5/+6
* | Merge pull request #7032 from owncloud/enc_fix_deleteBjörn Schießle2014-02-059-119/+430
|\ \
| * | add function to extract filename from sharekey name + testsBjoern Schiessle2014-02-032-1/+37
| * | added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-013-65/+300
| * | don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle2014-01-311-1/+1
| * | better error detection and don't use glob()Bjoern Schiessle2014-01-311-12/+27
| * | move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle2014-01-313-41/+66
* | | Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-0410-22/+124
|\ \ \
| * | | Fixed file name validation unit test + added newlineVincent Petry2014-01-302-7/+16
| * | | Added .jshintrcVincent Petry2014-01-3010-15/+108
* | | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msgJan-Christoph Borchardt2014-02-046-6/+29
|\ \ \ \
| * | | | Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-30192-5750/+12562
| |\| | |
| * | | | Use $storageInfo['free']Pellaeon Lin2014-01-292-3/+2
| * | | | Fix variable namePellaeon Lin2014-01-241-2/+2
| * | | | Add $freeSpace and $uploadLimit to files_sharingPellaeon Lin2014-01-172-0/+6
| * | | | Comments to clarifyPellaeon Lin2014-01-161-2/+2
| * | | | Use t() 's native methodPellaeon Lin2014-01-161-2/+8
| * | | | Fix namespacePellaeon Lin2014-01-151-1/+1
| * | | | Contextual upload error messagePellaeon Lin2013-12-111-2/+2
| * | | | #max_upload is needed after allPellaeon Lin2013-12-111-1/+1
| * | | | Update #free_space on getstoragestats AJAX callPellaeon Lin2013-12-112-0/+3
| * | | | Display different messages for uploadLimit and freeSpacePellaeon Lin2013-12-083-4/+15
| * | | | Change misleading message when file size exceeds upload limitPellaeon Lin2013-12-081-2/+2
* | | | | Merge pull request #6647 from owncloud/memcache-publicicewind19912014-02-041-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' into memcache-publicRobin Appelman2014-01-2232-198/+419
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into memcache-publicRobin Appelman2014-01-1521-154/+127
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into memcache-publicRobin Appelman2014-01-0921-112/+383
| |\ \ \ \ \ \
| * | | | | | | Use $server->getMemCacheFactory() in ldap connectionRobin Appelman2014-01-091-1/+1
* | | | | | | | Merge pull request #7055 from owncloud/ellipsize-modified-dateJan-Christoph Borchardt2014-02-031-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | fix misalignment of modified dates, shift to rightJan-Christoph Borchardt2014-02-031-0/+1
| * | | | | | | | ellipsize long modified dates to make room for showing delete button, fix #7040Jan-Christoph Borchardt2014-02-031-0/+10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #7014 from owncloud/fix_ocs_share_apiBjörn Schießle2014-02-031-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | remove needless element tagBjoern Schiessle2014-01-301-2/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #7017 from owncloud/trashpreviewGeorg Ehrke2014-01-311-2/+12
|\ \ \ \ \ \ \
| * | | | | | | Fixed image preview in trashbin subdirsVincent Petry2014-01-301-2/+12
| |/ / / / / /
* | | | | | | Makes Rename Icon Width 44px for touch sourfaces.raghunayyar2014-01-311-0/+5
* | | | | | | Updated unit tests for rename actionVincent Petry2014-01-301-1/+12
* | | | | | | Rename action now appears as pencil iconraghunayyar2014-01-303-5/+18
|/ / / / / /
* | | | | | Merge pull request #6777 from owncloud/mobile-styleJan-Christoph Borchardt2014-01-299-141/+123
|\ \ \ \ \ \
| * | | | | | make header scroll up for single shares, more view of content on small screensJan-Christoph Borchardt2014-01-291-0/+4
| * | | | | | - adding class to header div: share-folder or share-fileThomas Müller2014-01-291-2/+3
| * | | | | | adjust file type icon placement for when no preview can be generatedJan-Christoph Borchardt2014-01-293-1/+10
| * | | | | | permanently show download action on mobile, only iconJan-Christoph Borchardt2014-01-292-8/+19
| * | | | | | fix horizontal scrollbar appearing when footer is too long, footer wraps nowJan-Christoph Borchardt2014-01-291-2/+1
| * | | | | | merge master into mobile-styleJan-Christoph Borchardt2014-01-2951-4888/+10106
| |\ \ \ \ \ \
| * | | | | | | fix multiselect bar being too short on big displaysJan-Christoph Borchardt2014-01-241-1/+2
| * | | | | | | Instead of 'No preview available for ...' we simple display the mieme-type iconThomas Müller2014-01-232-20/+9
| * | | | | | | remove background and width from multiselect bar, fix Download button not sho...Jan-Christoph Borchardt2014-01-232-4/+2