Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly DI the servercontainer | Roeland Jago Douma | 2016-01-20 | 1 | -1/+5 |
| | |||||
* | Merge pull request #21774 from owncloud/test-autoload-encryption | Thomas Müller | 2016-01-19 | 1 | -0/+3 |
|\ | | | | | always allow autoloading encryption in unit test | ||||
| * | always allow autoloading encryption in unit test | Robin Appelman | 2016-01-18 | 1 | -0/+3 |
| | | |||||
* | | properly use standard | Morris Jobke | 2016-01-19 | 1 | -2/+2 |
| | | | | | | | | * JEDEC standard - https://en.wikipedia.org/wiki/JEDEC_memory_standards#Unit_prefixes_for_semiconductor_storage_capacity | ||||
* | | Merge pull request #21519 from owncloud/propagate-folder-size | Thomas Müller | 2016-01-18 | 1 | -1/+3 |
|\ \ | |/ |/| | propagate folder size in the same query for write updates | ||||
| * | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #21705 from owncloud/improve-background-job-message | Thomas Müller | 2016-01-15 | 1 | -4/+5 |
|\ \ | |/ |/| | Improve background job error message | ||||
| * | Add message key to context of logException | Thomas Müller | 2016-01-15 | 1 | -3/+0 |
| | | |||||
| * | use logException() to properly log the exception | Morris Jobke | 2016-01-14 | 1 | -3/+7 |
| | | |||||
| * | Improved error message for failing background job | Morris Jobke | 2016-01-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #21721 from owncloud/capped-memcache-indirect-set | Thomas Müller | 2016-01-15 | 1 | -0/+12 |
|\ \ | | | | | | | Allow indirect set in CappedMemoryCache | ||||
| * | | Allow indirect set in CappedMemoryCache | Robin Appelman | 2016-01-14 | 1 | -0/+12 |
| | | | |||||
* | | | Merge pull request #21723 from owncloud/prevent-group-enable-for-apps | Thomas Müller | 2016-01-15 | 1 | -0/+93 |
|\ \ \ | | | | | | | | | Prevent group enable for apps | ||||
| * | | | Check whether the app can be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -0/+93 |
| |/ / | |||||
* | | | Merge pull request #20898 from owncloud/cache-interfaces | Thomas Müller | 2016-01-15 | 3 | -3/+7 |
|\ \ \ | | | | | | | | | Public Cache interfaces | ||||
| * | | | fix quota wrapper | Robin Appelman | 2016-01-14 | 1 | -1/+3 |
| | | | | |||||
| * | | | fix tests | Robin Appelman | 2016-01-14 | 2 | -2/+4 |
| |/ / | |||||
* / / | Use namedparameter | Roeland Jago Douma | 2016-01-14 | 1 | -3/+0 |
|/ / | |||||
* / | [Share 2.0] Fix pre_share and post_share hooks | Roeland Jago Douma | 2016-01-13 | 1 | -0/+7 |
|/ | |||||
* | [Share 2.0] Let the factory do the factory stuff | Roeland Jago Douma | 2016-01-13 | 1 | -184/+41 |
| | | | | * Updated unit tests (bit cleaner now) | ||||
* | [Share 2.0] Use full share id (providerId:shareId) | Roeland Jago Douma | 2016-01-13 | 2 | -7/+23 |
| | | | | | | | | | | | | Now that we support multiple managers we communicate shares to the outside as 'providerId:shareId'. This makes sures that id's are unique when references from the OCS API. However, since we do not want to break the OCS API v1 we need to somewhat hack around this. When we switch to OCS API v2 (which we should when we support more custom providers). We will change the id to always be the fullShareId. | ||||
* | [Share 2.0] Add share provider factory | Roeland Jago Douma | 2016-01-13 | 1 | -271/+140 |
| | | | | | | | * Add providers * Add share manager to server container * Use share manager from server container * Properly get the share manager | ||||
* | [Share 2.0] Allow registering of share providers | Roeland Jago Douma | 2016-01-13 | 1 | -10/+240 |
| | | | | * Properly register the default share provider | ||||
* | Merge pull request #20018 from owncloud/cache_group_backend | Thomas Müller | 2016-01-13 | 2 | -58/+84 |
|\ | | | | | The group database backend should cache groups | ||||
| * | Inject DBConnection | Roeland Jago Douma | 2016-01-12 | 2 | -58/+84 |
| | | | | | | | | | | * Use query builder * Minor unit tests additions | ||||
* | | Fix unit test | Lukas Reschke | 2016-01-13 | 1 | -0/+10 |
| | | | | | | | | No idea why they passed locally before as well on the branch on the PR. Scary... | ||||
* | | Merge pull request #21591 from owncloud/add-code-checking-for-apps | Thomas Müller | 2016-01-13 | 3 | -2/+209 |
|\ \ | | | | | | | Verify signature of apps with level "Official" coming from the appstore | ||||
| * | | Verify signature of apps with level "Official" coming from the appstore | Lukas Reschke | 2016-01-10 | 3 | -2/+209 |
| | | | | | | | | | | | | This change will verify the signature of all apps with the level "Official" coming from the appstore or if they have been signed before. | ||||
* | | | Merge pull request #21648 from owncloud/smb-statcache-cap | Thomas Müller | 2016-01-13 | 2 | -1/+68 |
|\ \ \ | | | | | | | | | cap the number of entries we cache in smb's statcache | ||||
| * | | | cap the number of entries we cache in smb's statcache | Robin Appelman | 2016-01-12 | 2 | -1/+68 |
| | | | | |||||
* | | | | Add hidden config switch to disable code integrity checking | Lukas Reschke | 2016-01-12 | 2 | -2/+205 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a hidden config flag that allows somebody to disable the code integrity check. If `integrity.check.disabled` is set to `true` in the config file: 1. The integrity check functions will return always an empty result 2. The integrity check is not performed when installing apps 3. The integrity check is not performed when updating apps 4. The integrity check is not performed when updating the core Furthermore this adds support for a list of channels that the code checker will run on. At the moment this is only stable because I didn't want to break any build scripts that we have. Once we have a proper CA setup and updated the build process to sign the releases we can add the RC, alpha, beta as well as daily releases. So everything except "git" basically. | ||||
* | | | | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 2 | -8/+19 |
|/ / / | |||||
* | | | Merge pull request #21628 from owncloud/deprecated_secure_random_funcions | Thomas Müller | 2016-01-12 | 5 | -23/+6 |
|\ \ \ | | | | | | | | | Replace deprecated function calls to SecureRandom | ||||
| * | | | Fix unit tests | Roeland Jago Douma | 2016-01-11 | 2 | -18/+1 |
| | | | | |||||
| * | | | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 2 | -3/+3 |
| | | | | |||||
| * | | | getLowStrengthGenerator does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 2 | -2/+2 |
| | |/ | |/| | |||||
* / | | Remove unused deprecated function | Roeland Jago Douma | 2016-01-11 | 1 | -5/+0 |
|/ / | |||||
* / | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 1 | -5/+0 |
|/ | |||||
* | Verify the path is a file on avatar update | Roeland Jago Douma | 2016-01-08 | 1 | -0/+17 |
| | | | | | | | | Fixes #21533 Before we just assumed that the passed path was a file. This does not have to be the case. Thus check if it actually is a file before doing any more tests. | ||||
* | Merge pull request #21527 from owncloud/remove_all_avatars | Thomas Müller | 2016-01-08 | 1 | -7/+23 |
|\ | | | | | Remove all cache avatars on avatar deletion | ||||
| * | Remove all cache avatars on avatar deletion | Roeland Jago Douma | 2016-01-07 | 1 | -7/+23 |
| | | | | | | | | | | | | | | Fixes #21513 Since we cache the generated avatars. We should also delete the generated sizes when we remove the avatar. | ||||
* | | Merge pull request #21498 from owncloud/cleanup-OC_DB | Thomas Müller | 2016-01-07 | 13 | -19/+19 |
|\ \ | | | | | | | Cleanup OC_DB methods | ||||
| * | | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 10 | -14/+14 |
| | | | |||||
| * | | Remove OC_DB::insertid | Morris Jobke | 2016-01-07 | 2 | -3/+3 |
| | | | |||||
| * | | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #21502 from owncloud/di_mimetypedetector | Thomas Müller | 2016-01-07 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | Add 'OCP\Files\IMimeTypeDetector' to DI container | ||||
| * | | Add 'OCP\Files\IMimeTypeDetector' to DI container | Roeland Jago Douma | 2016-01-07 | 1 | -0/+2 |
| | | | | | | | | | | | | * Added test to server container as well | ||||
* | | | Merge pull request #21505 from owncloud/allow-downgrades-for-brave-developers | Thomas Müller | 2016-01-07 | 1 | -13/+25 |
|\ \ \ | | | | | | | | | Allow downgrades for our brave developers, that switch between branches | ||||
| * | | | Allow downgrades for our brave developers, that switch between branches | Joas Schilling | 2016-01-07 | 1 | -13/+25 |
| |/ / | |||||
* | | | Merge pull request #20773 from owncloud/share2.0_create | Thomas Müller | 2016-01-07 | 2 | -12/+1380 |
|\ \ \ | |_|/ |/| | | [Sharing 2.0] create share |