summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-5/+5
|\
| * Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-3/+3
| * Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-2/+2
* | Merge pull request #26346 from J0WI/clean-auth-regexblizzz2021-06-231-3/+7
|\ \ | |/ |/|
| * Cleaner removePassword regexJ0WI2021-03-271-3/+7
* | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-10/+20
* | Merge pull request #26571 from nextcloud/bugfix/noid/existing-link-no-reshareblizzz2021-06-161-4/+16
|\ \
| * | Handle single action unshareJulius Härtl2021-06-091-4/+16
* | | split of query building bits from searchhelperRobin Appelman2021-06-141-20/+9
* | | update tests and fix some edge cases around new searchRobin Appelman2021-06-141-77/+69
* | | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-142-3/+17
|/ /
* | Merge pull request #27414 from francoisfreitag/test-at-2kesselb2021-06-081-36/+76
|\ \
| * | Rewrite LegacyHelperTest without $this->at()François Freitag2021-06-071-36/+76
* | | Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm...Christoph Wurst2021-06-081-1/+39
|\ \ \
| * | | Set local domain for swiftmailer transportDaniel Kesselberg2021-05-311-1/+39
* | | | Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper...blizzz2021-06-083-19/+404
|\ \ \ \ | |_|/ / |/| | |
| * | | CI: more flexible assertionsArthur Schiwon2021-06-071-1/+6
| * | | allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-031-3/+24
| * | | add IAccountPropertyCollection with implementationArthur Schiwon2021-06-031-0/+209
| * | | update unit testsArthur Schiwon2021-06-031-16/+166
* | | | Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-testsMorris Jobke2021-06-075-12/+12
|\ \ \ \
| * | | | Fix warnings about logExceptionJoas Schilling2021-06-045-12/+12
| |/ / /
* / / / Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-0/+23
|/ / /
* | | Escape filename in Content-DispositionLukas Reschke2021-06-021-11/+25
* | | Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-021-0/+3
|\ \ \
| * | | better cleanup of user files on user deletionRobin Appelman2021-04-271-0/+3
* | | | Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-gr...Christoph Wurst2021-06-011-45/+60
|\ \ \ \
| * | | | Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-45/+60
| | |/ / | |/| |
* / | | Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-301-0/+26
|/ / /
* | | Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou...blizzz2021-05-253-18/+40
|\ \ \
| * | | do not use private AccountManager in UsersControllerArthur Schiwon2021-05-253-18/+40
* | | | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-254-0/+552
|\ \ \ \ | |/ / / |/| | |
| * | | Add commands to manage tags via OCCJohannes Leuker2021-05-254-0/+552
* | | | Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-212-59/+23
|\ \ \ \
| * | | | load share settings from the share manager in more placesRobin Appelman2021-05-122-59/+23
* | | | | l10n: Fix testValdnet2021-05-201-23/+23
* | | | | Merge pull request #26322 from nextcloud/recent-searchJulius Härtl2021-05-181-0/+13
|\ \ \ \ \
| * | | | | adjust testsRobin Appelman2021-04-211-0/+13
* | | | | | Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma2021-05-1822-0/+64
|\ \ \ \ \ \
| * | | | | | Make Security module strictJ0WI2021-04-1922-0/+64
* | | | | | | Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-131-50/+49
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-50/+49
* | | | | | | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-122-7/+25
|/ / / / / /
* | | | | | Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-281-0/+2
|\ \ \ \ \ \
| * | | | | | Use strictJ0WI2021-04-261-0/+2
* | | | | | | Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-2718-77/+81
|\ \ \ \ \ \ \
| * | | | | | | Fix unit testsJoas Schilling2021-04-2718-77/+81
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-templateJoas Schilling2021-04-271-11/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix ratelimit templateJoas Schilling2021-04-271-11/+9
| |/ / / / / /
* | | | | | | Merge pull request #26572 from nextcloud/bugfix/noid/throw-401-when-authentic...Joas Schilling2021-04-271-4/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |