summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Move the notification API to public namespaceJoas Schilling2016-01-224-65/+65
|
* Merge pull request #21824 from owncloud/list-of-notifiersThomas Müller2016-01-221-3/+76
|\ | | | | Make it possible to get a list of notifiers for a potential settings …
| * Make it possible to get a list of notifiers for a potential settings pageJoas Schilling2016-01-221-3/+76
| |
* | Add Unit tests for the default share providerRoeland Jago Douma2016-01-211-43/+395
| |
* | Merge pull request #21761 from owncloud/share2_linkThomas Müller2016-01-212-0/+115
|\ \ | | | | | | Share2 link
| * | Add Unit testsRoeland Jago Douma2016-01-202-0/+115
| | |
* | | Merge pull request #21792 from owncloud/systemtags-managerfactoryThomas Müller2016-01-213-1/+9
|\ \ \ | |_|/ |/| | Allow custom implementation of system tag managers
| * | Allow custom implementation of system tag managersVincent Petry2016-01-203-1/+9
| |/ | | | | | | | | | | | | Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container
* / Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-202-1/+8
|/
* Properly DI the servercontainerRoeland Jago Douma2016-01-201-1/+5
|
* properly use standardMorris Jobke2016-01-191-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-sizeThomas Müller2016-01-181-1/+3
|\ | | | | propagate folder size in the same query for write updates
| * propagate folder size in the same query for write updatesRobin Appelman2016-01-151-1/+3
| |
* | Merge pull request #21705 from owncloud/improve-background-job-messageThomas Müller2016-01-151-4/+5
|\ \ | |/ |/| Improve background job error message
| * Add message key to context of logExceptionThomas Müller2016-01-151-3/+0
| |
| * use logException() to properly log the exceptionMorris Jobke2016-01-141-3/+7
| |
| * Improved error message for failing background jobMorris Jobke2016-01-141-1/+1
| |
* | Merge pull request #21721 from owncloud/capped-memcache-indirect-setThomas Müller2016-01-151-0/+12
|\ \ | | | | | | Allow indirect set in CappedMemoryCache
| * | Allow indirect set in CappedMemoryCacheRobin Appelman2016-01-141-0/+12
| | |
* | | Merge pull request #21723 from owncloud/prevent-group-enable-for-appsThomas Müller2016-01-151-0/+93
|\ \ \ | | | | | | | | Prevent group enable for apps
| * | | Check whether the app can be enabled for groupsJoas Schilling2016-01-141-0/+93
| |/ /
* | | Merge pull request #20898 from owncloud/cache-interfacesThomas Müller2016-01-153-3/+7
|\ \ \ | | | | | | | | Public Cache interfaces
| * | | fix quota wrapperRobin Appelman2016-01-141-1/+3
| | | |
| * | | fix testsRobin Appelman2016-01-142-2/+4
| |/ /
* / / Use namedparameterRoeland Jago Douma2016-01-141-3/+0
|/ /
* / [Share 2.0] Fix pre_share and post_share hooksRoeland Jago Douma2016-01-131-0/+7
|/
* [Share 2.0] Let the factory do the factory stuffRoeland Jago Douma2016-01-131-184/+41
| | | | * Updated unit tests (bit cleaner now)
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-132-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 factoryRoeland Jago Douma2016-01-131-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 providersRoeland Jago Douma2016-01-131-10/+240
| | | | * Properly register the default share provider
* Merge pull request #20018 from owncloud/cache_group_backendThomas Müller2016-01-132-58/+84
|\ | | | | The group database backend should cache groups
| * Inject DBConnectionRoeland Jago Douma2016-01-122-58/+84
| | | | | | | | | | * Use query builder * Minor unit tests additions
* | Fix unit testLukas Reschke2016-01-131-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-appsThomas Müller2016-01-133-2/+209
|\ \ | | | | | | Verify signature of apps with level "Official" coming from the appstore
| * | Verify signature of apps with level "Official" coming from the appstoreLukas Reschke2016-01-103-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-capThomas Müller2016-01-132-1/+68
|\ \ \ | | | | | | | | cap the number of entries we cache in smb's statcache
| * | | cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-122-1/+68
| | | |
* | | | Add hidden config switch to disable code integrity checkingLukas Reschke2016-01-122-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 certificatesRobin Appelman2016-01-121-8/+15
|/ / /
* | | Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-124-13/+6
|\ \ \ | | | | | | | | Replace deprecated function calls to SecureRandom
| * | | Fix unit testsRoeland Jago Douma2016-01-111-8/+1
| | | |
| * | | getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-112-3/+3
| | | |
| * | | getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-112-2/+2
| | |/ | |/|
* / | Remove unused deprecated functionRoeland Jago Douma2016-01-111-5/+0
|/ /
* / Remove generateRandomBytes from OC_UtilRoeland Jago Douma2016-01-101-5/+0
|/
* Merge pull request #21527 from owncloud/remove_all_avatarsThomas Müller2016-01-081-7/+23
|\ | | | | Remove all cache avatars on avatar deletion
| * Remove all cache avatars on avatar deletionRoeland Jago Douma2016-01-071-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_DBThomas Müller2016-01-0713-19/+19
|\ \ | | | | | | Cleanup OC_DB methods
| * | Remove OC_DB::getConnectionMorris Jobke2016-01-0710-14/+14
| | |
| * | Remove OC_DB::insertidMorris Jobke2016-01-072-3/+3
| | |