Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Adjust tests | Lukas Reschke | 2017-04-26 | 1 | -4/+13 | |
* | | | fix ContactsStoreTest | Georg Ehrke | 2017-04-26 | 1 | -5/+10 | |
* | | | add contactsmenu popover | Georg Ehrke | 2017-04-26 | 2 | -0/+135 | |
|/ / | ||||||
* | | Merge pull request #4449 from stweil/mimetypes | Morris Jobke | 2017-04-26 | 1 | -0/+21 | |
|\ \ | ||||||
| * | | Add test code for new image mime types | Stefan Weil | 2017-04-25 | 1 | -0/+21 | |
| |/ | ||||||
* | | Merge branch 'master' into contactsmenu | Jan-Christoph Borchardt | 2017-04-26 | 1 | -1/+49 | |
|\ \ | ||||||
| * | | Trigger change when a user is enabled/disabled | Joas Schilling | 2017-04-25 | 1 | -1/+49 | |
| |/ | ||||||
* | | Adjust entry unit test to newly added avatar property | Christoph Wurst | 2017-04-25 | 1 | -0/+1 | |
* | | Use absolute URI for action icons | Christoph Wurst | 2017-04-25 | 1 | -3/+16 | |
* | | Don't show contacts an entry for themselves | Christoph Wurst | 2017-04-25 | 2 | -10/+49 | |
* | | Let apps register contact menu provider via info.xml | Christoph Wurst | 2017-04-25 | 2 | -8/+62 | |
* | | Contacts menu | Christoph Wurst | 2017-04-25 | 7 | -0/+642 | |
|/ | ||||||
* | Merge pull request #3531 from nextcloud/theming-scss | Morris Jobke | 2017-04-25 | 1 | -23/+33 | |
|\ | ||||||
| * | Implement scss variable injection by OC_Defaults | Julius Haertl | 2017-04-25 | 1 | -23/+33 | |
* | | Merge pull request #4462 from danxuliu/fix-sharing-password-protected-link | Roeland Jago Douma | 2017-04-25 | 1 | -2/+94 | |
|\ \ | |/ |/| | ||||||
| * | Add missing unit test for updateShare with email share | Daniel Calviño Sánchez | 2017-04-24 | 1 | -0/+75 | |
| * | Add missing hook check | Daniel Calviño Sánchez | 2017-04-24 | 1 | -2/+13 | |
| * | Fix double hashing of shared link passwords | Daniel Calviño Sánchez | 2017-04-24 | 1 | -0/+6 | |
* | | Add unit tests for mounts of delete users | Joas Schilling | 2017-04-24 | 1 | -0/+24 | |
|/ | ||||||
* | Make sure we use a new encryption module all the time | Joas Schilling | 2017-04-20 | 1 | -7/+16 | |
* | Use the correct Dummy and Backend class | Joas Schilling | 2017-04-20 | 1 | -2/+2 | |
* | Kill dead code | Joas Schilling | 2017-04-20 | 1 | -125/+0 | |
* | Fix warning with undefined method | Joas Schilling | 2017-04-20 | 1 | -4/+4 | |
* | Don't use deprecated getMock() anymore | Joas Schilling | 2017-04-20 | 3 | -16/+18 | |
* | Restoring the error handler within the error handler causes unexpected results | Joas Schilling | 2017-04-20 | 1 | -3/+10 | |
* | Delete the correct config value | Joas Schilling | 2017-04-20 | 1 | -1/+1 | |
* | Merge pull request #4398 from nextcloud/fix_accesslistcode | Joas Schilling | 2017-04-20 | 1 | -2/+1 | |
|\ | ||||||
| * | Get proper accesslist for userFolder | Roeland Jago Douma | 2017-04-20 | 1 | -2/+1 | |
* | | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -4/+4 | |
|/ | ||||||
* | Merge pull request #4371 from nextcloud/dont-allow-dot-usernames | Morris Jobke | 2017-04-18 | 1 | -0/+43 | |
|\ | ||||||
| * | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -0/+43 | |
* | | Merge pull request #4369 from nextcloud/fix-translations | Morris Jobke | 2017-04-18 | 2 | -3/+3 | |
|\ \ | ||||||
| * | | Fix translations | Joas Schilling | 2017-04-18 | 2 | -3/+3 | |
| |/ | ||||||
* / | Fix unit tests | Morris Jobke | 2017-04-18 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 3 | -8/+532 | |
|\ | ||||||
| * | Add more tests for the share helper | Joas Schilling | 2017-04-13 | 1 | -0/+111 | |
| * | Activate the test | Joas Schilling | 2017-04-13 | 1 | -1/+1 | |
| * | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 1 | -4/+12 | |
| * | Fix share manager test | Joas Schilling | 2017-04-13 | 1 | -13/+24 | |
| * | Fix default share provider | Joas Schilling | 2017-04-13 | 1 | -10/+10 | |
| * | Fix tests for ShareHelper | Joas Schilling | 2017-04-13 | 1 | -44/+70 | |
| * | Add shareHelper test | Roeland Jago Douma | 2017-04-13 | 1 | -0/+94 | |
| * | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 2 | -4/+0 | |
| * | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 2 | -41/+232 | |
| * | Fix tests | Roeland Jago Douma | 2017-04-13 | 1 | -0/+6 | |
| * | Add owner to access list | Roeland Jago Douma | 2017-04-13 | 1 | -1/+1 | |
| * | Add getAccessList to ShareManager | Roeland Jago Douma | 2017-04-13 | 1 | -1/+82 | |
* | | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 3 | -75/+196 | |
* | | Merge pull request #4308 from nextcloud/lost-password-email | Lukas Reschke | 2017-04-13 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Update email template for lost password email | Morris Jobke | 2017-04-12 | 1 | -1/+2 |