summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier2022-05-041-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-044-3/+34
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Use email settings in DAV searchLouis Chemineau2022-04-194-2/+19
| * | | | | | | | Use share setting in DAV searchLouis Chemineau2022-04-193-2/+16
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-04116-102/+28
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojisJoas Schilling2022-05-032-16/+3097
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Include more emoji chars to test and fixes after include itVitor Mattos2022-04-292-16/+3097
* | | | | | | | Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling2022-05-035-10/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix dark theme descriptionJohn Molakvoæ2022-05-011-1/+1
| * | | | | | | | Improve theming layoutJohn Molakvoæ2022-04-304-9/+28
* | | | | | | | | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet2022-05-0351-383/+219
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
| * | | | | | | | | Add missing use for LoggerInterfaceCôme Chilliet2022-05-022-2/+4
| * | | | | | | | | Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-026-9/+12
| * | | | | | | | | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0242-369/+199
| * | | | | | | | | Fix namespace of RefreshWebcalServiceTestCôme Chilliet2022-05-021-1/+1
| * | | | | | | | | Fix PublishingTest class nameCôme Chilliet2022-05-021-1/+1
| * | | | | | | | | Remove use of mixed type which is not available in PHP 7.4Côme Chilliet2022-05-021-1/+1
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-0310-2/+16
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-021462-11886/+2606
* | | | | | | | | | Merge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/ax...Carl Schwan2022-05-024-335/+574
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bump @nextcloud/axios from 1.9.0 to 1.10.0dependabot[bot]2022-05-024-335/+574
* | | | | | | | | | Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet2022-05-0221-230/+109
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove test for removed class SearchResultSorterCôme Chilliet2022-04-281-42/+0
| * | | | | | | | | | composer run cs:fixCôme Chilliet2022-04-261-1/+0
| * | | | | | | | | | Remove unused class SearchResultSorterCôme Chilliet2022-04-263-79/+0
| * | | | | | | | | | Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-263-19/+25
| * | | | | | | | | | Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-2611-67/+59
| * | | | | | | | | | Fix identationCôme Chilliet2022-04-261-4/+6
| * | | | | | | | | | Move away from deprecated ILoggerCôme Chilliet2022-04-263-19/+20
* | | | | | | | | | | Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparisonJoas Schilling2022-05-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix strict comparisonJoas Schilling2022-04-271-1/+1
* | | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-028-0/+8
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #32217 from nextcloud/feat/theming-overrideJohn Molakvoæ2022-04-3011-33/+372
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add enforce_theme example IDsJohn Molakvoæ2022-04-301-1/+2
| * | | | | | | | | | | Fix theming setEnabledThemes unique arrayJohn Molakvoæ2022-04-302-1/+33
| * | | | | | | | | | | Allow to override the default themeJohn Molakvoæ2022-04-3011-32/+338
|/ / / / / / / / / / /
* | | / / / / / / / / [tx-robot] updated from transifexNextcloud bot2022-04-3026-0/+46
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling2022-04-2915-186/+91
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Increase check if support reactionsVitor Mattos2022-04-281-1/+1
| * | | | | | | | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-2815-185/+90
| |/ / / / / / / /
* | | | | | | | | Merge pull request #32218 from nextcloud/revert-30925-feature/breadcrumb_menu...Simon L2022-04-293-31/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "Show the child folders in the breadcrumb menu when on a parent entry."Simon L2022-04-293-31/+13
* | | | | | | | | | Merge pull request #31758 from nextcloud/fix/utf8-detection-fixblizzz2022-04-292-12/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update psalm baseline for Sabre decodePathVincent Petry2022-04-261-1/+2
| * | | | | | | | | Trying without the useCôme Chilliet2022-04-261-2/+1
| * | | | | | | | | Use sabre function directly rather than duplicating itCôme Chilliet2022-04-261-11/+2
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-04-2950-106/+170
* | | | | | | | | | Merge pull request #32212 from nextcloud/bugfix/noid/make-the-order-of-reacti...Joas Schilling2022-04-281-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make the order of reactions reliableJoas Schilling2022-04-281-0/+1