Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-09 | 58 | -126/+73 |
| | |||||
* | Disable sharing in trashbin app | Vincent Petry | 2014-04-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #8032 from owncloud/fs-backend-registration | Thomas Müller | 2014-04-08 | 10 | -166/+462 |
|\ | | | | | Files External: allow dynamic backend registration | ||||
| * | unit tests for dynamic backend registration | Thomas Müller | 2014-04-07 | 2 | -14/+141 |
| | | |||||
| * | remove duplicate method checkDependencies() | Thomas Müller | 2014-04-03 | 1 | -12/+0 |
| | | |||||
| * | use command -v to detect if smbclient exists | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into fs-backend-registration | Thomas Müller | 2014-04-03 | 2 | -144/+152 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_external/templates/settings.php | ||||
| * | | Update backends and their configurations | Thomas Müller | 2014-04-03 | 1 | -19/+72 |
| | | | |||||
| * | | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 9 | -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 SWIFT | Philipp Kapfer | 2014-04-03 | 4 | -3/+42 |
| | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_external/lib/swift.php | ||||
| * | | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 5 | -8/+41 |
| | | | | | | | | | | | | Added check for duplicate dependency check messages to display only the first | ||||
| * | | Added cURL dependency check to Google Drive and WebDAV backend | Philipp Kapfer | 2014-04-03 | 4 | -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 them | Philipp Kapfer | 2014-04-03 | 4 | -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 transifex | Jenkins for ownCloud | 2014-04-08 | 9 | -3/+51 |
| | | | |||||
* | | | Merge pull request #8086 from owncloud/fix_copy_conflict_translations_in_js | Thomas Müller | 2014-04-07 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix copy conflict dialog translation | ||||
| * | | | Fix copy conflict dialog translation | Jörn Friedrich Dreyer | 2014-04-07 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #6221 from leo-b/ldap_get_all_groups | blizzz | 2014-04-07 | 3 | -3/+49 |
|\ \ \ \ | |/ / / |/| | | | fix updateGroups background job for ldap servers with > 1000 groups | ||||
| * | | | adapt description of paging size configuration | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | change default ldap paging size to 500 | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | make getGroupsChunk() protected instead of private | Alexander Bergolth | 2014-03-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | adapt coding style | Alexander Bergolth | 2014-03-13 | 1 | -15/+15 |
| | | | | |||||
| * | | | fix another oversight... sigh.. | root | 2014-03-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | getGroups(): fix overall max search limit for paged searches | root | 2014-03-04 | 1 | -3/+3 |
| | | | | |||||
| * | | | getGroups() $limit was not handled correctly | root | 2014-03-04 | 1 | -2/+7 |
| | | | | |||||
| * | | | revert updateGroups job to use getGroups() instead of getAllGroups() | root | 2014-03-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | merge functionality of getAllGroups into getGroups | root | 2014-03-04 | 1 | -15/+18 |
| | | | | |||||
| * | | | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groups | root | 2014-03-04 | 2 | -1/+5 |
| |\ \ \ | |||||
| | * | | | add ldap_paging_size config option | root | 2014-03-04 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | use getAllGroup() in the updateGroups background job | root | 2014-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | needed in active directory deployments with > 1000 groups | ||||
| * | | | | add getAllGroups() that uses a paged search if available | root | 2014-03-04 | 1 | -0/+34 |
| |/ / / | | | | | | | | | | | | | | | | | this circumvents server side search limits (active directory has a limit of 1000 by default) | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-07 | 4 | -0/+9 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-06 | 6 | -3/+19 |
| | | | | |||||
* | | | | Show higher resolution previews for high dpi screens | Robin Appelman | 2014-04-04 | 1 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #8015 from owncloud/storageinfo-reuse | Vincent Petry | 2014-04-04 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Allow reusing FileInfo for getStorageInfo | ||||
| * | | | | Allow reusing FileInfo for getStorageInfo | Robin Appelman | 2014-04-02 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-04 | 71 | -224/+115 |
| | | | | | |||||
* | | | | | Merge pull request #6968 from owncloud/files-ajaxload | Morris Jobke | 2014-04-03 | 38 | -1366/+2337 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Ajaxify files list for files + trashbin + public page | ||||
| * | | | | Correctly set svg for crumb divider | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixed dirInfo check for non existing dir in files ajax call | Vincent Petry | 2014-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Removed redundant free space and upload limit in public page | Vincent Petry | 2014-04-03 | 1 | -4/+0 |
| | | | | | |||||
| * | | | | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 38 | -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_fix | Vincent Petry | 2014-04-03 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix error log spam | ||||
| * | | | | | Fix error log spam | Robin McCorkell | 2014-04-03 | 1 | -4/+4 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Regression from e002b7242cb19a0e028d325cd64b57e67dc48108 | ||||
* | | | | | Merge pull request #7970 from owncloud/webdav-upload-hash | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix uploading files containing a # in the path for webdav | ||||
| * | | | | Fix uploading files containing a # in the path for webdav | Robin Appelman | 2014-03-31 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-03 | 13 | -1/+23 |
| | | | | | |||||
* | | | | | Merge pull request #8014 from owncloud/uploadsize-reuse | icewind1991 | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Reuse known free space in the files app | ||||
| * | | | | | Reuse known free space in the files app | Robin Appelman | 2014-04-02 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #7978 from owncloud/enc_cleanup | Vincent Petry | 2014-04-02 | 1 | -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 touch | Bjoern Schiessle | 2014-03-31 | 1 | -45/+0 |
| |/ / / |