Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #24603 from owncloud/federated_reshare | Vincent Petry | 2016-05-23 | 21 | -453/+1524 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove reshares and the mapping in the federated_reshares table on unshare fr... | Björn Schießle | 2016-05-20 | 1 | -1/+34 | |
| * | | | | | | add missung return value | Björn Schießle | 2016-05-20 | 1 | -3/+4 | |
| * | | | | | | improved error messages | Björn Schießle | 2016-05-20 | 3 | -21/+27 | |
| * | | | | | | move motifier from the files_sharing app to the federatedfilessharing app | Björn Schießle | 2016-05-20 | 3 | -13/+18 | |
| * | | | | | | fall back to old re-sharing behaviour in case the remote server doesn't suppo... | Björn Schießle | 2016-05-20 | 2 | -35/+70 | |
| * | | | | | | update share permissions | Björn Schießle | 2016-05-20 | 3 | -12/+56 | |
| * | | | | | | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 5 | -10/+72 | |
| * | | | | | | close cursor after select to avoid db lock | Björn Schießle | 2016-05-20 | 1 | -0/+1 | |
| * | | | | | | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 14 | -124/+774 | |
| * | | | | | | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 2 | -10/+99 | |
| * | | | | | | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 3 | -10/+155 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Fix unit tests | Joas Schilling | 2016-05-23 | 3 | -30/+37 | |
* | | | | | | Make the root collection neutral so it does not only work for files | Joas Schilling | 2016-05-23 | 4 | -30/+47 | |
* | | | | | | Remove unused UserFolder | Joas Schilling | 2016-05-23 | 2 | -15/+5 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-23 | 18 | -0/+34 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 68 | -136/+148 | |
* | | | | | | Merge pull request #24307 from owncloud/systemtags-perminterface | Vincent Petry | 2016-05-21 | 14 | -363/+685 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rename "not-assignble" to "restricted" | Vincent Petry | 2016-05-20 | 1 | -1/+1 | |
| * | | | | | | Adjust DAV SystemTagPlugin unit tests for groups | Vincent Petry | 2016-05-20 | 2 | -79/+244 | |
| * | | | | | | Fix system tags DAV plugin tests | Vincent Petry | 2016-05-20 | 1 | -50/+20 | |
| * | | | | | | Fix system tag update code | Vincent Petry | 2016-05-20 | 1 | -0/+4 | |
| * | | | | | | Add admin-only system tag groups property | Vincent Petry | 2016-05-20 | 1 | -4/+39 | |
| * | | | | | | Act on effective system tag canAssign permission | Vincent Petry | 2016-05-20 | 3 | -11/+43 | |
| * | | | | | | Fix system tags DAV unit tests | Vincent Petry | 2016-05-20 | 6 | -160/+269 | |
| * | | | | | | Bring back admin permissions to change system tag permissions | Vincent Petry | 2016-05-20 | 2 | -9/+19 | |
| * | | | | | | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 5 | -64/+47 | |
| * | | | | | | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 5 | -77/+91 | |
| |/ / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-21 | 4 | -20/+100 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #22576 from owncloud/folder_scroll_fix | Vincent Petry | 2016-05-20 | 1 | -0/+21 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | added back the jquery animations | Erik Pellikka | 2016-05-13 | 1 | -6/+11 | |
| * | | | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -11/+3 | |
| * | | | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -3/+2 | |
| * | | | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -2/+6 | |
| * | | | | added elseif | Erik Pellikka | 2016-05-13 | 1 | -1/+1 | |
| * | | | | fixed to work with share links as well | Erik Pellikka | 2016-05-13 | 1 | -3/+4 | |
| * | | | | typo fix | Erik Pellikka | 2016-05-13 | 1 | -2/+2 | |
| * | | | | Tweaking | Erik Pellikka | 2016-05-13 | 1 | -7/+7 | |
| * | | | | Avoids jumping if window is smaller than 300 pixels in height | Morris Jobke | 2016-05-13 | 1 | -2/+3 | |
| * | | | | Add scrolling when dragging files | Erik Pellikka | 2016-05-13 | 1 | -0/+19 | |
* | | | | | Merge pull request #24702 from owncloud/background-scan-occ | Vincent Petry | 2016-05-20 | 1 | -3/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | add "unscanned" option to files:scan to triger a background scan | Robin Appelman | 2016-05-19 | 1 | -3/+12 | |
| | |/ / / | |/| | | | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-20 | 8 | -2/+34 | |
* | | | | | Merge pull request #24585 from owncloud/files_external_lazy | Vincent Petry | 2016-05-19 | 5 | -16/+224 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add tests for backend/auth mechanism providers | Robin McCorkell | 2016-05-11 | 1 | -0/+76 | |
| * | | | | | Use backend/auth mechanism providers in files_external | Robin McCorkell | 2016-05-11 | 1 | -16/+22 | |
| * | | | | | Introduce backend/auth mechanism providers | Robin McCorkell | 2016-05-11 | 3 | -0/+126 | |
* | | | | | | Fix more failures | Joas Schilling | 2016-05-19 | 2 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-19 | 12 | -4/+62 | |
* | | | | | Move FederatedFileSharing to PSR-4 | Joas Schilling | 2016-05-18 | 12 | -3/+1 |