Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | 4 | -13/+57 | |
| * | | | | | | | | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 12 | -24/+111 | |
| * | | | | | | | | 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 | 15 | -125/+815 | |
| * | | | | | | | | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 3 | -11/+100 | |
| * | | | | | | | | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 4 | -11/+156 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #24356 from owncloud/scanner-recursion-memory | Vincent Petry | 2016-05-23 | 1 | -22/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Free up folder content from memory before recursing in the file scanner | Robin Appelman | 2016-04-29 | 1 | -22/+25 | |
* | | | | | | | | | Merge pull request #22620 from owncloud/comments-api | Vincent Petry | 2016-05-23 | 9 | -75/+165 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Move EntityEvent to PSR-4 | Joas Schilling | 2016-05-23 | 1 | -0/+0 | |
| * | | | | | | | | 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 | 5 | -30/+123 | |
| * | | | | | | | | Remove unused UserFolder | Joas Schilling | 2016-05-23 | 2 | -15/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-23 | 38 | -8/+70 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 130 | -212/+174 | |
* | | | | | | | | Merge pull request #24732 from owncloud/autoloader_fix | Vincent Petry | 2016-05-21 | 4 | -22/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move Template to PSR-4 | Roeland Jago Douma | 2016-05-20 | 1 | -0/+0 | |
| * | | | | | | | | Fix unit tests | Roeland Jago Douma | 2016-05-20 | 1 | -15/+1 | |
| * | | | | | | | | Only allow loading of legacy (lib/private/legacy) by default | Roeland Jago Douma | 2016-05-20 | 1 | -5/+1 | |
| * | | | | | | | | \OCP is handled by composer autoloader | Roeland Jago Douma | 2016-05-20 | 1 | -2/+0 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #24696 from owncloud/lock-jobs-while-executing | Vincent Petry | 2016-05-21 | 13 | -140/+257 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not lock the cron anymore so we can have multiple workers | Joas Schilling | 2016-05-21 | 2 | -38/+0 | |
| * | | | | | | | | Lock jobs while executing them, to allow multiple executors to run in parallel | Joas Schilling | 2016-05-21 | 7 | -101/+148 | |
| * | | | | | | | | Add a method to lock a table | Joas Schilling | 2016-05-21 | 6 | -2/+110 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #24307 from owncloud/systemtags-perminterface | Vincent Petry | 2016-05-21 | 30 | -414/+1305 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Increase version for DB addition | Vincent Petry | 2016-05-20 | 1 | -1/+1 | |
| * | | | | | | | | Make it possible to exclude admin groups from groups select2 | Vincent Petry | 2016-05-20 | 1 | -5/+10 | |
| * | | | | | | | | Some tweaks for systemtagmanager | Vincent Petry | 2016-05-20 | 3 | -67/+2 | |
| * | | | | | | | | Rename "not-assignble" to "restricted" | Vincent Petry | 2016-05-20 | 4 | -4/+4 | |
| * | | | | | | | | Add app to shipped.json | Vincent Petry | 2016-05-20 | 1 | -0/+1 | |
| * | | | | | | | | Update integration tests for system tags with groups | Vincent Petry | 2016-05-20 | 3 | -17/+232 | |
| * | | | | | | | | 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 | 8 | -37/+109 | |
| * | | | | | | | | 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 | |
| * | | | | | | | | Add system tag assignability check with groups | Vincent Petry | 2016-05-20 | 2 | -1/+34 | |
| * | | | | | | | | Add systemtag_group table and get/set methods | Vincent Petry | 2016-05-20 | 4 | -0/+135 | |
| * | | | | | | | | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 9 | -140/+77 | |
| * | | | | | | | | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 10 | -78/+343 | |
| |/ / / / / / / | ||||||
* / / / / / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-21 | 8 | -20/+104 | |
|/ / / / / / / | ||||||
* | | | | | | | 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 |