aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into appframework-masterThomas Müller2013-09-271-9/+69
|\
| * Merge pull request #4207 from owncloud/search_shared_filesThomas Müller2013-09-271-9/+69
| |\ | | | | | | add initial search in shared files
| | * adding PHPDoc comments to getBackendThomas Müller2013-09-241-5/+10
| | | | | | | | | | | | ensure getChildren() is called on an instance of Share_Backend_Collection
| | * same for search by mimeJörn Friedrich Dreyer2013-09-191-4/+4
| | |
| | * add all results, sharing cache also returns entries for shared files in ↵Jörn Friedrich Dreyer2013-09-191-4/+4
| | | | | | | | | | | | external storages
| | * fix getAll(), refactor search by mime & searchJörn Friedrich Dreyer2013-09-191-18/+37
| | |
| | * return fixed path, skip shared files outside of 'files'Jörn Friedrich Dreyer2013-09-191-3/+6
| | |
| | * divide ids into chunks of 1kJörn Friedrich Dreyer2013-09-191-9/+18
| | |
| | * add initial search in shared filesJörn Friedrich Dreyer2013-09-191-1/+25
| | |
* | | Merge branch 'master' into appframework-masterThomas Müller2013-09-256-3/+54
|\| | | | | | | | | | | | | | | | | Conflicts: apps/files/lib/helper.php apps/files_trashbin/lib/helper.php
| * | remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+1
| | |
| * | namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-1/+1
| | | | | | | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-194-1/+48
| |\| | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js
| | * [tx-robot] updated from transifexJenkins for ownCloud2013-09-184-1/+48
| | |
| * | move upload dialog css to separate fileJörn Friedrich Dreyer2013-09-181-0/+1
| | |
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-176-15/+43
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-102-0/+14
| |\ \ | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js
| * \ \ Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-061-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-0418-34/+148
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | progress fixesJörn Friedrich Dreyer2013-08-161-2/+5
| | | | | |
* | | | | | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-161-14/+13
|\ \ \ \ \ | | | | | | | | | | | | refactor upload js & html to always use only js to fill form data
| * | | | | refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-131-14/+13
| | | | | |
* | | | | | Merge pull request #4501 from owncloud/ajaxfilelistThomas Müller2013-09-142-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ajax calls for "files" and "files_trashbin" apps
| * | | | | | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-132-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* / / / / / [tx-robot] updated from transifexJenkins for ownCloud2013-09-131-0/+7
|/ / / / /
* | | | | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-121-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Always check variable type before using readdir to avoid surprises
| * | | | | more is_resource checks before readdirArthur Schiwon2013-09-051-1/+2
| | |/ / / | |/| | |
* | | | | adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin ↵Thomas Müller2013-09-121-0/+15
| | | | | | | | | | | | | | | | | | | | and sharing
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-111-0/+6
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-102-0/+14
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-051-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-09-031-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-09-011-2/+2
| |
* | Merge master into oc_previewGeorg Ehrke2013-08-293-22/+14
|\ \
| * | backport of #4357 to masterThomas Müller2013-08-271-3/+7
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-08-271-0/+7
| | |
| * | kill zh_CN.GB2312Thomas Müller2013-08-271-19/+0
| | |
* | | Merge master into oc_previewGeorg Ehrke2013-08-261-0/+6
|\| |
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-08-251-0/+6
| | |
* | | Merge branch 'master' into oc_previewGeorg Ehrke2013-08-233-4/+11
|\| |
| * | Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-201-3/+3
| |\ \ | | | | | | | | Fix some JSLint warnings
| | * \ Merge branch 'master' into fix_jslint_kondoukondou2013-08-1871-74/+342
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js
| | * | | Fix a syntax error & have if-conds in an own linekondou2013-08-011-1/+1
| | | | |
| | * | | Fix some JSLint warningskondou2013-07-311-4/+4
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-191-0/+7
| | | | |
| * | | | Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-191-1/+1
| |\ \ \ \ | | | | | | | | | | | | Move quota logic from filesystem proxy to storage wrapper
| | * \ \ \ merge master in storage-wrapper-quotaRobin Appelman2013-08-1874-74/+375
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | use renamed constantsRobin Appelman2013-07-251-1/+1
| | | | | |
* | | | | | move isMimeSupported out of template filesGeorg Ehrke2013-08-211-0/+1
| | | | | |