summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | remove test caseRoeland Jago Douma2019-11-271-1/+0
| * | | | | | TO REVERT LATER: disable decimaltest from LegacyDBTestRoeland Jago Douma2019-11-271-3/+3
| * | | | | | TO REVERT LATER: disable some DbHandlerTestRoeland Jago Douma2019-11-271-2/+2
| * | | | | | TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma2019-11-271-5/+5
| * | | | | | TO REVERT LATER: disable tests in LargeFileHelperGetFileSizeTestRoeland Jago Douma2019-11-271-1/+1
| * | | | | | TO REVERT LATER: fix UserHooksTestRoeland Jago Douma2019-11-271-2/+2
| * | | | | | Mode to modern phpunitRoeland Jago Douma2019-11-27442-2324/+2387
| * | | | | | Improve etag handlingRoeland Jago Douma2019-11-271-6/+20
| * | | | | | Fix lockprivider testRoeland Jago Douma2019-11-271-2/+8
| * | | | | | Fix more testsRoeland Jago Douma2019-11-276-43/+66
| * | | | | | Fix logger testRoeland Jago Douma2019-11-271-1/+1
| * | | | | | Fix SynserviceTestRoeland Jago Douma2019-11-271-0/+4
| * | | | | | Fix fileplugintestRoeland Jago Douma2019-11-271-0/+2
| * | | | | | Fix signCoretestsRoeland Jago Douma2019-11-271-5/+5
| * | | | | | SignApp fixesRoeland Jago Douma2019-11-271-4/+4
| * | | | | | More fixesRoeland Jago Douma2019-11-274-7/+27
| * | | | | | More fixesRoeland Jago Douma2019-11-271-2/+6
| * | | | | | Fix more testsRoeland Jago Douma2019-11-274-102/+9
| * | | | | | Sensitive values handlingRoeland Jago Douma2019-11-271-2/+4
| * | | | | | Skip redis if not configuredRoeland Jago Douma2019-11-271-0/+4
| * | | | | | Update droneRoeland Jago Douma2019-11-271-26/+39
| * | | | | | Make phpunit8 compatibleRoeland Jago Douma2019-11-27679-832/+831
| * | | | | | Allow php7.4Christoph Wurst2019-11-271-3/+3
| |/ / / / /
* | | | | | Merge pull request #18141 from nextcloud/design/noid/personal-info-iconRoeland Jago Douma2019-11-282-4/+4
|\ \ \ \ \ \
| * | | | | | Use person icon for personal settingsJulius Härtl2019-11-272-4/+4
| |/ / / / /
* / / / / / [tx-robot] updated from transifexNextcloud bot2019-11-28150-498/+502
|/ / / / /
* | | | | Merge pull request #18019 from nextcloud/enhancement/password-policy-eventsRoeland Jago Douma2019-11-278-48/+163
|\ \ \ \ \
| * | | | | Add typed events for password_policyChristoph Wurst2019-11-278-48/+163
* | | | | | Merge pull request #17834 from nextcloud/enh/noid/generic-event-replacement-tk2blizzz2019-11-276-5/+180
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Files first to use own GenericEventArthur Schiwon2019-11-263-5/+9
| * | | | | add Nextcloud specific GenericEvent implementationArthur Schiwon2019-11-263-0/+171
| |/ / / /
* | | | | Merge pull request #17997 from nextcloud/enh/workflow-frontendRoeland Jago Douma2019-11-2710-109/+152
|\ \ \ \ \
| * | | | | Bump bundlesJulius Härtl2019-11-262-15/+15
| * | | | | Fix wordingJulius Härtl2019-11-262-6/+9
| * | | | | Rename to flowJulius Härtl2019-11-261-1/+1
| * | | | | Add cancel button to restore previously saved ruleJulius Härtl2019-11-261-4/+15
| * | | | | Add hint about developer docsJulius Härtl2019-11-261-0/+4
| * | | | | Move systemtags to general settingsJulius Härtl2019-11-262-2/+2
| * | | | | Small fixes for workflow frontendJulius Härtl2019-11-265-87/+112
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-11-2716-12/+112
|/ / / / /
* | | | | Merge pull request #18058 from nextcloud/enh/shareinfo/permissionmaskRoeland Jago Douma2019-11-262-29/+13
|\ \ \ \ \
| * | | | | Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma2019-11-262-29/+13
* | | | | | Merge pull request #17939 from nextcloud/fix/token-insert-conflict-handlingRoeland Jago Douma2019-11-262-19/+68
|\ \ \ \ \ \
| * | | | | | Handle token insert conflictsChristoph Wurst2019-11-262-19/+68
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18123 from nextcloud/fixbug/18053/summary_not_alignedRoeland Jago Douma2019-11-262-2/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix summary elements alignmentGreta Doci2019-11-262-2/+5
* | | | | | Merge pull request #17995 from nextcloud/fix/sharing/federation-orderRoeland Jago Douma2019-11-263-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Sort users and groups first in sharing inputJohn Molakvoæ (skjnldsv)2019-11-263-2/+6
* | | | | | Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma2019-11-262-14/+53
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-162-14/+53