summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21761 from owncloud/share2_linkThomas Müller2016-01-212-0/+115
|\
| * Add Unit testsRoeland Jago Douma2016-01-202-0/+115
* | Merge pull request #21797 from owncloud/proper-controller-in-coreThomas Müller2016-01-212-6/+6
|\ \
| * | move lost controller to core/controllerMorris Jobke2016-01-201-4/+4
| * | move avatar controller to core/controllerMorris Jobke2016-01-201-2/+2
* | | Merge pull request #21792 from owncloud/systemtags-managerfactoryThomas Müller2016-01-213-1/+9
|\ \ \
| * | | Allow custom implementation of system tag managersVincent Petry2016-01-203-1/+9
| | |/ | |/|
* | | Merge pull request #20847 from owncloud/systemtags-uiThomas Müller2016-01-211-0/+10
|\ \ \
| * | | Added system tags GUI in sidebarVincent Petry2016-01-191-0/+10
| | |/ | |/|
* | | Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-203-27/+21
| |/ |/|
* | Properly DI the servercontainerRoeland Jago Douma2016-01-201-1/+5
|/
* Merge pull request #21774 from owncloud/test-autoload-encryptionThomas Müller2016-01-191-0/+3
|\
| * always allow autoloading encryption in unit testRobin Appelman2016-01-181-0/+3
* | properly use standardMorris Jobke2016-01-191-2/+2
* | Merge pull request #21519 from owncloud/propagate-folder-sizeThomas Müller2016-01-181-1/+3
|\ \ | |/ |/|
| * 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
|\ \ | |/ |/|
| * 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 CappedMemoryCacheRobin Appelman2016-01-141-0/+12
* | | Merge pull request #21723 from owncloud/prevent-group-enable-for-appsThomas Müller2016-01-151-0/+93
|\ \ \
| * | | 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
|\ \ \
| * | | 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
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-132-7/+23
* [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-271/+140
* [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-131-10/+240
* Merge pull request #20018 from owncloud/cache_group_backendThomas Müller2016-01-132-58/+84
|\
| * Inject DBConnectionRoeland Jago Douma2016-01-122-58/+84
* | Fix unit testLukas Reschke2016-01-131-0/+10
* | 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 appstoreLukas Reschke2016-01-103-2/+209
* | | 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 statcacheRobin Appelman2016-01-122-1/+68
* | | | Add hidden config switch to disable code integrity checkingLukas Reschke2016-01-122-2/+205
* | | | Allow admins to add system wide root certificatesRobin Appelman2016-01-122-8/+19
|/ / /
* | | Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-125-23/+6
|\ \ \
| * | | Fix unit testsRoeland Jago Douma2016-01-112-18/+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
|/
* Verify the path is a file on avatar updateRoeland Jago Douma2016-01-081-0/+17
* Merge pull request #21527 from owncloud/remove_all_avatarsThomas Müller2016-01-081-7/+23
|\