Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move files to app folder | Georg Ehrke | 2012-04-18 | 13 | -423/+0 |
| | |||||
* | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 11 | -11/+11 |
| | |||||
* | create a new filename when the uploaded file already exist | Robin Appelman | 2012-04-15 | 1 | -2/+1 |
| | |||||
* | fixing oc-375 - a number is appended tp the filename | Thomas Müller | 2012-04-15 | 1 | -1/+2 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -1/+2 |
| | |||||
* | adding icons to filepicker | Bartek Przybylski | 2012-04-03 | 1 | -0/+2 |
| | |||||
* | dialogs filepicker first draft | Bartek Przybylski | 2012-04-02 | 1 | -0/+23 |
| | |||||
* | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 1 | -0/+1 |
| | |||||
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 3 | -0/+9 |
| | |||||
* | add option to add file from url | Robin Appelman | 2012-03-07 | 2 | -5/+25 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -6/+7 |
|\ | |||||
| * | additional error codes for file upload | Robin Appelman | 2012-02-26 | 1 | -6/+7 |
| | | |||||
* | | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 1 | -1/+2 |
|/ | |||||
* | some improvements in file scanning | Robin Appelman | 2012-02-05 | 1 | -1/+7 |
| | |||||
* | dont try to use something that isn't there | Robin Appelman | 2012-01-31 | 1 | -1/+5 |
| | |||||
* | some fixes to scanning | Robin Appelman | 2012-01-31 | 1 | -2/+10 |
| | |||||
* | start of proper feedback during filessytem scan | Robin Appelman | 2012-01-30 | 1 | -4/+7 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-01-16 | 5 | -14/+14 |
|\ | |||||
| * | fix creating/moving/renaming/deleting files/dirs with ' in name | Bartek Przybylski | 2012-01-15 | 5 | -14/+14 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 3 | -3/+4 |
|\| | |||||
| * | Fix typo in move error message | Michael Gapczynski | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | fix upload error reporting | Robin Appelman | 2011-12-23 | 1 | -1/+2 |
| | | |||||
| * | Fix whitespace folder name | Michael Gapczynski | 2011-12-23 | 1 | -1/+1 |
| | | |||||
* | | tell the user when the files are being scanned | Robin Appelman | 2011-11-10 | 1 | -0/+16 |
| | | |||||
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -1/+1 |
|/ | |||||
* | 'New' button, needs some css work | Robin Appelman | 2011-10-23 | 1 | -0/+27 |
| | |||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | mimetype icon improvements | Robin Appelman | 2011-10-13 | 1 | -0/+8 |
| | |||||
* | fix check for success | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 7 | -76/+28 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | files/ajax: catch upload errors | Florian Pritz | 2011-09-24 | 1 | -0/+18 |
| | | | | | | If the file wasn't uploaded successfully bail early. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -1/+3 |
| | | | | | | | 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> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -4/+1 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | fix uploading files to the users root directory | Robin Appelman | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | Fix bugs preventing file upload in shared folders with write permission | Michael Gapczynski | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | a bit of refactoring for oc_filesystem and implement user quota | Robin Appelman | 2011-08-15 | 1 | -0/+10 |
| | |||||
* | fix the getlink calls | Frank Karlitschek | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 8 | -23/+23 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud into autoload | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php | ||||
| * | Implement inline renaming of files | Robin Appelman | 2011-07-28 | 1 | -1/+1 |
| | | | | | | | | Still needs some ui love | ||||
* | | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 1 | -1/+0 |
|/ | |||||
* | finally the missing file for moving files from the web interface | Robin Appelman | 2011-07-22 | 1 | -0/+27 |
| | |||||
* | Provide ability to select mutliply files during upload for browsers that ↵ | Robin Appelman | 2011-07-19 | 1 | -8/+14 |
| | | | | support it. | ||||
* | fix error in autocomplete when try to list non-existing or unreadable folders | Robin Appelman | 2011-07-12 | 1 | -10/+12 |
| | |||||
* | try to adjust times to the clients timezone | Robin Appelman | 2011-06-05 | 1 | -0/+4 |
| | |||||
* | fix file actions for newly uploaded files | Robin Appelman | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | make path autocompletion case insensitive | Robin Appelman | 2011-06-02 | 1 | -1/+2 |
| | |||||
* | fix autocompletion | Robin Appelman | 2011-06-01 | 1 | -0/+4 |
| |