Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7766 from Xenopathic/master | Robin McCorkell | 2014-03-18 | 1 | -11/+5 |
|\ | | | | | Fix smb4php to work with home shares | ||||
| * | Fix smb4php to work with home shares | Robin McCorkell | 2014-03-17 | 1 | -11/+5 |
| | | | | | | Stat'ing a share with url_stat now checks if the user can run 'ls' in that share rather than checking if the share is listed by the server. This means that OwnCloud can now mount user home shares, which are never listed by the server. | ||||
* | | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -1/+1 |
|\ \ | |/ |/| | Move routing classes to an interface and expose it in the public api | ||||
| * | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
| | | |||||
* | | clearify the use-case of this app | Frank Karlitschek | 2014-03-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7734 from owncloud/icon-class-remove | Morris Jobke | 2014-03-16 | 3 | -6/+6 |
|\ \ | | | | | | | remove unneeded icon class | ||||
| * | | remove unneeded icon class | Jan-Christoph Borchardt | 2014-03-14 | 3 | -6/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-16 | 4 | -0/+9 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-15 | 10 | -1/+25 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-13 | 18 | -0/+359 |
| | | |||||
* | | Merge pull request #7686 from owncloud/ocs_fix_paths | Björn Schießle | 2014-03-13 | 2 | -5/+128 |
|\ \ | | | | | | | finally fix the paths for the OCS Share API | ||||
| * | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 2 | -5/+128 |
| | | | |||||
* | | | Merge pull request #7671 from fpiraneo/patch-1 | Vincent Petry | 2014-03-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update index.php | ||||
| * | | Update index.php | Francesco Piraneo G. | 2014-03-11 | 1 | -1/+1 |
| | | | | | | | | | On line #69 added id="selectedActionsList" to allow an easy adding of new actions customs apps wants to perform on selected files; | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-13 | 9 | -0/+22 |
| | | | |||||
* | | | Merge pull request #7681 from owncloud/remove-Sabre_DAV_Browser_Plugin-master | Lukas Reschke | 2014-03-12 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | remove Sabre_DAV_Browser_Plugin | ||||
| * | | | remove Sabre_DAV_Browser_Plugin | Thomas Müller | 2014-03-12 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge pull request #7669 from owncloud/versions_predelete | Vincent Petry | 2014-03-12 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | add preDelete hook for files_versions app | ||||
| * | | | | add preDelete hook for files_versions app | Georg Ehrke | 2014-03-11 | 1 | -1/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #7668 from owncloud/trashbin_predelete | Vincent Petry | 2014-03-12 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | add preDelete hook for files_trashbin app | ||||
| * | | | | add preDelete hook for files_trashbin app | Georg Ehrke | 2014-03-11 | 1 | -0/+1 |
| |/ / / | |||||
* | / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-12 | 131 | -36/+280 |
| |/ / |/| | | |||||
* | | | Merge pull request #7665 from owncloud/fix_ocs_share_api_paths | Björn Schießle | 2014-03-11 | 2 | -8/+201 |
|\ \ \ | |/ / |/| | | Fix ocs share api paths | ||||
| * | | add 'received_from' info to the share, so that every share can have a ↵ | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 |
| | | | | | | | | | | | | different value | ||||
| * | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 1 | -6/+197 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-11 | 293 | -970/+866 |
|/ / | |||||
* | | Merge pull request #7646 from owncloud/fix_ocs_api_unshare | Thomas Müller | 2014-03-10 | 2 | -7/+40 |
|\ \ | | | | | | | we need the file_source to delete a share successfully | ||||
| * | | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 2 | -7/+40 |
| | | | |||||
* | | | Merge pull request #7398 from owncloud/trash_dont_rely_on_db | Vincent Petry | 2014-03-10 | 7 | -150/+78 |
|\ \ \ | |_|/ |/| | | [trash] fall back if file is not in db | ||||
| * | | fix mimetype detection, introduce fake etag to identify preview images | Bjoern Schiessle | 2014-03-10 | 1 | -1/+2 |
| | | | |||||
| * | | get trash size from file cache | Bjoern Schiessle | 2014-03-10 | 4 | -77/+10 |
| | | | |||||
| * | | only enable previews if the encryption is disabled | Bjoern Schiessle | 2014-03-10 | 1 | -1/+5 |
| | | | |||||
| * | | if file is not in db, fall back to restore file to the users root | Bjoern Schiessle | 2014-03-10 | 4 | -72/+62 |
| | | | |||||
* | | | Merge pull request #7629 from owncloud/files-allfileswarningtypo | Vincent Petry | 2014-03-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed log warning when deleting a single file | ||||
| * | | | Fixed log warning when deleting a single file | Vincent Petry | 2014-03-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #7631 from ichEben/master | Vincent Petry | 2014-03-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [6.0.2RC1] Share folder as link -- no public upload, drag&drop still works #7422 | ||||
| * | | | | only initialise upload dropZone if public upload is allowed | IchEben | 2014-03-07 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #7624 from owncloud/enc-encryptedusedspacefix | Vincent Petry | 2014-03-10 | 2 | -0/+27 |
|\ \ \ \ | |/ / / |/| | | | [master] Fixed used space to be based on unencrypted size | ||||
| * | | | Return unencrypted_size of folder when queried | Vincent Petry | 2014-03-07 | 2 | -0/+27 |
| | |/ | |/| | | | | | | | | | | | | | This fixes the "used space" to be based on the unencrypted size, not encrypted size, to be consistent with how quota/space is handled when encryption is enabled | ||||
* | | | Merge pull request #7529 from owncloud/getlocalfile-cache | icewind1991 | 2014-03-07 | 1 | -99/+94 |
|\ \ \ | |/ / |/| | | Add caching for getLocalFile on remote storages | ||||
| * | | Add caching for getLocalFile on remote storages | Robin Appelman | 2014-03-04 | 1 | -99/+94 |
| | | | |||||
* | | | Merge pull request #7592 from owncloud/fixstoragefreespace | Vincent Petry | 2014-03-06 | 2 | -499/+633 |
|\ \ \ | | | | | | | | | Fixed upload issue when free space is not known (ex: FTP) | ||||
| * | | | Fixed upload issue when free space is not known | Vincent Petry | 2014-03-06 | 1 | -1/+3 |
| | | | | |||||
| * | | | Added unit tests for "add()" method for file upload | Vincent Petry | 2014-03-06 | 2 | -499/+631 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Added OC.Upload.init() to make the code testable - Added unit tests for the add() method of the uploader with some error cases | ||||
* | | | | Merge branch 'master' into fix-7307 | Thomas Müller | 2014-03-06 | 17 | -63/+184 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js | ||||
| * | | | Merge pull request #7575 from owncloud/issue/7571 | Vincent Petry | 2014-03-05 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Do not set #dir when on public.php | ||||
| | * | | | Do not set #dir when on public.php | Joas Schilling | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Fix #7571 | ||||
| * | | | | Merge pull request #7354 from pschmitt/master | Lukas Reschke | 2014-03-05 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Use 'command -v' to detect whether and where software is installed (instead of 'which') | ||||
| | * | | | | Use 'command -v' to detect whether and where software is installed (instead ↵ | Philipp Schmitt | 2014-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | of 'which') | ||||
| * | | | | | Merge pull request #7531 from owncloud/dont_create_shared_folder | Björn Schießle | 2014-03-05 | 5 | -26/+61 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | don't allow to create a file or folder named 'Shared' in the root folder |