| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge pull request #35780 from nextcloud/fix/http-dispatcher-double-parameter... | Vincent Petry | 2022-12-16 | 1 | -7/+14 |
| |\ |
|
| | * | fix(app framework): Fix missing cast of double controller parameters | Christoph Wurst | 2022-12-15 | 1 | -7/+14 |
| * | | check if params given to API are really an array | Artur Neumann | 2022-12-15 | 1 | -2/+13 |
| |/ |
|
| * | use bruteforce protection on all methods wrapped by PublicShareMiddleware | Julien Veyssier | 2022-12-07 | 1 | -1/+6 |
| * | Fix some more problems with tests under PHP 8.2 | Côme Chilliet | 2022-11-15 | 1 | -12/+14 |
| * | Remove long depreated AppFramework/Db/Mapper | Roeland Jago Douma | 2022-10-10 | 2 | -506/+0 |
* | | Fix the JSON content type regex to match all MIME types | Stanimir Bozhilov | 2022-09-26 | 1 | -0/+91 |
* | | Add unit tests for application/scim+json content type | Stanimir Bozhilov | 2022-09-20 | 1 | -0/+92 |
|/ |
|
* | Fix SessionMiddlewareTest and cover new case with reopening | Julius Härtl | 2022-08-24 | 1 | -3/+17 |
* | Support specifying IPv6 proxies in CIDR notation | Simon Leiner | 2022-08-02 | 1 | -0/+77 |
* | Fix reading blob data as resource | Thomas Citharel | 2022-07-25 | 1 | -0/+17 |
* | Fix PHP 8.2 warnings about undeclared properties | Côme Chilliet | 2022-06-21 | 1 | -0/+2 |
* | Remove at matcher uses in tests/lib | Côme Chilliet | 2022-06-16 | 2 | -154/+109 |
* | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelper | Joas Schilling | 2022-05-31 | 1 | -72/+52 |
|\ |
|
| * | Restore old behaviour of sending flase for not found apps | Joas Schilling | 2022-05-30 | 1 | -72/+52 |
* | | Use JSON_THROW_ON_ERROR instead of custom error handling | Julius Härtl | 2022-05-30 | 1 | -3/+3 |
* | | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -2/+1 |
|/ |
|
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -7/+14 |
* | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 1 | -1/+3 |
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 1 | -1/+4 |
* | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -7/+7 |
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 11 | -235/+220 |
|\ |
|
| * | Fix tests | Joas Schilling | 2022-02-23 | 7 | -68/+47 |
| * | Adjust and add unit tests | Joas Schilling | 2022-02-23 | 4 | -167/+173 |
* | | Allow to set a strict-dynamic CSP through the API | Julius Härtl | 2022-03-09 | 1 | -0/+17 |
* | | Fix tests | Julius Härtl | 2022-02-28 | 1 | -7/+20 |
* | | Add event logging to app loading | Julius Härtl | 2022-02-28 | 1 | -0/+6 |
|/ |
|
* | Add Transactional trait for atomic DB operations | Christoph Wurst | 2022-02-17 | 1 | -0/+98 |
* | Add test | Christopher Ng | 2022-02-11 | 1 | -0/+27 |
* | send request id in response header | Robin Appelman | 2022-02-01 | 3 | -1/+8 |
* | Check style update | Carl Schwan | 2022-01-13 | 5 | -27/+27 |
* | Fix DateTime constructor calls with null | Côme Chilliet | 2021-11-23 | 2 | -4/+4 |
* | Add admin privilege delegation for admin settings | Carl Schwan | 2021-09-29 | 1 | -1/+11 |
* | Move DateTime::RFC2822 to DateTimeInterface::2822 | Christoph Wurst | 2021-06-23 | 1 | -3/+3 |
* | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 1 | -2/+2 |
* | Fix warnings about logException | Joas Schilling | 2021-06-04 | 3 | -9/+9 |
* | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 1 | -11/+25 |
* | Fix unauthorized OCS status in provisioning | Joas Schilling | 2021-05-12 | 1 | -50/+49 |
* | Merge pull request #26591 from nextcloud/techdebt/noid/less-ilogger | Christoph Wurst | 2021-04-27 | 3 | -9/+9 |
|\ |
|
| * | Fix unit tests | Joas Schilling | 2021-04-27 | 3 | -9/+9 |
* | | Fix ratelimit template | Joas Schilling | 2021-04-27 | 1 | -11/+9 |
|/ |
|
* | Allow overwriting isAuthenticated | Roeland Jago Douma | 2021-03-09 | 1 | -19/+35 |
* | Remove deprecated \OCP\API | Roeland Jago Douma | 2021-03-03 | 1 | -4/+4 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -11/+15 |
* | Make sure we just check for the keys | Roeland Jago Douma | 2020-12-07 | 1 | -5/+5 |
* | Set frame-ancestors to none if none are filled | Roeland Jago Douma | 2020-11-18 | 4 | -60/+60 |
* | Remove OCSResponse type hint - see #23827 | Morris Jobke | 2020-11-03 | 1 | -1/+0 |
* | Remove deprecated OCSResponse | Roeland Jago Douma | 2020-11-01 | 1 | -64/+0 |
* | Fix code style | Morris Jobke | 2020-10-12 | 1 | -1/+1 |
* | Fix typo 'shared' | Robin Windey | 2020-10-12 | 1 | -3/+13 |