summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4449 from stweil/mimetypesMorris Jobke2017-04-261-0/+21
|\
| * Add test code for new image mime typesStefan Weil2017-04-251-0/+21
* | Merge branch 'master' into contactsmenuJan-Christoph Borchardt2017-04-261-1/+49
|\ \
| * | Trigger change when a user is enabled/disabledJoas Schilling2017-04-251-1/+49
| |/
* | Adjust entry unit test to newly added avatar propertyChristoph Wurst2017-04-251-0/+1
* | Use absolute URI for action iconsChristoph Wurst2017-04-251-3/+16
* | Don't show contacts an entry for themselvesChristoph Wurst2017-04-252-10/+49
* | Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-252-8/+62
* | Contacts menuChristoph Wurst2017-04-257-0/+642
|/
* Merge pull request #3531 from nextcloud/theming-scssMorris Jobke2017-04-251-23/+33
|\
| * Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-23/+33
* | Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma2017-04-251-2/+94
|\ \ | |/ |/|
| * Add missing unit test for updateShare with email shareDaniel Calviño Sánchez2017-04-241-0/+75
| * Add missing hook checkDaniel Calviño Sánchez2017-04-241-2/+13
| * Fix double hashing of shared link passwordsDaniel Calviño Sánchez2017-04-241-0/+6
* | Add unit tests for mounts of delete usersJoas Schilling2017-04-241-0/+24
|/
* Make sure we use a new encryption module all the timeJoas Schilling2017-04-201-7/+16
* Use the correct Dummy and Backend classJoas Schilling2017-04-201-2/+2
* Kill dead codeJoas Schilling2017-04-201-125/+0
* Fix warning with undefined methodJoas Schilling2017-04-201-4/+4
* Don't use deprecated getMock() anymoreJoas Schilling2017-04-203-16/+18
* Restoring the error handler within the error handler causes unexpected resultsJoas Schilling2017-04-201-3/+10
* Delete the correct config valueJoas Schilling2017-04-201-1/+1
* Merge pull request #4398 from nextcloud/fix_accesslistcodeJoas Schilling2017-04-201-2/+1
|\
| * Get proper accesslist for userFolderRoeland Jago Douma2017-04-201-2/+1
* | Rename renderHTML to renderHtmlMorris Jobke2017-04-191-4/+4
|/
* Merge pull request #4371 from nextcloud/dont-allow-dot-usernamesMorris Jobke2017-04-181-0/+43
|\
| * Better validation of allowed user namesJoas Schilling2017-04-181-0/+43
* | Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-182-3/+3
|\ \
| * | Fix translationsJoas Schilling2017-04-182-3/+3
| |/
* / Fix unit testsMorris Jobke2017-04-181-1/+1
|/
* Merge pull request #2834 from nextcloud/accesListToShareManagerMorris Jobke2017-04-153-8/+532
|\
| * Add more tests for the share helperJoas Schilling2017-04-131-0/+111
| * Activate the testJoas Schilling2017-04-131-1/+1
| * Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-4/+12
| * Fix share manager testJoas Schilling2017-04-131-13/+24
| * Fix default share providerJoas Schilling2017-04-131-10/+10
| * Fix tests for ShareHelperJoas Schilling2017-04-131-44/+70
| * Add shareHelper testRoeland Jago Douma2017-04-131-0/+94
| * Add mail element to access listRoeland Jago Douma2017-04-132-4/+0
| * Offload acceslist creation to providersRoeland Jago Douma2017-04-132-41/+232
| * Fix testsRoeland Jago Douma2017-04-131-0/+6
| * Add owner to access listRoeland Jago Douma2017-04-131-1/+1
| * Add getAccessList to ShareManagerRoeland Jago Douma2017-04-131-1/+82
* | Make BruteForceProtection annotation more cleverLukas Reschke2017-04-133-75/+196
* | Merge pull request #4308 from nextcloud/lost-password-emailLukas Reschke2017-04-131-1/+2
|\ \
| * | Update email template for lost password emailMorris Jobke2017-04-121-1/+2
* | | Remove expired attemptsLukas Reschke2017-04-131-5/+13
* | | Add tests for multiple parametersLukas Reschke2017-04-131-5/+19
* | | Move to dedicated MiddleWareLukas Reschke2017-04-132-40/+287