summaryrefslogtreecommitdiffstats
path: root/files/ajax
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't create firefox hardlockArthur Schiwon2011-04-191-1/+1
* implemented deleting multiple filesArthur Schiwon2011-04-181-6/+15
* Make the download button workRobin Appelman2011-04-181-0/+37
* Made the "change password" thingie in settings workingJakob Sack2011-04-182-2/+2
* implement "new folder" functionArthur Schiwon2011-04-171-0/+29
* don't reload the whole page after file uploadArthur Schiwon2011-04-171-11/+26
* removed deprecated session check, which blocked file upload in some casesArthur Schiwon2011-04-171-3/+1
* fix that might solve strange uploading issuesArthur Schiwon2011-04-171-1/+2
* show error code if file upload failsArthur Schiwon2011-04-161-1/+3