aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-0942-134/+184
* | | | Merge pull request #2618 from nextcloud/2fa-challenge-textLukas Reschke2017-04-112-21/+25
|\ \ \ \
| * | | | Use button instead of simple linksChristoph Wurst2017-03-062-6/+4
| * | | | Move log out and back codes link into 2fa box for better readabilityChristoph Wurst2017-03-062-21/+27
* | | | | Merge pull request #4289 from nextcloud/maintenance-mode-also-on-davMorris Jobke2017-04-115-0/+64
|\ \ \ \ \
| * | | | | Run maintenance mode tests on DroneLukas Reschke2017-04-111-0/+10
| * | | | | Add integration testsLukas Reschke2017-04-113-0/+51
| * | | | | Add missing maintenance plugin to new DAV endpointLukas Reschke2017-04-111-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4283 from nextcloud/shares-by-folder-quoteMorris Jobke2017-04-103-3/+3
|\ \ \ \ \
| * | | | | properly quota table names in getSharesInFolderRobin Appelman2017-04-103-3/+3
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-04-11110-990/+382
| |/ / / |/| | |
* | | | Merge pull request #4146 from nextcloud/unread-comments-folderMorris Jobke2017-04-109-169/+312
|\ \ \ \
| * | | | fix whitespace in cleantagsRobin Appelman2017-03-301-1/+1
| * | | | fix quote helper testRobin Appelman2017-03-302-2/+2
| * | | | update FakeManagerRobin Appelman2017-03-301-0/+3
| * | | | use castColumnRobin Appelman2017-03-301-4/+1
| * | | | Add test for getting unread comment count by folderRobin Appelman2017-03-302-81/+145
| * | | | Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-304-90/+169
* | | | | Merge pull request #4274 from nextcloud/fix-share-by-mail-capabilitiesRoeland Jago Douma2017-04-105-21/+98
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | move capabilities to share by mail appBjoern Schiessle2017-04-105-21/+98
* | | | | Merge pull request #4277 from nextcloud/permissions-mask-scannerBjörn Schießle2017-04-102-0/+16
|\ \ \ \ \
| * | | | | Dont use the permissions mask while scanningRobin Appelman2017-04-102-0/+16
* | | | | | Merge pull request #4222 from nextcloud/dav-search-fileidRoeland Jago Douma2017-04-102-4/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow searching file by fileidRobin Appelman2017-04-052-4/+8
* | | | | | Merge pull request #4210 from nextcloud/downstream-26643Roeland Jago Douma2017-04-101-15/+15
|\ \ \ \ \ \
| * | | | | | Lowercase "data" correctlyJoas Schilling2017-04-101-6/+6
| * | | | | | removed path to datadirKawohl2017-04-041-13/+13
* | | | | | | Merge pull request #4271 from nextcloud/also-send-the-new-data-with-the-eventJoas Schilling2017-04-102-6/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Also send the new account data with the eventJoas Schilling2017-04-102-6/+9
* | | | | | | Merge pull request #4250 from nextcloud/disable-lookupserver-uploadBjörn Schießle2017-04-108-6/+74
|\ \ \ \ \ \ \
| * | | | | | | simplify return statementBjoern Schiessle2017-04-101-4/+4
| * | | | | | | make sure that the selector for the visibility always fits next to 'Profile p...Bjoern Schiessle2017-04-071-1/+1
| * | | | | | | allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-077-2/+70
* | | | | | | | Merge pull request #4266 from nextcloud/fix_missing_owner_on_public_calendarsLukas Reschke2017-04-108-7/+280
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | don't remove owner property for public calendarsGeorg Ehrke2017-04-098-7/+280
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2017-04-1022-14/+122
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-04-0968-22/+476
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-04-08202-1208/+768
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #4136 from nextcloud/expire-date-for-all-sharesMorris Jobke2017-04-0729-160/+891
|\ \ \ \ \ \
| * | | | | | Parse date trough momentRoeland Jago Douma2017-04-071-1/+1
| * | | | | | Fix share dropdown opacity issueJan-Christoph Borchardt2017-04-071-0/+1
| * | | | | | Fix font-weight of Unshare entryJan-Christoph Borchardt2017-04-071-2/+2
| * | | | | | adjust to changes in the theming appBjoern Schiessle2017-04-071-2/+2
| * | | | | | reset password field properties before we hide itBjoern Schiessle2017-04-071-1/+7
| * | | | | | add datepicker to the popoverBjoern Schiessle2017-04-071-10/+26
| * | | | | | allow to edit single files shared by mail. This is useful for collaborative e...Bjoern Schiessle2017-04-071-2/+0
| * | | | | | update unit testsBjoern Schiessle2017-04-0710-98/+55
| * | | | | | update capabilitiesBjoern Schiessle2017-04-072-6/+31
| * | | | | | change permission orderBjoern Schiessle2017-04-031-12/+10
| * | | | | | setting to disable sending password by mailBjoern Schiessle2017-04-038-6/+194