Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #26834 from nextcloud/enh/only_run_once | Joas Schilling | 2021-05-19 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Inject the repair job only once | Roeland Jago Douma | 2021-04-29 | 1 | -1/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #26852 from nextcloud/fix-noauth-cors | Joas Schilling | 2021-05-19 | 1 | -5/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix error when using CORS with no auth credentials | korelstar | 2021-05-18 | 1 | -5/+4 | |
* | | | | | | | Merge pull request #26963 from nextcloud/bugfix/noid/empty-template-error | Roeland Jago Douma | 2021-05-19 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix log error when creating files from an empty template | Julius Härtl | 2021-05-18 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #26322 from nextcloud/recent-search | Julius Härtl | 2021-05-18 | 1 | -161/+36 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | adjust tests | Robin Appelman | 2021-04-21 | 1 | -1/+0 | |
| * | | | | | | | use search query for Folder::getRecent | Robin Appelman | 2021-04-21 | 1 | -160/+36 | |
* | | | | | | | | Merge pull request #26626 from J0WI/strict-security | Roeland Jago Douma | 2021-05-18 | 9 | -50/+79 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Make Security module strict | J0WI | 2021-04-19 | 9 | -50/+79 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-16 | 2 | -0/+2 | |
* | | | | | | | | Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta... | blizzz | 2021-05-13 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix unauthorized OCS status in provisioning | Joas Schilling | 2021-05-12 | 2 | -3/+11 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Repair job to use public AccoutManager API | Arthur Schiwon | 2021-05-12 | 1 | -12/+10 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #26923 from nextcloud/techdebt/noid/provapi-no-private-acc... | blizzz | 2021-05-12 | 2 | -11/+23 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | allow to set valid scopes only in AccountProperty | Arthur Schiwon | 2021-05-12 | 2 | -11/+23 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-08 | 4 | -0/+38 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #26848 from nextcloud/bugfix/noid/add-datetime-support-to-... | Morris Jobke | 2021-05-07 | 2 | -3/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add datetime support to QBMapper | Joas Schilling | 2021-05-01 | 2 | -3/+12 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-06 | 2 | -0/+22 | |
* | | | | | | | Merge pull request #26877 from nextcloud/chore/query-builder-execute-statement | Morris Jobke | 2021-05-05 | 3 | -9/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement | Christoph Wurst | 2021-05-05 | 3 | -9/+24 | |
* | | | | | | | | Don't break OCC if an app is breaking in it's Application class | Joas Schilling | 2021-05-05 | 2 | -14/+24 | |
|/ / / / / / / | ||||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-04 | 6 | -0/+22 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-05-02 | 2 | -10/+10 | |
|/ / / / / / | ||||||
* | | | | | | Filter mounts for file id before trying to get user information | Julius Härtl | 2021-04-30 | 1 | -4/+16 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-30 | 2 | -0/+2 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-29 | 2 | -4/+4 | |
* | | | | | Do not try to contact lookup server if not needed | Roeland Jago Douma | 2021-04-28 | 4 | -1/+69 | |
* | | | | | Merge pull request #26758 from J0WI/more-strict | Christoph Wurst | 2021-04-28 | 8 | -34/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix ini_set() type | J0WI | 2021-04-26 | 1 | -1/+1 | |
| * | | | | | Some more strict_types | J0WI | 2021-04-26 | 7 | -33/+51 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-28 | 6 | -2/+6 | |
* | | | | | | Merge pull request #26591 from nextcloud/techdebt/noid/less-ilogger | Christoph Wurst | 2021-04-27 | 28 | -228/+161 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix PHP CS | Joas Schilling | 2021-04-27 | 1 | -1/+0 | |
| * | | | | | | Fix PHP CS | Joas Schilling | 2021-04-27 | 1 | -1/+0 | |
| * | | | | | | Fix psalm errors | Joas Schilling | 2021-04-27 | 3 | -14/+21 | |
| * | | | | | | Fix unit tests | Joas Schilling | 2021-04-27 | 4 | -13/+13 | |
| * | | | | | | Less ILogger | Joas Schilling | 2021-04-27 | 23 | -199/+127 | |
* | | | | | | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-template | Joas Schilling | 2021-04-27 | 2 | -15/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Do not allow to overwrite some variables | Joas Schilling | 2021-04-27 | 1 | -1/+3 | |
| * | | | | | | | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -14/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #26572 from nextcloud/bugfix/noid/throw-401-when-authentic... | Joas Schilling | 2021-04-27 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Throw "401 Unauthenticated" when authentication is provided but invalid | Joas Schilling | 2021-04-22 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #26764 from nextcloud/feature/noid/add-geo-location-as-ROS... | Joas Schilling | 2021-04-27 | 1 | -0/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add geo location as ROS type | Joas Schilling | 2021-04-26 | 1 | -0/+31 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-27 | 4 | -6/+6 | |
* | | | | | | | | Log deprecation only as debug | Joas Schilling | 2021-04-26 | 1 | -0/+2 | |
* | | | | | | | | Respect the error level when logging | Joas Schilling | 2021-04-26 | 1 | -2/+17 | |
|/ / / / / / / |