| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(translations): Add translation provider API | Julius Härtl | 2023-02-27 | 1 | -0/+11 |
* | Change X-Robots-Tag header from "none" to "noindex, nofollow" | MichaIng | 2023-02-15 | 1 | -1/+1 |
* | Also copy bruteforce meta data when converting DataResponse to JSONResponse | Joas Schilling | 2023-02-14 | 1 | -0/+3 |
* | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if... | Ferdinand Thiessen | 2023-02-06 | 1 | -1/+1 |
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -0/+10 |
* | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -0/+37 |
* | Merge pull request #36310 from nextcloud/feat/app-framework/global-middlewares | Christoph Wurst | 2023-01-26 | 1 | -1/+3 |
|\ |
|
| * | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 1 | -1/+3 |
* | | fix(app-framework): Specify return type of Middleware::beforeController | Christoph Wurst | 2023-01-25 | 1 | -0/+1 |
|/ |
|
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 34 | -35/+1 |
* | Improve typing in Entity.php | Côme Chilliet | 2023-01-20 | 1 | -12/+14 |
* | Remove long depreated AppFramework/Db/Mapper | Roeland Jago Douma | 2022-10-10 | 1 | -370/+0 |
* | Fix typo in deprecated | Joas Schilling | 2022-10-04 | 1 | -2/+2 |
* | Allow CSRF on CORS routes | Jonas Rittershofer | 2022-09-21 | 1 | -1/+1 |
* | Fix psalm parameter type | Joas Schilling | 2022-09-15 | 1 | -1/+1 |
* | Add description for public and immutable | Daniel | 2022-09-03 | 1 | -2/+2 |
* | Update docblock for cacheFor | Daniel Kesselberg | 2022-09-03 | 1 | -2/+4 |
* | Move registration to IBootstrap | Julius Härtl | 2022-08-31 | 1 | -0/+10 |
* | allow apps to specify methods carrying sensitive parameters | Arthur Schiwon | 2022-07-28 | 1 | -0/+11 |
* | Fix reading blob data as resource | Thomas Citharel | 2022-07-25 | 1 | -0/+3 |
* | Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fh | blizzz | 2022-05-31 | 1 | -1/+1 |
|\ |
|
| * | Fix type for resource | Daniel Kesselberg | 2022-05-24 | 1 | -1/+1 |
* | | Use JSON_THROW_ON_ERROR instead of custom error handling | Julius Härtl | 2022-05-30 | 1 | -7/+1 |
|/ |
|
* | Make appName of TemplateResponse accessible in BeforeTemplateRenderedEvent | Joas Schilling | 2022-05-20 | 1 | -0/+9 |
* | Fix psalm warning for zip response due wrong type | Daniel Kesselberg | 2022-05-13 | 1 | -4/+4 |
* | Always free the DB result in QBMapper::findEntities | Christoph Wurst | 2022-05-12 | 1 | -9/+8 |
* | Merge pull request #31900 from nextcloud/feat/server-container-public | Carl Schwan | 2022-05-10 | 1 | -0/+1 |
|\ |
|
| * | Add a public replacement for OC::$server->get | Carl Schwan | 2022-05-10 | 1 | -0/+1 |
* | | Merge pull request #32113 from nextcloud/bugfix/noid/fix-csp-merging-bools | Vincent Petry | 2022-05-05 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Add CSP policy merge priority for booleans | Vincent Petry | 2022-04-01 | 1 | -1/+1 |
* | | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 2 | -0/+6 |
* | | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 1 | -3/+44 |
|/ |
|
* | Allow to set a strict-dynamic CSP through the API | Julius Härtl | 2022-03-09 | 2 | -0/+17 |
* | Merge pull request #31141 from nextcloud/fix/better-cache-policy | Carl Schwan | 2022-02-17 | 1 | -2/+2 |
|\ |
|
| * | Improve caching policy | Carl Schwan | 2022-02-16 | 1 | -2/+2 |
* | | Add Transactional trait for atomic DB operations | Christoph Wurst | 2022-02-17 | 1 | -0/+70 |
* | | Allow registration of migrators | Christopher Ng | 2022-02-11 | 1 | -0/+11 |
|/ |
|
* | Move calendar resource/room backend registration to IBootstrap | Christoph Wurst | 2022-02-07 | 1 | -0/+20 |
* | Add a Talk API for OCP | Christoph Wurst | 2022-02-04 | 1 | -0/+11 |
* | send request id in response header | Robin Appelman | 2022-02-01 | 1 | -0/+7 |
* | Fix registerEventListener issues | Carl Schwan | 2022-01-27 | 1 | -2/+2 |
* | Deprecate entity slugs | Christoph Wurst | 2021-12-14 | 1 | -0/+1 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -0/+2 |
* | Register missing DAV app calendar provider | Christoph Wurst | 2021-10-28 | 1 | -1/+2 |
* | Use more explicit naming for profile link action | Christopher Ng | 2021-10-25 | 1 | -2/+2 |
* | Move preview provider registration to bootstrap | Roeland Jago Douma | 2021-10-21 | 1 | -0/+13 |
* | Profile backend | Christopher Ng | 2021-10-19 | 1 | -0/+13 |
* | Add Public Calendar Provider | Anna Larch | 2021-10-14 | 1 | -0/+9 |
* | Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrl | Daniel Rudolf | 2021-08-04 | 1 | -1/+1 |
|\ |
|
| * | Remove some mentions of ownCloud from our api documentation | Carl Schwan | 2021-07-29 | 1 | -1/+1 |