| Commit message (Expand) | 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 |
|\ |
|
| * | 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 |
| |\ |
|
| * | | 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 |
| * | | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 4 | -3/+42 |
| * | | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 5 | -8/+41 |
| * | | Added cURL dependency check to Google Drive and WebDAV backend | Philipp Kapfer | 2014-04-03 | 4 | -4/+33 |
| * | | Modified app to dynamically register backends instead of hard-coding them | Philipp Kapfer | 2014-04-03 | 4 | -158/+129 |
* | | | [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 | 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 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | 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 |
| * | | | | add getAllGroups() that uses a paged search if available | root | 2014-03-04 | 1 | -0/+34 |
| |/ / / |
|
* | | | | [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 | 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 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | 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 |
* | | | | | Merge pull request #7969 from Xenopathic/files_external_fix | Vincent Petry | 2014-04-03 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | Fix error log spam | Robin McCorkell | 2014-04-03 | 1 | -4/+4 |
| | |_|_|/
| |/| | | |
|
* | | | | | 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 | 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 | 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 | Bjoern Schiessle | 2014-03-31 | 1 | -45/+0 |
| |/ / / |
|