summaryrefslogtreecommitdiffstats
path: root/files/ajax
Commit message (Expand)AuthorAgeFilesLines
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-1711-11/+11
* create a new filename when the uploaded file already existRobin Appelman2012-04-151-2/+1
* fixing oc-375 - a number is appended tp the filenameThomas Müller2012-04-151-1/+2
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
* mimetype filter for filepickerBartek Przybylski2012-04-051-1/+2
* adding icons to filepickerBartek Przybylski2012-04-031-0/+2
* dialogs filepicker first draftBartek Przybylski2012-04-021-0/+23
* clean pre-path_hash fscache entriesRobin Appelman2012-03-301-0/+1
* add the option to only load apps of a specific typeRobin Appelman2012-03-303-0/+9
* add option to add file from urlRobin Appelman2012-03-072-5/+25
* merge master into encryptionRobin Appelman2012-02-261-6/+7
|\
| * additional error codes for file uploadRobin Appelman2012-02-261-6/+7
* | fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-1/+2
|/
* some improvements in file scanningRobin Appelman2012-02-051-1/+7
* dont try to use something that isn't thereRobin Appelman2012-01-311-1/+5
* some fixes to scanningRobin Appelman2012-01-311-2/+10
* start of proper feedback during filessytem scanRobin Appelman2012-01-301-4/+7
* merge master into filesystemRobin Appelman2012-01-165-14/+14
|\
| * fix creating/moving/renaming/deleting files/dirs with ' in nameBartek Przybylski2012-01-155-14/+14
* | merge master into filesystemRobin Appelman2012-01-083-3/+4
|\|
| * Fix typo in move error messageMichael Gapczynski2012-01-011-1/+1
| * fix upload error reportingRobin Appelman2011-12-231-1/+2
| * Fix whitespace folder nameMichael Gapczynski2011-12-231-1/+1
* | tell the user when the files are being scannedRobin Appelman2011-11-101-0/+16
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-1/+1
|/
* 'New' button, needs some css workRobin Appelman2011-10-231-0/+27
* use OC_Log instead of error_logRobin Appelman2011-10-161-1/+1
* mimetype icon improvementsRobin Appelman2011-10-131-0/+8
* fix check for successThomas Schmidt2011-09-291-1/+1
* Use OC_JSON for json responsesBart Visscher2011-09-257-76/+28
* files/ajax: catch upload errorsFlorian Pritz2011-09-241-0/+18
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-1/+3
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-1/+1
* Move some common code to OC_UtilBart Visscher2011-09-181-4/+1
* fix uploading files to the users root directoryRobin Appelman2011-08-211-1/+1
* Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski2011-08-201-1/+1
* a bit of refactoring for oc_filesystem and implement user quotaRobin Appelman2011-08-151-0/+10
* fix the getlink callsFrank Karlitschek2011-08-111-1/+1
* Renaming classes :-)Jakob Sack2011-07-298-23/+23
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-1/+1
|\
| * Implement inline renaming of filesRobin Appelman2011-07-281-1/+1
* | Delete requires in applications where possibleJakob Sack2011-07-271-1/+0
|/
* finally the missing file for moving files from the web interfaceRobin Appelman2011-07-221-0/+27
* Provide ability to select mutliply files during upload for browsers that supp...Robin Appelman2011-07-191-8/+14
* fix error in autocomplete when try to list non-existing or unreadable foldersRobin Appelman2011-07-121-10/+12
* try to adjust times to the clients timezoneRobin Appelman2011-06-051-0/+4
* fix file actions for newly uploaded filesRobin Appelman2011-06-041-1/+1
* make path autocompletion case insensitiveRobin Appelman2011-06-021-1/+2
* fix autocompletionRobin Appelman2011-06-011-0/+4
* add autocomplete for pathsRobin Appelman2011-05-281-0/+56