summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-0958-126/+73
|
* Disable sharing in trashbin appVincent Petry2014-04-081-0/+1
|
* Merge pull request #8032 from owncloud/fs-backend-registrationThomas Müller2014-04-0810-166/+462
|\ | | | | Files External: allow dynamic backend registration
| * unit tests for dynamic backend registrationThomas Müller2014-04-072-14/+141
| |
| * remove duplicate method checkDependencies()Thomas Müller2014-04-031-12/+0
| |
| * use command -v to detect if smbclient existsThomas Müller2014-04-031-1/+1
| |
| * Merge branch 'master' into fs-backend-registrationThomas Müller2014-04-032-144/+152
| |\ | | | | | | | | | | | | Conflicts: apps/files_external/templates/settings.php
| * | Update backends and their configurationsThomas Müller2014-04-031-19/+72
| | |
| * | Moved dependency checks to end of class filesPhilipp Kapfer2014-04-039-248/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dependency messages now appear below the configuration options instead of above Reworked dependency check method to support consolidated messages for multiple backends Conflicts: apps/files_external/lib/google.php apps/files_external/lib/swift.php apps/files_external/templates/settings.php
| * | Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-034-3/+42
| | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_external/lib/swift.php
| * | Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-035-8/+41
| | | | | | | | | | | | Added check for duplicate dependency check messages to display only the first
| * | Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-034-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | Added check for backend's checkDependencies method to OC_Mount_Config::getBackends() when backend is configured to have some instead of blindly calling it and crashing Conflicts: apps/files_external/lib/config.php apps/files_external/lib/google.php
| * | Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-034-158/+129
| | | | | | | | | | | | | | | | | | | | | | | | Moved dependency check to the individual backends instead of the config Conflicts: apps/files_external/appinfo/app.php apps/files_external/lib/config.php
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-089-3/+51
| | |
* | | Merge pull request #8086 from owncloud/fix_copy_conflict_translations_in_jsThomas Müller2014-04-071-2/+2
|\ \ \ | | | | | | | | Fix copy conflict dialog translation
| * | | Fix copy conflict dialog translationJörn Friedrich Dreyer2014-04-071-2/+2
| | | |
* | | | Merge pull request #6221 from leo-b/ldap_get_all_groupsblizzz2014-04-073-3/+49
|\ \ \ \ | |/ / / |/| | | fix updateGroups background job for ldap servers with > 1000 groups
| * | | adapt description of paging size configurationAlexander Bergolth2014-03-281-1/+1
| | | |
| * | | change default ldap paging size to 500Alexander Bergolth2014-03-281-1/+1
| | | |
| * | | make getGroupsChunk() protected instead of privateAlexander Bergolth2014-03-131-1/+1
| | | |
| * | | adapt coding styleAlexander Bergolth2014-03-131-15/+15
| | | |
| * | | fix another oversight... sigh..root2014-03-051-1/+1
| | | |
| * | | getGroups(): fix overall max search limit for paged searchesroot2014-03-041-3/+3
| | | |
| * | | getGroups() $limit was not handled correctlyroot2014-03-041-2/+7
| | | |
| * | | revert updateGroups job to use getGroups() instead of getAllGroups()root2014-03-041-1/+1
| | | |
| * | | merge functionality of getAllGroups into getGroupsroot2014-03-041-15/+18
| | | |
| * | | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groupsroot2014-03-042-1/+5
| |\ \ \
| | * | | add ldap_paging_size config optionroot2014-03-042-1/+5
| | | | |
| * | | | use getAllGroup() in the updateGroups background jobroot2014-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | needed in active directory deployments with > 1000 groups
| * | | | add getAllGroups() that uses a paged search if availableroot2014-03-041-0/+34
| |/ / / | | | | | | | | | | | | | | | | this circumvents server side search limits (active directory has a limit of 1000 by default)
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-074-0/+9
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-066-3/+19
| | | |
* | | | Show higher resolution previews for high dpi screensRobin Appelman2014-04-041-2/+4
| | | |
* | | | Merge pull request #8015 from owncloud/storageinfo-reuseVincent Petry2014-04-041-2/+2
|\ \ \ \ | | | | | | | | | | Allow reusing FileInfo for getStorageInfo
| * | | | Allow reusing FileInfo for getStorageInfoRobin Appelman2014-04-021-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-0471-224/+115
| | | | |
* | | | | Merge pull request #6968 from owncloud/files-ajaxloadMorris Jobke2014-04-0338-1366/+2337
|\ \ \ \ \ | |_|_|_|/ |/| | | | Ajaxify files list for files + trashbin + public page
| * | | | Correctly set svg for crumb dividerVincent Petry2014-04-031-1/+1
| | | | |
| * | | | Fixed dirInfo check for non existing dir in files ajax callVincent Petry2014-04-031-1/+1
| | | | |
| * | | | Removed redundant free space and upload limit in public pageVincent Petry2014-04-031-4/+0
| | | | |
| * | | | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-0238-1365/+2340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app
* | | | | Merge pull request #7969 from Xenopathic/files_external_fixVincent Petry2014-04-031-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Fix error log spam
| * | | | | Fix error log spamRobin McCorkell2014-04-031-4/+4
| | |_|_|/ | |/| | | | | | | | | | | | | Regression from e002b7242cb19a0e028d325cd64b57e67dc48108
* | | | | Merge pull request #7970 from owncloud/webdav-upload-hashThomas Müller2014-04-031-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix uploading files containing a # in the path for webdav
| * | | | Fix uploading files containing a # in the path for webdavRobin Appelman2014-03-311-1/+1
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-0313-1/+23
| | | | |
* | | | | Merge pull request #8014 from owncloud/uploadsize-reuseicewind19912014-04-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Reuse known free space in the files app
| * | | | | Reuse known free space in the files appRobin Appelman2014-04-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #7978 from owncloud/enc_cleanupVincent Petry2014-04-021-45/+0
|\ \ \ \ \ | |/ / / / |/| | | | there is no need to re-calculate the shares after a touch
| * | | | there is no need to re-calculate the shares after a touchBjoern Schiessle2014-03-311-45/+0
| |/ / /