summaryrefslogtreecommitdiffstats
path: root/lib/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-934/+0
| | | | | Conflicts: lib/private/vcategories.php
* remove unused OC_L10NThomas Müller2013-09-131-1/+0
|
* adding TB and GB to OC_Helper::humanFileSizeThomas Müller2013-09-131-2/+9
|
* Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-121-14/+18
|\ | | | | Always check variable type before using readdir to avoid surprises
| * more is_resource checks before readdirArthur Schiwon2013-09-051-14/+18
| |
* | adding icons for shared folders and external foldersThomas Müller2013-09-121-0/+8
|/
* Merge master into oc_previewGeorg Ehrke2013-08-301-4/+2
|\
| * fix weird logical behaviourMorris Jobke2013-08-271-4/+2
| |
* | Merge master into oc_previewGeorg Ehrke2013-08-291-7/+27
|\|
| * storage information is path specificThomas Müller2013-08-271-2/+5
| |
| * webdav quota now displays the same values as the web interface doesThomas Müller2013-08-271-3/+3
| |
| * Merge branch 'xsendfile_complete_zip_fix' of github.com:riso/owncloud-core ↵Morris Jobke2013-08-261-3/+20
| |\ | | | | | | | | | | | | | | | | | | into riso-xsendfile_complete_zip_fix from pull request #3307 Conflicts: lib/helper.php
| | * final fix for xsendfile zip generation race conditionValerio Ponte2013-08-081-3/+20
| | |
* | | Merge branch 'master' into oc_previewGeorg Ehrke2013-08-231-4/+4
|\| |
| * | merge master in storage-wrapper-quotaRobin Appelman2013-08-181-235/+207
| |\ \
| * | | use renamed constantsRobin Appelman2013-07-251-2/+2
| | |/ | |/|
* | | Merge master into oc_previewGeorg Ehrke2013-08-191-237/+209
|\ \ \ | | |/ | |/|
| * | Merge pull request #4339 from owncloud/mimetype-defaultsThomas Müller2013-08-171-236/+208
| |\ \ | | | | | | | | Add the option to provide templates for newly created files
| | * | add the option to have templates for newly created filesRobin Appelman2013-08-071-0/+14
| | | |
| | * | split of mimetype detection code from OC_Helper, adding the option for apps ↵Robin Appelman2013-08-071-236/+194
| | |/ | | | | | | | | | to register additional mimetype mappings
| * / change long couldn't be determined string to question mark againJan-Christoph Borchardt2013-08-041-1/+1
| |/
* | improve unknown backendGeorg Ehrke2013-08-151-1/+32
| |
* | style fixesGeorg Ehrke2013-07-301-1/+1
| |
* | Merge branch 'master' into oc_previewThomas Müller2013-07-301-7/+34
|\| | | | | | | | | | | Conflicts: 3rdparty lib/template.php
| * Change exit calls to throwing an exceptionBart Visscher2013-07-211-2/+1
| | | | | | | | This way the error won't be fatal in a unit test
| * Fix renaming using parenthesisBart Visscher2013-07-051-5/+21
| |
| * Make buildNotExistingFileName testable and write unittestsBart Visscher2013-07-051-1/+13
| |
* | make previews in files app smallerGeorg Ehrke2013-07-291-2/+2
| |
* | implement use of previews in sharing appGeorg Ehrke2013-07-111-0/+4
| |
* | merge conflicts ...Georg Ehrke2013-07-101-2/+2
|\|
| * Fix: The check if upload_max_filesize or post_max_size is 0 fails if only ↵Roland Hager2013-06-211-2/+2
| | | | | | | | | | | | one of them is 0. $upload_max_filesize and $post_max_size need to be casted to (int) to match "=== 0"
* | properly encode pathGeorg Ehrke2013-07-101-1/+1
| |
* | increase size of preview to size of rowGeorg Ehrke2013-06-261-1/+1
| |
* | implement server side use of previewsGeorg Ehrke2013-06-261-0/+11
|/
* actually return resultRobin Appelman2013-06-071-2/+2
|
* fix variable nameRobin Appelman2013-06-071-2/+2
|
* seperate mimetype guessing from filenameRobin Appelman2013-06-061-12/+22
|
* Style fixesMichael Gapczynski2013-05-291-21/+21
|
* Cache mimetype iconsRobin Appelman2013-05-291-7/+15
|
* Merge pull request #2491 from riso/xsendfile_fix_zipBart Visscher2013-05-031-10/+14
|\ | | | | improved handling of xsendfile zip generation race condition
| * fixed xsendfile zip generation race conditionValerio Ponte2013-03-201-10/+14
| |
* | check if there is a default/ folder in the theme directory if no theme existsBernhard Posselt2013-04-241-1/+1
|/
* Don't show storage space warning when the free space can't be determinedRobin Appelman2013-03-151-2/+10
|
* Don't block uploads if the max upload size is unknownRobin Appelman2013-03-151-2/+2
|
* Improve handeling of unlimited max upload sizeRobin Appelman2013-03-151-1/+7
|
* put value assignment into bracketsBjörn Schießle2013-02-221-1/+1
|
* return both, count and result if the operation succeeded or failed. Maybe in ↵Björn Schießle2013-02-221-3/+6
| | | | some cases it is useful to know how much bytes where copied
* using the number of writen bytes as indicator if streamCopy() was ↵Björn Schießle2013-02-221-3/+5
| | | | successfully. Instead check if fwrite returns the number of bytes or false
* Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-2/+6
| | | | When this is the case only the configured max upload size is taking into account for uploading
* Style-fix: Breakup long linesBart Visscher2013-02-141-4/+8
|