- Apr 04, 2014
-
-
Jenkins for ownCloud authored
-
- Apr 03, 2014
-
-
Morris Jobke authored
Ajaxify files list for files + trashbin + public page
-
Thomas Müller authored
-
Thomas Müller authored
Type hinting
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
Fix error log spam
-
Thomas Müller authored
Fix uploading files containing a # in the path for webdav
-
Robin McCorkell authored
Regression from e002b724
-
Jenkins for ownCloud authored
-
- Apr 02, 2014
-
-
Robin Appelman authored
Reuse known free space in the files app
-
Vincent Petry authored
there is no need to re-calculate the shares after a touch
-
Robin Appelman authored
-
Vincent Petry authored
Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app
-
Morris Jobke authored
fix h3 style, move out from settings to apps CSS
-
Vincent Petry authored
Upgraded phpseclib to version 0.3.6 (SFTP ext storage)
-
Morris Jobke authored
Fix admin-dir_permissions redirection when cannot write warning is shown.
-
Morris Jobke authored
always encrypt files to owner
-
Vincent Petry authored
Allow using "/" in "overwritewebroot"
-
Volkan Gezer authored
is shown.
-
Vincent Petry authored
-
Vincent Petry authored
Correctly read the full stream in file_get_contents
-
Jan-Christoph Borchardt authored
-
Jenkins for ownCloud authored
-
- Apr 01, 2014
-
-
Vincent Petry authored
- now correctly parse query strings with '+' signs - empty values are now parsed either as null or empty string - added unit test for parseQueryString()
-
Thomas Müller authored
Fixed broken delete file action
-
Thomas Müller authored
idn_to_ascii is only used if available
-
Vincent Petry authored
Make getPath work for shared files
-
Morris Jobke authored
Makes #app-navigation a part of app management.
-
Bart Visscher authored
Correct the remembering of the trashbin app state in encryption test
-
Bart Visscher authored
-
Vincent Petry authored
Fix dirInfo check when dir does not exist
-
Morris Jobke authored
External Storage: change confusing 'applicable' to 'available for', default to »All Users«
-
Vincent Petry authored
-
Vincent Petry authored
Fixed chunking and insufficient storage check
-
Vincent Petry authored
-
Vincent Petry authored
fix update to remove shares where file doesn't exist on postgres
-
Jan-Christoph Borchardt authored
-