Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to overflow-wrap | Git'Fellow | 2022-05-05 | 1 | -1/+2 |
* | Fix tooltips overflow | Git'Fellow | 2022-05-05 | 1 | -1/+1 |
* | Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-i... | Joas Schilling | 2022-05-05 | 1 | -1/+1 |
|\ | |||||
| * | Adjust acceptance tests to changes in notifications markup | Daniel Calviño Sánchez | 2022-05-03 | 1 | -1/+1 |
* | | Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info | Joas Schilling | 2022-05-05 | 2 | -9/+31 |
|\ \ | |||||
| * | | Expose shareWithDisplayNameUnique also on autocomplete endpoint | Joas Schilling | 2022-05-03 | 2 | -9/+31 |
* | | | Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wra... | Vincent Petry | 2022-05-05 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Allow compatibility wrapper on local external storage | Vincent Petry | 2022-04-26 | 1 | -1/+1 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-05 | 168 | -614/+278 |
* | | | | Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minus | Carl Schwan | 2022-05-04 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | remove leading minus which thankfully crashes because this operand does not a... | Julien Veyssier | 2022-05-04 | 1 | -1/+1 |
* | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search | Louis | 2022-05-04 | 4 | -3/+34 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use email settings in DAV search | Louis Chemineau | 2022-04-19 | 4 | -2/+19 |
| * | | | | Use share setting in DAV search | Louis Chemineau | 2022-04-19 | 3 | -2/+16 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-04 | 116 | -102/+28 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis | Joas Schilling | 2022-05-03 | 2 | -16/+3097 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Include more emoji chars to test and fixes after include it | Vitor Mattos | 2022-04-29 | 2 | -16/+3097 |
* | | | | Merge pull request #32213 from nextcloud/fix/theming-layout | Joas Schilling | 2022-05-03 | 5 | -10/+29 |
|\ \ \ \ | |||||
| * | | | | Fix dark theme description | John Molakvoæ | 2022-05-01 | 1 | -1/+1 |
| * | | | | Improve theming layout | John Molakvoæ | 2022-04-30 | 4 | -9/+28 |
* | | | | | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger | Côme Chilliet | 2022-05-03 | 51 | -383/+219 |
|\ \ \ \ \ | |||||
| * | | | | | Fix use of $logger from another scope in apps/dav/lib/Server.php | Côme Chilliet | 2022-05-02 | 1 | -0/+1 |
| * | | | | | Add missing use for LoggerInterface | Côme Chilliet | 2022-05-02 | 2 | -2/+4 |
| * | | | | | Migrate last instances of $server::getLogger() from dav | Côme Chilliet | 2022-05-02 | 6 | -9/+12 |
| * | | | | | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 42 | -369/+199 |
| * | | | | | Fix namespace of RefreshWebcalServiceTest | Côme Chilliet | 2022-05-02 | 1 | -1/+1 |
| * | | | | | Fix PublishingTest class name | Côme Chilliet | 2022-05-02 | 1 | -1/+1 |
| * | | | | | Remove use of mixed type which is not available in PHP 7.4 | Côme Chilliet | 2022-05-02 | 1 | -1/+1 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-03 | 10 | -2/+16 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-02 | 1462 | -11886/+2606 |
* | | | | | | Merge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/ax... | Carl Schwan | 2022-05-02 | 4 | -335/+574 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Bump @nextcloud/axios from 1.9.0 to 1.10.0 | dependabot[bot] | 2022-05-02 | 4 | -335/+574 |
* | | | | | | Merge pull request #31752 from nextcloud/fix/remove-still-more-ilogger | Côme Chilliet | 2022-05-02 | 21 | -230/+109 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove test for removed class SearchResultSorter | Côme Chilliet | 2022-04-28 | 1 | -42/+0 |
| * | | | | | | composer run cs:fix | Côme Chilliet | 2022-04-26 | 1 | -1/+0 |
| * | | | | | | Remove unused class SearchResultSorter | Côme Chilliet | 2022-04-26 | 3 | -79/+0 |
| * | | | | | | Remove ILogger usages in lib/private/Files/Storage | Côme Chilliet | 2022-04-26 | 3 | -19/+25 |
| * | | | | | | Migrate more classes of lib/private to LoggerInterface | Côme Chilliet | 2022-04-26 | 11 | -67/+59 |
| * | | | | | | Fix identation | Côme Chilliet | 2022-04-26 | 1 | -4/+6 |
| * | | | | | | Move away from deprecated ILogger | Côme Chilliet | 2022-04-26 | 3 | -19/+20 |
* | | | | | | | Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison | Joas Schilling | 2022-05-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix strict comparison | Joas Schilling | 2022-04-27 | 1 | -1/+1 |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-02 | 8 | -0/+8 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #32217 from nextcloud/feat/theming-override | John Molakvoæ | 2022-04-30 | 11 | -33/+372 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add enforce_theme example IDs | John Molakvoæ | 2022-04-30 | 1 | -1/+2 |
| * | | | | | | | Fix theming setEnabledThemes unique array | John Molakvoæ | 2022-04-30 | 2 | -1/+33 |
| * | | | | | | | Allow to override the default theme | John Molakvoæ | 2022-04-30 | 11 | -32/+338 |
|/ / / / / / / | |||||
* | | / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-30 | 26 | -0/+46 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface | Joas Schilling | 2022-04-29 | 15 | -186/+91 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Increase check if support reactions | Vitor Mattos | 2022-04-28 | 1 | -1/+1 |