aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Db/Entity.php
Commit message (Expand)AuthorAgeFilesLines
* fix: remove typing and return typefix/noid/revert-api-breaking-return-typeAnna Larch2025-01-231-1/+1
* fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-0/+22
* fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-4/+3
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-21/+28
* Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-3/+2
|\
| * fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-3/+2
* | feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-151-46/+63
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-051-4/+4
* Improve typing in Entity.phpCôme Chilliet2023-01-201-12/+14
* Fix reading blob data as resourceThomas Citharel2022-07-251-0/+3
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+4
* Deprecate entity slugsChristoph Wurst2021-12-141-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Add datetime support to QBMapperJoas Schilling2021-05-011-1/+8
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-281-1/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-15/+11
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+3
* Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-161-6/+18
* Add isXXX getter to EntityChristoph Wurst2019-10-221-9/+12
* Fix othersJoas Schilling2016-07-211-1/+2
* Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-061-0/+253