aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/ajax
Commit message (Collapse)AuthorAgeFilesLines
...
| | * adding comma to get cleaner diffs in the futureThomas Müller2013-09-181-1/+1
| | |
| | * add permissions of the file to the json responseThomas Müller2013-09-181-1/+2
| | |
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-172-31/+66
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js
| * | fix upload of multiple filesJörn Friedrich Dreyer2013-09-061-23/+38
| | |
| * | refactor replace and autorename resolution in upload.phpJörn Friedrich Dreyer2013-09-061-39/+33
| | |
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-045-24/+43
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files/templates/part.list.php
| * | | reduced complexity, added listing conflicts to dialogJörn Friedrich Dreyer2013-08-221-0/+1
| | | |
| * | | progress fixesJörn Friedrich Dreyer2013-08-161-4/+5
| | | |
| * | | fix whitespace, check selected files before starting uploadJörn Friedrich Dreyer2013-08-141-8/+31
| | | |
* | | | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-3/+3
| |_|/ |/| |
* | | Merge pull request #4853 from owncloud/external-shared_mimetype-iconsThomas Müller2013-09-151-11/+9
|\ \ \ | | | | | | | | Use external and shared icons in OC.Dialogs.filepicker()
| * | | Use external and shared icons in OC.Dialogs.filepicker()kondou2013-09-141-11/+9
| | | |
* | | | Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-0/+4
| | | |
* | | | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-20/+18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* | | Merge pull request #4816 from owncloud/fixing-723-masterJan-Christoph Borchardt2013-09-121-0/+1
|\ \ \ | | | | | | | | Fixing 723 master
| * | | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵Thomas Müller2013-09-121-0/+1
| | |/ | |/| | | | | | | and sharing
* | | Clean up rawlist.php and fix non-array requestkondou2013-09-121-20/+30
| | |
* | | Split some lines, use ===, avoid unnecessary operationkondou2013-09-111-5/+7
| | |
* | | Use usort() instead of uasort() to not maintain keyskondou2013-09-061-1/+1
| | |
* | | Sort files by name, not by mimetypekondou2013-09-051-0/+9
| | |
* | | Only use mimetype_list and clean up a bitkondou2013-09-051-9/+10
| | |
* | | Make it possible to pass rawlist.php an JSON array, to filter by more than ↵kondou2013-09-051-5/+17
|/ / | | | | | | one mimetype
* | use gerMimeTypeDetector detectPath instead of getMimeTypeGeorg Ehrke2013-08-301-1/+1
| |
* | backport of #4357 to masterThomas Müller2013-08-271-10/+14
| |
* | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-181-1/+1
|\ \ | | | | | | Add newlines at the end of files
| * | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| | |
* | | Merge pull request #4483 from owncloud/compare-true-falseBart Visscher2013-08-182-2/+2
|\ \ \ | |/ / |/| | Compare result are already true/false
| * | Fix spacing of all touched lines.Andreas Fischer2013-08-171-1/+1
| | |
| * | Compare result are already true/falseBart Visscher2013-08-172-2/+2
| | |
* | | communicate size of newly created file back and update UIThomas Müller2013-08-161-0/+2
| | |
* | | Merge branch 'master' into mimetype-defaultsThomas Müller2013-08-162-42/+49
|\| | | | | | | | | | | | | | Conflicts: apps/files/ajax/newfile.php
| * | Use multiple lines for the JSON data array.Andreas Fischer2013-08-081-1/+5
| | |
| * | Adjust JSON code to stable5.Andreas Fischer2013-08-081-1/+2
| | |
| * | Do not repeat JSON success code.Andreas Fischer2013-08-081-8/+7
| | |
| * | Do not repeat definition of $target.Andreas Fischer2013-08-081-5/+6
| |/
| * Check expected type after JSON decode instead of checking what is not expected.Andreas Fischer2013-08-071-1/+1
| | | | | | | | This will also allow "true" and "false" as filenames instead of only "null".
* | add the option to have templates for newly created filesRobin Appelman2013-08-071-34/+38
|/
* Split scanning logic from ajax fileRobin Appelman2013-07-191-45/+29
|
* Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-1/+1
|\ | | | | | | | | Conflicts: apps/files/ajax/upload.php
| * proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-4/+5
| |
| * php 5.3 compliant nowThomas Müller2013-07-051-1/+2
| |
| * get the real physical folder name for anonymous uploadThomas Müller2013-07-051-2/+7
| |
* | on reshares we now recursively move to the root of all reshares - therefore ↵Thomas Müller2013-07-051-15/+14
| | | | | | | | some code has been refactured and added as a new public function
* | handle anonymous upload to reshared folderThomas Müller2013-07-051-0/+5
|/
* fix uploading when ['dirtoken'] is not setRobin Appelman2013-07-011-1/+1
|
* code styleRobin Appelman2013-07-011-34/+34
|
* Public upload featureRoman Geber2013-06-251-6/+42
|
* use json to encode user listRobin Appelman2013-06-191-1/+1
|
* allow scanning files for multiple usersRobin Appelman2013-06-191-13/+29
|
* reuse etag when doing a forced rescanRobin Appelman2013-06-141-1/+1
|