summaryrefslogtreecommitdiffstats
path: root/lib/files.php
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to return the fileinfoBart Visscher2012-09-211-0/+1
|
* Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-211-0/+28
| | | | This adds getFileInfo to OC_Files to also get fileinfo from shared files
* adding space between) and {Thomas Mueller2012-09-071-42/+42
|
* Don't delete the file anymore to replace it in the UI, just overwrite itMichael Gapczynski2012-09-051-1/+1
|
* Remove share permission for encrypted filesMichael Gapczynski2012-08-311-1/+5
|
* fix translations within subfolder /libThomas Mueller2012-08-301-2/+2
|
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
|
* Check if files_sharing app is enabled, move file specific javascript to ↵Michael Gapczynski2012-08-221-2/+2
| | | | files_sharing app
* Merge branch 'share_api'Michael Gapczynski2012-08-191-6/+33
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-2/+2
| |
| * Make file actions permissions awareMichael Gapczynski2012-07-251-5/+13
| |
| * Merge branch 'master' into share_apiMichael Gapczynski2012-07-111-1/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/addressbook.php apps/files_sharing/js/share.js apps/files_sharing/sharedstorage.php
| * | Sharing files working using share APIMichael Gapczynski2012-07-101-10/+24
| | |
| * | I'm having trouble making up my mind... translateItem -> getItems() -> ↵Michael Gapczynski2012-06-271-0/+5
| | | | | | | | | | | | formatItems(). It may change again. Preparing shared storage for new api.
* | | more path normalizationRobin Appelman2012-08-171-0/+4
| |/ |/|
* | typo fixedBjoern Schiessle2012-06-291-1/+1
| |
* | - when creating a new text file or directory which name already exist use ↵Bjoern Schiessle2012-06-291-1/+3
|/ | | | | | the same pattern as for file uploads in such a case (add a (N) to the name) - don't allow renaming if a file/directory with the name already exists
* Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-191-4/+1
|
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-151-1/+1
|
* write a warning to the log file if .htaccess is not writable instead of ↵Bjoern Schiessle2012-06-051-4/+6
| | | | failing silently
* no move (rename) operation for "Shared" directoryBjoern Schiessle2012-06-041-1/+1
|
* Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-041-1/+1
|
* Whitespace fixesBart Visscher2012-05-311-2/+2
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* Add HEAD request management for files ajax/download.phpBrice Maron2012-05-241-1/+7
|
* avoid corrupt ZIP files on lighttpd, should fix oc-467Arthur Schiwon2012-05-151-0/+1
|
* fix opening encrypted files from the browserRobin Appelman2012-05-051-2/+1
|
* send downloadfile piece by piece. saves RAM and is better suited for large ↵Arthur Schiwon2012-05-021-1/+8
| | | | files.
* use the correct array indexes...Robin Appelman2012-04-141-3/+3
|
* reuse OC_L10N objectsRobin Appelman2012-04-141-2/+2
|
* make sure temporary files are being removed, fixes oc-450Arthur Schiwon2012-04-131-2/+2
|
* file settings: let people set no more than upper boundary for file uploads, ↵Arthur Schiwon2012-04-131-5/+13
| | | | but they should can really go up to the limit
* make upload size settings work probably. do not replace whole .htaccess, ↵Arthur Schiwon2012-04-131-6/+35
| | | | only replace what is needed. Consistent, human readable input on admin settings page.
* mimetype filter for filepickerBartek Przybylski2012-04-051-2/+2
|
* Do not use always the same name for download-zip to avoid collisions.Arthur Schiwon2012-03-271-2/+2
|
* Overwrite Download-ZIP if it already exists. We do not want to show alien ↵Arthur Schiwon2012-03-271-2/+2
| | | | content.
* Config file is more appropriate hereArthur Schiwon2012-03-211-2/+2
| | | | adjust default value
* enable admin to turn off ZIP downloadsArthur Schiwon2012-03-191-3/+18
| | | | | | user interface offers multi-file/folder downloads only if available make function name more clear
* check if selected files for zip archive are not too largeArthur Schiwon2012-03-161-1/+43
| | | | offer config option
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-131-3/+1
|
* proper file sortingRobin Appelman2012-01-311-1/+11
|
* merge master into filesystemRobin Appelman2012-01-161-2/+17
|\
| * fix issue with moving music filesRobin Appelman2012-01-141-2/+17
| |
* | provide caching for file metadataRobin Appelman2011-11-091-36/+5
|/
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵Hendrik Langer2011-10-191-3/+3
| | | | environments
* Cleanup lib/base.phpBart Visscher2011-09-181-2/+19
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-7/+4
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* fixed picture preview broken for some, thanks to Felix on ShapadoJan-Christoph Borchardt2011-08-291-1/+1
|
* some filesystem fixesRobin Appelman2011-08-151-5/+1
|
* fixed downloading of files with spaces in name for FirefoxJan-Christoph Borchardt2011-08-121-1/+1
|