Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-09 | 4 | -0/+12 | |
* | | | | | | | | | Merge pull request #32697 from nextcloud/fix/get-avatar-authz | Pytal | 2022-06-08 | 1 | -11/+14 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix get avatar authorization | Christopher Ng | 2022-06-07 | 1 | -11/+14 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #32746 from nextcloud/new-share-column-attributes | Julius Härtl | 2022-06-08 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add new share attributes column | Vincent Petry | 2022-06-08 | 2 | -0/+2 | |
* | | | | | | | | | Merge pull request #32744 from nextcloud/bugfix/noid/easier-federation-debugging | Joas Schilling | 2022-06-08 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Always log errors from sending federation api requests to ease debugging | Joas Schilling | 2022-06-07 | 1 | -1/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Simlify tests for integrity check on modified mimetype lists | Julius Härtl | 2022-06-07 | 1 | -1/+2 | |
* | | | | | | | | feat: add docxf and form mimetypes | Luka Trovic | 2022-06-07 | 1 | -0/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #26582 from nextcloud/enhancement/logger-function | Christoph Wurst | 2022-06-07 | 4 | -0/+106 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add a helper function that makes it easier to log from anywhere | Christoph Wurst | 2022-05-23 | 4 | -0/+106 | |
* | | | | | | | Merge pull request #32556 from nextcloud/bugfix/noid/fix-comments-query-handling | Joas Schilling | 2022-06-03 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Create query parameters on correct objects to make debugging easier | Joas Schilling | 2022-05-23 | 1 | -4/+3 | |
* | | | | | | | | Merge pull request #32435 from nextcloud/revert-32278-remove-default-php | Joas Schilling | 2022-06-03 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Revert "Remove call to already default php.ini values" | Joas Schilling | 2022-05-16 | 1 | -1/+10 | |
* | | | | | | | | | Cleanup temporary files after finishing the write to object storage | Julius Härtl | 2022-06-02 | 1 | -0/+2 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #32690 from nextcloud/bugfix/noid/fix-mountpoint-matching-... | blizzz | 2022-06-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Trim mount point before matching in encryption code | Vincent Petry | 2022-06-01 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* / | | | | | | | Use Image class from public API | Christopher Ng | 2022-06-02 | 13 | -17/+15 | |
|/ / / / / / / | ||||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-01 | 2 | -0/+4 | |
* | | | | | | | Check background job type | Christoph Wurst | 2022-05-31 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh | blizzz | 2022-05-31 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix type for resource | Daniel Kesselberg | 2022-05-24 | 1 | -1/+1 | |
| * | | | | | | | Fix docblock for addFileFromStream | Daniel Kesselberg | 2022-05-24 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper | Joas Schilling | 2022-05-31 | 1 | -54/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Restore old behaviour of sending flase for not found apps | Joas Schilling | 2022-05-30 | 1 | -2/+6 | |
| * | | | | | | | | Improve JSConfigHelper code quality a bit | Joas Schilling | 2022-05-30 | 1 | -53/+24 | |
* | | | | | | | | | Merge pull request #32628 from nextcloud/bugfix/noid/json-throw | Joas Schilling | 2022-05-31 | 1 | -7/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use JSON_THROW_ON_ERROR instead of custom error handling | Julius Härtl | 2022-05-30 | 1 | -7/+1 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-31 | 2 | -0/+2 | |
* | | | | | | | | | | Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getter | Pytal | 2022-05-30 | 3 | -0/+45 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add the ISizeEstimationMigrator interface for method getExportEstimatedSize | Côme Chilliet | 2022-05-30 | 4 | -8/+45 | |
| * | | | | | | | | | Implement getExportEstimatedSize in migrators | Côme Chilliet | 2022-05-30 | 1 | -1/+1 | |
| * | | | | | | | | | Add a method to get estimated export size in IMigrator | Côme Chilliet | 2022-05-30 | 1 | -0/+8 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount | Côme Chilliet | 2022-05-30 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix docblock for return type | Daniel Kesselberg | 2022-05-27 | 1 | -1/+0 | |
* | | | | | | | | | | Merge pull request #31948 from nextcloud/core-cleanup-74 | Carl Schwan | 2022-05-30 | 2 | -17/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 2 | -17/+5 | |
* | | | | | | | | | | | Merge pull request #32655 from nextcloud/fix/handle-non-existing-settings | Carl Schwan | 2022-05-30 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Handle non existing settings again | Carl Schwan | 2022-05-30 | 1 | -2/+7 | |
* | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-29 | 2 | -0/+4 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #32349 from nextcloud/enh/projects-event | Carl Schwan | 2022-05-27 | 5 | -7/+72 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Introduce event for loading additional script on projects | Julius Härtl | 2022-05-12 | 5 | -7/+72 | |
* | | | | | | | | | | | Merge pull request #32592 from nextcloud/fix/noid/allow-rememberme-token-apac... | Julius Härtl | 2022-05-27 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | allow use of rememberme cookies for IApacheAuth backends | Arthur Schiwon | 2022-05-25 | 1 | -0/+1 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* / | | | | | | | | | | Move Gd failed operations to debug level | Git'Fellow | 2022-05-25 | 1 | -20/+18 | |
|/ / / / / / / / / / | ||||||
* | | / / / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-25 | 2 | -2/+2 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #32555 from nextcloud/fix/revert-api-break | Côme Chilliet | 2022-05-24 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Revert api break | Carl Schwan | 2022-05-24 | 1 | -2/+2 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #32560 from nextcloud/feature/noid/preferences-api | Joas Schilling | 2022-05-24 | 4 | -0/+179 | |
|\ \ \ \ \ \ \ \ \ |