summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix removing groups that have a slash in the nameGary Kim2019-12-053-4/+4
* Merge pull request #18121 from nextcloud/feature/setup-install-recommended-appsRoeland Jago Douma2019-12-0412-31/+102
|\
| * Add checkbox to install recommended apps during setupChristoph Wurst2019-12-0412-31/+102
* | Replaced history icon by the Material one (#18206)John Molakvoæ2019-12-042-1/+1
|\ \
| * | Replaced png history iconKilian Périsset2019-12-031-0/+0
| * | Replaced history icon by the Material oneKilian P2019-12-031-1/+1
* | | Merge pull request #18226 from nextcloud/ignore-phpunit-8-fileRoeland Jago Douma2019-12-041-0/+1
|\ \ \
| * | | Ignore .phpunit.result.cacheJoas Schilling2019-12-041-0/+1
* | | | Merge pull request #17920 from nextcloud/fix/15258/ext-storage-respect-deletionJoas Schilling2019-12-043-0/+62
|\ \ \ \
| * | | | extend with group deletion handlingArthur Schiwon2019-11-282-6/+25
| * | | | when a user was delete remove them from applicable list, unlessArthur Schiwon2019-11-283-0/+43
* | | | | Merge pull request #18163 from nextcloud/fix_file_sizeRoeland Jago Douma2019-12-041-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix filename size, add commentGreta Doci2019-12-041-1/+3
| |/ / /
* | | | Merge pull request #18222 from nextcloud/fix/files/reload-on-share-acceptRoeland Jago Douma2019-12-041-0/+7
|\ \ \ \
| * | | | Properly reload file list on share acceptJohn Molakvoæ (skjnldsv)2019-12-041-0/+7
| | |/ / | |/| |
* | | | Merge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-er...Roeland Jago Douma2019-12-041-1/+6
|\ \ \ \
| * | | | Catch file transfer error and stop transfer ownership commandChristoph Wurst2019-11-271-1/+6
* | | | | Fix files app LoadSidebar event (#18213)John Molakvoæ2019-12-0413-23/+103
|\ \ \ \ \
| * | | | | Properly query filesJohn Molakvoæ (skjnldsv)2019-12-046-11/+12
| * | | | | Use own getIconUrl methodJohn Molakvoæ (skjnldsv)2019-12-043-5/+36
| * | | | | Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-0411-14/+62
* | | | | | Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-046-2/+83
|\ \ \ \ \ \
| * | | | | | dont set folder size to negative values during propagationRobin Appelman2019-11-262-2/+16
| * | | | | | add LEAST and GREATER to db function builderRobin Appelman2019-11-264-0/+67
* | | | | | | Merge pull request #18161 from nextcloud/fix/noid/absocsroute-subfolderRoeland Jago Douma2019-12-041-2/+3
|\ \ \ \ \ \ \
| * | | | | | | fix generation of an url to an absolute ocs route when NC in subfolderArthur Schiwon2019-11-291-2/+3
* | | | | | | | Merge pull request #18220 from nextcloud/fix/theming/testsRoeland Jago Douma2019-12-041-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix the theming testsRoeland Jago Douma2019-12-041-0/+6
* | | | | | | | | Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling2019-12-042-17/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update testsRoeland Jago Douma2019-11-132-22/+45
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into fix/5456/respect_avatar_pri...Roeland Jago Douma2019-11-13886-25419/+24493
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Honor avatar visibility settingsRoeland Jago Douma2019-10-281-4/+26
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-12-0444-14/+186
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #17949 from nextcloud/debt/deprecated-constJoas Schilling2019-12-041-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Connection::TRANSACTION_READ_COMMITTED is deprecatedDaniel Kesselberg2019-11-141-1/+2
* | | | | | | | | | | Merge pull request #18209 from nextcloud/bugfix/noid/directediting-token-getuserRoeland Jago Douma2019-12-041-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add missing getUser method to direct editing IToken interfaceJulius Härtl2019-12-031-0/+6
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-upRoeland Jago Douma2019-12-041-10/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix mixed up message and subject on notifications for file transferJoas Schilling2019-12-031-10/+14
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #18215 from nextcloud/fix/setup/password_confirmationRoeland Jago Douma2019-12-041-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Set last-password-confirmation for setupRoeland Jago Douma2019-12-031-0/+4
| |/ / / / / / / / /
* / / / / / / / / / [tx-robot] updated from transifexNextcloud bot2019-12-0460-314/+456
|/ / / / / / / / /
* | | | | | | | | Merge pull request #17930 from nextcloud/rakekniven-patch-1John Molakvoæ2019-12-031-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add space before ellipsisJohn Molakvoæ2019-12-031-5/+5
| * | | | | | | | l10n: Triple dot to ellipsisrakekniven2019-11-131-5/+5
* | | | | | | | | Merge pull request #18120 from nextcloud/bugfix/11087/dav_principal_backend_r...John Molakvoæ2019-12-0310-15/+128
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-0310-15/+128
* | | | | | | | | | Merge pull request #18140 from nextcloud/bugfix/17814/csp-svgRoeland Jago Douma2019-12-031-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow inline styles for theming imagesJulius Härtl2019-11-271-0/+3
* | | | | | | | | | | Merge pull request #15952 from nextcloud/feature/noid/inherited-sharesRoeland Jago Douma2019-12-0321-178/+814
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |