Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/files
AgeCommit message (Collapse)Author
2011-09-30escape file and directory names when downloading filesRobin Appelman
2011-09-29fix check for successThomas Schmidt
2011-09-29fix small styling problem with playback controllsRobin Appelman
2011-09-29fix persistent playlist for media playerRobin Appelman
2011-09-27Fixed table gap from appearing.Scott Barnett
2011-09-26Use OC_JSON for json responsesBart Visscher
Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
2011-09-25Fixed minor issue.Scott Barnett
2011-09-25Fixed uploaded file hover issue.Scott Barnett
2011-09-25updated translationsJan-Christoph Borchardt
2011-09-24files: fix max filesize checkFlorian Pritz
php check both, upload_max_filesize and post_max_size, when uploading a file so we should do the same when figuring out the maximum size. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24files/ajax: catch upload errorsFlorian Pritz
If the file wasn't uploaded successfully bail early. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24set cookie secure if forcessl is enabledFlorian Pritz
This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24files: hide non functioning code when called from a/f_s/get.phpFlorian Pritz
The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24don't print empty folder warning if it will be hiddenFlorian Pritz
No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24files: fix wrong image paths if called from files_shareing/get.phpFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-24only call error_log() if DEBUG is trueFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-23updated translationsJan-Christoph Borchardt
2011-09-23Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debuggingJakob Sack
2011-09-23fix file uploads for IERobin Appelman
2011-09-18Move some common code to OC_UtilBart Visscher
Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
2011-09-18Remove global vars and use the OC static version.Bart Visscher
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
2011-09-03updated translationsJan-Christoph Borchardt
2011-08-30Fix bug: filenames in filelisting are not shown for files without extensionRobin Appelman
patch by Elias Probst
2011-08-28Fix newly uploaded files names being cut off if multiple '.'Michael Gapczynski
2011-08-28Shift+Click multiselect for filesMichael Gapczynski
2011-08-28Months for modified date need to be translatedMichael Gapczynski
2011-08-28Ctrl+Click on td.filename a selects file instead of default file actionMichael Gapczynski
2011-08-28Support translations for modified date column in filesMichael Gapczynski
2011-08-28Style changes for multiselect and add tipsy for file sizeMichael Gapczynski
2011-08-28Fix file actions broken in some browsers, rename delete to do_delete - ↵Michael Gapczynski
Thanks Bart Visscher
2011-08-25Get file extension using lastIndexOf instead of indexOf in case there is a ↵Michael Gapczynski
'.' in file name
2011-08-23Revert "hints for file actions"Jan-Christoph Borchardt
1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript This reverts commit e78d1dd676a12e0a26960f0bf131975c7559298a.
2011-08-22hints for file actionsBartek Przybylski
2011-08-22some improvements in automatic svg replacementRobin Appelman
2011-08-21fix uploading files to the users root directoryRobin Appelman
2011-08-21added controls bar for Apps and HelpJan-Christoph Borchardt
2011-08-20Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski
2011-08-20more valid HTML, alt attributes, refactored pagenavi etc.Jan-Christoph Borchardt
2011-08-19Add downloadURL to files templates for both public links and filesMichael Gapczynski
2011-08-18Copy get.php into files_sharing, public links now use files templatesMichael Gapczynski
2011-08-18language updates, optimization of Help HTMLJan-Christoph Borchardt
2011-08-18Swedish translation, thanks to HakanSJan-Christoph Borchardt
2011-08-18still show the icon on row hover so the file type is still visibleJan-Christoph Borchardt
2011-08-18updated translationsJan-Christoph Borchardt
2011-08-17fix default file actions not workingRobin Appelman
2011-08-16Merge branch 'master' into sharingMichael Gapczynski
2011-08-16Modify files css for sharing dropdown to avoid future merge conflictsMichael Gapczynski
2011-08-15a bit of refactoring for oc_filesystem and implement user quotaRobin Appelman
2011-08-14resolved merge conflictJan-Christoph Borchardt
2011-08-14more fixes for Personal and TipsyJan-Christoph Borchardt