Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 14 | -2/+58 |
| | |||||
* | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
| | |||||
* | Merge pull request #19628 from owncloud/files-canceluploaddebounce | Robin Appelman | 2015-10-12 | 1 | -6/+5 |
|\ | | | | | Debounce cancel upload message | ||||
| * | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 6 | -8/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 4 | -22/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 10 | -6/+22 |
| | | |||||
* | | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ \ | | | | | | | Set download cookie on public download | ||||
| * | | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 10 | -0/+30 |
| | | |||||
* | | Merge pull request #19414 from owncloud/swift_primary_storage_tests | Thomas Müller | 2015-10-08 | 3 | -1/+9 |
|\ \ | | | | | | | Swift primary storage tests | ||||
| * | | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 3 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug | ||||
* | | | Merge pull request #19611 from owncloud/fix-public-scroll | Thomas Müller | 2015-10-08 | 2 | -33/+38 |
|\ \ \ | | | | | | | | | Fix scrollbars in public template | ||||
| * | | | move footer to bottom of public page | Hendrik Leppelsack | 2015-10-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | fix public empty message | Hendrik Leppelsack | 2015-10-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | fix scrollbars in public template | Hendrik Leppelsack | 2015-10-06 | 2 | -32/+36 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 20 | -2/+122 |
| | | | | |||||
* | | | | Merge pull request #19589 from owncloud/shares-external-mount-provider | Thomas Müller | 2015-10-07 | 6 | -55/+123 |
|\ \ \ \ | | | | | | | | | | | Move the setup of external share mounts to a mountprovider | ||||
| * | | | | Fix getEtag for roots of shared storages | Robin Appelman | 2015-10-06 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | sanitize mountpoint | Robin Appelman | 2015-10-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix test | Robin Appelman | 2015-10-05 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | extract the mount provider from the manager | Robin Appelman | 2015-10-05 | 3 | -24/+91 |
| | | | | | |||||
| * | | | | register the external share mount provider | Robin Appelman | 2015-10-05 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Make the external share manager a mount provider | Robin Appelman | 2015-10-05 | 3 | -46/+44 |
| | | | | | |||||
* | | | | | Merge pull request #19489 from owncloud/fix-18297 | Thomas Müller | 2015-10-07 | 3 | -1/+106 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | fix possible infinite loop when reading groups in the wizard | ||||
| * | | | | fix possible infinite loop when reading groups in the wizard | Arthur Schiwon | 2015-10-05 | 3 | -1/+106 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 26 | -14/+384 |
| | | | | | |||||
* | | | | | Merge pull request #19610 from owncloud/ext-deletestoragefromdatabase | Thomas Müller | 2015-10-06 | 3 | -4/+94 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove oc_storages entries after removing ext storages | ||||
| * | | | | | Remove oc_storages entries after removing ext storages | Vincent Petry | 2015-10-06 | 3 | -4/+94 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When removing external storages, either system-wide or user-wide, automatically remove the matching oc_storages and oc_filecache entries. This can only work if the backend configuration doesn't contain any substitution variable $user in which case the storage id cannot be computed, so this case is ignored for now. | ||||
* | | | | | Merge pull request #19511 from owncloud/etag-share-permissions-update | Robin Appelman | 2015-10-06 | 4 | -4/+28 |
|\ \ \ \ \ | |/ / / / |/| | | | | Mark shares as dirty when changing permissions | ||||
| * | | | | fix phpdoc | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | use microtime | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | clear hooks for tests | Robin Appelman | 2015-10-06 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Mark shares as dirty when changing permissions | Robin Appelman | 2015-10-06 | 3 | -3/+26 |
| | | | | | |||||
* | | | | | Propagate shares etag when group membership changed | Vincent Petry | 2015-10-06 | 4 | -0/+336 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #19595 from owncloud/fix-versions-log-entry | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Reset to auto if not set | ||||
| * | | | Reset to auto if not set | Victor Dubiniuk | 2015-10-05 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #19597 from owncloud/update-license-headers | Thomas Müller | 2015-10-06 | 204 | -134/+274 |
|\ \ \ | | | | | | | | | update licence headers via script | ||||
| * | | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 85 | -85/+77 |
| | | | | |||||
| * | | | update licence headers via script | Morris Jobke | 2015-10-05 | 168 | -96/+244 |
| |/ / | |||||
* | | | Merge pull request #18484 from owncloud/fix-17964 | Thomas Müller | 2015-10-06 | 2 | -7/+152 |
|\ \ \ | | | | | | | | | Remove whitespace from base-DNs | ||||
| * | | | trim by default, add unit tests | Arthur Schiwon | 2015-10-05 | 2 | -16/+140 |
| | | | | |||||
| * | | | Spaces -> Tabs, Update PHP-Doc and function logic | Lennart Rosam | 2015-10-05 | 1 | -12/+27 |
| | | | | |||||
| * | | | Remove whitespace from base-DNs | Lennart Rosam | 2015-10-05 | 1 | -6/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-06 | 26 | -16/+164 |
| |/ / |/| | | |||||
* | | | Fix tooltip placement on rename error | Vincent Petry | 2015-10-05 | 1 | -2/+2 |
| |/ |/| | |||||
* | | add some output to explain the pre-conditions for decrypt-all | Bjoern Schiessle | 2015-10-05 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #19487 from owncloud/split_share_middleware | Thomas Müller | 2015-10-05 | 8 | -86/+229 |
|\ | | | | | Split files_sharing middelware | ||||
| * | sharingcheckmiddleware now handles externalshares as well | Roeland Jago Douma | 2015-10-02 | 8 | -66/+195 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new annotations for the externalsharescontroller class * @NoOutgoingFederatedSharingRequired * @NoIncomingFederatedSharingRequired By default both are required for all functions in the externalSharesController. A proper exception is thrown and then a 405 is returned instead of the default error page. Since it is only an API endpoint this makes more sense. Unit tests added and updated | ||||
| * | Split files_sharing middelware | Roeland Jago Douma | 2015-10-02 | 2 | -29/+43 |
| | | | | | | | | | | | | | | | | | | | | | | Since for external shares there is no need for link shares to be enabled we should check which controller is actually being called. This makes sure that in all cases we verify that the files_sharing app is enabled. But only for the share controller (public shares) we check if the API is enabled and if links are enabled. TODO: add checks for federated sharing as well |