Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-03 | 40 | -119/+145 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #7995 from owncloud/fix-h3-styles | Morris Jobke | 2014-04-02 | 2 | -2/+3 |
|\ \ | | | | | | | fix h3 style, move out from settings to apps CSS | ||||
| * | | fix h3 style, move out from settings to apps CSS | Jan-Christoph Borchardt | 2014-04-02 | 2 | -2/+3 |
| | | | |||||
* | | | Merge pull request #8003 from owncloud/extstorage-sftp-upgradephpseclib | Vincent Petry | 2014-04-02 | 27 | -723/+1287 |
|\ \ \ | | | | | | | | | Upgraded phpseclib to version 0.3.6 (SFTP ext storage) | ||||
| * | | | Upgraded phpseclib to version 0.3.6 | Vincent Petry | 2014-04-02 | 27 | -723/+1287 |
| | | | | |||||
* | | | | Merge pull request #8006 from wakeup/master | Morris Jobke | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix admin-dir_permissions redirection when cannot write warning is shown. | ||||
| * | | | | Fix admin-dir_permissions redirection when cannot write warning | Volkan Gezer | 2014-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | is shown. | ||||
* | | | | | Merge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabled | Morris Jobke | 2014-04-02 | 3 | -13/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | always encrypt files to owner | ||||
| * | | | | | always encrypt files to owner | Bjoern Schiessle | 2014-03-31 | 3 | -13/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #7968 from owncloud/core-overwritewebrootwithroot | Vincent Petry | 2014-04-02 | 2 | -3/+4 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Allow using "/" in "overwritewebroot" | ||||
| * | | | | | Allow using "/" in "overwritewebroot" | Vincent Petry | 2014-03-31 | 2 | -3/+4 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Whenever the reverse proxy is using "/" as the webroot, it is now possible to set that value in "overwritewebroot" | ||||
* | | | | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloop | Vincent Petry | 2014-04-02 | 3 | -8/+48 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Correctly read the full stream in file_get_contents | ||||
| * | | | | Added missing fclose in file_get_contents and file_put_contents | Vincent Petry | 2014-04-01 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | Correctly read the full stream in file_get_contents | Vincent Petry | 2014-04-01 | 3 | -7/+44 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-02 | 180 | -3035/+3004 |
| | | | | |||||
* | | | | Merge pull request #7989 from owncloud/files-deletefileregressionfix | Thomas Müller | 2014-04-01 | 2 | -8/+20 |
|\ \ \ \ | | | | | | | | | | | Fixed broken delete file action | ||||
| * | | | | Fixed broken delete file action | Vincent Petry | 2014-04-01 | 2 | -8/+20 |
| | | | | | |||||
* | | | | | Merge pull request #7884 from owncloud/use-idn_to_ascii-if-available | Thomas Müller | 2014-04-01 | 2 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | idn_to_ascii is only used if available | ||||
| * | | | | | idn_to_ascii is only used if available | Thomas Müller | 2014-03-26 | 2 | -0/+12 |
| | | | | | | |||||
* | | | | | | Merge pull request #7935 from owncloud/getpath-shared | Vincent Petry | 2014-04-01 | 4 | -14/+120 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make getPath work for shared files | ||||
| * | | | | | | Improve phpdoc | Robin Appelman | 2014-03-31 | 2 | -1/+10 |
| | | | | | | | |||||
| * | | | | | | Implement getPath for shared files | Robin Appelman | 2014-03-28 | 2 | -8/+82 |
| | | | | | | | |||||
| * | | | | | | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-03-28 | 2 | -6/+29 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #7817 from owncloud/app-navigation-for-apps | Morris Jobke | 2014-04-01 | 4 | -60/+50 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Makes #app-navigation a part of app management. | ||||
| * | | | | | | | apply proposed change | Morris Jobke | 2014-04-01 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | merge CSS rules | Morris Jobke | 2014-03-31 | 1 | -4/+2 |
| | | | | | | | | |||||
| * | | | | | | | Removes highlighting of selected items, padding from apps management. | raghunayyar | 2014-03-30 | 2 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Adds Style changes to app-navigation in core/css/apps.css | raghunayyar | 2014-03-24 | 2 | -4/+13 |
| | | | | | | | | |||||
| * | | | | | | | Makes #app-navigation a part of app management. | raghunayyar | 2014-03-20 | 3 | -59/+42 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #7997 from owncloud/correct-remember-trashbin-state | Bart Visscher | 2014-04-01 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Correct the remembering of the trashbin app state in encryption test | ||||
| * | | | | | | | Remember before change works better | Bart Visscher | 2014-04-01 | 1 | -3/+3 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #7986 from owncloud/files-fixredirectwhendirnotexists | Vincent Petry | 2014-04-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix dirInfo check when dir does not exist | ||||
| * | | | | | | | Fix dirInfo check when dir does not exist | Vincent Petry | 2014-04-01 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #7984 from owncloud/wording-applicable2 | Morris Jobke | 2014-04-01 | 1 | -4/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | External Storage: change confusing 'applicable' to 'available for', default to »All Users« | ||||
| * | | | | | | | external storage: set storages to be available for All Users by default | Jan-Christoph Borchardt | 2014-04-01 | 1 | -3/+6 |
| | | | | | | | | |||||
| * | | | | | | | external storage: change confusing 'applicable' to 'available for' | Jan-Christoph Borchardt | 2014-04-01 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #7696 from owncloud/chunk-remainingspacefix | Vincent Petry | 2014-04-01 | 2 | -3/+48 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Fixed chunking and insufficient storage check | ||||
| * | | | | | | | Fixed chunking and insufficient storage check | Vincent Petry | 2014-03-17 | 2 | -3/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed free space detection based on the already uploaded chunks - now deleting chunks as soon as it is read out before writing it into the part file, which reduces the space needed when assembling part files | ||||
* | | | | | | | | Merge pull request #7293 from owncloud/update-shares-postgres | Vincent Petry | 2014-04-01 | 4 | -16/+109 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix update to remove shares where file doesn't exist on postgres | ||||
| * | | | | | | | | Fixed share upgrade cleanup tests to use the correct ids | Vincent Petry | 2014-03-26 | 1 | -9/+9 |
| | | | | | | | | |